+ 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 [Tue May 5 17:34:18 2026] *** compiled with version: 13.3.0 on 05 May 2026 11:02:45 os: Linux-5.15.0-176-generic #186-Ubuntu SMP Fri Mar 13 11:01:42 UTC 2026 nodename: neutron-server-555c6d84f8-vddvt 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, Mar 3 2026, 12:15:18) [GCC 13.3.0] Python main interpreter initialized at 0x7f091458b668 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-05 17:34:23.369 8 INFO neutron.common.config [-] Logging enabled! 2026-05-05 17:34:23.369 8 INFO neutron.common.config [-] uwsgi version 27.0.3.dev6 2026-05-05 17:34:23.447 7 INFO neutron.common.config [-] Logging enabled! 2026-05-05 17:34:23.448 7 INFO neutron.common.config [-] uwsgi version 27.0.3.dev6 2026-05-05 17:34:23.748 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-05 17:34:23.907 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-05 17:34:25.229 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-05 17:34:25.232 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-05 17:34:25.235 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-05 17:34:25.236 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-05 17:34:25.236 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-05 17:34:25.237 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-05 17:34:25.237 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-05 17:34:25.244 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-05 17:34:25.244 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-05 17:34:25.244 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-05 17:34:25.267 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-05 17:34:25.268 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-05 17:34:25.269 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-05 17:34:25.296 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-05 17:34:25.296 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-05 17:34:25.296 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-05 17:34:25.297 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-05 17:34:25.617 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-05 17:34:25.621 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-05 17:34:25.624 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-05 17:34:25.626 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-05 17:34:25.626 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-05 17:34:25.626 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-05 17:34:25.626 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-05 17:34:25.631 8 INFO neutron.plugins.ml2.managers [None req-8ce9b114-d2ed-4038-a059-2545644ce8ce - - - - - -] Initializing driver for type 'vlan' 2026-05-05 17:34:25.634 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-05 17:34:25.634 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-05 17:34:25.634 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-05 17:34:25.665 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-05 17:34:25.667 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-05 17:34:25.667 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-05 17:34:25.697 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-05 17:34:25.698 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-05 17:34:25.698 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-05 17:34:25.698 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-05 17:34:25.922 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-8ce9b114-d2ed-4038-a059-2545644ce8ce - - - - - -] VlanTypeDriver initialization complete 2026-05-05 17:34:25.922 8 INFO neutron.plugins.ml2.managers [None req-8ce9b114-d2ed-4038-a059-2545644ce8ce - - - - - -] Initializing driver for type 'vxlan' 2026-05-05 17:34:25.922 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-8ce9b114-d2ed-4038-a059-2545644ce8ce - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-05 17:34:25.937 8 INFO neutron.plugins.ml2.managers [None req-8ce9b114-d2ed-4038-a059-2545644ce8ce - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-05 17:34:25.938 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-8ce9b114-d2ed-4038-a059-2545644ce8ce - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-05 17:34:25.938 8 INFO neutron.plugins.ml2.managers [None req-8ce9b114-d2ed-4038-a059-2545644ce8ce - - - - - -] Initializing extension driver 'port_security' 2026-05-05 17:34:25.938 8 INFO neutron.plugins.ml2.extensions.port_security [None req-8ce9b114-d2ed-4038-a059-2545644ce8ce - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-05 17:34:25.939 8 INFO neutron.plugins.ml2.managers [None req-8ce9b114-d2ed-4038-a059-2545644ce8ce - - - - - -] Initializing extension driver 'qos' 2026-05-05 17:34:25.939 8 INFO neutron.plugins.ml2.managers [None req-8ce9b114-d2ed-4038-a059-2545644ce8ce - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-05 17:34:25.939 8 INFO neutron.plugins.ml2.managers [None req-8ce9b114-d2ed-4038-a059-2545644ce8ce - - - - - -] Initializing mechanism driver 'l2population' 2026-05-05 17:34:25.958 8 INFO neutron.quota [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded quota_driver: . 2026-05-05 17:34:25.958 8 INFO neutron.plugins.ml2.plugin [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Modular L2 Plugin initialization complete 2026-05-05 17:34:25.958 8 INFO neutron.plugins.ml2.managers [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-05 17:34:25.959 8 INFO neutron.plugins.ml2.managers [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-05 17:34:25.959 8 INFO neutron.plugins.ml2.managers [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-05 17:34:25.959 8 INFO neutron.manager [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loading Plugin: qos 2026-05-05 17:34:25.975 8 INFO neutron.manager [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loading Plugin: router 2026-05-05 17:34:26.020 7 INFO neutron.plugins.ml2.managers [None req-09f97f1e-8de3-4463-b78a-c9e74b52ee2f - - - - - -] Initializing driver for type 'vlan' 2026-05-05 17:34:26.023 8 INFO neutron.services.service_base [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-05 17:34:26.023 8 INFO neutron.manager [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loading Plugin: segments 2026-05-05 17:34:26.133 8 INFO neutron.manager [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loading Plugin: trunk 2026-05-05 17:34:26.150 8 INFO neutron.manager [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loading Plugin: vpnaas 2026-05-05 17:34:26.189 8 WARNING stevedore.named [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-05 17:34:26.257 8 INFO neutron_vpnaas.services.vpn.plugin [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-05 17:34:26.258 8 INFO neutron.common.utils [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-05 17:34:26.258 8 INFO neutron.manager [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loading Plugin: taas 2026-05-05 17:34:26.283 8 WARNING stevedore.named [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-05 17:34:26.307 8 INFO neutron_taas.services.taas.taas_plugin [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-05 17:34:26.307 8 INFO neutron.manager [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loading Plugin: tapmirror 2026-05-05 17:34:26.320 8 WARNING stevedore.named [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-05 17:34:26.335 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-05 17:34:26.336 8 INFO neutron.manager [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loading Plugin: auto_allocate 2026-05-05 17:34:26.345 8 INFO neutron.manager [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loading Plugin: tag 2026-05-05 17:34:26.355 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-09f97f1e-8de3-4463-b78a-c9e74b52ee2f - - - - - -] VlanTypeDriver initialization complete 2026-05-05 17:34:26.355 8 INFO neutron.manager [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loading Plugin: timestamp 2026-05-05 17:34:26.356 7 INFO neutron.plugins.ml2.managers [None req-09f97f1e-8de3-4463-b78a-c9e74b52ee2f - - - - - -] Initializing driver for type 'vxlan' 2026-05-05 17:34:26.356 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-09f97f1e-8de3-4463-b78a-c9e74b52ee2f - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-05 17:34:26.358 8 INFO neutron.manager [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loading Plugin: network_ip_availability 2026-05-05 17:34:26.362 8 INFO neutron.manager [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loading Plugin: flavors 2026-05-05 17:34:26.365 8 INFO neutron.manager [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loading Plugin: revisions 2026-05-05 17:34:26.369 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Initializing extension manager. 2026-05-05 17:34:26.369 7 INFO neutron.plugins.ml2.managers [None req-09f97f1e-8de3-4463-b78a-c9e74b52ee2f - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-05 17:34:26.370 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-09f97f1e-8de3-4463-b78a-c9e74b52ee2f - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-05 17:34:26.370 7 INFO neutron.plugins.ml2.managers [None req-09f97f1e-8de3-4463-b78a-c9e74b52ee2f - - - - - -] Initializing extension driver 'port_security' 2026-05-05 17:34:26.370 7 INFO neutron.plugins.ml2.extensions.port_security [None req-09f97f1e-8de3-4463-b78a-c9e74b52ee2f - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-05 17:34:26.370 7 INFO neutron.plugins.ml2.managers [None req-09f97f1e-8de3-4463-b78a-c9e74b52ee2f - - - - - -] Initializing extension driver 'qos' 2026-05-05 17:34:26.370 7 INFO neutron.plugins.ml2.managers [None req-09f97f1e-8de3-4463-b78a-c9e74b52ee2f - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-05 17:34:26.370 7 INFO neutron.plugins.ml2.managers [None req-09f97f1e-8de3-4463-b78a-c9e74b52ee2f - - - - - -] Initializing mechanism driver 'l2population' 2026-05-05 17:34:26.370 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: address-group 2026-05-05 17:34:26.371 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: address-scope 2026-05-05 17:34:26.372 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-05 17:34:26.373 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: agent 2026-05-05 17:34:26.373 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: agent-resources-synced 2026-05-05 17:34:26.374 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-05 17:34:26.375 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-05 17:34:26.376 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: availability_zone 2026-05-05 17:34:26.377 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: availability_zone_filter 2026-05-05 17:34:26.377 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-05 17:34:26.378 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: default-subnetpools 2026-05-05 17:34:26.379 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-05 17:34:26.380 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: dns-integration 2026-05-05 17:34:26.380 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: dns-domain-ports 2026-05-05 17:34:26.381 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-05 17:34:26.381 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: dvr 2026-05-05 17:34:26.382 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-05 17:34:26.382 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: empty-string-filtering 2026-05-05 17:34:26.383 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-05 17:34:26.383 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-05 17:34:26.384 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: external-net 2026-05-05 17:34:26.384 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-05 17:34:26.385 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: extraroute 2026-05-05 17:34:26.385 7 INFO neutron.quota [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded quota_driver: . 2026-05-05 17:34:26.385 7 INFO neutron.plugins.ml2.plugin [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Modular L2 Plugin initialization complete 2026-05-05 17:34:26.385 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: extraroute-atomic 2026-05-05 17:34:26.386 7 INFO neutron.plugins.ml2.managers [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-05 17:34:26.386 7 INFO neutron.plugins.ml2.managers [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-05 17:34:26.386 7 INFO neutron.plugins.ml2.managers [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-05 17:34:26.386 7 INFO neutron.manager [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loading Plugin: qos 2026-05-05 17:34:26.387 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-05 17:34:26.388 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-05 17:34:26.388 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-05 17:34:26.389 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-05 17:34:26.389 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: fip-port-details 2026-05-05 17:34:26.391 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: flavors 2026-05-05 17:34:26.392 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-05 17:34:26.392 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: floatingip-pools 2026-05-05 17:34:26.393 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: ip_allocation 2026-05-05 17:34:26.393 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-05 17:34:26.394 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: l2_adjacency 2026-05-05 17:34:26.395 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: router 2026-05-05 17:34:26.398 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-05 17:34:26.399 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-05 17:34:26.399 7 INFO neutron.manager [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loading Plugin: router 2026-05-05 17:34:26.400 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-05 17:34:26.400 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: ext-gw-mode 2026-05-05 17:34:26.401 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: l3-ha 2026-05-05 17:34:26.402 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-05 17:34:26.403 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-05 17:34:26.403 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: l3-flavors 2026-05-05 17:34:26.405 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-05 17:34:26.405 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-05 17:34:26.408 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-05 17:34:26.409 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-05 17:34:26.410 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-05 17:34:26.411 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-05 17:34:26.411 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-05 17:34:26.412 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: multi-provider 2026-05-05 17:34:26.413 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: net-mtu 2026-05-05 17:34:26.413 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: net-mtu-writable 2026-05-05 17:34:26.414 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: network_availability_zone 2026-05-05 17:34:26.414 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: network_ha 2026-05-05 17:34:26.415 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: network-ip-availability 2026-05-05 17:34:26.416 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-05 17:34:26.416 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: pagination 2026-05-05 17:34:26.417 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: port-device-profile 2026-05-05 17:34:26.417 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-05 17:34:26.418 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-05 17:34:26.418 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-05 17:34:26.419 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: port-mac-override 2026-05-05 17:34:26.420 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-05 17:34:26.420 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-05 17:34:26.421 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-05 17:34:26.421 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: port-resource-request 2026-05-05 17:34:26.422 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-05 17:34:26.422 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-05 17:34:26.423 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: binding 2026-05-05 17:34:26.425 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: binding-extended 2026-05-05 17:34:26.426 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: port-security 2026-05-05 17:34:26.426 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: project-id 2026-05-05 17:34:26.427 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: provider 2026-05-05 17:34:26.427 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-05 17:34:26.429 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: qos 2026-05-05 17:34:26.430 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-05 17:34:26.430 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-05 17:34:26.431 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: qos-default 2026-05-05 17:34:26.432 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: qos-fip 2026-05-05 17:34:26.432 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-05 17:34:26.432 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-05 17:34:26.433 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-05 17:34:26.434 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-05 17:34:26.434 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-05 17:34:26.435 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: qos-pps 2026-05-05 17:34:26.435 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-05 17:34:26.436 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-05 17:34:26.436 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: qos-rules-alias 2026-05-05 17:34:26.437 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: quota-check-limit 2026-05-05 17:34:26.438 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-05 17:34:26.440 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: quotas 2026-05-05 17:34:26.441 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: quota_details 2026-05-05 17:34:26.442 7 INFO neutron.services.service_base [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-05 17:34:26.442 7 INFO neutron.manager [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loading Plugin: segments 2026-05-05 17:34:26.442 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: rbac-policies 2026-05-05 17:34:26.443 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: rbac-address-group 2026-05-05 17:34:26.443 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: rbac-address-scope 2026-05-05 17:34:26.444 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: rbac-security-groups 2026-05-05 17:34:26.444 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-05 17:34:26.445 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: revision-if-match 2026-05-05 17:34:26.445 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-05 17:34:26.446 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: router_availability_zone 2026-05-05 17:34:26.446 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-05 17:34:26.448 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-05 17:34:26.449 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-05 17:34:26.449 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-05 17:34:26.450 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-05 17:34:26.450 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-05 17:34:26.451 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-05 17:34:26.456 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: security-group 2026-05-05 17:34:26.457 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: segment 2026-05-05 17:34:26.458 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-05 17:34:26.458 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: service-type 2026-05-05 17:34:26.459 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: sorting 2026-05-05 17:34:26.459 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: standard-attr-segment 2026-05-05 17:34:26.460 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: standard-attr-description 2026-05-05 17:34:26.460 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: stateful-security-group 2026-05-05 17:34:26.461 8 WARNING neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-05 17:34:26.461 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-05 17:34:26.462 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: subnet-external-network 2026-05-05 17:34:26.463 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: subnet_onboard 2026-05-05 17:34:26.463 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-05 17:34:26.464 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: subnet-service-types 2026-05-05 17:34:26.464 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: subnet_allocation 2026-05-05 17:34:26.465 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-05 17:34:26.466 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: tag-creation 2026-05-05 17:34:26.466 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-05 17:34:26.470 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: standard-attr-tag 2026-05-05 17:34:26.471 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-05 17:34:26.471 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: trunk 2026-05-05 17:34:26.472 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: trunk-details 2026-05-05 17:34:26.472 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-05 17:34:26.473 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-05 17:34:26.473 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-05 17:34:26.474 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-05 17:34:26.476 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-05 17:34:26.477 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-05 17:34:26.477 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: vpn-flavors 2026-05-05 17:34:26.479 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: vpnaas 2026-05-05 17:34:26.480 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: taas 2026-05-05 17:34:26.481 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: tap-mirror 2026-05-05 17:34:26.482 8 INFO neutron.api.extensions [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-05 17:34:26.484 8 INFO neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-05 17:34:26.485 8 INFO neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-05 17:34:26.485 8 INFO neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-05 17:34:26.485 8 INFO neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-05 17:34:26.488 8 INFO neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-05 17:34:26.489 8 INFO neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-05 17:34:26.493 8 INFO neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-05 17:34:26.494 8 INFO neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-05 17:34:26.495 8 INFO neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-05 17:34:26.495 8 INFO neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-05 17:34:26.496 8 WARNING neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] subnetpool is already registered 2026-05-05 17:34:26.496 8 INFO neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-05 17:34:26.496 8 WARNING neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] subnetpool is already registered 2026-05-05 17:34:26.497 8 INFO neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-05 17:34:26.497 8 INFO neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-05 17:34:26.497 8 INFO neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-05 17:34:26.498 8 INFO neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-05 17:34:26.498 8 INFO neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-05 17:34:26.499 8 INFO neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-05 17:34:26.499 8 INFO neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-05 17:34:26.499 8 WARNING neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] ipsecpolicy is already registered 2026-05-05 17:34:26.499 8 INFO neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-05 17:34:26.500 8 WARNING neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] ikepolicy is already registered 2026-05-05 17:34:26.504 8 INFO neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-05 17:34:26.504 8 WARNING neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] router is already registered 2026-05-05 17:34:26.505 8 INFO neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-05 17:34:26.505 8 WARNING neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] floatingip is already registered 2026-05-05 17:34:26.508 8 INFO neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-05 17:34:26.508 8 WARNING neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] rbac_policy is already registered 2026-05-05 17:34:26.509 8 INFO neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-05 17:34:26.509 8 WARNING neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] security_group is already registered 2026-05-05 17:34:26.509 8 INFO neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-05 17:34:26.510 8 WARNING neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] security_group_rule is already registered 2026-05-05 17:34:26.510 8 INFO neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-05 17:34:26.510 8 WARNING neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] subnetpool is already registered 2026-05-05 17:34:26.511 8 INFO neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-05 17:34:26.511 8 WARNING neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] subnetpool is already registered 2026-05-05 17:34:26.511 8 INFO neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-05 17:34:26.512 8 WARNING neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] trunk is already registered 2026-05-05 17:34:26.512 8 INFO neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-05 17:34:26.512 8 WARNING neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] ikepolicy is already registered 2026-05-05 17:34:26.513 8 INFO neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-05 17:34:26.513 8 WARNING neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] ipsecpolicy is already registered 2026-05-05 17:34:26.513 8 INFO neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-05 17:34:26.513 8 WARNING neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] endpoint_group is already registered 2026-05-05 17:34:26.513 8 INFO neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-05 17:34:26.514 8 WARNING neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] vpnservice is already registered 2026-05-05 17:34:26.514 8 INFO neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-05 17:34:26.514 8 WARNING neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] ipsec_site_connection is already registered 2026-05-05 17:34:26.515 8 INFO neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-05 17:34:26.515 8 WARNING neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] ipsecpolicy is already registered 2026-05-05 17:34:26.515 8 INFO neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-05 17:34:26.515 8 WARNING neutron.quota.resource_registry [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] ikepolicy is already registered 2026-05-05 17:34:26.541 7 INFO neutron.manager [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loading Plugin: trunk 2026-05-05 17:34:26.553 8 WARNING keystonemiddleware._common.config [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-05 17:34:26.557 7 INFO neutron.manager [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loading Plugin: vpnaas 2026-05-05 17:34:26.559 8 WARNING oslo_config.cfg [None req-b9f04a24-c27a-4531-a3c7-420b9033c223 - - - - - -] 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 0x7f091458b668 pid: 8 (default app) 2026-05-05 17:34:26.599 7 WARNING stevedore.named [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-05 17:34:26.664 7 INFO neutron_vpnaas.services.vpn.plugin [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-05 17:34:26.665 7 INFO neutron.common.utils [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-05 17:34:26.665 7 INFO neutron.manager [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loading Plugin: taas 2026-05-05 17:34:26.689 7 WARNING stevedore.named [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-05 17:34:26.711 7 INFO neutron_taas.services.taas.taas_plugin [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-05 17:34:26.711 7 INFO neutron.manager [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loading Plugin: tapmirror 2026-05-05 17:34:26.727 7 WARNING stevedore.named [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-05 17:34:26.743 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-05 17:34:26.743 7 INFO neutron.manager [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loading Plugin: auto_allocate 2026-05-05 17:34:26.751 7 INFO neutron.manager [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loading Plugin: tag 2026-05-05 17:34:26.762 7 INFO neutron.manager [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loading Plugin: timestamp 2026-05-05 17:34:26.765 7 INFO neutron.manager [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loading Plugin: network_ip_availability 2026-05-05 17:34:26.768 7 INFO neutron.manager [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loading Plugin: flavors 2026-05-05 17:34:26.772 7 INFO neutron.manager [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loading Plugin: revisions 2026-05-05 17:34:26.775 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Initializing extension manager. 2026-05-05 17:34:26.776 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: address-group 2026-05-05 17:34:26.778 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: address-scope 2026-05-05 17:34:26.778 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-05 17:34:26.779 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: agent 2026-05-05 17:34:26.780 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: agent-resources-synced 2026-05-05 17:34:26.781 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-05 17:34:26.781 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-05 17:34:26.782 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: availability_zone 2026-05-05 17:34:26.783 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: availability_zone_filter 2026-05-05 17:34:26.783 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-05 17:34:26.784 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: default-subnetpools 2026-05-05 17:34:26.786 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-05 17:34:26.786 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: dns-integration 2026-05-05 17:34:26.787 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: dns-domain-ports 2026-05-05 17:34:26.788 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-05 17:34:26.789 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: dvr 2026-05-05 17:34:26.789 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-05 17:34:26.789 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: empty-string-filtering 2026-05-05 17:34:26.790 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-05 17:34:26.790 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-05 17:34:26.791 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: external-net 2026-05-05 17:34:26.791 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-05 17:34:26.792 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: extraroute 2026-05-05 17:34:26.793 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: extraroute-atomic 2026-05-05 17:34:26.793 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-05 17:34:26.794 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-05 17:34:26.795 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-05 17:34:26.795 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-05 17:34:26.796 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: fip-port-details 2026-05-05 17:34:26.796 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: flavors 2026-05-05 17:34:26.797 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-05 17:34:26.798 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: floatingip-pools 2026-05-05 17:34:26.799 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: ip_allocation 2026-05-05 17:34:26.799 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-05 17:34:26.800 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: l2_adjacency 2026-05-05 17:34:26.801 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: router 2026-05-05 17:34:26.802 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-05 17:34:26.803 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-05 17:34:26.804 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-05 17:34:26.804 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: ext-gw-mode 2026-05-05 17:34:26.804 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: l3-ha 2026-05-05 17:34:26.805 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-05 17:34:26.805 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-05 17:34:26.806 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: l3-flavors 2026-05-05 17:34:26.807 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-05 17:34:26.807 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-05 17:34:26.810 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-05 17:34:26.811 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-05 17:34:26.812 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-05 17:34:26.813 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-05 17:34:26.813 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-05 17:34:26.814 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: multi-provider 2026-05-05 17:34:26.814 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: net-mtu 2026-05-05 17:34:26.815 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: net-mtu-writable 2026-05-05 17:34:26.815 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: network_availability_zone 2026-05-05 17:34:26.816 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: network_ha 2026-05-05 17:34:26.817 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: network-ip-availability 2026-05-05 17:34:26.818 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-05 17:34:26.818 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: pagination 2026-05-05 17:34:26.819 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: port-device-profile 2026-05-05 17:34:26.819 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-05 17:34:26.820 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-05 17:34:26.820 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-05 17:34:26.821 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: port-mac-override 2026-05-05 17:34:26.821 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-05 17:34:26.822 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-05 17:34:26.822 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-05 17:34:26.823 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: port-resource-request 2026-05-05 17:34:26.823 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-05 17:34:26.824 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-05 17:34:26.824 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: binding 2026-05-05 17:34:26.825 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: binding-extended 2026-05-05 17:34:26.826 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: port-security 2026-05-05 17:34:26.826 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: project-id 2026-05-05 17:34:26.826 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: provider 2026-05-05 17:34:26.828 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-05 17:34:26.831 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: qos 2026-05-05 17:34:26.832 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-05 17:34:26.832 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-05 17:34:26.834 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: qos-default 2026-05-05 17:34:26.835 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: qos-fip 2026-05-05 17:34:26.835 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-05 17:34:26.836 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-05 17:34:26.836 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-05 17:34:26.837 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-05 17:34:26.837 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-05 17:34:26.838 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: qos-pps 2026-05-05 17:34:26.839 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-05 17:34:26.839 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-05 17:34:26.840 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: qos-rules-alias 2026-05-05 17:34:26.840 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: quota-check-limit 2026-05-05 17:34:26.841 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-05 17:34:26.843 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: quotas 2026-05-05 17:34:26.845 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: quota_details 2026-05-05 17:34:26.846 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: rbac-policies 2026-05-05 17:34:26.847 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: rbac-address-group 2026-05-05 17:34:26.847 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: rbac-address-scope 2026-05-05 17:34:26.848 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: rbac-security-groups 2026-05-05 17:34:26.848 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-05 17:34:26.849 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: revision-if-match 2026-05-05 17:34:26.850 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-05 17:34:26.850 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: router_availability_zone 2026-05-05 17:34:26.851 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-05 17:34:26.852 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-05 17:34:26.853 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-05 17:34:26.853 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-05 17:34:26.854 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-05 17:34:26.855 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-05 17:34:26.855 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-05 17:34:26.860 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: security-group 2026-05-05 17:34:26.861 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: segment 2026-05-05 17:34:26.862 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-05 17:34:26.862 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: service-type 2026-05-05 17:34:26.863 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: sorting 2026-05-05 17:34:26.863 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: standard-attr-segment 2026-05-05 17:34:26.864 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: standard-attr-description 2026-05-05 17:34:26.864 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: stateful-security-group 2026-05-05 17:34:26.865 7 WARNING neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-05 17:34:26.865 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-05 17:34:26.866 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: subnet-external-network 2026-05-05 17:34:26.866 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: subnet_onboard 2026-05-05 17:34:26.867 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-05 17:34:26.868 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: subnet-service-types 2026-05-05 17:34:26.868 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: subnet_allocation 2026-05-05 17:34:26.869 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-05 17:34:26.869 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: tag-creation 2026-05-05 17:34:26.870 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-05 17:34:26.874 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: standard-attr-tag 2026-05-05 17:34:26.874 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-05 17:34:26.875 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: trunk 2026-05-05 17:34:26.876 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: trunk-details 2026-05-05 17:34:26.876 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-05 17:34:26.876 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-05 17:34:26.877 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-05 17:34:26.878 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-05 17:34:26.880 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-05 17:34:26.880 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-05 17:34:26.881 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: vpn-flavors 2026-05-05 17:34:26.883 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: vpnaas 2026-05-05 17:34:26.885 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: taas 2026-05-05 17:34:26.886 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: tap-mirror 2026-05-05 17:34:26.886 7 INFO neutron.api.extensions [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-05 17:34:26.889 7 INFO neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-05 17:34:26.889 7 INFO neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-05 17:34:26.889 7 INFO neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-05 17:34:26.889 7 INFO neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-05 17:34:26.893 7 INFO neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-05 17:34:26.893 7 INFO neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-05 17:34:26.898 7 INFO neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-05 17:34:26.898 7 INFO neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-05 17:34:26.899 7 INFO neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-05 17:34:26.900 7 INFO neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-05 17:34:26.900 7 WARNING neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] subnetpool is already registered 2026-05-05 17:34:26.900 7 INFO neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-05 17:34:26.900 7 WARNING neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] subnetpool is already registered 2026-05-05 17:34:26.901 7 INFO neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-05 17:34:26.901 7 INFO neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-05 17:34:26.902 7 INFO neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-05 17:34:26.902 7 INFO neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-05 17:34:26.903 7 INFO neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-05 17:34:26.903 7 INFO neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-05 17:34:26.903 7 INFO neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-05 17:34:26.904 7 WARNING neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] ipsecpolicy is already registered 2026-05-05 17:34:26.904 7 INFO neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-05 17:34:26.904 7 WARNING neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] ikepolicy is already registered 2026-05-05 17:34:26.908 7 INFO neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-05 17:34:26.909 7 WARNING neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] router is already registered 2026-05-05 17:34:26.909 7 INFO neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-05 17:34:26.909 7 WARNING neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] floatingip is already registered 2026-05-05 17:34:26.913 7 INFO neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-05 17:34:26.913 7 WARNING neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] rbac_policy is already registered 2026-05-05 17:34:26.914 7 INFO neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-05 17:34:26.914 7 WARNING neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] security_group is already registered 2026-05-05 17:34:26.914 7 INFO neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-05 17:34:26.914 7 WARNING neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] security_group_rule is already registered 2026-05-05 17:34:26.915 7 INFO neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-05 17:34:26.915 7 WARNING neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] subnetpool is already registered 2026-05-05 17:34:26.915 7 INFO neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-05 17:34:26.916 7 WARNING neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] subnetpool is already registered 2026-05-05 17:34:26.916 7 INFO neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-05 17:34:26.916 7 WARNING neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] trunk is already registered 2026-05-05 17:34:26.917 7 INFO neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-05 17:34:26.917 7 WARNING neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] ikepolicy is already registered 2026-05-05 17:34:26.917 7 INFO neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-05 17:34:26.917 7 WARNING neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] ipsecpolicy is already registered 2026-05-05 17:34:26.918 7 INFO neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-05 17:34:26.918 7 WARNING neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] endpoint_group is already registered 2026-05-05 17:34:26.918 7 INFO neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-05 17:34:26.918 7 WARNING neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] vpnservice is already registered 2026-05-05 17:34:26.919 7 INFO neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-05 17:34:26.919 7 WARNING neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] ipsec_site_connection is already registered 2026-05-05 17:34:26.919 7 INFO neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-05 17:34:26.919 7 WARNING neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] ipsecpolicy is already registered 2026-05-05 17:34:26.920 7 INFO neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-05 17:34:26.920 7 WARNING neutron.quota.resource_registry [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] ikepolicy is already registered 2026-05-05 17:34:26.965 7 WARNING keystonemiddleware._common.config [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-05 17:34:26.972 7 WARNING oslo_config.cfg [None req-e55fa4b7-5447-4488-ac9d-b7ba41a410b7 - - - - - -] 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 0x7f091458b668 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-05 17:34:31.999 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ecc104af-bb32-4c92-b66f-9785a2e45dda c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/3] 199.19.213.169 () {44 vars in 928 bytes} [Tue May 5 17:34:31 2026] GET /v2.0/networks/public => generated 108 bytes in 848 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1/4] 199.19.213.169 () {44 vars in 950 bytes} [Tue May 5 17:34:32 2026] GET /v2.0/networks?name=public => generated 15 bytes in 464 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 17:34:32.891 8 WARNING neutron.services.revisions.revision_plugin [None req-9041686c-54df-4013-98c6-945d4fcc8ca1 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Could not find related network for resource to bump revision. 2026-05-05 17:34:32.914 8 INFO neutron.db.segments_db [None req-9041686c-54df-4013-98c6-945d4fcc8ca1 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Added segment b6bbb8d9-fb54-4d18-b66d-fb53348f17ea of type flat for network 9fc44d4a-6417-4514-9532-aadb26e7970a 2026-05-05 17:34:32.969 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9041686c-54df-4013-98c6-945d4fcc8ca1 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/5] 199.19.213.169 () {48 vars in 968 bytes} [Tue May 5 17:34:32 2026] POST /v2.0/networks => generated 124 bytes in 508 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 17:34:38.823 8 INFO neutron.pecan_wsgi.hooks.translation [None req-00109bf3-1a63-4c17-8395-45fe249493e5 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/7] 199.19.213.169 () {44 vars in 928 bytes} [Tue May 5 17:34:38 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: 3/8] 199.19.213.169 () {44 vars in 950 bytes} [Tue May 5 17:34:38 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 17:34:38.897 8 WARNING neutron.services.revisions.revision_plugin [None req-fb690f8d-3777-4ea8-a709-cf0ed41dff2e c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Could not find related network for resource to bump revision. 2026-05-05 17:34:38.914 8 INFO neutron.db.segments_db [None req-fb690f8d-3777-4ea8-a709-cf0ed41dff2e c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Added segment 08e50ae9-7bc2-473c-b946-8bd3666e99c6 of type flat for network 82c5baab-909e-43e7-b3ad-90428700a3dc 2026-05-05 17:34:38.940 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fb690f8d-3777-4ea8-a709-cf0ed41dff2e c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/9] 199.19.213.169 () {48 vars in 968 bytes} [Tue May 5 17:34:38 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-05 17:34:45.141 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1e501ba4-b86a-447f-9637-83a7784ae389 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/10] 199.19.213.169 () {44 vars in 928 bytes} [Tue May 5 17:34:44 2026] GET /v2.0/networks/public => generated 108 bytes in 388 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/11] 199.19.213.169 () {44 vars in 950 bytes} [Tue May 5 17:34:45 2026] GET /v2.0/networks?name=public => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 17:34:45.396 7 WARNING neutron.services.revisions.revision_plugin [None req-52a88401-23a0-404e-a827-9d7c8bfc00ce c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Could not find related network for resource to bump revision. 2026-05-05 17:34:45.428 7 INFO neutron.db.segments_db [None req-52a88401-23a0-404e-a827-9d7c8bfc00ce c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Added segment 89d8f32d-1b89-445e-97e7-57d6bebcb857 of type flat for network e3f0b012-9acc-4fa7-a69e-71a748b891b4 2026-05-05 17:34:45.479 7 INFO neutron.pecan_wsgi.hooks.translation [None req-52a88401-23a0-404e-a827-9d7c8bfc00ce c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/12] 199.19.213.169 () {48 vars in 968 bytes} [Tue May 5 17:34:45 2026] POST /v2.0/networks => generated 124 bytes in 321 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 17:34:51.345 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fa9b004b-fb2c-45d9-8865-568d5b2f645d c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/14] 199.19.213.169 () {44 vars in 928 bytes} [Tue May 5 17:34:51 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: 9/15] 199.19.213.169 () {44 vars in 950 bytes} [Tue May 5 17:34:51 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-05 17:34:51.414 7 WARNING neutron.services.revisions.revision_plugin [None req-5ca464c4-74af-41d3-bc26-e7a0dfa44258 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Could not find related network for resource to bump revision. 2026-05-05 17:34:51.439 7 INFO neutron.db.segments_db [None req-5ca464c4-74af-41d3-bc26-e7a0dfa44258 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Added segment 30d0cdad-5736-4cc8-b612-8f68930ac71e of type flat for network 971e32b0-7be5-4f0c-8aed-784ffa638a75 2026-05-05 17:34:51.467 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5ca464c4-74af-41d3-bc26-e7a0dfa44258 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/16] 199.19.213.169 () {48 vars in 968 bytes} [Tue May 5 17:34:51 2026] POST /v2.0/networks => generated 124 bytes in 111 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 17:34:57.367 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d6d9643a-3f74-4c4b-bb21-7ad15c4dec3b c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 199.19.213.169 () {44 vars in 928 bytes} [Tue May 5 17:34:57 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/18] 199.19.213.169 () {44 vars in 950 bytes} [Tue May 5 17:34:57 2026] GET /v2.0/networks?name=public => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 17:34:57.450 8 WARNING neutron.services.revisions.revision_plugin [None req-65240180-7819-41d1-a873-f5162d073916 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Could not find related network for resource to bump revision. 2026-05-05 17:34:57.468 8 INFO neutron.db.segments_db [None req-65240180-7819-41d1-a873-f5162d073916 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Added segment 446d05d1-93d9-414c-a296-b80237e59a75 of type flat for network bf7518a9-e82f-4fe0-98da-203dddd70533 [pid: 8|app: 0|req: 11/19] 199.19.213.169 () {48 vars in 968 bytes} [Tue May 5 17:34:57 2026] POST /v2.0/networks => generated 706 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 17:34:58.554 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4ff2aa8a-2f9d-4d9f-9934-f6da42e1c185 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/20] 199.19.213.169 () {44 vars in 928 bytes} [Tue May 5 17:34:58 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/21] 199.19.213.169 () {44 vars in 950 bytes} [Tue May 5 17:34:58 2026] GET /v2.0/networks?name=public => generated 709 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 17:34:58.636 7 INFO neutron.pecan_wsgi.hooks.translation [None req-088a0495-78de-4122-8bdb-1c23d7f622cd c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/22] 199.19.213.169 () {44 vars in 1035 bytes} [Tue May 5 17:34:58 2026] GET /v2.0/subnets/public-subnet?network_id=bf7518a9-e82f-4fe0-98da-203dddd70533 => generated 113 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/23] 199.19.213.169 () {44 vars in 1058 bytes} [Tue May 5 17:34:58 2026] GET /v2.0/subnets?name=public-subnet&network_id=bf7518a9-e82f-4fe0-98da-203dddd70533 => generated 14 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 11/24] 199.19.213.169 () {48 vars in 966 bytes} [Tue May 5 17:34:58 2026] POST /v2.0/subnets => generated 664 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 17:39:47.443 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3fa03e09-effa-4a1a-8d34-7189e99f4deb c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 33/62] 199.19.213.169 () {44 vars in 938 bytes} [Tue May 5 17:39:47 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 125 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 30/63] 199.19.213.169 () {44 vars in 960 bytes} [Tue May 5 17:39:47 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 17:39:47.544 8 INFO neutron.db.segments_db [None req-bd38beff-661d-4c63-9772-7566cf395be1 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Added segment 61ecd224-0d08-4cd3-910d-21975e3ca5fe of type vxlan for network b6007952-ec85-45ac-8d9e-b3c89896f40b [pid: 8|app: 0|req: 34/64] 199.19.213.169 () {48 vars in 967 bytes} [Tue May 5 17:39:47 2026] POST /v2.0/networks => generated 707 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 17:39:48.583 7 INFO neutron.pecan_wsgi.hooks.translation [None req-96f57cfe-c9f8-4408-a973-1558348f25dc c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 31/65] 199.19.213.169 () {44 vars in 938 bytes} [Tue May 5 17:39:48 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/66] 199.19.213.169 () {44 vars in 960 bytes} [Tue May 5 17:39:48 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 17:39:48.639 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a189410e-e918-4aed-8a67-491165b05e57 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 32/67] 199.19.213.169 () {44 vars in 1037 bytes} [Tue May 5 17:39:48 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=b6007952-ec85-45ac-8d9e-b3c89896f40b => generated 114 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/68] 199.19.213.169 () {44 vars in 1060 bytes} [Tue May 5 17:39:48 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=b6007952-ec85-45ac-8d9e-b3c89896f40b => generated 14 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 33/69] 199.19.213.169 () {48 vars in 966 bytes} [Tue May 5 17:39:48 2026] POST /v2.0/subnets => generated 651 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 17:39:49.970 8 INFO neutron.api.v2.resource [None req-21021845-f289-4c11-992a-604325e7ac2c c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 38/72] 199.19.213.169 () {44 vars in 972 bytes} [Tue May 5 17:39:49 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/73] 199.19.213.169 () {44 vars in 994 bytes} [Tue May 5 17:39:49 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/74] 199.19.213.169 () {48 vars in 981 bytes} [Tue May 5 17:39:50 2026] POST /v2.0/security-groups => generated 1616 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/75] 199.19.213.169 () {44 vars in 1002 bytes} [Tue May 5 17:39:51 2026] GET /v2.0/security-groups/e4fe4a74-a03f-4147-adbf-f3ad73f07f08 => generated 1616 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/76] 199.19.213.169 () {44 vars in 1002 bytes} [Tue May 5 17:39:51 2026] GET /v2.0/security-groups/e4fe4a74-a03f-4147-adbf-f3ad73f07f08 => generated 1616 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/77] 199.19.213.169 () {44 vars in 1002 bytes} [Tue May 5 17:39:51 2026] GET /v2.0/security-groups/e4fe4a74-a03f-4147-adbf-f3ad73f07f08 => generated 1616 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/78] 199.19.213.169 () {48 vars in 992 bytes} [Tue May 5 17:39:51 2026] POST /v2.0/security-group-rules => generated 601 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/79] 199.19.213.169 () {44 vars in 1002 bytes} [Tue May 5 17:39:52 2026] GET /v2.0/security-groups/e4fe4a74-a03f-4147-adbf-f3ad73f07f08 => generated 2230 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/80] 199.19.213.169 () {44 vars in 1002 bytes} [Tue May 5 17:39:52 2026] GET /v2.0/security-groups/e4fe4a74-a03f-4147-adbf-f3ad73f07f08 => generated 2230 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/81] 199.19.213.169 () {44 vars in 1002 bytes} [Tue May 5 17:39:52 2026] GET /v2.0/security-groups/e4fe4a74-a03f-4147-adbf-f3ad73f07f08 => generated 2230 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/82] 199.19.213.169 () {48 vars in 992 bytes} [Tue May 5 17:39:52 2026] POST /v2.0/security-group-rules => generated 603 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/83] 199.19.213.169 () {44 vars in 1002 bytes} [Tue May 5 17:39:53 2026] GET /v2.0/security-groups/e4fe4a74-a03f-4147-adbf-f3ad73f07f08 => generated 2846 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/84] 199.19.213.169 () {44 vars in 1002 bytes} [Tue May 5 17:39:53 2026] GET /v2.0/security-groups/e4fe4a74-a03f-4147-adbf-f3ad73f07f08 => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/85] 199.19.213.169 () {44 vars in 1002 bytes} [Tue May 5 17:39:53 2026] GET /v2.0/security-groups/e4fe4a74-a03f-4147-adbf-f3ad73f07f08 => generated 2846 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/86] 199.19.213.169 () {48 vars in 992 bytes} [Tue May 5 17:39:53 2026] POST /v2.0/security-group-rules => generated 603 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/87] 199.19.213.169 () {44 vars in 1002 bytes} [Tue May 5 17:39:54 2026] GET /v2.0/security-groups/e4fe4a74-a03f-4147-adbf-f3ad73f07f08 => generated 3462 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/88] 199.19.213.169 () {44 vars in 1002 bytes} [Tue May 5 17:39:54 2026] GET /v2.0/security-groups/e4fe4a74-a03f-4147-adbf-f3ad73f07f08 => generated 3462 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/89] 199.19.213.169 () {44 vars in 1002 bytes} [Tue May 5 17:39:54 2026] GET /v2.0/security-groups/e4fe4a74-a03f-4147-adbf-f3ad73f07f08 => generated 3462 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/90] 199.19.213.169 () {48 vars in 992 bytes} [Tue May 5 17:39:54 2026] POST /v2.0/security-group-rules => generated 603 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/91] 199.19.213.169 () {44 vars in 1002 bytes} [Tue May 5 17:39:55 2026] GET /v2.0/security-groups/e4fe4a74-a03f-4147-adbf-f3ad73f07f08 => generated 4078 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/92] 199.19.213.169 () {44 vars in 1002 bytes} [Tue May 5 17:39:55 2026] GET /v2.0/security-groups/e4fe4a74-a03f-4147-adbf-f3ad73f07f08 => generated 4078 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/93] 199.19.213.169 () {44 vars in 1002 bytes} [Tue May 5 17:39:55 2026] GET /v2.0/security-groups/e4fe4a74-a03f-4147-adbf-f3ad73f07f08 => generated 4078 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/94] 199.19.213.169 () {48 vars in 992 bytes} [Tue May 5 17:39:55 2026] POST /v2.0/security-group-rules => generated 603 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/95] 199.19.213.169 () {44 vars in 988 bytes} [Tue May 5 17:39:56 2026] GET /v2.0/networks/b6007952-ec85-45ac-8d9e-b3c89896f40b => generated 732 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 17:39:56.996 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b5f8045f-8c1b-4462-a38b-ed92f466bb8f c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 50/96] 199.19.213.169 () {44 vars in 1077 bytes} [Tue May 5 17:39:56 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=b6007952-ec85-45ac-8d9e-b3c89896f40b => generated 132 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/97] 199.19.213.169 () {44 vars in 1100 bytes} [Tue May 5 17:39:57 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=b6007952-ec85-45ac-8d9e-b3c89896f40b => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/98] 199.19.213.169 () {44 vars in 1002 bytes} [Tue May 5 17:39:57 2026] GET /v2.0/security-groups/e4fe4a74-a03f-4147-adbf-f3ad73f07f08 => 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: 48/99] 199.19.213.169 () {48 vars in 962 bytes} [Tue May 5 17:39:57 2026] POST /v2.0/ports => generated 1100 bytes in 581 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-05 17:40:04.798 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2e80e611-9e6a-4229-985c-9e798587bcc9 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 53/102] 199.19.213.169 () {44 vars in 980 bytes} [Tue May 5 17:40:04 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 50 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: 50/103] 199.19.213.169 () {44 vars in 1002 bytes} [Tue May 5 17:40:04 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/104] 199.19.213.169 () {48 vars in 1032 bytes} [Tue May 5 17:40:04 2026] PUT /v2.0/ports/c34cc1aa-b91b-4a2c-9212-76659210d5f2 => generated 1249 bytes in 822 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/105] 199.19.213.169 () {44 vars in 921 bytes} [Tue May 5 17:40:07 2026] GET /v2.0/ports => generated 3730 bytes in 99 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-05 17:40:08.237 8 INFO neutron.api.v2.resource [None req-09a274e5-cce5-4833-8f18-c52f9aa6000a c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 55/106] 199.19.213.169 () {44 vars in 960 bytes} [Tue May 5 17:40:08 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: 52/107] 199.19.213.169 () {44 vars in 982 bytes} [Tue May 5 17:40:08 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/108] 199.19.213.169 () {48 vars in 981 bytes} [Tue May 5 17:40:08 2026] POST /v2.0/security-groups => generated 1610 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/109] 199.19.213.169 () {44 vars in 1002 bytes} [Tue May 5 17:40:09 2026] GET /v2.0/security-groups/1c7b1d28-9897-4378-a6fb-9de4abdb86b6 => generated 1610 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/110] 199.19.213.169 () {44 vars in 1002 bytes} [Tue May 5 17:40:09 2026] GET /v2.0/security-groups/1c7b1d28-9897-4378-a6fb-9de4abdb86b6 => generated 1610 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/111] 199.19.213.169 () {44 vars in 1002 bytes} [Tue May 5 17:40:09 2026] GET /v2.0/security-groups/1c7b1d28-9897-4378-a6fb-9de4abdb86b6 => generated 1610 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/112] 199.19.213.169 () {48 vars in 992 bytes} [Tue May 5 17:40:09 2026] POST /v2.0/security-group-rules => generated 623 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/113] 199.19.213.169 () {44 vars in 1002 bytes} [Tue May 5 17:40:10 2026] GET /v2.0/security-groups/1c7b1d28-9897-4378-a6fb-9de4abdb86b6 => generated 2246 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/114] 199.19.213.169 () {44 vars in 1002 bytes} [Tue May 5 17:40:10 2026] GET /v2.0/security-groups/1c7b1d28-9897-4378-a6fb-9de4abdb86b6 => generated 2246 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/115] 199.19.213.169 () {44 vars in 1002 bytes} [Tue May 5 17:40:10 2026] GET /v2.0/security-groups/1c7b1d28-9897-4378-a6fb-9de4abdb86b6 => generated 2246 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/116] 199.19.213.169 () {48 vars in 992 bytes} [Tue May 5 17:40:10 2026] POST /v2.0/security-group-rules => generated 627 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 65/133] 199.19.213.169 () {44 vars in 976 bytes} [Tue May 5 17:42:15 2026] GET /v2.0/quotas/25d0a2ac30f34d7a8dfccc75e533560a => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 69/134] 199.19.213.169 () {48 vars in 1028 bytes} [Tue May 5 17:42:16 2026] PUT /v2.0/quotas/25d0a2ac30f34d7a8dfccc75e533560a => generated 291 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-05 17:44:36.849 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ee03303e-bdcc-4948-9d60-1d4888771b5d c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 76/155] 199.19.213.169 () {30 vars in 741 bytes} [Tue May 5 17:44:36 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 206 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: 80/156] 199.19.213.169 () {30 vars in 763 bytes} [Tue May 5 17:44:36 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 17:44:38.692 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9c863c0b-a26f-4097-8ab9-49f158af452f c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 77/157] 199.19.213.169 () {30 vars in 741 bytes} [Tue May 5 17:44:38 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 81/158] 199.19.213.169 () {30 vars in 763 bytes} [Tue May 5 17:44:38 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 17:51:05.935 8 INFO neutron.api.v2.resource [None req-dd84d45c-3a9d-43eb-bf2a-7d460b42fc37 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 108/211] 199.19.213.169 () {44 vars in 1075 bytes} [Tue May 5 17:51:05 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=117f6f3c30b44c24b8a6571c539d93fd => generated 139 bytes in 117 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/212] 199.19.213.169 () {44 vars in 1098 bytes} [Tue May 5 17:51:05 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=117f6f3c30b44c24b8a6571c539d93fd => generated 23 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/213] 199.19.213.169 () {48 vars in 982 bytes} [Tue May 5 17:51:06 2026] POST /v2.0/security-groups => generated 1624 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/214] 199.19.213.169 () {44 vars in 1089 bytes} [Tue May 5 17:51:07 2026] GET /v2.0/security-groups/784fa6f6-2495-4d9a-b593-8ff254f06bc6?project_id=117f6f3c30b44c24b8a6571c539d93fd => generated 1624 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/215] 199.19.213.169 () {44 vars in 1002 bytes} [Tue May 5 17:51:07 2026] GET /v2.0/security-groups/784fa6f6-2495-4d9a-b593-8ff254f06bc6 => 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: 106/216] 199.19.213.169 () {44 vars in 1089 bytes} [Tue May 5 17:51:07 2026] GET /v2.0/security-groups/784fa6f6-2495-4d9a-b593-8ff254f06bc6?project_id=117f6f3c30b44c24b8a6571c539d93fd => generated 1624 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/217] 199.19.213.169 () {48 vars in 992 bytes} [Tue May 5 17:51:07 2026] POST /v2.0/security-group-rules => generated 597 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/218] 199.19.213.169 () {44 vars in 1089 bytes} [Tue May 5 17:51:08 2026] GET /v2.0/security-groups/784fa6f6-2495-4d9a-b593-8ff254f06bc6?project_id=117f6f3c30b44c24b8a6571c539d93fd => generated 2234 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/219] 199.19.213.169 () {44 vars in 1002 bytes} [Tue May 5 17:51:08 2026] GET /v2.0/security-groups/784fa6f6-2495-4d9a-b593-8ff254f06bc6 => generated 2234 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/220] 199.19.213.169 () {44 vars in 1089 bytes} [Tue May 5 17:51:08 2026] GET /v2.0/security-groups/784fa6f6-2495-4d9a-b593-8ff254f06bc6?project_id=117f6f3c30b44c24b8a6571c539d93fd => generated 2234 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/221] 199.19.213.169 () {48 vars in 992 bytes} [Tue May 5 17:51:08 2026] POST /v2.0/security-group-rules => generated 599 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/222] 199.19.213.169 () {44 vars in 1089 bytes} [Tue May 5 17:51:09 2026] GET /v2.0/security-groups/784fa6f6-2495-4d9a-b593-8ff254f06bc6?project_id=117f6f3c30b44c24b8a6571c539d93fd => generated 2846 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/223] 199.19.213.169 () {44 vars in 1002 bytes} [Tue May 5 17:51:09 2026] GET /v2.0/security-groups/784fa6f6-2495-4d9a-b593-8ff254f06bc6 => generated 2846 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/224] 199.19.213.169 () {44 vars in 1089 bytes} [Tue May 5 17:51:09 2026] GET /v2.0/security-groups/784fa6f6-2495-4d9a-b593-8ff254f06bc6?project_id=117f6f3c30b44c24b8a6571c539d93fd => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/225] 199.19.213.169 () {48 vars in 992 bytes} [Tue May 5 17:51:09 2026] POST /v2.0/security-group-rules => generated 601 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/226] 199.19.213.169 () {44 vars in 1089 bytes} [Tue May 5 17:51:10 2026] GET /v2.0/security-groups/784fa6f6-2495-4d9a-b593-8ff254f06bc6?project_id=117f6f3c30b44c24b8a6571c539d93fd => generated 3460 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 116/227] 199.19.213.169 () {44 vars in 1002 bytes} [Tue May 5 17:51:10 2026] GET /v2.0/security-groups/784fa6f6-2495-4d9a-b593-8ff254f06bc6 => generated 3460 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/228] 199.19.213.169 () {44 vars in 1089 bytes} [Tue May 5 17:51:10 2026] GET /v2.0/security-groups/784fa6f6-2495-4d9a-b593-8ff254f06bc6?project_id=117f6f3c30b44c24b8a6571c539d93fd => generated 3460 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 117/229] 199.19.213.169 () {48 vars in 992 bytes} [Tue May 5 17:51:11 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: 127/248] 199.19.213.169 () {30 vars in 740 bytes} [Tue May 5 17:53:31 2026] GET /v2.0/networks?tenant_id=117f6f3c30b44c24b8a6571c539d93fd&shared=False => generated 15 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 17:53:31.310 7 INFO neutron.db.segments_db [None req-54637db1-b7ab-419b-9ab8-4eb4ce46fab3 abb2953616ea4ca5b702eca8179bf64c 117f6f3c30b44c24b8a6571c539d93fd - - 42dc066301894ab497094ecab7410bd1 42dc066301894ab497094ecab7410bd1] Added segment 1dbe2f8f-2c9d-43ce-835c-e4b8e802e8a7 of type vxlan for network d506d564-3a7e-4594-9191-d9b0a2d48e30 [pid: 7|app: 0|req: 122/249] 199.19.213.169 () {34 vars in 682 bytes} [Tue May 5 17:53:31 2026] POST /v2.0/networks => generated 718 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/250] 199.19.213.169 () {30 vars in 722 bytes} [Tue May 5 17:53:31 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => 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: 123/251] 199.19.213.169 () {30 vars in 633 bytes} [Tue May 5 17:53:31 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: 129/252] 199.19.213.169 () {34 vars in 677 bytes} [Tue May 5 17:53:31 2026] POST /v2.0/ports => generated 999 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/253] 199.19.213.169 () {30 vars in 703 bytes} [Tue May 5 17:53:31 2026] GET /v2.0/networks/d506d564-3a7e-4594-9191-d9b0a2d48e30 => generated 705 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/254] 199.19.213.169 () {30 vars in 722 bytes} [Tue May 5 17:53:34 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/255] 199.19.213.169 () {30 vars in 703 bytes} [Tue May 5 17:53:34 2026] GET /v2.0/networks/d506d564-3a7e-4594-9191-d9b0a2d48e30 => 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: 133/260] 199.19.213.169 () {44 vars in 976 bytes} [Tue May 5 17:53:59 2026] GET /v2.0/quotas/117f6f3c30b44c24b8a6571c539d93fd => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/261] 199.19.213.169 () {48 vars in 1028 bytes} [Tue May 5 17:54:00 2026] PUT /v2.0/quotas/117f6f3c30b44c24b8a6571c539d93fd => generated 291 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:05:26.241 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ec942866-8422-47e9-9be0-05fe31680d1d c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 175/354] 199.19.213.169 () {44 vars in 928 bytes} [Tue May 5 18:05:26 2026] GET /v2.0/networks/public => generated 108 bytes in 147 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/355] 199.19.213.169 () {44 vars in 950 bytes} [Tue May 5 18:05:26 2026] GET /v2.0/networks?name=public => generated 753 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:05:27.584 7 INFO neutron.pecan_wsgi.hooks.translation [None req-658b0da0-d0ca-4d78-aac9-1f34d754527f c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 176/356] 199.19.213.169 () {44 vars in 928 bytes} [Tue May 5 18:05:27 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: 8|app: 0|req: 181/357] 199.19.213.169 () {44 vars in 950 bytes} [Tue May 5 18:05:27 2026] GET /v2.0/networks?name=public => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:05:27.653 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8dcad325-d568-4882-8909-765efdc8f285 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 177/358] 199.19.213.169 () {44 vars in 1035 bytes} [Tue May 5 18:05:27 2026] GET /v2.0/subnets/public-subnet?network_id=bf7518a9-e82f-4fe0-98da-203dddd70533 => generated 113 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/359] 199.19.213.169 () {44 vars in 1058 bytes} [Tue May 5 18:05:27 2026] GET /v2.0/subnets?name=public-subnet&network_id=bf7518a9-e82f-4fe0-98da-203dddd70533 => generated 667 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:05:57.294 8 INFO neutron.pecan_wsgi.hooks.translation [None req-99b69d70-b4e2-4660-9ccc-8b5d0405309d c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 185/364] 199.19.213.169 () {44 vars in 938 bytes} [Tue May 5 18:05:57 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/365] 199.19.213.169 () {44 vars in 960 bytes} [Tue May 5 18:05:57 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:05:58.267 8 INFO neutron.pecan_wsgi.hooks.translation [None req-90c4eeb7-450b-4449-bfb4-369112c7a34b c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 186/366] 199.19.213.169 () {44 vars in 938 bytes} [Tue May 5 18:05:58 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/367] 199.19.213.169 () {44 vars in 960 bytes} [Tue May 5 18:05:58 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:05:58.342 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1e09396e-7df3-48a5-949c-9b8facdc73a0 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 187/368] 199.19.213.169 () {44 vars in 1037 bytes} [Tue May 5 18:05:58 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=b6007952-ec85-45ac-8d9e-b3c89896f40b => generated 114 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/369] 199.19.213.169 () {44 vars in 1060 bytes} [Tue May 5 18:05:58 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=b6007952-ec85-45ac-8d9e-b3c89896f40b => generated 654 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:05:59.603 8 INFO neutron.api.v2.resource [None req-345395e8-837c-4bb9-86f3-2f9900ca43c1 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 188/370] 199.19.213.169 () {44 vars in 972 bytes} [Tue May 5 18:05:59 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/371] 199.19.213.169 () {44 vars in 994 bytes} [Tue May 5 18:05:59 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/372] 199.19.213.169 () {44 vars in 1002 bytes} [Tue May 5 18:06:00 2026] GET /v2.0/security-groups/e4fe4a74-a03f-4147-adbf-f3ad73f07f08 => generated 4694 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/373] 199.19.213.169 () {44 vars in 1002 bytes} [Tue May 5 18:06:00 2026] GET /v2.0/security-groups/e4fe4a74-a03f-4147-adbf-f3ad73f07f08 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/374] 199.19.213.169 () {44 vars in 1012 bytes} [Tue May 5 18:06:00 2026] GET /v2.0/security-group-rules/5776a09c-6624-4a79-a35f-d1456597d316 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/375] 199.19.213.169 () {44 vars in 1002 bytes} [Tue May 5 18:06:01 2026] GET /v2.0/security-groups/e4fe4a74-a03f-4147-adbf-f3ad73f07f08 => generated 4694 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/376] 199.19.213.169 () {44 vars in 1002 bytes} [Tue May 5 18:06:01 2026] GET /v2.0/security-groups/e4fe4a74-a03f-4147-adbf-f3ad73f07f08 => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/377] 199.19.213.169 () {44 vars in 1012 bytes} [Tue May 5 18:06:01 2026] GET /v2.0/security-group-rules/ecda170f-dac4-48f3-b836-f9388b0d199e => generated 603 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/378] 199.19.213.169 () {44 vars in 1002 bytes} [Tue May 5 18:06:02 2026] GET /v2.0/security-groups/e4fe4a74-a03f-4147-adbf-f3ad73f07f08 => generated 4694 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/379] 199.19.213.169 () {44 vars in 1002 bytes} [Tue May 5 18:06:02 2026] GET /v2.0/security-groups/e4fe4a74-a03f-4147-adbf-f3ad73f07f08 => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/380] 199.19.213.169 () {44 vars in 1012 bytes} [Tue May 5 18:06:02 2026] GET /v2.0/security-group-rules/2f1fe5f5-90cb-4083-b4e4-39225032fe3f => 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: 188/381] 199.19.213.169 () {44 vars in 1002 bytes} [Tue May 5 18:06:03 2026] GET /v2.0/security-groups/e4fe4a74-a03f-4147-adbf-f3ad73f07f08 => 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: 194/382] 199.19.213.169 () {44 vars in 1002 bytes} [Tue May 5 18:06:03 2026] GET /v2.0/security-groups/e4fe4a74-a03f-4147-adbf-f3ad73f07f08 => generated 4694 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/383] 199.19.213.169 () {44 vars in 1012 bytes} [Tue May 5 18:06:03 2026] GET /v2.0/security-group-rules/bcbd319b-62fd-4a75-93d3-2029df121288 => generated 603 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/386] 199.19.213.169 () {44 vars in 1002 bytes} [Tue May 5 18:06:04 2026] GET /v2.0/security-groups/e4fe4a74-a03f-4147-adbf-f3ad73f07f08 => generated 4694 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/387] 199.19.213.169 () {44 vars in 1002 bytes} [Tue May 5 18:06:04 2026] GET /v2.0/security-groups/e4fe4a74-a03f-4147-adbf-f3ad73f07f08 => 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: 197/388] 199.19.213.169 () {44 vars in 1012 bytes} [Tue May 5 18:06:04 2026] GET /v2.0/security-group-rules/e027d3da-0bbc-4429-993c-d5b18de4a99b => generated 603 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/389] 199.19.213.169 () {44 vars in 988 bytes} [Tue May 5 18:06:06 2026] GET /v2.0/networks/b6007952-ec85-45ac-8d9e-b3c89896f40b => generated 732 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:06:06.179 8 INFO neutron.pecan_wsgi.hooks.translation [None req-76bc7b77-40bd-411b-9e72-abb9d844b3f0 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 198/390] 199.19.213.169 () {44 vars in 1077 bytes} [Tue May 5 18:06:06 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=b6007952-ec85-45ac-8d9e-b3c89896f40b => 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: 193/391] 199.19.213.169 () {44 vars in 1100 bytes} [Tue May 5 18:06:06 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=b6007952-ec85-45ac-8d9e-b3c89896f40b => generated 1254 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/392] 199.19.213.169 () {44 vars in 1002 bytes} [Tue May 5 18:06:06 2026] GET /v2.0/security-groups/e4fe4a74-a03f-4147-adbf-f3ad73f07f08 => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:06:14.667 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c6dcb1fd-e863-4782-81b3-eba78c3c0885 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 194/393] 199.19.213.169 () {44 vars in 980 bytes} [Tue May 5 18:06:14 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/394] 199.19.213.169 () {44 vars in 1002 bytes} [Tue May 5 18:06:14 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/395] 199.19.213.169 () {44 vars in 921 bytes} [Tue May 5 18:06:16 2026] GET /v2.0/ports => generated 4725 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:06:17.406 8 INFO neutron.api.v2.resource [None req-0a4bc5e3-6bc4-4d18-98cc-b5fdda486b97 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 201/396] 199.19.213.169 () {44 vars in 960 bytes} [Tue May 5 18:06:17 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/397] 199.19.213.169 () {44 vars in 982 bytes} [Tue May 5 18:06:17 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/398] 199.19.213.169 () {44 vars in 1002 bytes} [Tue May 5 18:06:18 2026] GET /v2.0/security-groups/1c7b1d28-9897-4378-a6fb-9de4abdb86b6 => generated 2886 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/399] 199.19.213.169 () {44 vars in 1002 bytes} [Tue May 5 18:06:18 2026] GET /v2.0/security-groups/1c7b1d28-9897-4378-a6fb-9de4abdb86b6 => generated 2886 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/400] 199.19.213.169 () {44 vars in 1012 bytes} [Tue May 5 18:06:18 2026] GET /v2.0/security-group-rules/a1591817-5290-40bf-b413-bcd53086badc => generated 623 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/403] 199.19.213.169 () {44 vars in 1002 bytes} [Tue May 5 18:06:19 2026] GET /v2.0/security-groups/1c7b1d28-9897-4378-a6fb-9de4abdb86b6 => generated 2886 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/404] 199.19.213.169 () {44 vars in 1002 bytes} [Tue May 5 18:06:19 2026] GET /v2.0/security-groups/1c7b1d28-9897-4378-a6fb-9de4abdb86b6 => generated 2886 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/405] 199.19.213.169 () {44 vars in 1012 bytes} [Tue May 5 18:06:19 2026] GET /v2.0/security-group-rules/aa153c70-7f80-48e9-9456-b374e1d8d89c => generated 627 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/406] 199.19.213.169 () {44 vars in 976 bytes} [Tue May 5 18:06:31 2026] GET /v2.0/quotas/25d0a2ac30f34d7a8dfccc75e533560a => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:07:25.881 8 INFO neutron.api.v2.resource [None req-b8de2dac-83b4-4548-b6da-71a7f48d1b5f c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 211/415] 199.19.213.169 () {44 vars in 1075 bytes} [Tue May 5 18:07:25 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=117f6f3c30b44c24b8a6571c539d93fd => generated 139 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/416] 199.19.213.169 () {44 vars in 1098 bytes} [Tue May 5 18:07:25 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=117f6f3c30b44c24b8a6571c539d93fd => generated 4072 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/417] 199.19.213.169 () {44 vars in 1089 bytes} [Tue May 5 18:07:26 2026] GET /v2.0/security-groups/784fa6f6-2495-4d9a-b593-8ff254f06bc6?project_id=117f6f3c30b44c24b8a6571c539d93fd => generated 4075 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/418] 199.19.213.169 () {44 vars in 1002 bytes} [Tue May 5 18:07:27 2026] GET /v2.0/security-groups/784fa6f6-2495-4d9a-b593-8ff254f06bc6 => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/419] 199.19.213.169 () {44 vars in 1012 bytes} [Tue May 5 18:07:27 2026] GET /v2.0/security-group-rules/05fa6122-8b5c-4b9f-84bb-50b8a5404502 => generated 597 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/420] 199.19.213.169 () {44 vars in 1089 bytes} [Tue May 5 18:07:27 2026] GET /v2.0/security-groups/784fa6f6-2495-4d9a-b593-8ff254f06bc6?project_id=117f6f3c30b44c24b8a6571c539d93fd => generated 4075 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/421] 199.19.213.169 () {44 vars in 1002 bytes} [Tue May 5 18:07:28 2026] GET /v2.0/security-groups/784fa6f6-2495-4d9a-b593-8ff254f06bc6 => 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: 208/422] 199.19.213.169 () {44 vars in 1012 bytes} [Tue May 5 18:07:28 2026] GET /v2.0/security-group-rules/fb9286b2-3795-44dc-8120-2024606dc64c => generated 599 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/423] 199.19.213.169 () {44 vars in 1089 bytes} [Tue May 5 18:07:28 2026] GET /v2.0/security-groups/784fa6f6-2495-4d9a-b593-8ff254f06bc6?project_id=117f6f3c30b44c24b8a6571c539d93fd => generated 4075 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/424] 199.19.213.169 () {44 vars in 1002 bytes} [Tue May 5 18:07:29 2026] GET /v2.0/security-groups/784fa6f6-2495-4d9a-b593-8ff254f06bc6 => generated 4075 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/425] 199.19.213.169 () {44 vars in 1012 bytes} [Tue May 5 18:07:29 2026] GET /v2.0/security-group-rules/05b2e26c-51ba-4321-9a4a-f6fa5e839942 => 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: 210/426] 199.19.213.169 () {44 vars in 1089 bytes} [Tue May 5 18:07:30 2026] GET /v2.0/security-groups/784fa6f6-2495-4d9a-b593-8ff254f06bc6?project_id=117f6f3c30b44c24b8a6571c539d93fd => 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: 217/427] 199.19.213.169 () {44 vars in 1002 bytes} [Tue May 5 18:07:30 2026] GET /v2.0/security-groups/784fa6f6-2495-4d9a-b593-8ff254f06bc6 => generated 4075 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/428] 199.19.213.169 () {44 vars in 1012 bytes} [Tue May 5 18:07:30 2026] GET /v2.0/security-group-rules/42d8c19b-5ae9-44f2-b5a0-53eb04bcada9 => 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: 219/431] 199.19.213.169 () {44 vars in 976 bytes} [Tue May 5 18:07:38 2026] GET /v2.0/quotas/117f6f3c30b44c24b8a6571c539d93fd => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/438] 199.19.213.169 () {44 vars in 950 bytes} [Tue May 5 18:08:32 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: 219/445] 10.0.0.41 () {32 vars in 648 bytes} [Tue May 5 18:09:14 2026] GET /v2.0/networks => generated 2168 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/446] 10.0.0.41 () {32 vars in 654 bytes} [Tue May 5 18:09:15 2026] GET /v2.0/floatingips => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 220/447] 10.0.0.41 () {32 vars in 646 bytes} [Tue May 5 18:09:15 2026] GET /v2.0/routers => generated 15 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/448] 10.0.0.41 () {32 vars in 642 bytes} [Tue May 5 18:09:15 2026] GET /v2.0/ports => generated 4725 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/449] 10.0.0.41 () {32 vars in 646 bytes} [Tue May 5 18:09:15 2026] GET /v2.0/subnets => generated 1308 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/450] 10.0.0.41 () {32 vars in 648 bytes} [Tue May 5 18:09:15 2026] GET /v2.0/networks => generated 2168 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/451] 10.0.0.41 () {32 vars in 662 bytes} [Tue May 5 18:09:15 2026] GET /v2.0/security-groups => generated 17401 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/452] 10.0.0.41 () {32 vars in 654 bytes} [Tue May 5 18:09:15 2026] GET /v2.0/subnetpools => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:09:27.087 7 INFO neutron.db.segments_db [None req-5ca9b8d3-7844-4c55-b79f-fee677650b27 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Added segment 3783644c-739d-49cf-8019-c04c78667902 of type vxlan for network c158ef5a-fb6f-4bf8-916f-ac956a7d9113 2026-05-05 18:09:27.171 8 INFO neutron.db.segments_db [None req-3ac17fc2-0eac-43e9-b9e5-dee1beb0d4aa c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Added segment 35a5fa46-fdcd-4c5b-a05a-f38728b0bdb7 of type vxlan for network 43bd6349-d5a6-4c10-ae05-35a69f455b3d [pid: 7|app: 0|req: 224/455] 10.0.0.41 () {34 vars in 670 bytes} [Tue May 5 18:09:26 2026] POST /v2.0/networks => generated 751 bytes in 478 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/456] 10.0.0.41 () {34 vars in 670 bytes} [Tue May 5 18:09:26 2026] POST /v2.0/networks => generated 749 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/457] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:09:27 2026] POST /v2.0/subnets => generated 698 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:09:27.494 7 INFO neutron.db.segments_db [None req-68b44c62-54aa-46bd-876b-72cbd75e2053 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Added segment 0462f05b-4417-4952-b351-004594bcd962 of type vxlan for network 25b56b19-82d7-49a1-b33c-e9cbb6d00cf2 [pid: 7|app: 0|req: 225/458] 10.0.0.41 () {34 vars in 670 bytes} [Tue May 5 18:09:27 2026] POST /v2.0/networks => generated 738 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:09:27.605 7 INFO neutron.db.segments_db [None req-136897c8-b5ff-4ad8-98b7-d6ed53ef4b13 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Added segment c1dd4063-8115-4302-a982-f62738f746f9 of type vxlan for network 4c360d59-86ed-4d24-8894-0ac1ebb714c0 [pid: 8|app: 0|req: 234/459] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:09:27 2026] POST /v2.0/subnets => generated 696 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/460] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:09:27 2026] GET /v2.0/security-groups?tenant_id=0fc9a14f042843dab2eec2786ed040fd&name=default => generated 2921 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:09:27.813 7 INFO neutron.db.l3_hamode_db [None req-136897c8-b5ff-4ad8-98b7-d6ed53ef4b13 c702521419f64f25944b444edd258ca8 530f1309b79548c48c0446202b74973b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 236/461] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:09:27 2026] POST /v2.0/subnets => generated 685 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:09:27.977 8 INFO neutron.db.segments_db [None req-d0465df0-c713-4cc0-b191-6813e27ab6dc c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Added segment e15e0719-ae07-410b-80d5-76d5625c10e2 of type vxlan for network f0e26f95-e25c-4fe3-a3d7-7e756705ef60 2026-05-05 18:09:28.226 8 INFO neutron.db.l3_hamode_db [None req-d0465df0-c713-4cc0-b191-6813e27ab6dc c702521419f64f25944b444edd258ca8 0f7f6691dd3a4ad095fe9cf137216578 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-05 18:09:28.617 7 INFO neutron.db.l3_hamode_db [None req-136897c8-b5ff-4ad8-98b7-d6ed53ef4b13 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-05 18:09:29.413 8 INFO neutron.db.l3_hamode_db [None req-d0465df0-c713-4cc0-b191-6813e27ab6dc c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 226/462] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:09:27 2026] POST /v2.0/routers => generated 738 bytes in 2541 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/463] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:09:30 2026] DELETE /v2.0/security-groups/6ea05712-1e01-4302-a476-c4f20e8210ee => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:09:30.277 7 INFO neutron.db.segments_db [None req-748276bc-9e1a-4f95-8715-a6b6aa1b3065 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Added segment 4d3123d6-abcb-4098-b4c2-9e8b6bf207bb of type vxlan for network 12dab871-9fad-48a0-aedb-6a57903d73f2 2026-05-05 18:09:30.503 7 INFO neutron.db.l3_hamode_db [None req-748276bc-9e1a-4f95-8715-a6b6aa1b3065 c702521419f64f25944b444edd258ca8 8ba06c070fba4a75866d85496a5d35be - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 237/464] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:09:27 2026] POST /v2.0/routers => generated 736 bytes in 2724 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:09:31.254 7 INFO neutron.db.l3_hamode_db [None req-748276bc-9e1a-4f95-8715-a6b6aa1b3065 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 238/465] 10.0.0.41 () {34 vars in 782 bytes} [Tue May 5 18:09:30 2026] PUT /v2.0/routers/ba0a0978-e715-4efc-bb6c-637d4dc49da3/add_router_interface => generated 309 bytes in 1089 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/466] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:09:30 2026] POST /v2.0/routers => generated 725 bytes in 1907 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:09:32.439 7 INFO neutron.db.segments_db [None req-6837640b-8a24-40c3-b595-6b12bc9a4ad7 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Added segment 3bb1db5e-60a1-445d-8e64-88db693a50e2 of type vxlan for network 83e2a43a-3d15-49dd-a350-14280969836b [pid: 7|app: 0|req: 229/467] 10.0.0.41 () {34 vars in 670 bytes} [Tue May 5 18:09:32 2026] POST /v2.0/networks => generated 744 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/468] 10.0.0.41 () {34 vars in 782 bytes} [Tue May 5 18:09:31 2026] PUT /v2.0/routers/eb0e433b-dd0c-4a03-805f-8a77fd3c51e2/add_router_interface => generated 309 bytes in 1202 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/469] 10.0.0.41 () {34 vars in 684 bytes} [Tue May 5 18:09:32 2026] POST /v2.0/security-groups => generated 1660 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/470] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:09:33 2026] POST /v2.0/subnets => generated 691 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/471] 10.0.0.41 () {34 vars in 694 bytes} [Tue May 5 18:09:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:09:33.463 8 INFO neutron.db.segments_db [None req-b93966b5-32a1-4224-aeb9-5b4a49beb762 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Added segment b84edeca-934a-444c-a0b1-1d0fed605dad of type vxlan for network b49ac431-c7e2-4992-8c76-53ff8cb4518a 2026-05-05 18:09:33.705 8 INFO neutron.db.l3_hamode_db [None req-b93966b5-32a1-4224-aeb9-5b4a49beb762 c702521419f64f25944b444edd258ca8 5214a346fa7841a0927bcccf17ac4f29 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 230/472] 10.0.0.41 () {34 vars in 782 bytes} [Tue May 5 18:09:32 2026] PUT /v2.0/routers/3794a12c-8242-4ecf-a84b-cc60c3a520ad/add_router_interface => generated 309 bytes in 1274 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/473] 10.0.0.41 () {34 vars in 694 bytes} [Tue May 5 18:09:33 2026] POST /v2.0/security-group-rules => generated 602 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/474] 10.0.0.198 () {38 vars in 971 bytes} [Tue May 5 18:09:33 2026] POST /v2.0/security-groups => generated 1686 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-05 18:09:34.488 8 INFO neutron.db.l3_hamode_db [None req-b93966b5-32a1-4224-aeb9-5b4a49beb762 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 233/475] 10.0.0.41 () {34 vars in 675 bytes} [Tue May 5 18:09:34 2026] POST /v2.0/floatingips => generated 552 bytes in 574 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/476] 10.0.0.41 () {34 vars in 684 bytes} [Tue May 5 18:09:34 2026] POST /v2.0/security-groups => generated 1660 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/479] 10.0.0.198 () {34 vars in 991 bytes} [Tue May 5 18:09:34 2026] GET /v2.0/security-groups/a82d8a1e-1e13-4d33-ab47-43a792340b34 => generated 1686 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/480] 10.0.0.41 () {34 vars in 694 bytes} [Tue May 5 18:09:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/481] 10.0.0.198 () {38 vars in 981 bytes} [Tue May 5 18:09:35 2026] POST /v2.0/security-group-rules => generated 614 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/482] 10.0.0.41 () {34 vars in 694 bytes} [Tue May 5 18:09:35 2026] POST /v2.0/security-group-rules => generated 602 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/483] 10.0.0.198 () {34 vars in 1100 bytes} [Tue May 5 18:09:35 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1726380912&fields=id&tenant_id=530f1309b79548c48c0446202b74973b => generated 69 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/484] 10.0.0.198 () {38 vars in 971 bytes} [Tue May 5 18:09:35 2026] POST /v2.0/security-groups => generated 1686 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/485] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:09:33 2026] POST /v2.0/routers => generated 731 bytes in 1994 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/486] 10.0.0.198 () {34 vars in 982 bytes} [Tue May 5 18:09:35 2026] GET /v2.0/networks?id=c158ef5a-fb6f-4bf8-916f-ac956a7d9113 => generated 683 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/487] 10.0.0.198 () {34 vars in 991 bytes} [Tue May 5 18:09:35 2026] GET /v2.0/security-groups/5ebaf5b9-2c66-48ef-b56a-9f20d5060d10 => generated 1686 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/488] 10.0.0.41 () {34 vars in 675 bytes} [Tue May 5 18:09:35 2026] POST /v2.0/floatingips => generated 552 bytes in 424 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/489] 10.0.0.198 () {34 vars in 965 bytes} [Tue May 5 18:09:35 2026] GET /v2.0/quotas/530f1309b79548c48c0446202b74973b => 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: 245/490] 10.0.0.198 () {38 vars in 981 bytes} [Tue May 5 18:09:35 2026] POST /v2.0/security-group-rules => generated 614 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/491] 10.0.0.198 () {34 vars in 1002 bytes} [Tue May 5 18:09:35 2026] GET /v2.0/ports?tenant_id=530f1309b79548c48c0446202b74973b&fields=id => generated 103 bytes in 608 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/492] 10.0.0.198 () {34 vars in 991 bytes} [Tue May 5 18:09:36 2026] GET /v2.0/security-groups/5ebaf5b9-2c66-48ef-b56a-9f20d5060d10 => generated 2311 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/493] 10.0.0.198 () {38 vars in 981 bytes} [Tue May 5 18:09:36 2026] POST /v2.0/security-group-rules => generated 619 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/494] 10.0.0.198 () {34 vars in 1098 bytes} [Tue May 5 18:09:36 2026] GET /v2.0/security-groups?name=tempest-securitygroup--745808291&fields=id&tenant_id=8ba06c070fba4a75866d85496a5d35be => generated 69 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/495] 10.0.0.198 () {34 vars in 982 bytes} [Tue May 5 18:09:36 2026] GET /v2.0/networks?id=25b56b19-82d7-49a1-b33c-e9cbb6d00cf2 => generated 670 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/496] 10.0.0.198 () {34 vars in 907 bytes} [Tue May 5 18:09:36 2026] GET /v2.0/extensions => generated 21537 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/497] 10.0.0.198 () {34 vars in 965 bytes} [Tue May 5 18:09:36 2026] GET /v2.0/quotas/8ba06c070fba4a75866d85496a5d35be => generated 292 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/498] 10.0.0.41 () {34 vars in 782 bytes} [Tue May 5 18:09:35 2026] PUT /v2.0/routers/31ee3cbe-ec72-4b39-a755-f198bd165efa/add_router_interface => generated 309 bytes in 1492 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/499] 10.0.0.198 () {34 vars in 1008 bytes} [Tue May 5 18:09:36 2026] GET /v2.0/networks/c158ef5a-fb6f-4bf8-916f-ac956a7d9113?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: 247/500] 10.0.0.198 () {34 vars in 1002 bytes} [Tue May 5 18:09:37 2026] GET /v2.0/ports?tenant_id=8ba06c070fba4a75866d85496a5d35be&fields=id => generated 57 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/501] 10.0.0.198 () {34 vars in 1108 bytes} [Tue May 5 18:09:37 2026] GET /v2.0/networks/c158ef5a-fb6f-4bf8-916f-ac956a7d9113?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: 248/502] 10.0.0.198 () {34 vars in 991 bytes} [Tue May 5 18:09:37 2026] GET /v2.0/security-groups/5ebaf5b9-2c66-48ef-b56a-9f20d5060d10 => generated 2941 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/503] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:09:37 2026] GET /v2.0/ports?device_id=98ae2d10-20d5-404e-a2a7-986c97b8a23b => generated 12 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/504] 10.0.0.198 () {34 vars in 1001 bytes} [Tue May 5 18:09:37 2026] GET /v2.0/security-group-rules/dbecce5a-1101-4e9c-a89c-9cb644bacde8 => generated 616 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/505] 10.0.0.198 () {34 vars in 907 bytes} [Tue May 5 18:09:37 2026] GET /v2.0/extensions => generated 21537 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/506] 10.0.0.198 () {34 vars in 991 bytes} [Tue May 5 18:09:37 2026] GET /v2.0/security-groups/5ebaf5b9-2c66-48ef-b56a-9f20d5060d10 => generated 2941 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/507] 10.0.0.198 () {34 vars in 1008 bytes} [Tue May 5 18:09:37 2026] GET /v2.0/networks/25b56b19-82d7-49a1-b33c-e9cbb6d00cf2?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/508] 10.0.0.198 () {36 vars in 1023 bytes} [Tue May 5 18:09:37 2026] DELETE /v2.0/security-group-rules/dbecce5a-1101-4e9c-a89c-9cb644bacde8 => 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: 251/509] 10.0.0.198 () {34 vars in 1108 bytes} [Tue May 5 18:09:37 2026] GET /v2.0/networks/25b56b19-82d7-49a1-b33c-e9cbb6d00cf2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/510] 10.0.0.198 () {38 vars in 971 bytes} [Tue May 5 18:09:37 2026] POST /v2.0/security-groups => generated 1680 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/511] 10.0.0.198 () {34 vars in 991 bytes} [Tue May 5 18:09:37 2026] GET /v2.0/security-groups/5ebaf5b9-2c66-48ef-b56a-9f20d5060d10 => generated 2311 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/512] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:09:37 2026] GET /v2.0/ports?device_id=e82591e5-7653-43db-a0ad-f37e9d2d9a3c => 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: 253/513] 10.0.0.198 () {36 vars in 1013 bytes} [Tue May 5 18:09:37 2026] DELETE /v2.0/security-groups/5ebaf5b9-2c66-48ef-b56a-9f20d5060d10 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/514] 10.0.0.198 () {38 vars in 971 bytes} [Tue May 5 18:09:37 2026] POST /v2.0/security-groups => generated 1681 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/515] 10.0.0.198 () {34 vars in 991 bytes} [Tue May 5 18:09:37 2026] GET /v2.0/security-groups/a82d8a1e-1e13-4d33-ab47-43a792340b34 => generated 2311 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/516] 10.0.0.198 () {36 vars in 1013 bytes} [Tue May 5 18:09:37 2026] DELETE /v2.0/security-groups/a82d8a1e-1e13-4d33-ab47-43a792340b34 => 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: 255/517] 10.0.0.198 () {38 vars in 971 bytes} [Tue May 5 18:09:37 2026] POST /v2.0/security-groups => generated 1681 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/518] 10.0.0.198 () {34 vars in 1002 bytes} [Tue May 5 18:09:38 2026] GET /v2.0/security-groups?tenant_id=5214a346fa7841a0927bcccf17ac4f29 => generated 7907 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/519] 10.0.0.198 () {34 vars in 991 bytes} [Tue May 5 18:09:38 2026] GET /v2.0/security-groups/8ad5ce8f-d55c-454c-b20d-6efd3efc7e26 => generated 2922 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/520] 10.0.0.198 () {34 vars in 991 bytes} [Tue May 5 18:09:38 2026] GET /v2.0/security-groups/8ad5ce8f-d55c-454c-b20d-6efd3efc7e26 => generated 2922 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/521] 10.0.0.198 () {34 vars in 991 bytes} [Tue May 5 18:09:38 2026] GET /v2.0/security-groups/73d3f5ea-4e49-4d0e-9582-f11c4ead3355 => generated 1680 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/522] 10.0.0.198 () {36 vars in 1013 bytes} [Tue May 5 18:09:38 2026] DELETE /v2.0/security-groups/73d3f5ea-4e49-4d0e-9582-f11c4ead3355 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:09:38.447 8 INFO neutron.api.v2.resource [req-95bb74ff-2857-4da3-8d4b-b3e57a33318e req-ec474d96-548a-449d-8381-d70f262a798d f040129fb0ea42899299868c9fa27f94 5214a346fa7841a0927bcccf17ac4f29 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 261/523] 10.0.0.198 () {34 vars in 991 bytes} [Tue May 5 18:09:38 2026] GET /v2.0/security-groups/73d3f5ea-4e49-4d0e-9582-f11c4ead3355 => generated 146 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/524] 10.0.0.198 () {34 vars in 991 bytes} [Tue May 5 18:09:38 2026] GET /v2.0/security-groups/908d5f1f-ec5f-4432-8054-de1136419d17 => generated 1681 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/525] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:09:38 2026] GET /v2.0/ports?device_id=98ae2d10-20d5-404e-a2a7-986c97b8a23b => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/526] 10.0.0.198 () {36 vars in 1013 bytes} [Tue May 5 18:09:38 2026] DELETE /v2.0/security-groups/908d5f1f-ec5f-4432-8054-de1136419d17 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:09:38.619 7 INFO neutron_taas.services.taas.taas_plugin [None req-d19ff687-63f1-418c-bd7c-ae1d4eb6ab27 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] TaaS: Handle Delete Port: 3a825baa-5308-44ac-bf0a-6d900b173f40 2026-05-05 18:09:38.634 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d19ff687-63f1-418c-bd7c-ae1d4eb6ab27 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Tap Mirror: Handle Delete Port: 3a825baa-5308-44ac-bf0a-6d900b173f40 2026-05-05 18:09:38.654 8 INFO neutron.api.v2.resource [req-6088057d-e26c-4dd5-ac10-5619248031e1 req-596fd6b3-0943-451f-9baa-969ea8b6bda7 f040129fb0ea42899299868c9fa27f94 5214a346fa7841a0927bcccf17ac4f29 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 265/527] 10.0.0.198 () {34 vars in 991 bytes} [Tue May 5 18:09:38 2026] GET /v2.0/security-groups/908d5f1f-ec5f-4432-8054-de1136419d17 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/528] 10.0.0.198 () {34 vars in 991 bytes} [Tue May 5 18:09:38 2026] GET /v2.0/security-groups/96771cad-7fc2-48ef-a671-1c8746afcc6b => generated 1681 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/529] 10.0.0.198 () {36 vars in 1013 bytes} [Tue May 5 18:09:38 2026] DELETE /v2.0/security-groups/96771cad-7fc2-48ef-a671-1c8746afcc6b => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:09:38.845 8 INFO neutron.api.v2.resource [req-4e121313-b2f6-41b3-bcb6-703df3055d3b req-5f994a0e-a794-4425-b50d-490ea9bd8e38 f040129fb0ea42899299868c9fa27f94 5214a346fa7841a0927bcccf17ac4f29 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 268/530] 10.0.0.198 () {34 vars in 991 bytes} [Tue May 5 18:09:38 2026] GET /v2.0/security-groups/96771cad-7fc2-48ef-a671-1c8746afcc6b => generated 146 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/531] 10.0.0.198 () {34 vars in 1002 bytes} [Tue May 5 18:09:38 2026] GET /v2.0/security-groups?tenant_id=5214a346fa7841a0927bcccf17ac4f29 => generated 2925 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/532] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:09:38 2026] GET /v2.0/ports?device_id=e82591e5-7653-43db-a0ad-f37e9d2d9a3c => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/533] 10.0.0.198 () {34 vars in 991 bytes} [Tue May 5 18:09:38 2026] GET /v2.0/security-groups/8ad5ce8f-d55c-454c-b20d-6efd3efc7e26 => generated 2922 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/534] 10.0.0.198 () {34 vars in 991 bytes} [Tue May 5 18:09:39 2026] GET /v2.0/security-groups/8ad5ce8f-d55c-454c-b20d-6efd3efc7e26 => generated 2922 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:09:39.090 8 INFO neutron.api.v2.resource [req-5a09c6b1-bd52-457a-9737-66bb4013f474 req-9e525e4c-e495-4f51-a92c-85faa210ff91 f040129fb0ea42899299868c9fa27f94 5214a346fa7841a0927bcccf17ac4f29 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 273/535] 10.0.0.198 () {34 vars in 991 bytes} [Tue May 5 18:09:39 2026] GET /v2.0/security-groups/96771cad-7fc2-48ef-a671-1c8746afcc6b => generated 146 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 18:09:39.132 8 INFO neutron.api.v2.resource [req-4c5706e6-2599-4380-a3dd-234da746a815 req-a3cc09bc-42a2-429d-9924-51f46c24b1ce f040129fb0ea42899299868c9fa27f94 5214a346fa7841a0927bcccf17ac4f29 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 274/536] 10.0.0.198 () {34 vars in 991 bytes} [Tue May 5 18:09:39 2026] GET /v2.0/security-groups/908d5f1f-ec5f-4432-8054-de1136419d17 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 18:09:39.177 8 INFO neutron.api.v2.resource [req-25c91a87-953f-4bba-bd4c-3fb7a28ecc21 req-e390b7ea-eeba-4938-bcc2-4329634e070d f040129fb0ea42899299868c9fa27f94 5214a346fa7841a0927bcccf17ac4f29 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 275/537] 10.0.0.198 () {34 vars in 991 bytes} [Tue May 5 18:09:39 2026] GET /v2.0/security-groups/73d3f5ea-4e49-4d0e-9582-f11c4ead3355 => generated 146 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/538] 10.0.0.41 () {34 vars in 788 bytes} [Tue May 5 18:09:38 2026] PUT /v2.0/routers/eb0e433b-dd0c-4a03-805f-8a77fd3c51e2/remove_router_interface => generated 309 bytes in 1199 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:09:39.492 7 INFO neutron_taas.services.taas.taas_plugin [None req-bff28f42-54b8-4909-83c7-caa2663917a9 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] TaaS: Handle Delete Port: 0a654708-ab7c-4fae-b6dd-896cb3a92fbc 2026-05-05 18:09:39.494 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bff28f42-54b8-4909-83c7-caa2663917a9 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Tap Mirror: Handle Delete Port: 0a654708-ab7c-4fae-b6dd-896cb3a92fbc 2026-05-05 18:09:39.677 8 INFO neutron_taas.services.taas.taas_plugin [None req-1d1daf23-8b87-454a-b2fc-92177bf8cd68 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] TaaS: Handle Delete Port: 95e66da5-acd7-4233-829a-52d7c0fde2ff 2026-05-05 18:09:39.698 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d1daf23-8b87-454a-b2fc-92177bf8cd68 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Tap Mirror: Handle Delete Port: 95e66da5-acd7-4233-829a-52d7c0fde2ff 2026-05-05 18:09:39.769 7 INFO neutron_taas.services.taas.taas_plugin [None req-bff28f42-54b8-4909-83c7-caa2663917a9 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] TaaS: Handle Delete Port: 6bc6f94a-5639-4212-b4d5-a57f5ef42dc9 2026-05-05 18:09:39.772 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bff28f42-54b8-4909-83c7-caa2663917a9 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Tap Mirror: Handle Delete Port: 6bc6f94a-5639-4212-b4d5-a57f5ef42dc9 2026-05-05 18:09:39.849 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-bff28f42-54b8-4909-83c7-caa2663917a9 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 8|app: 0|req: 276/539] 10.0.0.41 () {34 vars in 788 bytes} [Tue May 5 18:09:39 2026] PUT /v2.0/routers/31ee3cbe-ec72-4b39-a755-f198bd165efa/remove_router_interface => generated 309 bytes in 992 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/540] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:09:40 2026] GET /v2.0/ports?device_id=98ae2d10-20d5-404e-a2a7-986c97b8a23b => 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: 278/541] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:09:40 2026] GET /v2.0/ports?device_id=e82591e5-7653-43db-a0ad-f37e9d2d9a3c => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:09:40.278 7 INFO neutron.db.l3_hamode_db [None req-bff28f42-54b8-4909-83c7-caa2663917a9 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] HA network f0e26f95-e25c-4fe3-a3d7-7e756705ef60 was deleted as no HA routers are present in tenant 0f7f6691dd3a4ad095fe9cf137216578. [pid: 7|app: 0|req: 264/542] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:09:39 2026] DELETE /v2.0/routers/eb0e433b-dd0c-4a03-805f-8a77fd3c51e2 => generated 0 bytes in 992 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:09:40.459 8 INFO neutron_taas.services.taas.taas_plugin [None req-9a199e67-70cb-4f54-b862-48dd3c689ed6 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] TaaS: Handle Delete Port: 1ec32a79-3c22-4e6d-8664-704319b615c5 2026-05-05 18:09:40.464 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a199e67-70cb-4f54-b862-48dd3c689ed6 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Tap Mirror: Handle Delete Port: 1ec32a79-3c22-4e6d-8664-704319b615c5 [pid: 7|app: 0|req: 265/543] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:09:40 2026] DELETE /v2.0/subnets/72024432-e0c3-4dea-8555-bb306cd4e0ee => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:09:40.613 7 INFO neutron_taas.services.taas.taas_plugin [None req-3e7cfd3c-303b-47c6-af3c-2004c4da2d47 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] TaaS: Handle Delete Port: fd511947-7df7-4dac-a5ea-bf2f351f54e4 2026-05-05 18:09:40.621 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e7cfd3c-303b-47c6-af3c-2004c4da2d47 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Tap Mirror: Handle Delete Port: fd511947-7df7-4dac-a5ea-bf2f351f54e4 2026-05-05 18:09:40.626 7 INFO neutron.services.segments.plugin [-] Segment e15e0719-ae07-410b-80d5-76d5625c10e2 resource provider aggregate not found 2026-05-05 18:09:40.634 7 INFO neutron.services.segments.plugin [-] Segment e15e0719-ae07-410b-80d5-76d5625c10e2 resource provider aggregate not found 2026-05-05 18:09:40.660 7 INFO neutron.services.segments.plugin [-] Segment e15e0719-ae07-410b-80d5-76d5625c10e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e15e0719-ae07-410b-80d5-76d5625c10e2 found for delete ", "request_id": "req-b1a4a90a-c09f-4819-a35c-401ab767dac5"}]} 2026-05-05 18:09:40.670 7 INFO neutron.services.segments.plugin [-] Segment e15e0719-ae07-410b-80d5-76d5625c10e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e15e0719-ae07-410b-80d5-76d5625c10e2 found for delete ", "request_id": "req-1ff2cf65-5ba3-4b4d-bdc3-373853ad6118"}]} 2026-05-05 18:09:40.756 8 INFO neutron_taas.services.taas.taas_plugin [None req-9a199e67-70cb-4f54-b862-48dd3c689ed6 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] TaaS: Handle Delete Port: f4ae3cdb-66e6-4a63-a085-fd573dc812a0 2026-05-05 18:09:40.759 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a199e67-70cb-4f54-b862-48dd3c689ed6 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Tap Mirror: Handle Delete Port: f4ae3cdb-66e6-4a63-a085-fd573dc812a0 [pid: 7|app: 0|req: 266/544] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:09:40 2026] DELETE /v2.0/networks/43bd6349-d5a6-4c10-ae05-35a69f455b3d => generated 0 bytes in 325 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:09:40.834 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-9a199e67-70cb-4f54-b862-48dd3c689ed6 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - 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: 267/545] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:09:40 2026] GET /v2.0/security-groups?tenant_id=0f7f6691dd3a4ad095fe9cf137216578&name=default => generated 2921 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/546] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:09:40 2026] DELETE /v2.0/security-groups/acabbdf3-10cd-4a9a-abac-cf94e906c887 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:09:41.251 8 INFO neutron.db.l3_hamode_db [None req-9a199e67-70cb-4f54-b862-48dd3c689ed6 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] HA network b49ac431-c7e2-4992-8c76-53ff8cb4518a was deleted as no HA routers are present in tenant 5214a346fa7841a0927bcccf17ac4f29. [pid: 8|app: 0|req: 279/547] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:09:40 2026] DELETE /v2.0/routers/31ee3cbe-ec72-4b39-a755-f198bd165efa => generated 0 bytes in 1046 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/548] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:09:41 2026] GET /v2.0/ports?device_id=98ae2d10-20d5-404e-a2a7-986c97b8a23b => 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: 281/549] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:09:41 2026] GET /v2.0/ports?device_id=e82591e5-7653-43db-a0ad-f37e9d2d9a3c => 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: 269/550] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:09:41 2026] DELETE /v2.0/subnets/ab66f6d7-34a9-4073-a588-7853c703c771 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/551] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:09:41 2026] DELETE /v2.0/networks/83e2a43a-3d15-49dd-a350-14280969836b => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:09:41.710 8 INFO neutron.services.segments.plugin [-] Segment b84edeca-934a-444c-a0b1-1d0fed605dad resource provider aggregate not found 2026-05-05 18:09:41.718 8 INFO neutron.services.segments.plugin [-] Segment b84edeca-934a-444c-a0b1-1d0fed605dad resource provider aggregate not found 2026-05-05 18:09:41.726 8 INFO neutron.services.segments.plugin [-] Segment b84edeca-934a-444c-a0b1-1d0fed605dad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b84edeca-934a-444c-a0b1-1d0fed605dad found for delete ", "request_id": "req-8331217c-edc2-4715-b533-19085929e3b0"}]} 2026-05-05 18:09:41.730 8 INFO neutron.services.segments.plugin [-] Segment b84edeca-934a-444c-a0b1-1d0fed605dad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b84edeca-934a-444c-a0b1-1d0fed605dad found for delete ", "request_id": "req-ac8b2919-a80e-402d-b208-a617f8547c45"}]} [pid: 7|app: 0|req: 270/552] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:09:41 2026] GET /v2.0/security-groups?tenant_id=5214a346fa7841a0927bcccf17ac4f29&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: 283/553] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:09:41 2026] DELETE /v2.0/security-groups/8ad5ce8f-d55c-454c-b20d-6efd3efc7e26 => 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: 284/554] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:09:42 2026] GET /v2.0/ports?device_id=98ae2d10-20d5-404e-a2a7-986c97b8a23b => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/555] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:09:42 2026] GET /v2.0/ports?device_id=e82591e5-7653-43db-a0ad-f37e9d2d9a3c => 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: 271/556] 199.19.213.169 () {34 vars in 986 bytes} [Tue May 5 18:09:42 2026] GET /v2.0/networks?id=c158ef5a-fb6f-4bf8-916f-ac956a7d9113 => generated 683 bytes in 355 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/557] 199.19.213.169 () {34 vars in 911 bytes} [Tue May 5 18:09:42 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-05 18:09:42.705 7 INFO neutron.services.segments.plugin [-] Segment 35a5fa46-fdcd-4c5b-a05a-f38728b0bdb7 resource provider aggregate not found 2026-05-05 18:09:42.711 7 INFO neutron.services.segments.plugin [-] Segment 35a5fa46-fdcd-4c5b-a05a-f38728b0bdb7 resource provider aggregate not found [pid: 7|app: 0|req: 272/558] 199.19.213.169 () {34 vars in 1050 bytes} [Tue May 5 18:09:42 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=530f1309b79548c48c0446202b74973b => generated 181 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:09:42.729 7 INFO neutron.services.segments.plugin [-] Segment 35a5fa46-fdcd-4c5b-a05a-f38728b0bdb7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35a5fa46-fdcd-4c5b-a05a-f38728b0bdb7 found for delete ", "request_id": "req-09551bdf-2b03-40a1-9119-4f29564167ff"}]} 2026-05-05 18:09:42.732 7 INFO neutron.services.segments.plugin [-] Segment 35a5fa46-fdcd-4c5b-a05a-f38728b0bdb7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35a5fa46-fdcd-4c5b-a05a-f38728b0bdb7 found for delete ", "request_id": "req-2abdcbce-c850-4b34-bbcd-f5d4ce5f1973"}]} [pid: 8|app: 0|req: 287/559] 199.19.213.169 () {38 vars in 955 bytes} [Tue May 5 18:09:42 2026] POST /v2.0/ports => generated 954 bytes in 492 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:09:43.448 7 INFO neutron.db.segments_db [None req-1faa195d-e283-439b-8c8d-fdefe61f7575 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Added segment 0f016567-2525-4158-acfd-0f4d865fc487 of type vxlan for network c0d42c7e-fb81-44ad-be44-91694b72637a /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 288/560] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:09:43 2026] GET /v2.0/ports?device_id=98ae2d10-20d5-404e-a2a7-986c97b8a23b => generated 957 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/561] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:09:43 2026] GET /v2.0/ports?device_id=e82591e5-7653-43db-a0ad-f37e9d2d9a3c => 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: 273/562] 10.0.0.41 () {34 vars in 670 bytes} [Tue May 5 18:09:43 2026] POST /v2.0/networks => generated 748 bytes in 592 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/563] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:09:43 2026] GET /v2.0/security-groups?id=d8dff504-52b7-49fe-b135-814ca0e28af2&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:09:43.768 8 INFO neutron.services.segments.plugin [-] Segment 3bb1db5e-60a1-445d-8e64-88db693a50e2 resource provider aggregate not found 2026-05-05 18:09:43.783 8 INFO neutron.services.segments.plugin [-] Segment 3bb1db5e-60a1-445d-8e64-88db693a50e2 resource provider aggregate not found 2026-05-05 18:09:43.806 8 INFO neutron.services.segments.plugin [-] Segment 3bb1db5e-60a1-445d-8e64-88db693a50e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3bb1db5e-60a1-445d-8e64-88db693a50e2 found for delete ", "request_id": "req-500bd197-cbaa-4219-bd2d-0ecddf8c5b9e"}]} 2026-05-05 18:09:43.807 8 INFO neutron.services.segments.plugin [-] Segment 3bb1db5e-60a1-445d-8e64-88db693a50e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3bb1db5e-60a1-445d-8e64-88db693a50e2 found for delete ", "request_id": "req-027fff6f-ef0e-4ace-98b1-30deaf4d6028"}]} [pid: 7|app: 0|req: 274/564] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:09:43 2026] POST /v2.0/subnets => generated 695 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:09:44.043 7 INFO neutron.db.segments_db [None req-0526e0c1-e872-427a-ae39-80eea0c7c084 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Added segment 4a984015-c8f7-4782-994c-deefc89a23b0 of type vxlan for network a7be0942-4c25-4c54-b094-489cf07a4968 [pid: 7|app: 0|req: 275/565] 10.0.0.41 () {34 vars in 670 bytes} [Tue May 5 18:09:43 2026] POST /v2.0/networks => generated 743 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/566] 199.19.213.169 () {38 vars in 1028 bytes} [Tue May 5 18:09:43 2026] PUT /v2.0/ports/60a49186-df85-497c-b23f-fa3a3ba795ab => generated 1235 bytes in 517 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-05 18:09:44.235 7 INFO neutron.db.segments_db [None req-c89019e5-02a0-4f2b-9358-3c62dbddc317 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Added segment 6428e411-aac6-4b7a-84fd-ec311576dbde of type vxlan for network 28615aad-3cc9-4a7d-9e57-4371f5622e65 [pid: 8|app: 0|req: 292/567] 199.19.213.169 () {34 vars in 986 bytes} [Tue May 5 18:09:44 2026] GET /v2.0/networks?id=25b56b19-82d7-49a1-b33c-e9cbb6d00cf2 => generated 670 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/568] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:09:44 2026] POST /v2.0/subnets => generated 690 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/569] 199.19.213.169 () {34 vars in 1050 bytes} [Tue May 5 18:09:44 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8ba06c070fba4a75866d85496a5d35be => generated 180 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:09:44.503 7 INFO neutron.db.l3_hamode_db [None req-c89019e5-02a0-4f2b-9358-3c62dbddc317 c702521419f64f25944b444edd258ca8 0fcb7090f92c4c6e8c55bd98bd69dd2c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-05 18:09:44.545 8 INFO neutron.db.segments_db [None req-e18be767-8bdf-4787-8aef-92beec4c2f4e c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Added segment a74bb5db-9c4d-4dba-8b26-bbc9d26d7611 of type vxlan for network dfe8e58a-c85b-496e-8915-f8698a36fad1 2026-05-05 18:09:44.744 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-117057f0-f626-45ef-8e59-adb22c28c3f1'] response: {'name': 'network-changed', 'server_uuid': '98ae2d10-20d5-404e-a2a7-986c97b8a23b', 'tag': '60a49186-df85-497c-b23f-fa3a3ba795ab', 'status': 'completed', 'code': 200} 2026-05-05 18:09:44.797 8 INFO neutron.db.l3_hamode_db [None req-e18be767-8bdf-4787-8aef-92beec4c2f4e c702521419f64f25944b444edd258ca8 750bfd2f90834c3aaf90a72421022b7f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-05 18:09:45.364 7 INFO neutron.db.l3_hamode_db [None req-c89019e5-02a0-4f2b-9358-3c62dbddc317 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-05 18:09:45.717 8 INFO neutron.db.l3_hamode_db [None req-e18be767-8bdf-4787-8aef-92beec4c2f4e c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 276/570] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:09:44 2026] POST /v2.0/routers => generated 735 bytes in 2220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/571] 199.19.213.169 () {38 vars in 955 bytes} [Tue May 5 18:09:46 2026] POST /v2.0/ports => generated 954 bytes in 454 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: 278/572] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:09:46 2026] GET /v2.0/ports?device_id=e82591e5-7653-43db-a0ad-f37e9d2d9a3c => generated 957 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/573] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:09:44 2026] POST /v2.0/routers => generated 730 bytes in 2392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/574] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:09:46 2026] GET /v2.0/ports?device_id=98ae2d10-20d5-404e-a2a7-986c97b8a23b => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/575] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:09:46 2026] GET /v2.0/ports?tenant_id=530f1309b79548c48c0446202b74973b&device_id=98ae2d10-20d5-404e-a2a7-986c97b8a23b => generated 1238 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/576] 199.19.213.169 () {38 vars in 1028 bytes} [Tue May 5 18:09:46 2026] PUT /v2.0/ports/54c2b36c-5e91-4837-9272-080974826d34 => generated 1235 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: 280/577] 10.0.0.41 () {34 vars in 782 bytes} [Tue May 5 18:09:46 2026] PUT /v2.0/routers/e1670faa-55e6-4260-b611-38e9c6affb90/add_router_interface => generated 309 bytes in 1191 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/578] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:09:48 2026] GET /v2.0/security-groups?id=bdc2ec6f-8a05-4f1c-b16a-a9c84a963f43&fields=id&fields=name => generated 113 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:09:48.303 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6f34b372-8d84-4f8a-81ec-f07c1fc47fd7'] response: {'name': 'network-changed', 'server_uuid': 'e82591e5-7653-43db-a0ad-f37e9d2d9a3c', 'tag': '54c2b36c-5e91-4837-9272-080974826d34', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 282/579] 199.19.213.169 () {34 vars in 1058 bytes} [Tue May 5 18:09:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=60a49186-df85-497c-b23f-fa3a3ba795ab => generated 19 bytes in 394 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/580] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:09:48 2026] GET /v2.0/security-groups?id=d8dff504-52b7-49fe-b135-814ca0e28af2&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/581] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:09:48 2026] GET /v2.0/ports?tenant_id=8ba06c070fba4a75866d85496a5d35be&device_id=e82591e5-7653-43db-a0ad-f37e9d2d9a3c => generated 1238 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/582] 199.19.213.169 () {34 vars in 984 bytes} [Tue May 5 18:09:48 2026] GET /v2.0/subnets?id=a0a0e044-1ecd-454f-a358-1e561cf9dd31 => generated 701 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/583] 199.19.213.169 () {34 vars in 1058 bytes} [Tue May 5 18:09:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=54c2b36c-5e91-4837-9272-080974826d34 => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/584] 10.0.0.41 () {34 vars in 684 bytes} [Tue May 5 18:09:48 2026] POST /v2.0/security-groups => generated 1661 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/585] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:09:48 2026] GET /v2.0/ports?network_id=c158ef5a-fb6f-4bf8-916f-ac956a7d9113&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/586] 199.19.213.169 () {34 vars in 984 bytes} [Tue May 5 18:09:48 2026] GET /v2.0/subnets?id=bf543105-8129-463f-977b-dbdcd5811e4d => generated 688 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/587] 10.0.0.41 () {34 vars in 694 bytes} [Tue May 5 18:09:48 2026] POST /v2.0/security-group-rules => generated 597 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/588] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:09:48 2026] GET /v2.0/networks/c158ef5a-fb6f-4bf8-916f-ac956a7d9113?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/589] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:09:48 2026] GET /v2.0/ports?network_id=25b56b19-82d7-49a1-b33c-e9cbb6d00cf2&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/590] 10.0.0.41 () {34 vars in 694 bytes} [Tue May 5 18:09:49 2026] POST /v2.0/security-group-rules => generated 602 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/591] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:09:49 2026] GET /v2.0/networks/c158ef5a-fb6f-4bf8-916f-ac956a7d9113?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/592] 10.0.0.41 () {34 vars in 782 bytes} [Tue May 5 18:09:47 2026] PUT /v2.0/routers/2afc3d8d-5371-492d-a521-12c5f8abdfb7/add_router_interface => generated 309 bytes in 1750 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/593] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:09:49 2026] GET /v2.0/networks/25b56b19-82d7-49a1-b33c-e9cbb6d00cf2?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/594] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:09:49 2026] GET /v2.0/networks/25b56b19-82d7-49a1-b33c-e9cbb6d00cf2?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: 297/595] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:09:49 2026] GET /v2.0/ports?device_id=e82591e5-7653-43db-a0ad-f37e9d2d9a3c => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/596] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:09:49 2026] GET /v2.0/security-groups?id=bdc2ec6f-8a05-4f1c-b16a-a9c84a963f43&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/599] 10.0.0.41 () {34 vars in 684 bytes} [Tue May 5 18:09:49 2026] POST /v2.0/security-groups => generated 1660 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/600] 10.0.0.41 () {34 vars in 675 bytes} [Tue May 5 18:09:49 2026] POST /v2.0/floatingips => generated 552 bytes in 623 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/601] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:09:49 2026] GET /v2.0/ports?device_id=98ae2d10-20d5-404e-a2a7-986c97b8a23b => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/602] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:09:49 2026] GET /v2.0/security-groups?id=d8dff504-52b7-49fe-b135-814ca0e28af2&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: 300/603] 10.0.0.41 () {34 vars in 694 bytes} [Tue May 5 18:09:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/604] 10.0.0.41 () {34 vars in 694 bytes} [Tue May 5 18:09:49 2026] POST /v2.0/security-group-rules => generated 602 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/605] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:09:50 2026] GET /v2.0/ports?tenant_id=530f1309b79548c48c0446202b74973b&device_id=98ae2d10-20d5-404e-a2a7-986c97b8a23b => generated 1238 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/606] 199.19.213.169 () {34 vars in 986 bytes} [Tue May 5 18:09:50 2026] GET /v2.0/networks?id=c158ef5a-fb6f-4bf8-916f-ac956a7d9113 => generated 779 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/607] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:09:50 2026] GET /v2.0/ports?tenant_id=8ba06c070fba4a75866d85496a5d35be&device_id=e82591e5-7653-43db-a0ad-f37e9d2d9a3c => generated 1238 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/608] 199.19.213.169 () {34 vars in 1058 bytes} [Tue May 5 18:09:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=60a49186-df85-497c-b23f-fa3a3ba795ab => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/609] 199.19.213.169 () {34 vars in 986 bytes} [Tue May 5 18:09:50 2026] GET /v2.0/networks?id=25b56b19-82d7-49a1-b33c-e9cbb6d00cf2 => generated 766 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/610] 199.19.213.169 () {34 vars in 984 bytes} [Tue May 5 18:09:50 2026] GET /v2.0/subnets?id=a0a0e044-1ecd-454f-a358-1e561cf9dd31 => generated 701 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/611] 199.19.213.169 () {34 vars in 1058 bytes} [Tue May 5 18:09:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=54c2b36c-5e91-4837-9272-080974826d34 => 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: 312/612] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:09:50 2026] GET /v2.0/ports?network_id=c158ef5a-fb6f-4bf8-916f-ac956a7d9113&device_owner=network%3Adhcp => generated 1244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/613] 199.19.213.169 () {34 vars in 984 bytes} [Tue May 5 18:09:50 2026] GET /v2.0/subnets?id=bf543105-8129-463f-977b-dbdcd5811e4d => generated 688 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/614] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:09:50 2026] GET /v2.0/networks/c158ef5a-fb6f-4bf8-916f-ac956a7d9113?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/615] 10.0.0.41 () {34 vars in 675 bytes} [Tue May 5 18:09:49 2026] POST /v2.0/floatingips => generated 552 bytes in 472 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/616] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:09:50 2026] GET /v2.0/ports?network_id=25b56b19-82d7-49a1-b33c-e9cbb6d00cf2&device_owner=network%3Adhcp => generated 1244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/617] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:09:50 2026] GET /v2.0/ports?device_id=e82591e5-7653-43db-a0ad-f37e9d2d9a3c => generated 969 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/618] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:09:50 2026] GET /v2.0/networks/c158ef5a-fb6f-4bf8-916f-ac956a7d9113?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: 303/619] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:09:50 2026] GET /v2.0/security-groups?id=bdc2ec6f-8a05-4f1c-b16a-a9c84a963f43&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/620] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:09:50 2026] GET /v2.0/networks/25b56b19-82d7-49a1-b33c-e9cbb6d00cf2?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: 304/621] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:09:50 2026] GET /v2.0/networks/25b56b19-82d7-49a1-b33c-e9cbb6d00cf2?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: 318/622] 10.0.0.198 () {34 vars in 1100 bytes} [Tue May 5 18:09:50 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1433233323&fields=id&tenant_id=750bfd2f90834c3aaf90a72421022b7f => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/623] 10.0.0.198 () {34 vars in 982 bytes} [Tue May 5 18:09:50 2026] GET /v2.0/networks?id=a7be0942-4c25-4c54-b094-489cf07a4968 => generated 675 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/624] 10.0.0.198 () {34 vars in 965 bytes} [Tue May 5 18:09:50 2026] GET /v2.0/quotas/750bfd2f90834c3aaf90a72421022b7f => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/625] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:09:50 2026] GET /v2.0/ports?device_id=98ae2d10-20d5-404e-a2a7-986c97b8a23b => generated 969 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/626] 10.0.0.198 () {34 vars in 1002 bytes} [Tue May 5 18:09:50 2026] GET /v2.0/ports?tenant_id=750bfd2f90834c3aaf90a72421022b7f&fields=id => generated 57 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/627] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:09:51 2026] GET /v2.0/security-groups?id=d8dff504-52b7-49fe-b135-814ca0e28af2&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: 322/628] 10.0.0.198 () {34 vars in 1008 bytes} [Tue May 5 18:09:51 2026] GET /v2.0/networks/a7be0942-4c25-4c54-b094-489cf07a4968?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/629] 10.0.0.198 () {34 vars in 1108 bytes} [Tue May 5 18:09:51 2026] GET /v2.0/networks/a7be0942-4c25-4c54-b094-489cf07a4968?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: 323/630] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:09:51 2026] GET /v2.0/ports?device_id=10b54005-2b1e-4630-8673-8eef17bf8175 => 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: 308/631] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:09:51 2026] GET /v2.0/ports?device_id=e82591e5-7653-43db-a0ad-f37e9d2d9a3c => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/632] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:09:51 2026] GET /v2.0/security-groups?id=bdc2ec6f-8a05-4f1c-b16a-a9c84a963f43&fields=id&fields=name => generated 113 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/633] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:09:52 2026] GET /v2.0/ports?device_id=98ae2d10-20d5-404e-a2a7-986c97b8a23b => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/634] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:09:52 2026] GET /v2.0/security-groups?id=d8dff504-52b7-49fe-b135-814ca0e28af2&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: 310/635] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:09:52 2026] GET /v2.0/ports?device_id=10b54005-2b1e-4630-8673-8eef17bf8175 => 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: 326/636] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:09:52 2026] GET /v2.0/ports?device_id=e82591e5-7653-43db-a0ad-f37e9d2d9a3c => generated 969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/637] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:09:52 2026] GET /v2.0/security-groups?id=bdc2ec6f-8a05-4f1c-b16a-a9c84a963f43&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/638] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:09:53 2026] GET /v2.0/ports?device_id=98ae2d10-20d5-404e-a2a7-986c97b8a23b => generated 969 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/639] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:09:53 2026] GET /v2.0/security-groups?id=d8dff504-52b7-49fe-b135-814ca0e28af2&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: 328/640] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:09:53 2026] GET /v2.0/ports?device_id=10b54005-2b1e-4630-8673-8eef17bf8175 => 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: 313/641] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:09:54 2026] GET /v2.0/ports?device_id=e82591e5-7653-43db-a0ad-f37e9d2d9a3c => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/642] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:09:54 2026] GET /v2.0/security-groups?id=bdc2ec6f-8a05-4f1c-b16a-a9c84a963f43&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/643] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:09:54 2026] GET /v2.0/ports?device_id=98ae2d10-20d5-404e-a2a7-986c97b8a23b => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/644] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:09:54 2026] GET /v2.0/security-groups?id=d8dff504-52b7-49fe-b135-814ca0e28af2&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/645] 10.0.0.198 () {34 vars in 1100 bytes} [Tue May 5 18:09:54 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1702071124&fields=id&tenant_id=0fcb7090f92c4c6e8c55bd98bd69dd2c => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/646] 10.0.0.198 () {34 vars in 982 bytes} [Tue May 5 18:09:54 2026] GET /v2.0/networks?id=c0d42c7e-fb81-44ad-be44-91694b72637a => generated 680 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/647] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:09:54 2026] GET /v2.0/ports?device_id=10b54005-2b1e-4630-8673-8eef17bf8175 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/648] 10.0.0.198 () {34 vars in 965 bytes} [Tue May 5 18:09:54 2026] GET /v2.0/quotas/0fcb7090f92c4c6e8c55bd98bd69dd2c => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/649] 10.0.0.198 () {34 vars in 1002 bytes} [Tue May 5 18:09:54 2026] GET /v2.0/ports?tenant_id=0fcb7090f92c4c6e8c55bd98bd69dd2c&fields=id => generated 103 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/650] 10.0.0.198 () {34 vars in 1008 bytes} [Tue May 5 18:09:54 2026] GET /v2.0/networks/c0d42c7e-fb81-44ad-be44-91694b72637a?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: 318/651] 10.0.0.198 () {34 vars in 1108 bytes} [Tue May 5 18:09:54 2026] GET /v2.0/networks/c0d42c7e-fb81-44ad-be44-91694b72637a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/652] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:09:55 2026] GET /v2.0/ports?device_id=e82591e5-7653-43db-a0ad-f37e9d2d9a3c => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/653] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:09:55 2026] GET /v2.0/ports?device_id=fbe63b60-121c-4716-a444-276706957a09 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/654] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:09:55 2026] GET /v2.0/security-groups?id=bdc2ec6f-8a05-4f1c-b16a-a9c84a963f43&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/655] 199.19.213.169 () {34 vars in 986 bytes} [Tue May 5 18:09:55 2026] GET /v2.0/networks?id=a7be0942-4c25-4c54-b094-489cf07a4968 => generated 675 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/656] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:09:55 2026] GET /v2.0/ports?device_id=98ae2d10-20d5-404e-a2a7-986c97b8a23b => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/657] 199.19.213.169 () {34 vars in 1050 bytes} [Tue May 5 18:09:55 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=750bfd2f90834c3aaf90a72421022b7f => generated 181 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/658] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:09:55 2026] GET /v2.0/security-groups?id=d8dff504-52b7-49fe-b135-814ca0e28af2&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: 338/659] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:09:55 2026] GET /v2.0/ports?device_id=10b54005-2b1e-4630-8673-8eef17bf8175 => 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: 322/660] 199.19.213.169 () {38 vars in 955 bytes} [Tue May 5 18:09:55 2026] POST /v2.0/ports => generated 958 bytes in 406 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: 323/661] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:09:56 2026] GET /v2.0/ports?device_id=fbe63b60-121c-4716-a444-276706957a09 => 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: 324/662] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:09:56 2026] GET /v2.0/ports?device_id=e82591e5-7653-43db-a0ad-f37e9d2d9a3c => 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: 325/663] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:09:56 2026] GET /v2.0/security-groups?id=bdc2ec6f-8a05-4f1c-b16a-a9c84a963f43&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/664] 199.19.213.169 () {38 vars in 1028 bytes} [Tue May 5 18:09:56 2026] PUT /v2.0/ports/e92ad6fd-2456-4663-b6c0-27868b6d0ae1 => generated 1239 bytes in 476 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: 326/665] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:09:56 2026] GET /v2.0/ports?device_id=98ae2d10-20d5-404e-a2a7-986c97b8a23b => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/666] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:09:56 2026] GET /v2.0/security-groups?id=d8dff504-52b7-49fe-b135-814ca0e28af2&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: 340/667] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:09:56 2026] GET /v2.0/ports?device_id=10b54005-2b1e-4630-8673-8eef17bf8175 => generated 973 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:09:57.056 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4c778bcd-9fb6-4fef-ac1c-d787cbcbb4e5'] response: {'name': 'network-changed', 'server_uuid': '10b54005-2b1e-4630-8673-8eef17bf8175', 'tag': 'e92ad6fd-2456-4663-b6c0-27868b6d0ae1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 328/668] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:09:57 2026] GET /v2.0/security-groups?id=5510beb2-b472-4054-be63-2f76fe127546&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/669] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:09:57 2026] GET /v2.0/ports?device_id=fbe63b60-121c-4716-a444-276706957a09 => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/670] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:09:57 2026] GET /v2.0/ports?device_id=e82591e5-7653-43db-a0ad-f37e9d2d9a3c => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/671] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:09:57 2026] GET /v2.0/ports?tenant_id=750bfd2f90834c3aaf90a72421022b7f&device_id=10b54005-2b1e-4630-8673-8eef17bf8175 => 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: 330/672] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:09:57 2026] GET /v2.0/security-groups?id=bdc2ec6f-8a05-4f1c-b16a-a9c84a963f43&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/673] 199.19.213.169 () {34 vars in 1018 bytes} [Tue May 5 18:09:57 2026] GET /v2.0/networks?tenant_id=750bfd2f90834c3aaf90a72421022b7f&shared=False => generated 771 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/674] 199.19.213.169 () {34 vars in 930 bytes} [Tue May 5 18:09:57 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/675] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:09:58 2026] GET /v2.0/ports?device_id=98ae2d10-20d5-404e-a2a7-986c97b8a23b => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/676] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:09:58 2026] GET /v2.0/security-groups?id=d8dff504-52b7-49fe-b135-814ca0e28af2&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: 345/677] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:09:58 2026] GET /v2.0/ports?device_id=10b54005-2b1e-4630-8673-8eef17bf8175 => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/678] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:09:58 2026] GET /v2.0/security-groups?id=5510beb2-b472-4054-be63-2f76fe127546&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: 346/679] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:09:58 2026] GET /v2.0/ports?device_id=98ae2d10-20d5-404e-a2a7-986c97b8a23b => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/680] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:09:58 2026] GET /v2.0/ports?device_id=fbe63b60-121c-4716-a444-276706957a09 => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/681] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:09:58 2026] GET /v2.0/ports?device_id=e82591e5-7653-43db-a0ad-f37e9d2d9a3c => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:09:58.773 8 INFO neutron.db.l3_db [None req-8720f678-d783-4ee6-b836-dc82fff3ebf7 c162345fc0b54093b9a460d3b75514e6 530f1309b79548c48c0446202b74973b - - default default] Floating IP d95b458e-88e5-4935-b43c-afb246406396 associated. External IP: 10.96.250.212, port: 60a49186-df85-497c-b23f-fa3a3ba795ab. [pid: 7|app: 0|req: 349/682] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:09:58 2026] GET /v2.0/security-groups?id=bdc2ec6f-8a05-4f1c-b16a-a9c84a963f43&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/683] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:09:58 2026] GET /v2.0/ports?tenant_id=750bfd2f90834c3aaf90a72421022b7f&device_id=10b54005-2b1e-4630-8673-8eef17bf8175 => generated 1242 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/684] 199.19.213.169 () {34 vars in 1060 bytes} [Tue May 5 18:09:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=e92ad6fd-2456-4663-b6c0-27868b6d0ae1 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/685] 199.19.213.169 () {34 vars in 984 bytes} [Tue May 5 18:09:58 2026] GET /v2.0/subnets?id=24c5a73b-656d-4ec0-84d1-dad8969b7278 => generated 693 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/686] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:09:58 2026] GET /v2.0/ports?network_id=a7be0942-4c25-4c54-b094-489cf07a4968&device_owner=network%3Adhcp => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/687] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:09:58 2026] GET /v2.0/networks/a7be0942-4c25-4c54-b094-489cf07a4968?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: 355/688] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:09:59 2026] GET /v2.0/networks/a7be0942-4c25-4c54-b094-489cf07a4968?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/689] 10.0.0.41 () {34 vars in 748 bytes} [Tue May 5 18:09:58 2026] PUT /v2.0/floatingips/d95b458e-88e5-4935-b43c-afb246406396 => generated 855 bytes in 776 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:09:59.094 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-33ce9642-1f35-4d3f-ae4b-d750e9bb281b'] response: {'name': 'network-changed', 'server_uuid': '98ae2d10-20d5-404e-a2a7-986c97b8a23b', 'tag': '60a49186-df85-497c-b23f-fa3a3ba795ab', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 356/690] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:09:59 2026] GET /v2.0/ports?device_id=98ae2d10-20d5-404e-a2a7-986c97b8a23b => generated 971 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/691] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:09:59 2026] GET /v2.0/security-groups?id=d8dff504-52b7-49fe-b135-814ca0e28af2&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: 357/692] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:09:59 2026] GET /v2.0/ports?device_id=10b54005-2b1e-4630-8673-8eef17bf8175 => 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: 336/693] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:09:59 2026] GET /v2.0/security-groups?id=5510beb2-b472-4054-be63-2f76fe127546&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: 358/694] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:09:59 2026] GET /v2.0/ports?tenant_id=530f1309b79548c48c0446202b74973b&device_id=98ae2d10-20d5-404e-a2a7-986c97b8a23b => generated 1240 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/695] 199.19.213.169 () {34 vars in 986 bytes} [Tue May 5 18:09:59 2026] GET /v2.0/networks?id=c158ef5a-fb6f-4bf8-916f-ac956a7d9113 => generated 779 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/696] 199.19.213.169 () {34 vars in 986 bytes} [Tue May 5 18:09:59 2026] GET /v2.0/networks?id=c0d42c7e-fb81-44ad-be44-91694b72637a => generated 680 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/697] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:09:59 2026] GET /v2.0/ports?device_id=fbe63b60-121c-4716-a444-276706957a09 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/698] 199.19.213.169 () {34 vars in 1050 bytes} [Tue May 5 18:09:59 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0fcb7090f92c4c6e8c55bd98bd69dd2c => generated 181 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/699] 199.19.213.169 () {34 vars in 1058 bytes} [Tue May 5 18:09:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=60a49186-df85-497c-b23f-fa3a3ba795ab => generated 858 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/700] 199.19.213.169 () {34 vars in 984 bytes} [Tue May 5 18:09:59 2026] GET /v2.0/subnets?id=a0a0e044-1ecd-454f-a358-1e561cf9dd31 => generated 701 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/701] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:09:59 2026] GET /v2.0/ports?device_id=e82591e5-7653-43db-a0ad-f37e9d2d9a3c => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/702] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:09:59 2026] GET /v2.0/ports?network_id=c158ef5a-fb6f-4bf8-916f-ac956a7d9113&device_owner=network%3Adhcp => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/703] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:09:59 2026] GET /v2.0/security-groups?id=bdc2ec6f-8a05-4f1c-b16a-a9c84a963f43&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/704] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:09:59 2026] GET /v2.0/networks/c158ef5a-fb6f-4bf8-916f-ac956a7d9113?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: 344/705] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:10:00 2026] GET /v2.0/networks/c158ef5a-fb6f-4bf8-916f-ac956a7d9113?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/706] 199.19.213.169 () {38 vars in 955 bytes} [Tue May 5 18:09:59 2026] POST /v2.0/ports => generated 954 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/707] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:00 2026] GET /v2.0/ports?device_id=e82591e5-7653-43db-a0ad-f37e9d2d9a3c => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-05 18:10:00.599 8 INFO neutron.db.l3_db [None req-397b9843-68a8-4b2a-abd1-180a6d57576f 074192e77ed1477899734b8c5143e62e 8ba06c070fba4a75866d85496a5d35be - - default default] Floating IP 80427f0a-1de8-4f93-94a5-34a3de66d868 associated. External IP: 10.96.250.219, port: 54c2b36c-5e91-4837-9272-080974826d34. [pid: 7|app: 0|req: 363/708] 199.19.213.169 () {38 vars in 1028 bytes} [Tue May 5 18:10:00 2026] PUT /v2.0/ports/9c6ab064-93e0-430f-aa8f-3fe21f2d7aef => generated 1235 bytes in 449 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 364/709] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:00 2026] GET /v2.0/ports?device_id=10b54005-2b1e-4630-8673-8eef17bf8175 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:10:00.695 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fb20a0a4-ddcd-4187-aa22-a6db7861b1ab'] response: {'name': 'network-changed', 'server_uuid': 'fbe63b60-121c-4716-a444-276706957a09', 'tag': '9c6ab064-93e0-430f-aa8f-3fe21f2d7aef', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 365/710] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:10:00 2026] GET /v2.0/security-groups?id=5510beb2-b472-4054-be63-2f76fe127546&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/711] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:00 2026] GET /v2.0/ports?device_id=fbe63b60-121c-4716-a444-276706957a09 => 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: 367/712] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:10:00 2026] GET /v2.0/security-groups?id=e8fa566f-4f5a-4eb7-98ef-60f6fde4e81e&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: 346/713] 10.0.0.41 () {34 vars in 748 bytes} [Tue May 5 18:10:00 2026] PUT /v2.0/floatingips/80427f0a-1de8-4f93-94a5-34a3de66d868 => generated 855 bytes in 785 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/714] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:01 2026] GET /v2.0/ports?device_id=e82591e5-7653-43db-a0ad-f37e9d2d9a3c => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/715] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:10:01 2026] GET /v2.0/security-groups?id=bdc2ec6f-8a05-4f1c-b16a-a9c84a963f43&fields=id&fields=name => generated 113 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:10:01.161 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2956acdd-a8e5-42ef-ad2b-4712bc4d221a'] response: {'name': 'network-changed', 'server_uuid': 'e82591e5-7653-43db-a0ad-f37e9d2d9a3c', 'tag': '54c2b36c-5e91-4837-9272-080974826d34', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 369/716] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:10:01 2026] GET /v2.0/ports?tenant_id=0fcb7090f92c4c6e8c55bd98bd69dd2c&device_id=fbe63b60-121c-4716-a444-276706957a09 => generated 1238 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/717] 199.19.213.169 () {34 vars in 1018 bytes} [Tue May 5 18:10:01 2026] GET /v2.0/networks?tenant_id=0fcb7090f92c4c6e8c55bd98bd69dd2c&shared=False => generated 776 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/718] 199.19.213.169 () {34 vars in 930 bytes} [Tue May 5 18:10:01 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: 8|app: 0|req: 349/719] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:01 2026] GET /v2.0/ports?device_id=e82591e5-7653-43db-a0ad-f37e9d2d9a3c => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/720] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:10:01 2026] GET /v2.0/security-groups?id=bdc2ec6f-8a05-4f1c-b16a-a9c84a963f43&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/721] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:10:01 2026] GET /v2.0/ports?tenant_id=8ba06c070fba4a75866d85496a5d35be&device_id=e82591e5-7653-43db-a0ad-f37e9d2d9a3c => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/722] 199.19.213.169 () {34 vars in 986 bytes} [Tue May 5 18:10:01 2026] GET /v2.0/networks?id=25b56b19-82d7-49a1-b33c-e9cbb6d00cf2 => generated 766 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/723] 199.19.213.169 () {34 vars in 1058 bytes} [Tue May 5 18:10:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=54c2b36c-5e91-4837-9272-080974826d34 => generated 858 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/724] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:01 2026] GET /v2.0/ports?device_id=10b54005-2b1e-4630-8673-8eef17bf8175 => generated 973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/725] 199.19.213.169 () {34 vars in 984 bytes} [Tue May 5 18:10:01 2026] GET /v2.0/subnets?id=bf543105-8129-463f-977b-dbdcd5811e4d => generated 688 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/726] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:10:01 2026] GET /v2.0/security-groups?id=5510beb2-b472-4054-be63-2f76fe127546&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: 353/727] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:10:01 2026] GET /v2.0/ports?network_id=25b56b19-82d7-49a1-b33c-e9cbb6d00cf2&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: 375/728] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:10:01 2026] GET /v2.0/networks/25b56b19-82d7-49a1-b33c-e9cbb6d00cf2?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: 376/729] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:10:01 2026] GET /v2.0/networks/25b56b19-82d7-49a1-b33c-e9cbb6d00cf2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/730] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:01 2026] GET /v2.0/ports?device_id=fbe63b60-121c-4716-a444-276706957a09 => generated 969 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/731] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:10:02 2026] GET /v2.0/security-groups?id=e8fa566f-4f5a-4eb7-98ef-60f6fde4e81e&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/732] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:10:02 2026] GET /v2.0/ports?tenant_id=0fcb7090f92c4c6e8c55bd98bd69dd2c&device_id=fbe63b60-121c-4716-a444-276706957a09 => generated 1238 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/733] 199.19.213.169 () {34 vars in 1058 bytes} [Tue May 5 18:10:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=9c6ab064-93e0-430f-aa8f-3fe21f2d7aef => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/734] 199.19.213.169 () {34 vars in 984 bytes} [Tue May 5 18:10:02 2026] GET /v2.0/subnets?id=4cbe4202-4eb9-4839-9195-c68d1686366e => generated 698 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/735] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:10:02 2026] GET /v2.0/ports?network_id=c0d42c7e-fb81-44ad-be44-91694b72637a&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/736] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:10:02 2026] GET /v2.0/networks/c0d42c7e-fb81-44ad-be44-91694b72637a?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/737] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:02 2026] GET /v2.0/ports?device_id=e82591e5-7653-43db-a0ad-f37e9d2d9a3c => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/738] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:10:02 2026] GET /v2.0/networks/c0d42c7e-fb81-44ad-be44-91694b72637a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/739] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:10:02 2026] GET /v2.0/security-groups?id=bdc2ec6f-8a05-4f1c-b16a-a9c84a963f43&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/740] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:02 2026] GET /v2.0/ports?device_id=10b54005-2b1e-4630-8673-8eef17bf8175 => 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: 382/741] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:10:03 2026] GET /v2.0/security-groups?id=5510beb2-b472-4054-be63-2f76fe127546&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: 360/742] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:03 2026] GET /v2.0/ports?device_id=fbe63b60-121c-4716-a444-276706957a09 => 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: 383/743] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:10:03 2026] GET /v2.0/security-groups?id=e8fa566f-4f5a-4eb7-98ef-60f6fde4e81e&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: 361/744] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:03 2026] GET /v2.0/ports?device_id=e82591e5-7653-43db-a0ad-f37e9d2d9a3c => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/745] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:10:03 2026] GET /v2.0/security-groups?id=bdc2ec6f-8a05-4f1c-b16a-a9c84a963f43&fields=id&fields=name => generated 113 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/746] 199.19.213.169 () {34 vars in 994 bytes} [Tue May 5 18:10:03 2026] GET /v2.0/ports?device_id=e82591e5-7653-43db-a0ad-f37e9d2d9a3c => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/747] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:04 2026] GET /v2.0/ports?device_id=10b54005-2b1e-4630-8673-8eef17bf8175 => generated 975 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:10:04.259 7 INFO neutron_taas.services.taas.taas_plugin [req-f3810c45-4d3d-4cb3-9b12-1935698f17cb req-cb7b3526-6975-4785-a69b-20c099060f63 074192e77ed1477899734b8c5143e62e 8ba06c070fba4a75866d85496a5d35be - - default default] TaaS: Handle Delete Port: 54c2b36c-5e91-4837-9272-080974826d34 2026-05-05 18:10:04.264 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f3810c45-4d3d-4cb3-9b12-1935698f17cb req-cb7b3526-6975-4785-a69b-20c099060f63 074192e77ed1477899734b8c5143e62e 8ba06c070fba4a75866d85496a5d35be - - default default] Tap Mirror: Handle Delete Port: 54c2b36c-5e91-4837-9272-080974826d34 [pid: 8|app: 0|req: 364/748] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:10:04 2026] GET /v2.0/security-groups?id=5510beb2-b472-4054-be63-2f76fe127546&fields=id&fields=name => generated 114 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/749] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:04 2026] GET /v2.0/ports?device_id=fbe63b60-121c-4716-a444-276706957a09 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/750] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:10:04 2026] GET /v2.0/security-groups?id=e8fa566f-4f5a-4eb7-98ef-60f6fde4e81e&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-05 18:10:04.446 7 INFO neutron.db.l3_db [req-f3810c45-4d3d-4cb3-9b12-1935698f17cb req-cb7b3526-6975-4785-a69b-20c099060f63 074192e77ed1477899734b8c5143e62e 8ba06c070fba4a75866d85496a5d35be - - default default] Floating IP 80427f0a-1de8-4f93-94a5-34a3de66d868 disassociated. External IP: 10.96.250.219, port: 54c2b36c-5e91-4837-9272-080974826d34. [pid: 7|app: 0|req: 385/753] 199.19.213.169 () {36 vars in 997 bytes} [Tue May 5 18:10:04 2026] DELETE /v2.0/ports/54c2b36c-5e91-4837-9272-080974826d34 => generated 0 bytes in 780 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:10:04.864 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-897c82c2-302f-4566-8691-af033bdd0a0f'] response: {'server_uuid': 'e82591e5-7653-43db-a0ad-f37e9d2d9a3c', 'name': 'network-vif-deleted', 'tag': '54c2b36c-5e91-4837-9272-080974826d34', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 369/754] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:05 2026] GET /v2.0/ports?device_id=e82591e5-7653-43db-a0ad-f37e9d2d9a3c => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/755] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:05 2026] GET /v2.0/ports?device_id=10b54005-2b1e-4630-8673-8eef17bf8175 => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/756] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:10:05 2026] GET /v2.0/security-groups?id=5510beb2-b472-4054-be63-2f76fe127546&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: 370/757] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:05 2026] GET /v2.0/ports?device_id=fbe63b60-121c-4716-a444-276706957a09 => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/758] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:10:05 2026] GET /v2.0/security-groups?id=e8fa566f-4f5a-4eb7-98ef-60f6fde4e81e&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: 371/759] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:05 2026] GET /v2.0/ports?device_id=10b54005-2b1e-4630-8673-8eef17bf8175 => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:10:06.206 7 INFO neutron.db.l3_db [None req-a8b69944-b528-44cc-bc83-3f28f15db1cd de4a0132eb104d848b4be449dcc83ce0 750bfd2f90834c3aaf90a72421022b7f - - default default] Floating IP 728a7fc5-20f8-45d5-8910-2b93006cbbf5 associated. External IP: 10.96.250.208, port: e92ad6fd-2456-4663-b6c0-27868b6d0ae1. [pid: 8|app: 0|req: 372/760] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:06 2026] GET /v2.0/ports?device_id=e82591e5-7653-43db-a0ad-f37e9d2d9a3c => 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: 389/761] 10.0.0.41 () {34 vars in 748 bytes} [Tue May 5 18:10:05 2026] PUT /v2.0/floatingips/728a7fc5-20f8-45d5-8910-2b93006cbbf5 => generated 856 bytes in 850 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/762] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:06 2026] GET /v2.0/ports?device_id=fbe63b60-121c-4716-a444-276706957a09 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/763] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:10:06 2026] GET /v2.0/security-groups?id=e8fa566f-4f5a-4eb7-98ef-60f6fde4e81e&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-05 18:10:06.903 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d3028191-5931-4205-aa33-66fb9c4bb703'] response: {'name': 'network-changed', 'server_uuid': '10b54005-2b1e-4630-8673-8eef17bf8175', 'tag': 'e92ad6fd-2456-4663-b6c0-27868b6d0ae1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 374/764] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:07 2026] GET /v2.0/ports?device_id=e82591e5-7653-43db-a0ad-f37e9d2d9a3c => 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: 391/765] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:10:07 2026] GET /v2.0/ports?tenant_id=750bfd2f90834c3aaf90a72421022b7f&device_id=10b54005-2b1e-4630-8673-8eef17bf8175 => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/766] 199.19.213.169 () {34 vars in 986 bytes} [Tue May 5 18:10:07 2026] GET /v2.0/networks?id=a7be0942-4c25-4c54-b094-489cf07a4968 => 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: 392/767] 199.19.213.169 () {34 vars in 1060 bytes} [Tue May 5 18:10:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=e92ad6fd-2456-4663-b6c0-27868b6d0ae1 => generated 859 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/768] 199.19.213.169 () {34 vars in 984 bytes} [Tue May 5 18:10:07 2026] GET /v2.0/subnets?id=24c5a73b-656d-4ec0-84d1-dad8969b7278 => generated 693 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/769] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:10:07 2026] GET /v2.0/ports?network_id=a7be0942-4c25-4c54-b094-489cf07a4968&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: 377/770] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:10:07 2026] GET /v2.0/networks/a7be0942-4c25-4c54-b094-489cf07a4968?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/771] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:10:07 2026] GET /v2.0/networks/a7be0942-4c25-4c54-b094-489cf07a4968?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/772] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:07 2026] GET /v2.0/ports?device_id=fbe63b60-121c-4716-a444-276706957a09 => generated 969 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/773] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:10:07 2026] GET /v2.0/security-groups?id=e8fa566f-4f5a-4eb7-98ef-60f6fde4e81e&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: 379/774] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:10:08 2026] DELETE /v2.0/security-groups/bdc2ec6f-8a05-4f1c-b16a-a9c84a963f43 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:10:08.555 7 INFO neutron.api.v2.resource [None req-94e9a32d-9240-403a-acc1-50c8966b2e0d 074192e77ed1477899734b8c5143e62e 8ba06c070fba4a75866d85496a5d35be - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 396/775] 10.0.0.41 () {32 vars in 736 bytes} [Tue May 5 18:10:08 2026] GET /v2.0/security-groups/bdc2ec6f-8a05-4f1c-b16a-a9c84a963f43 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 18:10:08.678 8 INFO neutron_taas.services.taas.taas_plugin [None req-cf218dc9-db6d-45c8-b02c-3136f8fea471 074192e77ed1477899734b8c5143e62e 8ba06c070fba4a75866d85496a5d35be - - default default] TaaS: Handle Delete Port: 0c909057-3146-4304-bda7-d655709fd7c0 2026-05-05 18:10:08.681 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf218dc9-db6d-45c8-b02c-3136f8fea471 074192e77ed1477899734b8c5143e62e 8ba06c070fba4a75866d85496a5d35be - - default default] Tap Mirror: Handle Delete Port: 0c909057-3146-4304-bda7-d655709fd7c0 [pid: 8|app: 0|req: 380/776] 10.0.0.41 () {32 vars in 731 bytes} [Tue May 5 18:10:08 2026] DELETE /v2.0/floatingips/80427f0a-1de8-4f93-94a5-34a3de66d868 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/777] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:09 2026] GET /v2.0/ports?device_id=fbe63b60-121c-4716-a444-276706957a09 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/778] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:10:09 2026] GET /v2.0/security-groups?id=e8fa566f-4f5a-4eb7-98ef-60f6fde4e81e&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:10:09.313 7 INFO neutron_taas.services.taas.taas_plugin [None req-5d77e50e-de24-42ab-bc03-aed44c18a92f c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] TaaS: Handle Delete Port: 082e9128-9999-44bc-98a7-4663b830f929 2026-05-05 18:10:09.320 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d77e50e-de24-42ab-bc03-aed44c18a92f c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Tap Mirror: Handle Delete Port: 082e9128-9999-44bc-98a7-4663b830f929 [pid: 7|app: 0|req: 397/779] 10.0.0.41 () {34 vars in 788 bytes} [Tue May 5 18:10:08 2026] PUT /v2.0/routers/3794a12c-8242-4ecf-a84b-cc60c3a520ad/remove_router_interface => generated 309 bytes in 1201 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/780] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:10 2026] GET /v2.0/ports?device_id=fbe63b60-121c-4716-a444-276706957a09 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:10:10.334 8 INFO neutron_taas.services.taas.taas_plugin [None req-5bd3664d-97ca-484d-b425-20a52f3aa005 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] TaaS: Handle Delete Port: 7107cb74-0742-4ff4-bc6f-a2a6f3982f7c 2026-05-05 18:10:10.337 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5bd3664d-97ca-484d-b425-20a52f3aa005 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Tap Mirror: Handle Delete Port: 7107cb74-0742-4ff4-bc6f-a2a6f3982f7c [pid: 7|app: 0|req: 399/781] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:10:10 2026] GET /v2.0/security-groups?id=e8fa566f-4f5a-4eb7-98ef-60f6fde4e81e&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-05 18:10:10.669 8 INFO neutron_taas.services.taas.taas_plugin [None req-5bd3664d-97ca-484d-b425-20a52f3aa005 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] TaaS: Handle Delete Port: a63e4631-a4a1-444a-908a-1a39d75a539f 2026-05-05 18:10:10.673 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5bd3664d-97ca-484d-b425-20a52f3aa005 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Tap Mirror: Handle Delete Port: a63e4631-a4a1-444a-908a-1a39d75a539f 2026-05-05 18:10:11.114 8 INFO neutron.services.segments.plugin [-] Segment 4d3123d6-abcb-4098-b4c2-9e8b6bf207bb resource provider aggregate not found 2026-05-05 18:10:11.136 8 INFO neutron.services.segments.plugin [-] Segment 4d3123d6-abcb-4098-b4c2-9e8b6bf207bb resource provider aggregate not found 2026-05-05 18:10:11.153 8 INFO neutron.services.segments.plugin [-] Segment 4d3123d6-abcb-4098-b4c2-9e8b6bf207bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d3123d6-abcb-4098-b4c2-9e8b6bf207bb found for delete ", "request_id": "req-05aa0732-7204-441f-bf68-0712a7a6dde1"}]} 2026-05-05 18:10:11.161 8 INFO neutron.services.segments.plugin [-] Segment 4d3123d6-abcb-4098-b4c2-9e8b6bf207bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d3123d6-abcb-4098-b4c2-9e8b6bf207bb found for delete ", "request_id": "req-e8ff48b9-19c7-4d31-af70-960b462806a4"}]} 2026-05-05 18:10:11.162 8 INFO neutron.db.l3_hamode_db [None req-5bd3664d-97ca-484d-b425-20a52f3aa005 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] HA network 12dab871-9fad-48a0-aedb-6a57903d73f2 was deleted as no HA routers are present in tenant 8ba06c070fba4a75866d85496a5d35be. [pid: 8|app: 0|req: 383/782] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:10:10 2026] DELETE /v2.0/routers/3794a12c-8242-4ecf-a84b-cc60c3a520ad => generated 0 bytes in 1091 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/783] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:10:11 2026] DELETE /v2.0/subnets/bf543105-8129-463f-977b-dbdcd5811e4d => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:10:11.548 8 INFO neutron_taas.services.taas.taas_plugin [None req-2e2ac481-d628-48f3-9b72-452d01384343 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] TaaS: Handle Delete Port: ebfabcbf-9712-4b1a-9de3-fa43182d678a 2026-05-05 18:10:11.550 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e2ac481-d628-48f3-9b72-452d01384343 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Tap Mirror: Handle Delete Port: ebfabcbf-9712-4b1a-9de3-fa43182d678a [pid: 7|app: 0|req: 401/784] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:11 2026] GET /v2.0/ports?device_id=fbe63b60-121c-4716-a444-276706957a09 => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/785] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:10:11 2026] GET /v2.0/security-groups?id=e8fa566f-4f5a-4eb7-98ef-60f6fde4e81e&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: 403/786] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:11 2026] GET /v2.0/ports?device_id=fbe63b60-121c-4716-a444-276706957a09 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/787] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:10:11 2026] DELETE /v2.0/networks/25b56b19-82d7-49a1-b33c-e9cbb6d00cf2 => generated 0 bytes in 315 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/788] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:10:11 2026] GET /v2.0/security-groups?tenant_id=8ba06c070fba4a75866d85496a5d35be&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: 386/789] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:10:11 2026] DELETE /v2.0/security-groups/c7ec21b1-771b-42e0-a531-f6ebafeee78c => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:10:12.130 7 INFO neutron.db.l3_db [None req-5b7ec558-a0c7-470a-be4f-5d1aa9abc026 7d7a21ea6ba245c8a573923f33357a8d 0fcb7090f92c4c6e8c55bd98bd69dd2c - - default default] Floating IP d7732546-d2b0-4f06-84e5-ba299c7ef6a3 associated. External IP: 10.96.250.205, port: 9c6ab064-93e0-430f-aa8f-3fe21f2d7aef. [pid: 7|app: 0|req: 404/790] 10.0.0.41 () {34 vars in 748 bytes} [Tue May 5 18:10:11 2026] PUT /v2.0/floatingips/d7732546-d2b0-4f06-84e5-ba299c7ef6a3 => generated 855 bytes in 721 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:10:12.519 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fc460b08-5ff8-4672-9e70-9441e15f0247'] response: {'name': 'network-changed', 'server_uuid': 'fbe63b60-121c-4716-a444-276706957a09', 'tag': '9c6ab064-93e0-430f-aa8f-3fe21f2d7aef', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 387/791] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:12 2026] GET /v2.0/ports?device_id=fbe63b60-121c-4716-a444-276706957a09 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/792] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:10:12 2026] GET /v2.0/security-groups?id=e8fa566f-4f5a-4eb7-98ef-60f6fde4e81e&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/793] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:12 2026] GET /v2.0/ports?device_id=fbe63b60-121c-4716-a444-276706957a09 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/794] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:10:12 2026] GET /v2.0/security-groups?id=e8fa566f-4f5a-4eb7-98ef-60f6fde4e81e&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/795] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:10:13 2026] GET /v2.0/ports?tenant_id=0fcb7090f92c4c6e8c55bd98bd69dd2c&device_id=fbe63b60-121c-4716-a444-276706957a09 => generated 1240 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/796] 199.19.213.169 () {34 vars in 986 bytes} [Tue May 5 18:10:13 2026] GET /v2.0/networks?id=c0d42c7e-fb81-44ad-be44-91694b72637a => generated 776 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:10:13.190 8 INFO neutron.services.segments.plugin [-] Segment 0462f05b-4417-4952-b351-004594bcd962 resource provider aggregate not found 2026-05-05 18:10:13.195 8 INFO neutron.services.segments.plugin [-] Segment 0462f05b-4417-4952-b351-004594bcd962 resource provider aggregate not found 2026-05-05 18:10:13.209 8 INFO neutron.services.segments.plugin [-] Segment 0462f05b-4417-4952-b351-004594bcd962 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0462f05b-4417-4952-b351-004594bcd962 found for delete ", "request_id": "req-32ad294d-e810-44d7-a973-eee51f37c836"}]} 2026-05-05 18:10:13.210 8 INFO neutron.services.segments.plugin [-] Segment 0462f05b-4417-4952-b351-004594bcd962 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0462f05b-4417-4952-b351-004594bcd962 found for delete ", "request_id": "req-fcfd6146-a9a8-4cee-8f5f-17df7c50e43f"}]} [pid: 8|app: 0|req: 390/797] 199.19.213.169 () {34 vars in 1058 bytes} [Tue May 5 18:10:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=9c6ab064-93e0-430f-aa8f-3fe21f2d7aef => generated 858 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/798] 199.19.213.169 () {34 vars in 984 bytes} [Tue May 5 18:10:13 2026] GET /v2.0/subnets?id=4cbe4202-4eb9-4839-9195-c68d1686366e => generated 698 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/799] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:10:13 2026] GET /v2.0/ports?network_id=c0d42c7e-fb81-44ad-be44-91694b72637a&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/800] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:10:13 2026] GET /v2.0/networks/c0d42c7e-fb81-44ad-be44-91694b72637a?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/801] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:10:13 2026] GET /v2.0/networks/c0d42c7e-fb81-44ad-be44-91694b72637a?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: 393/802] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:14 2026] GET /v2.0/ports?device_id=fbe63b60-121c-4716-a444-276706957a09 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/803] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:10:14 2026] GET /v2.0/security-groups?id=e8fa566f-4f5a-4eb7-98ef-60f6fde4e81e&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:10:14.185 7 INFO neutron.db.segments_db [None req-04b6afc7-1c6e-4de1-acec-b9118678c36e c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Added segment fef20180-7eec-4045-89d2-5018361708d9 of type vxlan for network f6589c72-86a6-42c1-820d-a094ba72c8bc [pid: 7|app: 0|req: 410/804] 10.0.0.41 () {34 vars in 670 bytes} [Tue May 5 18:10:13 2026] POST /v2.0/networks => generated 745 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/805] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:10:14 2026] POST /v2.0/subnets => generated 692 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/806] 10.0.0.84 () {34 vars in 989 bytes} [Tue May 5 18:10:14 2026] GET /v2.0/ports?device_id=98ae2d10-20d5-404e-a2a7-986c97b8a23b => generated 1240 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:10:14.547 8 INFO neutron.db.segments_db [None req-a5c929ac-fda4-4cfa-97a2-2b89da79407a c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Added segment 79f04f82-7dbc-418a-a734-2ecda1102937 of type vxlan for network 047ced97-5f4a-4d13-8012-71b6cdb9ff4a [pid: 7|app: 0|req: 412/807] 10.0.0.84 () {34 vars in 1039 bytes} [Tue May 5 18:10:14 2026] GET /v2.0/security-groups?id=d8dff504-52b7-49fe-b135-814ca0e28af2&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:10:14.862 8 INFO neutron.db.l3_hamode_db [None req-a5c929ac-fda4-4cfa-97a2-2b89da79407a c702521419f64f25944b444edd258ca8 84f4c578ac5b4d6e8fec0e73c2964dbc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 413/808] 10.0.0.84 () {34 vars in 989 bytes} [Tue May 5 18:10:15 2026] GET /v2.0/ports?device_id=10b54005-2b1e-4630-8673-8eef17bf8175 => generated 1244 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/809] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:15 2026] GET /v2.0/ports?device_id=fbe63b60-121c-4716-a444-276706957a09 => 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: 415/810] 10.0.0.84 () {34 vars in 1039 bytes} [Tue May 5 18:10:15 2026] GET /v2.0/security-groups?id=5510beb2-b472-4054-be63-2f76fe127546&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: 416/811] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:10:15 2026] GET /v2.0/security-groups?id=e8fa566f-4f5a-4eb7-98ef-60f6fde4e81e&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: 417/812] 199.19.213.169 () {34 vars in 994 bytes} [Tue May 5 18:10:15 2026] GET /v2.0/ports?device_id=fbe63b60-121c-4716-a444-276706957a09 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:10:15.619 7 INFO neutron_taas.services.taas.taas_plugin [req-04725d63-9d36-482c-a0b4-ce9b2dd80b81 req-65c01a3d-7690-491f-bcfe-01571b136377 7d7a21ea6ba245c8a573923f33357a8d 0fcb7090f92c4c6e8c55bd98bd69dd2c - - default default] TaaS: Handle Delete Port: 9c6ab064-93e0-430f-aa8f-3fe21f2d7aef 2026-05-05 18:10:15.622 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-04725d63-9d36-482c-a0b4-ce9b2dd80b81 req-65c01a3d-7690-491f-bcfe-01571b136377 7d7a21ea6ba245c8a573923f33357a8d 0fcb7090f92c4c6e8c55bd98bd69dd2c - - default default] Tap Mirror: Handle Delete Port: 9c6ab064-93e0-430f-aa8f-3fe21f2d7aef 2026-05-05 18:10:15.771 7 INFO neutron.db.l3_db [req-04725d63-9d36-482c-a0b4-ce9b2dd80b81 req-65c01a3d-7690-491f-bcfe-01571b136377 7d7a21ea6ba245c8a573923f33357a8d 0fcb7090f92c4c6e8c55bd98bd69dd2c - - default default] Floating IP d7732546-d2b0-4f06-84e5-ba299c7ef6a3 disassociated. External IP: 10.96.250.205, port: 9c6ab064-93e0-430f-aa8f-3fe21f2d7aef. 2026-05-05 18:10:15.821 8 INFO neutron.db.l3_hamode_db [None req-a5c929ac-fda4-4cfa-97a2-2b89da79407a c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 418/813] 199.19.213.169 () {36 vars in 997 bytes} [Tue May 5 18:10:15 2026] DELETE /v2.0/ports/9c6ab064-93e0-430f-aa8f-3fe21f2d7aef => generated 0 bytes in 771 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:10:16.304 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3e672e4a-1990-4dd8-b34b-604f344810c3'] response: {'server_uuid': 'fbe63b60-121c-4716-a444-276706957a09', 'name': 'network-vif-deleted', 'tag': '9c6ab064-93e0-430f-aa8f-3fe21f2d7aef', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 419/814] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:16 2026] GET /v2.0/ports?device_id=fbe63b60-121c-4716-a444-276706957a09 => 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: 396/815] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:10:14 2026] POST /v2.0/routers => generated 732 bytes in 2362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/816] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:17 2026] GET /v2.0/ports?device_id=fbe63b60-121c-4716-a444-276706957a09 => 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: 398/817] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:18 2026] GET /v2.0/ports?device_id=fbe63b60-121c-4716-a444-276706957a09 => 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: 420/818] 10.0.0.41 () {34 vars in 782 bytes} [Tue May 5 18:10:16 2026] PUT /v2.0/routers/84c464a1-2771-482b-849d-64bd426daf4d/add_router_interface => generated 309 bytes in 1943 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/821] 10.0.0.198 () {34 vars in 982 bytes} [Tue May 5 18:10:19 2026] GET /v2.0/networks?id=f6589c72-86a6-42c1-820d-a094ba72c8bc => generated 677 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/822] 10.0.0.198 () {34 vars in 965 bytes} [Tue May 5 18:10:19 2026] GET /v2.0/quotas/84f4c578ac5b4d6e8fec0e73c2964dbc => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/823] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:19 2026] GET /v2.0/ports?device_id=fbe63b60-121c-4716-a444-276706957a09 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/824] 10.0.0.198 () {34 vars in 1002 bytes} [Tue May 5 18:10:19 2026] GET /v2.0/ports?tenant_id=84f4c578ac5b4d6e8fec0e73c2964dbc&fields=id => generated 57 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/825] 10.0.0.198 () {34 vars in 1008 bytes} [Tue May 5 18:10:19 2026] GET /v2.0/networks/f6589c72-86a6-42c1-820d-a094ba72c8bc?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/826] 10.0.0.198 () {34 vars in 1108 bytes} [Tue May 5 18:10:19 2026] GET /v2.0/networks/f6589c72-86a6-42c1-820d-a094ba72c8bc?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: 403/827] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:20 2026] GET /v2.0/ports?device_id=b597e35f-9237-4aac-aaf9-aeffa64542c2 => 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: 425/828] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:10:20 2026] DELETE /v2.0/security-groups/e8fa566f-4f5a-4eb7-98ef-60f6fde4e81e => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:10:20.997 8 INFO neutron.api.v2.resource [None req-edf1c2f3-923d-4d28-9d8f-8af978b1750c 7d7a21ea6ba245c8a573923f33357a8d 0fcb7090f92c4c6e8c55bd98bd69dd2c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 404/829] 10.0.0.41 () {32 vars in 736 bytes} [Tue May 5 18:10:20 2026] GET /v2.0/security-groups/e8fa566f-4f5a-4eb7-98ef-60f6fde4e81e => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 18:10:21.112 7 INFO neutron_taas.services.taas.taas_plugin [None req-0a092f90-81ce-4c50-9cd7-950f5156057c 7d7a21ea6ba245c8a573923f33357a8d 0fcb7090f92c4c6e8c55bd98bd69dd2c - - default default] TaaS: Handle Delete Port: ecdf893e-1dd6-4ba5-a151-0ecbd07258cd 2026-05-05 18:10:21.114 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a092f90-81ce-4c50-9cd7-950f5156057c 7d7a21ea6ba245c8a573923f33357a8d 0fcb7090f92c4c6e8c55bd98bd69dd2c - - default default] Tap Mirror: Handle Delete Port: ecdf893e-1dd6-4ba5-a151-0ecbd07258cd [pid: 8|app: 0|req: 405/830] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:21 2026] GET /v2.0/ports?device_id=b597e35f-9237-4aac-aaf9-aeffa64542c2 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/831] 10.0.0.41 () {32 vars in 731 bytes} [Tue May 5 18:10:21 2026] DELETE /v2.0/floatingips/d7732546-d2b0-4f06-84e5-ba299c7ef6a3 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:10:21.698 8 INFO neutron_taas.services.taas.taas_plugin [None req-7ac928b9-3f51-4585-99af-0b87431494cd c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] TaaS: Handle Delete Port: f0e57def-4836-4b11-aa68-f6765ef9e469 2026-05-05 18:10:21.701 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ac928b9-3f51-4585-99af-0b87431494cd c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Tap Mirror: Handle Delete Port: f0e57def-4836-4b11-aa68-f6765ef9e469 [pid: 7|app: 0|req: 427/832] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:22 2026] GET /v2.0/ports?device_id=b597e35f-9237-4aac-aaf9-aeffa64542c2 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/833] 10.0.0.41 () {34 vars in 788 bytes} [Tue May 5 18:10:21 2026] PUT /v2.0/routers/e1670faa-55e6-4260-b611-38e9c6affb90/remove_router_interface => generated 309 bytes in 1558 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:10:23.129 7 INFO neutron_taas.services.taas.taas_plugin [None req-81bf6af2-4764-4005-81a1-d84b5afea7de c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] TaaS: Handle Delete Port: 8c1413e4-18a9-4c55-8d85-68aab8370350 2026-05-05 18:10:23.132 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81bf6af2-4764-4005-81a1-d84b5afea7de c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Tap Mirror: Handle Delete Port: 8c1413e4-18a9-4c55-8d85-68aab8370350 [pid: 8|app: 0|req: 407/834] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:23 2026] GET /v2.0/ports?device_id=b597e35f-9237-4aac-aaf9-aeffa64542c2 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:10:23.461 7 INFO neutron_taas.services.taas.taas_plugin [None req-81bf6af2-4764-4005-81a1-d84b5afea7de c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] TaaS: Handle Delete Port: 7763d2d3-becd-4c7e-adca-09ec11bd2e99 2026-05-05 18:10:23.463 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81bf6af2-4764-4005-81a1-d84b5afea7de c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Tap Mirror: Handle Delete Port: 7763d2d3-becd-4c7e-adca-09ec11bd2e99 2026-05-05 18:10:23.849 7 INFO neutron.services.segments.plugin [-] Segment 6428e411-aac6-4b7a-84fd-ec311576dbde resource provider aggregate not found 2026-05-05 18:10:23.855 7 INFO neutron.services.segments.plugin [-] Segment 6428e411-aac6-4b7a-84fd-ec311576dbde resource provider aggregate not found 2026-05-05 18:10:23.876 7 INFO neutron.services.segments.plugin [-] Segment 6428e411-aac6-4b7a-84fd-ec311576dbde resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6428e411-aac6-4b7a-84fd-ec311576dbde found for delete ", "request_id": "req-40b5727a-622a-4dae-9ea2-9df0bd826ccf"}]} 2026-05-05 18:10:23.884 7 INFO neutron.db.l3_hamode_db [None req-81bf6af2-4764-4005-81a1-d84b5afea7de c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] HA network 28615aad-3cc9-4a7d-9e57-4371f5622e65 was deleted as no HA routers are present in tenant 0fcb7090f92c4c6e8c55bd98bd69dd2c. 2026-05-05 18:10:23.893 7 INFO neutron.services.segments.plugin [-] Segment 6428e411-aac6-4b7a-84fd-ec311576dbde resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6428e411-aac6-4b7a-84fd-ec311576dbde found for delete ", "request_id": "req-64305586-93d4-4a82-b0cb-dba110beb457"}]} [pid: 7|app: 0|req: 428/835] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:10:22 2026] DELETE /v2.0/routers/e1670faa-55e6-4260-b611-38e9c6affb90 => generated 0 bytes in 1015 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/836] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:10:23 2026] DELETE /v2.0/subnets/4cbe4202-4eb9-4839-9195-c68d1686366e => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:10:24.226 7 INFO neutron_taas.services.taas.taas_plugin [None req-ca3070cf-1aad-4589-9e1d-ac0882e1a950 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] TaaS: Handle Delete Port: 108c8bfc-480f-4050-85f5-3d059c8214d4 2026-05-05 18:10:24.228 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca3070cf-1aad-4589-9e1d-ac0882e1a950 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Tap Mirror: Handle Delete Port: 108c8bfc-480f-4050-85f5-3d059c8214d4 [pid: 7|app: 0|req: 429/837] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:10:24 2026] DELETE /v2.0/networks/c0d42c7e-fb81-44ad-be44-91694b72637a => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/838] 199.19.213.169 () {34 vars in 986 bytes} [Tue May 5 18:10:24 2026] GET /v2.0/networks?id=f6589c72-86a6-42c1-820d-a094ba72c8bc => generated 677 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/839] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:24 2026] GET /v2.0/ports?device_id=b597e35f-9237-4aac-aaf9-aeffa64542c2 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/840] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:10:24 2026] GET /v2.0/security-groups?tenant_id=0fcb7090f92c4c6e8c55bd98bd69dd2c&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: 412/841] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:10:24 2026] DELETE /v2.0/security-groups/001c2112-bf66-4e3a-b557-b09c3b689c87 => 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: 430/842] 199.19.213.169 () {38 vars in 955 bytes} [Tue May 5 18:10:24 2026] POST /v2.0/ports => generated 958 bytes in 475 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/843] 199.19.213.169 () {38 vars in 1028 bytes} [Tue May 5 18:10:24 2026] PUT /v2.0/ports/3a47617c-b55c-4dd2-912c-0fd3a5a06f95 => generated 1239 bytes in 471 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:10:25.472 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4e153dda-a8ab-45a0-9b3c-a198bd6347b6'] response: {'name': 'network-changed', 'server_uuid': 'b597e35f-9237-4aac-aaf9-aeffa64542c2', 'tag': '3a47617c-b55c-4dd2-912c-0fd3a5a06f95', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 431/844] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:25 2026] GET /v2.0/ports?device_id=b597e35f-9237-4aac-aaf9-aeffa64542c2 => generated 973 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: 414/845] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:10:25 2026] GET /v2.0/security-groups?id=2fc979b8-ea2a-48c0-accf-21f9aa469fda&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:10:25.897 7 INFO neutron.services.segments.plugin [-] Segment 0f016567-2525-4158-acfd-0f4d865fc487 resource provider aggregate not found 2026-05-05 18:10:25.912 7 INFO neutron.services.segments.plugin [-] Segment 0f016567-2525-4158-acfd-0f4d865fc487 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f016567-2525-4158-acfd-0f4d865fc487 found for delete ", "request_id": "req-11032a83-83b1-4c6b-8f48-43c0964fa40a"}]} 2026-05-05 18:10:25.920 7 INFO neutron.services.segments.plugin [-] Segment 0f016567-2525-4158-acfd-0f4d865fc487 resource provider aggregate not found 2026-05-05 18:10:25.938 7 INFO neutron.services.segments.plugin [-] Segment 0f016567-2525-4158-acfd-0f4d865fc487 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f016567-2525-4158-acfd-0f4d865fc487 found for delete ", "request_id": "req-3f0b814e-65f3-401d-8a0d-bdb0343ff0f6"}]} [pid: 7|app: 0|req: 432/846] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:10:25 2026] GET /v2.0/ports?tenant_id=84f4c578ac5b4d6e8fec0e73c2964dbc&device_id=b597e35f-9237-4aac-aaf9-aeffa64542c2 => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/847] 199.19.213.169 () {34 vars in 1018 bytes} [Tue May 5 18:10:26 2026] GET /v2.0/networks?tenant_id=84f4c578ac5b4d6e8fec0e73c2964dbc&shared=False => generated 773 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/848] 199.19.213.169 () {34 vars in 930 bytes} [Tue May 5 18:10:26 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/849] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:26 2026] GET /v2.0/ports?device_id=b597e35f-9237-4aac-aaf9-aeffa64542c2 => generated 973 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/850] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:10:26 2026] GET /v2.0/security-groups?id=2fc979b8-ea2a-48c0-accf-21f9aa469fda&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/851] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:10:27 2026] GET /v2.0/ports?tenant_id=84f4c578ac5b4d6e8fec0e73c2964dbc&device_id=b597e35f-9237-4aac-aaf9-aeffa64542c2 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/852] 199.19.213.169 () {34 vars in 1060 bytes} [Tue May 5 18:10:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=3a47617c-b55c-4dd2-912c-0fd3a5a06f95 => 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: 418/853] 199.19.213.169 () {34 vars in 984 bytes} [Tue May 5 18:10:27 2026] GET /v2.0/subnets?id=93a6e51a-2abb-4419-a7f8-0aa77b7d0901 => generated 695 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/854] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:10:27 2026] GET /v2.0/ports?network_id=f6589c72-86a6-42c1-820d-a094ba72c8bc&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/855] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:10:27 2026] GET /v2.0/networks/f6589c72-86a6-42c1-820d-a094ba72c8bc?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: 437/856] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:10:27 2026] GET /v2.0/networks/f6589c72-86a6-42c1-820d-a094ba72c8bc?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: 420/857] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:27 2026] GET /v2.0/ports?device_id=10b54005-2b1e-4630-8673-8eef17bf8175 => 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: 438/858] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:10:27 2026] GET /v2.0/security-groups?id=5510beb2-b472-4054-be63-2f76fe127546&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: 421/859] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:27 2026] GET /v2.0/ports?device_id=10b54005-2b1e-4630-8673-8eef17bf8175 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/860] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:10:27 2026] GET /v2.0/security-groups?id=5510beb2-b472-4054-be63-2f76fe127546&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/861] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:10:27 2026] GET /v2.0/security-groups?tenant_id=63f303a59284457a88d2df11da2d8992&name=default => generated 2925 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/862] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:10:27 2026] DELETE /v2.0/security-groups/94f66289-c474-436b-be22-7b49f8bc6444 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/863] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:28 2026] GET /v2.0/ports?device_id=10b54005-2b1e-4630-8673-8eef17bf8175 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/864] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:10:28 2026] GET /v2.0/security-groups?id=5510beb2-b472-4054-be63-2f76fe127546&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: 424/865] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:28 2026] GET /v2.0/ports?device_id=b597e35f-9237-4aac-aaf9-aeffa64542c2 => 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: 442/866] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:10:28 2026] GET /v2.0/security-groups?id=2fc979b8-ea2a-48c0-accf-21f9aa469fda&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/867] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:29 2026] GET /v2.0/ports?device_id=10b54005-2b1e-4630-8673-8eef17bf8175 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/868] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:10:29 2026] GET /v2.0/security-groups?id=5510beb2-b472-4054-be63-2f76fe127546&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: 426/869] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:29 2026] GET /v2.0/ports?device_id=b597e35f-9237-4aac-aaf9-aeffa64542c2 => 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: 444/870] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:10:29 2026] GET /v2.0/security-groups?id=2fc979b8-ea2a-48c0-accf-21f9aa469fda&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/871] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:10:29 2026] GET /v2.0/ports?tenant_id=750bfd2f90834c3aaf90a72421022b7f&device_id=10b54005-2b1e-4630-8673-8eef17bf8175 => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/872] 199.19.213.169 () {34 vars in 986 bytes} [Tue May 5 18:10:29 2026] GET /v2.0/networks?id=a7be0942-4c25-4c54-b094-489cf07a4968 => generated 771 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/873] 199.19.213.169 () {34 vars in 1060 bytes} [Tue May 5 18:10:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=e92ad6fd-2456-4663-b6c0-27868b6d0ae1 => generated 861 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/874] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:29 2026] GET /v2.0/ports?device_id=98ae2d10-20d5-404e-a2a7-986c97b8a23b => generated 971 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/875] 199.19.213.169 () {34 vars in 984 bytes} [Tue May 5 18:10:29 2026] GET /v2.0/subnets?id=24c5a73b-656d-4ec0-84d1-dad8969b7278 => generated 693 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/876] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:10:29 2026] GET /v2.0/ports?network_id=a7be0942-4c25-4c54-b094-489cf07a4968&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/877] 10.0.0.198 () {34 vars in 971 bytes} [Tue May 5 18:10:29 2026] GET /v2.0/ports/60a49186-df85-497c-b23f-fa3a3ba795ab => generated 968 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/878] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:10:29 2026] GET /v2.0/networks/a7be0942-4c25-4c54-b094-489cf07a4968?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: 449/879] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:10:29 2026] GET /v2.0/networks/a7be0942-4c25-4c54-b094-489cf07a4968?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: 431/880] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:30 2026] GET /v2.0/ports?device_id=10b54005-2b1e-4630-8673-8eef17bf8175 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/881] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:10:30 2026] GET /v2.0/security-groups?id=5510beb2-b472-4054-be63-2f76fe127546&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/882] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:30 2026] GET /v2.0/ports?device_id=b597e35f-9237-4aac-aaf9-aeffa64542c2 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/883] 199.19.213.169 () {34 vars in 1000 bytes} [Tue May 5 18:10:30 2026] GET /v2.0/subnets?network_id=c158ef5a-fb6f-4bf8-916f-ac956a7d9113 => generated 683 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/884] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:10:30 2026] GET /v2.0/security-groups?id=2fc979b8-ea2a-48c0-accf-21f9aa469fda&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: 7|app: 0|req: 452/885] 199.19.213.169 () {34 vars in 1146 bytes} [Tue May 5 18:10:30 2026] GET /v2.0/ports?device_id=98ae2d10-20d5-404e-a2a7-986c97b8a23b&device_owner=compute%3Anova&network_id=c158ef5a-fb6f-4bf8-916f-ac956a7d9113 => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/886] 199.19.213.169 () {38 vars in 1028 bytes} [Tue May 5 18:10:30 2026] PUT /v2.0/ports/60a49186-df85-497c-b23f-fa3a3ba795ab => generated 1149 bytes in 689 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:10:31.407 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f685f1d3-b46c-4861-968e-6c45c8499223'] response: {'name': 'network-changed', 'server_uuid': '98ae2d10-20d5-404e-a2a7-986c97b8a23b', 'tag': '60a49186-df85-497c-b23f-fa3a3ba795ab', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 453/887] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:31 2026] GET /v2.0/ports?device_id=10b54005-2b1e-4630-8673-8eef17bf8175 => generated 975 bytes in 120 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: 435/888] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:10:31 2026] GET /v2.0/security-groups?id=5510beb2-b472-4054-be63-2f76fe127546&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: 454/889] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:31 2026] GET /v2.0/ports?device_id=b597e35f-9237-4aac-aaf9-aeffa64542c2 => generated 975 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/890] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:10:31 2026] GET /v2.0/security-groups?id=2fc979b8-ea2a-48c0-accf-21f9aa469fda&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/891] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:10:31 2026] GET /v2.0/ports?tenant_id=530f1309b79548c48c0446202b74973b&device_id=98ae2d10-20d5-404e-a2a7-986c97b8a23b => generated 1421 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/892] 199.19.213.169 () {34 vars in 986 bytes} [Tue May 5 18:10:31 2026] GET /v2.0/networks?id=c158ef5a-fb6f-4bf8-916f-ac956a7d9113 => generated 779 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/893] 199.19.213.169 () {34 vars in 1060 bytes} [Tue May 5 18:10:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=60a49186-df85-497c-b23f-fa3a3ba795ab => 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: 438/894] 199.19.213.169 () {34 vars in 1058 bytes} [Tue May 5 18:10:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=60a49186-df85-497c-b23f-fa3a3ba795ab => generated 860 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/895] 199.19.213.169 () {34 vars in 984 bytes} [Tue May 5 18:10:32 2026] GET /v2.0/subnets?id=a0a0e044-1ecd-454f-a358-1e561cf9dd31 => generated 701 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/896] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:10:32 2026] GET /v2.0/ports?network_id=c158ef5a-fb6f-4bf8-916f-ac956a7d9113&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: 458/897] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:10:32 2026] GET /v2.0/networks/c158ef5a-fb6f-4bf8-916f-ac956a7d9113?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: 440/898] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:10:32 2026] GET /v2.0/networks/c158ef5a-fb6f-4bf8-916f-ac956a7d9113?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/899] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:32 2026] GET /v2.0/ports?device_id=10b54005-2b1e-4630-8673-8eef17bf8175 => generated 975 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/900] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:10:32 2026] GET /v2.0/security-groups?id=5510beb2-b472-4054-be63-2f76fe127546&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/901] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:32 2026] GET /v2.0/ports?device_id=b597e35f-9237-4aac-aaf9-aeffa64542c2 => generated 975 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/902] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:10:32 2026] GET /v2.0/security-groups?id=2fc979b8-ea2a-48c0-accf-21f9aa469fda&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/903] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:33 2026] GET /v2.0/ports?device_id=98ae2d10-20d5-404e-a2a7-986c97b8a23b => generated 1152 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/904] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:10:33 2026] GET /v2.0/security-groups?id=d8dff504-52b7-49fe-b135-814ca0e28af2&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: 462/905] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:10:33 2026] GET /v2.0/ports?tenant_id=530f1309b79548c48c0446202b74973b&device_id=98ae2d10-20d5-404e-a2a7-986c97b8a23b => generated 1421 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/906] 199.19.213.169 () {34 vars in 986 bytes} [Tue May 5 18:10:33 2026] GET /v2.0/networks?id=c158ef5a-fb6f-4bf8-916f-ac956a7d9113 => generated 779 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/907] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:33 2026] GET /v2.0/ports?device_id=b597e35f-9237-4aac-aaf9-aeffa64542c2 => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/908] 199.19.213.169 () {34 vars in 1060 bytes} [Tue May 5 18:10:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=60a49186-df85-497c-b23f-fa3a3ba795ab => 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: 445/909] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:10:33 2026] GET /v2.0/security-groups?id=2fc979b8-ea2a-48c0-accf-21f9aa469fda&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: 465/910] 199.19.213.169 () {34 vars in 1058 bytes} [Tue May 5 18:10:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=60a49186-df85-497c-b23f-fa3a3ba795ab => generated 860 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/911] 199.19.213.169 () {34 vars in 984 bytes} [Tue May 5 18:10:33 2026] GET /v2.0/subnets?id=a0a0e044-1ecd-454f-a358-1e561cf9dd31 => generated 701 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/912] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:10:33 2026] GET /v2.0/ports?network_id=c158ef5a-fb6f-4bf8-916f-ac956a7d9113&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/913] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:10:33 2026] GET /v2.0/networks/c158ef5a-fb6f-4bf8-916f-ac956a7d9113?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: 467/914] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:10:33 2026] GET /v2.0/networks/c158ef5a-fb6f-4bf8-916f-ac956a7d9113?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: 448/915] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:33 2026] GET /v2.0/ports?device_id=10b54005-2b1e-4630-8673-8eef17bf8175 => generated 975 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/916] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:10:34 2026] GET /v2.0/security-groups?id=5510beb2-b472-4054-be63-2f76fe127546&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/917] 199.19.213.169 () {34 vars in 1120 bytes} [Tue May 5 18:10:34 2026] GET /v2.0/ports?device_id=98ae2d10-20d5-404e-a2a7-986c97b8a23b&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.13 => generated 1152 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/920] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:34 2026] GET /v2.0/ports?device_id=b597e35f-9237-4aac-aaf9-aeffa64542c2 => 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: 453/921] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:10:34 2026] GET /v2.0/security-groups?tenant_id=bde3594c50154ba49c9ccb1c72d2bc21&name=default => generated 2925 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/922] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:10:34 2026] GET /v2.0/security-groups?id=2fc979b8-ea2a-48c0-accf-21f9aa469fda&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/923] 199.19.213.169 () {38 vars in 1028 bytes} [Tue May 5 18:10:34 2026] PUT /v2.0/ports/60a49186-df85-497c-b23f-fa3a3ba795ab => generated 968 bytes in 680 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:10:35.022 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d89c0b3b-fe24-4f00-9109-29a9c0964605'] response: {'name': 'network-changed', 'server_uuid': '98ae2d10-20d5-404e-a2a7-986c97b8a23b', 'tag': '60a49186-df85-497c-b23f-fa3a3ba795ab', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 455/924] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:10:34 2026] DELETE /v2.0/security-groups/1b34bd49-c1ef-400e-b59b-59170067f403 => generated 0 bytes in 90 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: 456/925] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:35 2026] GET /v2.0/ports?device_id=10b54005-2b1e-4630-8673-8eef17bf8175 => generated 973 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/926] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:10:35 2026] GET /v2.0/security-groups?id=5510beb2-b472-4054-be63-2f76fe127546&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/927] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:10:35 2026] GET /v2.0/security-groups?tenant_id=d36131d7d9364173b403e0bc6a81e8d4&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: 458/928] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:10:35 2026] DELETE /v2.0/security-groups/6edbcc0a-c540-4c24-86f1-4bf3dd7137f8 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/929] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:10:35 2026] GET /v2.0/ports?tenant_id=530f1309b79548c48c0446202b74973b&device_id=98ae2d10-20d5-404e-a2a7-986c97b8a23b => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/930] 199.19.213.169 () {34 vars in 986 bytes} [Tue May 5 18:10:35 2026] GET /v2.0/networks?id=c158ef5a-fb6f-4bf8-916f-ac956a7d9113 => generated 779 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/931] 199.19.213.169 () {34 vars in 1058 bytes} [Tue May 5 18:10:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=60a49186-df85-497c-b23f-fa3a3ba795ab => generated 860 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/932] 199.19.213.169 () {34 vars in 984 bytes} [Tue May 5 18:10:35 2026] GET /v2.0/subnets?id=a0a0e044-1ecd-454f-a358-1e561cf9dd31 => generated 701 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/933] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:10:35 2026] GET /v2.0/ports?network_id=c158ef5a-fb6f-4bf8-916f-ac956a7d9113&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/934] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:10:35 2026] GET /v2.0/networks/c158ef5a-fb6f-4bf8-916f-ac956a7d9113?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/935] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:10:35 2026] GET /v2.0/networks/c158ef5a-fb6f-4bf8-916f-ac956a7d9113?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/936] 199.19.213.169 () {34 vars in 994 bytes} [Tue May 5 18:10:35 2026] GET /v2.0/ports?device_id=b597e35f-9237-4aac-aaf9-aeffa64542c2 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:10:36.020 7 INFO neutron_taas.services.taas.taas_plugin [req-4e295925-2115-4b63-bcfd-baffb5170cf4 req-520ac01f-0352-4c4d-8bec-0be909270d34 bd9be7af852046e09f59da4b9934fada 84f4c578ac5b4d6e8fec0e73c2964dbc - - default default] TaaS: Handle Delete Port: 3a47617c-b55c-4dd2-912c-0fd3a5a06f95 2026-05-05 18:10:36.023 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4e295925-2115-4b63-bcfd-baffb5170cf4 req-520ac01f-0352-4c4d-8bec-0be909270d34 bd9be7af852046e09f59da4b9934fada 84f4c578ac5b4d6e8fec0e73c2964dbc - - default default] Tap Mirror: Handle Delete Port: 3a47617c-b55c-4dd2-912c-0fd3a5a06f95 [pid: 8|app: 0|req: 463/937] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:36 2026] GET /v2.0/ports?device_id=b597e35f-9237-4aac-aaf9-aeffa64542c2 => generated 975 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/938] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:10:36 2026] GET /v2.0/security-groups?id=2fc979b8-ea2a-48c0-accf-21f9aa469fda&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/939] 199.19.213.169 () {36 vars in 997 bytes} [Tue May 5 18:10:35 2026] DELETE /v2.0/ports/3a47617c-b55c-4dd2-912c-0fd3a5a06f95 => 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: 465/940] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:36 2026] GET /v2.0/ports?device_id=10b54005-2b1e-4630-8673-8eef17bf8175 => generated 973 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/941] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:10:36 2026] GET /v2.0/security-groups?id=5510beb2-b472-4054-be63-2f76fe127546&fields=id&fields=name => generated 114 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/942] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:36 2026] GET /v2.0/ports?device_id=98ae2d10-20d5-404e-a2a7-986c97b8a23b => generated 971 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/943] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:10:36 2026] GET /v2.0/security-groups?id=d8dff504-52b7-49fe-b135-814ca0e28af2&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/944] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:10:36 2026] GET /v2.0/ports?tenant_id=530f1309b79548c48c0446202b74973b&device_id=98ae2d10-20d5-404e-a2a7-986c97b8a23b => generated 1240 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/945] 199.19.213.169 () {34 vars in 986 bytes} [Tue May 5 18:10:36 2026] GET /v2.0/networks?id=c158ef5a-fb6f-4bf8-916f-ac956a7d9113 => generated 779 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/946] 199.19.213.169 () {34 vars in 1058 bytes} [Tue May 5 18:10:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=60a49186-df85-497c-b23f-fa3a3ba795ab => generated 860 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:10:37.070 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e4c43987-9a07-4c32-8c14-b2786c23b250'] response: {'server_uuid': 'b597e35f-9237-4aac-aaf9-aeffa64542c2', 'name': 'network-vif-deleted', 'tag': '3a47617c-b55c-4dd2-912c-0fd3a5a06f95', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 479/947] 199.19.213.169 () {34 vars in 984 bytes} [Tue May 5 18:10:37 2026] GET /v2.0/subnets?id=a0a0e044-1ecd-454f-a358-1e561cf9dd31 => generated 701 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/948] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:10:37 2026] GET /v2.0/ports?network_id=c158ef5a-fb6f-4bf8-916f-ac956a7d9113&device_owner=network%3Adhcp => 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: 470/949] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:37 2026] GET /v2.0/ports?device_id=b597e35f-9237-4aac-aaf9-aeffa64542c2 => 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: 480/950] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:10:37 2026] GET /v2.0/networks/c158ef5a-fb6f-4bf8-916f-ac956a7d9113?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: 471/951] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:10:37 2026] GET /v2.0/networks/c158ef5a-fb6f-4bf8-916f-ac956a7d9113?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/952] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:37 2026] GET /v2.0/ports?device_id=10b54005-2b1e-4630-8673-8eef17bf8175 => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/953] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:10:37 2026] GET /v2.0/security-groups?id=5510beb2-b472-4054-be63-2f76fe127546&fields=id&fields=name => generated 114 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/954] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:38 2026] GET /v2.0/ports?device_id=98ae2d10-20d5-404e-a2a7-986c97b8a23b => 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: 473/955] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:10:38 2026] GET /v2.0/security-groups?id=d8dff504-52b7-49fe-b135-814ca0e28af2&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: 474/956] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:38 2026] GET /v2.0/ports?device_id=b597e35f-9237-4aac-aaf9-aeffa64542c2 => 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: 483/957] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:10:38 2026] GET /v2.0/security-groups?tenant_id=824f0714134c4d24926b7cf98b15f57a&name=default => generated 2925 bytes in 329 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/958] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:10:38 2026] DELETE /v2.0/security-groups/cdeab643-bfb0-4377-adc7-27a933b581b5 => 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: 484/959] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:39 2026] GET /v2.0/ports?device_id=98ae2d10-20d5-404e-a2a7-986c97b8a23b => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/960] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:10:39 2026] GET /v2.0/security-groups?id=d8dff504-52b7-49fe-b135-814ca0e28af2&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/961] 199.19.213.169 () {34 vars in 994 bytes} [Tue May 5 18:10:39 2026] GET /v2.0/ports?device_id=98ae2d10-20d5-404e-a2a7-986c97b8a23b => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/962] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:39 2026] GET /v2.0/ports?device_id=b597e35f-9237-4aac-aaf9-aeffa64542c2 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:10:39.433 8 INFO neutron_taas.services.taas.taas_plugin [req-e30a9e21-c629-4190-a783-a3df3317f564 req-386028dc-8a66-49b3-b175-13b4b2fbe05c c162345fc0b54093b9a460d3b75514e6 530f1309b79548c48c0446202b74973b - - default default] TaaS: Handle Delete Port: 60a49186-df85-497c-b23f-fa3a3ba795ab 2026-05-05 18:10:39.451 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e30a9e21-c629-4190-a783-a3df3317f564 req-386028dc-8a66-49b3-b175-13b4b2fbe05c c162345fc0b54093b9a460d3b75514e6 530f1309b79548c48c0446202b74973b - - default default] Tap Mirror: Handle Delete Port: 60a49186-df85-497c-b23f-fa3a3ba795ab 2026-05-05 18:10:39.611 8 INFO neutron.db.l3_db [req-e30a9e21-c629-4190-a783-a3df3317f564 req-386028dc-8a66-49b3-b175-13b4b2fbe05c c162345fc0b54093b9a460d3b75514e6 530f1309b79548c48c0446202b74973b - - default default] Floating IP d95b458e-88e5-4935-b43c-afb246406396 disassociated. External IP: 10.96.250.212, port: 60a49186-df85-497c-b23f-fa3a3ba795ab. [pid: 8|app: 0|req: 477/963] 199.19.213.169 () {36 vars in 997 bytes} [Tue May 5 18:10:39 2026] DELETE /v2.0/ports/60a49186-df85-497c-b23f-fa3a3ba795ab => generated 0 bytes in 703 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:10:40.070 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-caeb45bd-bbb4-4c40-8636-2ccba7b45aac'] response: {'server_uuid': '98ae2d10-20d5-404e-a2a7-986c97b8a23b', 'name': 'network-vif-deleted', 'tag': '60a49186-df85-497c-b23f-fa3a3ba795ab', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 487/964] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:40 2026] GET /v2.0/ports?device_id=98ae2d10-20d5-404e-a2a7-986c97b8a23b => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:10:40.924 8 INFO neutron_taas.services.taas.taas_plugin [None req-10fdfece-756d-4060-a90d-edfe86a2fde8 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] TaaS: Handle Delete Port: 1b63bfd4-77a3-4f1d-acfe-6a3548ea8cda 2026-05-05 18:10:40.927 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10fdfece-756d-4060-a90d-edfe86a2fde8 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Tap Mirror: Handle Delete Port: 1b63bfd4-77a3-4f1d-acfe-6a3548ea8cda [pid: 7|app: 0|req: 488/965] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:41 2026] GET /v2.0/ports?device_id=98ae2d10-20d5-404e-a2a7-986c97b8a23b => 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: 478/966] 10.0.0.41 () {34 vars in 788 bytes} [Tue May 5 18:10:40 2026] PUT /v2.0/routers/84c464a1-2771-482b-849d-64bd426daf4d/remove_router_interface => generated 309 bytes in 1075 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:10:41.772 7 INFO neutron_taas.services.taas.taas_plugin [None req-a813c1b7-4f31-4960-8e99-58ba530d782f c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] TaaS: Handle Delete Port: 9b5e542e-75e0-40eb-b7e2-235c2c63014d 2026-05-05 18:10:41.775 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a813c1b7-4f31-4960-8e99-58ba530d782f c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Tap Mirror: Handle Delete Port: 9b5e542e-75e0-40eb-b7e2-235c2c63014d 2026-05-05 18:10:42.067 7 INFO neutron_taas.services.taas.taas_plugin [None req-a813c1b7-4f31-4960-8e99-58ba530d782f c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] TaaS: Handle Delete Port: b2c1918f-14a6-49a6-ab0f-9e78b0ec896a 2026-05-05 18:10:42.070 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a813c1b7-4f31-4960-8e99-58ba530d782f c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Tap Mirror: Handle Delete Port: b2c1918f-14a6-49a6-ab0f-9e78b0ec896a 2026-05-05 18:10:42.440 7 INFO neutron.services.segments.plugin [-] Segment 79f04f82-7dbc-418a-a734-2ecda1102937 resource provider aggregate not found 2026-05-05 18:10:42.445 7 INFO neutron.services.segments.plugin [-] Segment 79f04f82-7dbc-418a-a734-2ecda1102937 resource provider aggregate not found 2026-05-05 18:10:42.464 7 INFO neutron.services.segments.plugin [-] Segment 79f04f82-7dbc-418a-a734-2ecda1102937 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79f04f82-7dbc-418a-a734-2ecda1102937 found for delete ", "request_id": "req-42d4a683-b5c7-4761-98f5-4080bfb7e0aa"}]} 2026-05-05 18:10:42.466 7 INFO neutron.services.segments.plugin [-] Segment 79f04f82-7dbc-418a-a734-2ecda1102937 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79f04f82-7dbc-418a-a734-2ecda1102937 found for delete ", "request_id": "req-3e533c99-e688-4c07-9845-d929fd2efc74"}]} 2026-05-05 18:10:42.468 7 INFO neutron.db.l3_hamode_db [None req-a813c1b7-4f31-4960-8e99-58ba530d782f c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] HA network 047ced97-5f4a-4d13-8012-71b6cdb9ff4a was deleted as no HA routers are present in tenant 84f4c578ac5b4d6e8fec0e73c2964dbc. [pid: 7|app: 0|req: 489/967] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:10:41 2026] DELETE /v2.0/routers/84c464a1-2771-482b-849d-64bd426daf4d => generated 0 bytes in 894 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/968] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:42 2026] GET /v2.0/ports?device_id=98ae2d10-20d5-404e-a2a7-986c97b8a23b => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/969] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:10:42 2026] DELETE /v2.0/subnets/93a6e51a-2abb-4419-a7f8-0aa77b7d0901 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:10:42.737 7 INFO neutron_taas.services.taas.taas_plugin [None req-8eb6b522-d103-4073-9cf5-a90d3c70e965 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] TaaS: Handle Delete Port: dea2769c-be65-4ab1-a318-c6bcca89715a 2026-05-05 18:10:42.740 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8eb6b522-d103-4073-9cf5-a90d3c70e965 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Tap Mirror: Handle Delete Port: dea2769c-be65-4ab1-a318-c6bcca89715a [pid: 7|app: 0|req: 491/970] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:10:42 2026] DELETE /v2.0/networks/f6589c72-86a6-42c1-820d-a094ba72c8bc => generated 0 bytes in 306 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/971] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:10:43 2026] GET /v2.0/security-groups?tenant_id=84f4c578ac5b4d6e8fec0e73c2964dbc&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/972] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:10:43 2026] DELETE /v2.0/security-groups/2fc979b8-ea2a-48c0-accf-21f9aa469fda => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/973] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:10:43 2026] DELETE /v2.0/security-groups/d8dff504-52b7-49fe-b135-814ca0e28af2 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:10:43.827 8 INFO neutron.api.v2.resource [None req-80fe743a-764a-4995-9f95-9c30ea563817 c162345fc0b54093b9a460d3b75514e6 530f1309b79548c48c0446202b74973b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 482/974] 10.0.0.41 () {32 vars in 736 bytes} [Tue May 5 18:10:43 2026] GET /v2.0/security-groups/d8dff504-52b7-49fe-b135-814ca0e28af2 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 18:10:43.974 8 INFO neutron_taas.services.taas.taas_plugin [None req-40640aaf-19c4-47a1-a3f9-2fc852454ab9 c162345fc0b54093b9a460d3b75514e6 530f1309b79548c48c0446202b74973b - - default default] TaaS: Handle Delete Port: f8802b50-4876-4a7f-a44c-a86ceaeea014 2026-05-05 18:10:43.978 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40640aaf-19c4-47a1-a3f9-2fc852454ab9 c162345fc0b54093b9a460d3b75514e6 530f1309b79548c48c0446202b74973b - - default default] Tap Mirror: Handle Delete Port: f8802b50-4876-4a7f-a44c-a86ceaeea014 [pid: 7|app: 0|req: 493/975] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:10:43 2026] GET /v2.0/security-groups?tenant_id=a401af12e19e4d8b95add265618ed09d&name=default => generated 2925 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/976] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:10:44 2026] DELETE /v2.0/security-groups/722ed31b-67d4-4d8c-a6c6-d751f1fcfeb7 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/977] 10.0.0.41 () {32 vars in 731 bytes} [Tue May 5 18:10:43 2026] DELETE /v2.0/floatingips/d95b458e-88e5-4935-b43c-afb246406396 => generated 0 bytes in 314 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:10:44.510 7 INFO neutron.services.segments.plugin [-] Segment fef20180-7eec-4045-89d2-5018361708d9 resource provider aggregate not found 2026-05-05 18:10:44.516 7 INFO neutron.services.segments.plugin [-] Segment fef20180-7eec-4045-89d2-5018361708d9 resource provider aggregate not found 2026-05-05 18:10:44.549 7 INFO neutron.services.segments.plugin [-] Segment fef20180-7eec-4045-89d2-5018361708d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fef20180-7eec-4045-89d2-5018361708d9 found for delete ", "request_id": "req-a30fffbd-0c9f-47d0-8245-a055f09c04e4"}]} 2026-05-05 18:10:44.549 7 INFO neutron.services.segments.plugin [-] Segment fef20180-7eec-4045-89d2-5018361708d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fef20180-7eec-4045-89d2-5018361708d9 found for delete ", "request_id": "req-61d2bd3b-7be9-415c-ae75-e91685dcd8b5"}]} 2026-05-05 18:10:44.686 7 INFO neutron_taas.services.taas.taas_plugin [None req-9d7fda77-1822-47e8-a724-2f548df252af c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] TaaS: Handle Delete Port: db9b7d62-2ac8-4384-9e35-811fd6a64354 2026-05-05 18:10:44.689 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d7fda77-1822-47e8-a724-2f548df252af c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Tap Mirror: Handle Delete Port: db9b7d62-2ac8-4384-9e35-811fd6a64354 [pid: 7|app: 0|req: 495/978] 10.0.0.41 () {34 vars in 788 bytes} [Tue May 5 18:10:44 2026] PUT /v2.0/routers/ba0a0978-e715-4efc-bb6c-637d4dc49da3/remove_router_interface => generated 309 bytes in 1061 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:10:45.547 8 INFO neutron_taas.services.taas.taas_plugin [None req-df6eeb9b-a6fe-4099-bd17-e85598f8fe0c c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] TaaS: Handle Delete Port: 81e65605-4da5-4a65-b720-daeea96fd63a 2026-05-05 18:10:45.550 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df6eeb9b-a6fe-4099-bd17-e85598f8fe0c c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Tap Mirror: Handle Delete Port: 81e65605-4da5-4a65-b720-daeea96fd63a 2026-05-05 18:10:45.858 8 INFO neutron_taas.services.taas.taas_plugin [None req-df6eeb9b-a6fe-4099-bd17-e85598f8fe0c c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] TaaS: Handle Delete Port: 3912ae5e-ad8a-4221-b682-0637e519628a 2026-05-05 18:10:45.860 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df6eeb9b-a6fe-4099-bd17-e85598f8fe0c c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Tap Mirror: Handle Delete Port: 3912ae5e-ad8a-4221-b682-0637e519628a 2026-05-05 18:10:46.253 8 INFO neutron.services.segments.plugin [-] Segment c1dd4063-8115-4302-a982-f62738f746f9 resource provider aggregate not found 2026-05-05 18:10:46.259 8 INFO neutron.services.segments.plugin [-] Segment c1dd4063-8115-4302-a982-f62738f746f9 resource provider aggregate not found 2026-05-05 18:10:46.276 8 INFO neutron.db.l3_hamode_db [None req-df6eeb9b-a6fe-4099-bd17-e85598f8fe0c c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] HA network 4c360d59-86ed-4d24-8894-0ac1ebb714c0 was deleted as no HA routers are present in tenant 530f1309b79548c48c0446202b74973b. 2026-05-05 18:10:46.276 8 INFO neutron.services.segments.plugin [-] Segment c1dd4063-8115-4302-a982-f62738f746f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1dd4063-8115-4302-a982-f62738f746f9 found for delete ", "request_id": "req-dc5faf09-0f6f-4424-8bbf-b0e0898a7d17"}]} 2026-05-05 18:10:46.276 8 INFO neutron.services.segments.plugin [-] Segment c1dd4063-8115-4302-a982-f62738f746f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1dd4063-8115-4302-a982-f62738f746f9 found for delete ", "request_id": "req-b0d86df6-1b54-438d-a728-e3025a2a2d80"}]} [pid: 8|app: 0|req: 484/979] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:10:45 2026] DELETE /v2.0/routers/ba0a0978-e715-4efc-bb6c-637d4dc49da3 => generated 0 bytes in 993 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/980] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:10:46 2026] DELETE /v2.0/subnets/a0a0e044-1ecd-454f-a358-1e561cf9dd31 => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:10:46.634 8 INFO neutron_taas.services.taas.taas_plugin [None req-31512d99-2c2f-483b-b9b9-1c4cadc69d8e c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] TaaS: Handle Delete Port: df6ed412-ad38-4aa0-92e1-bbe9199f16b4 2026-05-05 18:10:46.638 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-31512d99-2c2f-483b-b9b9-1c4cadc69d8e c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Tap Mirror: Handle Delete Port: df6ed412-ad38-4aa0-92e1-bbe9199f16b4 [pid: 7|app: 0|req: 497/981] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:10:46 2026] GET /v2.0/security-groups?tenant_id=55a41847d9f44f1faa286f5023d8945e&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: 485/982] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:10:46 2026] DELETE /v2.0/networks/c158ef5a-fb6f-4bf8-916f-ac956a7d9113 => generated 0 bytes in 346 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/983] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:10:46 2026] DELETE /v2.0/security-groups/eabfc72b-d3f1-4d08-a29f-56af942c6356 => 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: 486/984] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:10:47 2026] GET /v2.0/security-groups?tenant_id=530f1309b79548c48c0446202b74973b&name=default => generated 2921 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/985] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:10:47 2026] DELETE /v2.0/security-groups/71ae2d84-6970-4446-90df-f3dc4c1ffcd1 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:10:48.302 8 INFO neutron.services.segments.plugin [-] Segment 3783644c-739d-49cf-8019-c04c78667902 resource provider aggregate not found 2026-05-05 18:10:48.307 8 INFO neutron.services.segments.plugin [-] Segment 3783644c-739d-49cf-8019-c04c78667902 resource provider aggregate not found 2026-05-05 18:10:48.323 8 INFO neutron.services.segments.plugin [-] Segment 3783644c-739d-49cf-8019-c04c78667902 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3783644c-739d-49cf-8019-c04c78667902 found for delete ", "request_id": "req-fb8396c6-01e2-4f9c-82cb-3bbe3fc6caee"}]} 2026-05-05 18:10:48.325 8 INFO neutron.services.segments.plugin [-] Segment 3783644c-739d-49cf-8019-c04c78667902 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3783644c-739d-49cf-8019-c04c78667902 found for delete ", "request_id": "req-a8d89cd0-d0a1-4afc-9907-170efafdbc13"}]} [pid: 7|app: 0|req: 500/986] 10.0.0.84 () {34 vars in 989 bytes} [Tue May 5 18:10:48 2026] GET /v2.0/ports?device_id=10b54005-2b1e-4630-8673-8eef17bf8175 => 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: 501/987] 10.0.0.84 () {34 vars in 1039 bytes} [Tue May 5 18:10:48 2026] GET /v2.0/security-groups?id=5510beb2-b472-4054-be63-2f76fe127546&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: 487/988] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:10:48 2026] GET /v2.0/security-groups?tenant_id=b54394ab91c94452a39f1579bfab587e&name=default => generated 2925 bytes in 451 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/989] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:10:48 2026] DELETE /v2.0/security-groups/17132aec-712b-46d7-9781-d5652072cdb1 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:10:49.054 8 INFO neutron.db.segments_db [None req-2661642a-0194-4377-8801-bbb4e8e26ad8 5af98b7f881742dab4a6642637485688 2b3a40e04d864b49871cba388ee884ef - - default default] Added segment 1bc28a24-e3f7-4200-ba25-b7bf75b44ef2 of type vxlan for network be2e0b6b-8153-4778-bede-effd69ad0cb1 [pid: 7|app: 0|req: 503/990] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:10:49 2026] GET /v2.0/security-groups?tenant_id=9575dbba9e0146a495d0c180904be58e&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/991] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:10:48 2026] POST /v2.0/networks => generated 649 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/992] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:10:49 2026] DELETE /v2.0/security-groups/3e0ceb86-efb9-4c92-83b8-44167a38454e => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:10:49.407 7 INFO neutron.db.segments_db [None req-c67ccf33-c2aa-40ed-8f7d-2e17e8b04830 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Added segment 123314e9-35af-4127-ba21-24c8044c04f5 of type vxlan for network d87b215a-075c-4d25-9f63-998b0bcbcdae [pid: 7|app: 0|req: 504/993] 10.0.0.41 () {34 vars in 670 bytes} [Tue May 5 18:10:49 2026] POST /v2.0/networks => generated 744 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/996] 10.0.0.41 () {34 vars in 664 bytes} [Tue May 5 18:10:49 2026] POST /v2.0/ports => generated 779 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, ' 2026-05-05 18:10:49.649 8 INFO neutron.db.segments_db [None req-bee084e4-8027-4ba6-bd45-f2f8a31d4400 5af98b7f881742dab4a6642637485688 2b3a40e04d864b49871cba388ee884ef - - default default] Added segment 751bae49-dece-4454-9d66-2d63e8c6611f of type vxlan for network 25fb5ebb-a250-4416-beb3-dc7dd29c64a7 [pid: 8|app: 0|req: 491/997] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:10:49 2026] POST /v2.0/networks => generated 636 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/998] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:10:49 2026] POST /v2.0/subnets => generated 691 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:10:49.786 7 INFO neutron.db.segments_db [None req-e46374d7-8e9b-4c52-b44e-f526901c1f0d c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Added segment bf7fcd46-df66-469c-9035-080dfa9d11de of type vxlan for network 5df61545-d592-444a-bc81-4f83f663623b [pid: 8|app: 0|req: 492/999] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:10:49 2026] POST /v2.0/subnets => generated 646 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:10:50.118 7 INFO neutron.db.l3_hamode_db [None req-e46374d7-8e9b-4c52-b44e-f526901c1f0d c702521419f64f25944b444edd258ca8 bc6316db941f4c148be09b5037c0490d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 493/1000] 10.0.0.41 () {34 vars in 664 bytes} [Tue May 5 18:10:50 2026] POST /v2.0/ports => generated 966 bytes in 335 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-05 18:10:50.454 8 INFO neutron_taas.services.taas.taas_plugin [None req-81d430ea-2f3d-425c-9443-ca55c58492de 5af98b7f881742dab4a6642637485688 2b3a40e04d864b49871cba388ee884ef - - default default] TaaS: Handle Delete Port: e62dd14d-6a16-4172-bb97-a37014ec5ddf 2026-05-05 18:10:50.457 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81d430ea-2f3d-425c-9443-ca55c58492de 5af98b7f881742dab4a6642637485688 2b3a40e04d864b49871cba388ee884ef - - default default] Tap Mirror: Handle Delete Port: e62dd14d-6a16-4172-bb97-a37014ec5ddf [pid: 8|app: 0|req: 494/1001] 10.0.0.41 () {32 vars in 719 bytes} [Tue May 5 18:10:50 2026] DELETE /v2.0/ports/e62dd14d-6a16-4172-bb97-a37014ec5ddf => generated 0 bytes in 254 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:10:50.626 8 INFO neutron.pecan_wsgi.hooks.translation [None req-165313d9-5d84-4871-a14d-0aa8a79cd68d 5af98b7f881742dab4a6642637485688 2b3a40e04d864b49871cba388ee884ef - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 495/1002] 10.0.0.41 () {32 vars in 719 bytes} [Tue May 5 18:10:50 2026] DELETE /v2.0/ports/e62dd14d-6a16-4172-bb97-a37014ec5ddf => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 18:10:50.653 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c33be832-9613-4e75-8b34-79d1beb7a7eb 5af98b7f881742dab4a6642637485688 2b3a40e04d864b49871cba388ee884ef - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 496/1003] 10.0.0.41 () {32 vars in 716 bytes} [Tue May 5 18:10:50 2026] GET /v2.0/ports/e62dd14d-6a16-4172-bb97-a37014ec5ddf => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1004] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:10:50 2026] DELETE /v2.0/subnets/d6b64130-4032-453a-94d4-3ad84ddf7869 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:10:50.975 8 INFO neutron.services.segments.plugin [-] Segment 751bae49-dece-4454-9d66-2d63e8c6611f resource provider aggregate not found 2026-05-05 18:10:50.980 8 INFO neutron.services.segments.plugin [-] Segment 751bae49-dece-4454-9d66-2d63e8c6611f resource provider aggregate not found 2026-05-05 18:10:51.004 8 INFO neutron.services.segments.plugin [-] Segment 751bae49-dece-4454-9d66-2d63e8c6611f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 751bae49-dece-4454-9d66-2d63e8c6611f found for delete ", "request_id": "req-b8e66413-5497-434f-8e04-580ba7762db5"}]} 2026-05-05 18:10:51.006 8 INFO neutron.services.segments.plugin [-] Segment 751bae49-dece-4454-9d66-2d63e8c6611f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 751bae49-dece-4454-9d66-2d63e8c6611f found for delete ", "request_id": "req-361f263f-bf01-4a2d-8322-1854a992f32f"}]} 2026-05-05 18:10:51.008 7 INFO neutron.db.l3_hamode_db [None req-e46374d7-8e9b-4c52-b44e-f526901c1f0d c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 498/1005] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:10:50 2026] DELETE /v2.0/networks/25fb5ebb-a250-4416-beb3-dc7dd29c64a7 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:10:51.103 8 INFO neutron.db.segments_db [None req-ee20071e-4589-403f-a3bf-d951df06778c 5af98b7f881742dab4a6642637485688 2b3a40e04d864b49871cba388ee884ef - - default default] Added segment 6c424f1d-dc47-436f-a526-fbc57a249988 of type vxlan for network d1ce85a2-961a-4e08-9635-6de2ee95323a [pid: 8|app: 0|req: 499/1006] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:10:51 2026] POST /v2.0/networks => generated 636 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1007] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:10:51 2026] POST /v2.0/subnets => generated 646 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1008] 10.0.0.41 () {34 vars in 664 bytes} [Tue May 5 18:10:51 2026] POST /v2.0/ports => generated 927 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:10:52.025 8 INFO neutron_taas.services.taas.taas_plugin [None req-ce5531b2-b153-4509-bbc3-dd216fc95845 5af98b7f881742dab4a6642637485688 2b3a40e04d864b49871cba388ee884ef - - default default] TaaS: Handle Delete Port: a0136dfc-7808-4f59-b6e7-a8db9ae0cce6 2026-05-05 18:10:52.028 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce5531b2-b153-4509-bbc3-dd216fc95845 5af98b7f881742dab4a6642637485688 2b3a40e04d864b49871cba388ee884ef - - default default] Tap Mirror: Handle Delete Port: a0136dfc-7808-4f59-b6e7-a8db9ae0cce6 [pid: 7|app: 0|req: 508/1009] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:10:49 2026] POST /v2.0/routers => generated 731 bytes in 2412 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1010] 10.0.0.41 () {32 vars in 719 bytes} [Tue May 5 18:10:51 2026] DELETE /v2.0/ports/a0136dfc-7808-4f59-b6e7-a8db9ae0cce6 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:10:52.178 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d7c459fb-5f64-46e9-98f5-9ba93406e140 5af98b7f881742dab4a6642637485688 2b3a40e04d864b49871cba388ee884ef - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 503/1011] 10.0.0.41 () {32 vars in 716 bytes} [Tue May 5 18:10:52 2026] GET /v2.0/ports/a0136dfc-7808-4f59-b6e7-a8db9ae0cce6 => 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: 504/1012] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:10:52 2026] DELETE /v2.0/subnets/656833fc-d574-4f15-91c3-3d4af05e3c4a => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1013] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:10:52 2026] DELETE /v2.0/networks/d1ce85a2-961a-4e08-9635-6de2ee95323a => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1014] 10.0.0.41 () {34 vars in 664 bytes} [Tue May 5 18:10:52 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, ' [pid: 8|app: 0|req: 507/1015] 10.0.0.41 () {34 vars in 736 bytes} [Tue May 5 18:10:52 2026] PUT /v2.0/ports/910b09d1-31b4-4ff6-86c1-429f2561dc5d => generated 752 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-05 18:10:53.043 8 INFO neutron.services.segments.plugin [-] Segment 6c424f1d-dc47-436f-a526-fbc57a249988 resource provider aggregate not found 2026-05-05 18:10:53.047 8 INFO neutron.services.segments.plugin [-] Segment 6c424f1d-dc47-436f-a526-fbc57a249988 resource provider aggregate not found 2026-05-05 18:10:53.068 8 INFO neutron.services.segments.plugin [-] Segment 6c424f1d-dc47-436f-a526-fbc57a249988 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c424f1d-dc47-436f-a526-fbc57a249988 found for delete ", "request_id": "req-2c2ce8b6-3c43-4c5b-98f6-0fe3934d62cd"}]} 2026-05-05 18:10:53.075 8 INFO neutron.services.segments.plugin [-] Segment 6c424f1d-dc47-436f-a526-fbc57a249988 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c424f1d-dc47-436f-a526-fbc57a249988 found for delete ", "request_id": "req-be5bc090-beca-47d0-862f-5508d65c8e76"}]} 2026-05-05 18:10:53.099 8 INFO neutron_taas.services.taas.taas_plugin [None req-69c434ee-0c50-4446-adb8-7024a3be2b76 5af98b7f881742dab4a6642637485688 2b3a40e04d864b49871cba388ee884ef - - default default] TaaS: Handle Delete Port: 910b09d1-31b4-4ff6-86c1-429f2561dc5d 2026-05-05 18:10:53.102 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69c434ee-0c50-4446-adb8-7024a3be2b76 5af98b7f881742dab4a6642637485688 2b3a40e04d864b49871cba388ee884ef - - default default] Tap Mirror: Handle Delete Port: 910b09d1-31b4-4ff6-86c1-429f2561dc5d [pid: 8|app: 0|req: 508/1016] 10.0.0.41 () {32 vars in 719 bytes} [Tue May 5 18:10:52 2026] DELETE /v2.0/ports/910b09d1-31b4-4ff6-86c1-429f2561dc5d => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1017] 10.0.0.41 () {34 vars in 782 bytes} [Tue May 5 18:10:52 2026] PUT /v2.0/routers/3ab1ff1a-133a-40fa-8c40-bb6895690403/add_router_interface => generated 309 bytes in 1081 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1018] 10.0.0.41 () {32 vars in 642 bytes} [Tue May 5 18:10:53 2026] GET /v2.0/ports => generated 782 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:10:53.346 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6aa0d8d8-8b2e-442e-98e7-5f01e750e098 5af98b7f881742dab4a6642637485688 2b3a40e04d864b49871cba388ee884ef - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 511/1019] 10.0.0.41 () {32 vars in 716 bytes} [Tue May 5 18:10:53 2026] GET /v2.0/ports/910b09d1-31b4-4ff6-86c1-429f2561dc5d => 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: 512/1020] 10.0.0.41 () {32 vars in 642 bytes} [Tue May 5 18:10:53 2026] GET /v2.0/ports => generated 782 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1021] 10.0.0.41 () {32 vars in 716 bytes} [Tue May 5 18:10:53 2026] GET /v2.0/ports/a97b167b-3a8d-40c6-88d6-a2ae61cffbe0 => generated 779 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:10:53.463 7 INFO neutron.pecan_wsgi.hooks.translation [None req-75c0397f-f1d5-445b-9c33-e5aaabb07a41 5af98b7f881742dab4a6642637485688 2b3a40e04d864b49871cba388ee884ef - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 514/1022] 10.0.0.41 () {32 vars in 719 bytes} [Tue May 5 18:10:53 2026] DELETE /v2.0/ports/a0136dfc-7808-4f59-b6e7-a8db9ae0cce6 => 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: 509/1023] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:10:53 2026] GET /v2.0/security-groups?tenant_id=d849f68e4c2b44bb8789cb449e6e6387&name=default => generated 2925 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:10:53.491 7 INFO neutron.pecan_wsgi.hooks.translation [None req-29a240c6-bb24-4cbc-8ad7-1712484529b5 5af98b7f881742dab4a6642637485688 2b3a40e04d864b49871cba388ee884ef - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 515/1024] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:10:53 2026] DELETE /v2.0/subnets/656833fc-d574-4f15-91c3-3d4af05e3c4a => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 18:10:53.513 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d39af2d0-c47f-456e-b06c-c5104ebd9af5 5af98b7f881742dab4a6642637485688 2b3a40e04d864b49871cba388ee884ef - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 516/1025] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:10:53 2026] DELETE /v2.0/subnets/d6b64130-4032-453a-94d4-3ad84ddf7869 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1026] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:10:53 2026] DELETE /v2.0/security-groups/d60ea075-9fe3-42c2-ad55-7500c217f33f => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:10:53.629 7 INFO neutron_taas.services.taas.taas_plugin [None req-102174a1-8d3e-44e0-bf29-1a80139d7060 5af98b7f881742dab4a6642637485688 2b3a40e04d864b49871cba388ee884ef - - default default] TaaS: Handle Delete Port: a97b167b-3a8d-40c6-88d6-a2ae61cffbe0 2026-05-05 18:10:53.632 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-102174a1-8d3e-44e0-bf29-1a80139d7060 5af98b7f881742dab4a6642637485688 2b3a40e04d864b49871cba388ee884ef - - default default] Tap Mirror: Handle Delete Port: a97b167b-3a8d-40c6-88d6-a2ae61cffbe0 [pid: 7|app: 0|req: 517/1027] 10.0.0.41 () {32 vars in 719 bytes} [Tue May 5 18:10:53 2026] DELETE /v2.0/ports/a97b167b-3a8d-40c6-88d6-a2ae61cffbe0 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1028] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:10:53 2026] GET /v2.0/security-groups?tenant_id=e6e64b303c944747a1f9ca51ebee2ead&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:10:53.903 7 INFO neutron.services.segments.plugin [-] Segment 1bc28a24-e3f7-4200-ba25-b7bf75b44ef2 resource provider aggregate not found 2026-05-05 18:10:53.908 7 INFO neutron.services.segments.plugin [-] Segment 1bc28a24-e3f7-4200-ba25-b7bf75b44ef2 resource provider aggregate not found [pid: 8|app: 0|req: 512/1029] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:10:53 2026] DELETE /v2.0/security-groups/8187c08b-33aa-4657-a744-515d57e3aeca => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:10:53.936 7 INFO neutron.services.segments.plugin [-] Segment 1bc28a24-e3f7-4200-ba25-b7bf75b44ef2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1bc28a24-e3f7-4200-ba25-b7bf75b44ef2 found for delete ", "request_id": "req-58d6bdd7-94bc-49eb-99bd-e817bd3eecae"}]} 2026-05-05 18:10:53.937 7 INFO neutron.services.segments.plugin [-] Segment 1bc28a24-e3f7-4200-ba25-b7bf75b44ef2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1bc28a24-e3f7-4200-ba25-b7bf75b44ef2 found for delete ", "request_id": "req-04545bae-a03a-49b8-8bed-e1a1ec7abb13"}]} [pid: 7|app: 0|req: 518/1030] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:10:53 2026] DELETE /v2.0/networks/be2e0b6b-8153-4778-bede-effd69ad0cb1 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1031] 10.0.0.41 () {34 vars in 684 bytes} [Tue May 5 18:10:53 2026] POST /v2.0/security-groups => generated 1661 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1032] 10.0.0.41 () {34 vars in 694 bytes} [Tue May 5 18:10:54 2026] POST /v2.0/security-group-rules => generated 597 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1033] 10.0.0.41 () {34 vars in 694 bytes} [Tue May 5 18:10:54 2026] POST /v2.0/security-group-rules => generated 602 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1034] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:10:54 2026] GET /v2.0/security-groups?tenant_id=2b3a40e04d864b49871cba388ee884ef&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: 516/1035] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:10:54 2026] DELETE /v2.0/security-groups/c9d87f49-4efc-4b3e-bd36-0ca978470c37 => 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: 520/1036] 10.0.0.41 () {34 vars in 675 bytes} [Tue May 5 18:10:54 2026] POST /v2.0/floatingips => generated 552 bytes in 543 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1037] 10.0.0.198 () {34 vars in 1100 bytes} [Tue May 5 18:10:55 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1619816977&fields=id&tenant_id=bc6316db941f4c148be09b5037c0490d => generated 69 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1038] 10.0.0.198 () {34 vars in 982 bytes} [Tue May 5 18:10:55 2026] GET /v2.0/networks?id=d87b215a-075c-4d25-9f63-998b0bcbcdae => generated 676 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1039] 10.0.0.198 () {34 vars in 965 bytes} [Tue May 5 18:10:55 2026] GET /v2.0/quotas/bc6316db941f4c148be09b5037c0490d => 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: 522/1040] 10.0.0.198 () {34 vars in 1002 bytes} [Tue May 5 18:10:55 2026] GET /v2.0/ports?tenant_id=bc6316db941f4c148be09b5037c0490d&fields=id => generated 103 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1041] 10.0.0.198 () {34 vars in 1008 bytes} [Tue May 5 18:10:55 2026] GET /v2.0/networks/d87b215a-075c-4d25-9f63-998b0bcbcdae?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1042] 10.0.0.198 () {34 vars in 1108 bytes} [Tue May 5 18:10:55 2026] GET /v2.0/networks/d87b215a-075c-4d25-9f63-998b0bcbcdae?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1043] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:55 2026] GET /v2.0/ports?device_id=6d1d9d9f-62bd-4ca2-972b-74d60019d6ad => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1044] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:57 2026] GET /v2.0/ports?device_id=6d1d9d9f-62bd-4ca2-972b-74d60019d6ad => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:10:57.354 7 INFO neutron.db.segments_db [None req-8e6836bd-5fc0-4132-bb6e-d811d05669e6 a3b7e3b1ecc9481a9f63ad57878a0e47 03701f23e9ab4d44945953d39d987967 - - default default] Added segment c84323f3-d7ad-4832-8129-b98d7bcfd79c of type vxlan for network 89f777a3-5c92-4d3e-928a-5ca11660f871 [pid: 7|app: 0|req: 524/1045] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:10:56 2026] POST /v2.0/networks => generated 644 bytes in 454 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1046] 10.0.0.41 () {34 vars in 664 bytes} [Tue May 5 18:10:57 2026] POST /v2.0/ports => generated 774 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:10:57.816 7 INFO neutron.db.segments_db [None req-1d6a5d10-11c8-4757-bdcf-b0a5911d2149 a3b7e3b1ecc9481a9f63ad57878a0e47 03701f23e9ab4d44945953d39d987967 - - default default] Added segment 62271f98-f0a4-4ce9-a485-a4b9ee9d9f9c of type vxlan for network 8579289d-71a3-44a3-908d-292d824fecca [pid: 7|app: 0|req: 525/1047] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:10:57 2026] POST /v2.0/networks => generated 631 bytes in 132 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: 523/1048] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:10:57 2026] GET /v2.0/security-groups?tenant_id=e0cbb77729234a599e67f3bb7febad4b&name=default => generated 2925 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1049] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:10:57 2026] POST /v2.0/subnets => generated 626 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1050] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:10:58 2026] DELETE /v2.0/security-groups/9276678d-a652-42aa-bd6a-80af529ca4e1 => 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: 525/1051] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:58 2026] GET /v2.0/ports?device_id=6d1d9d9f-62bd-4ca2-972b-74d60019d6ad => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1052] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:10:58 2026] GET /v2.0/security-groups?tenant_id=f4eede25409249e7bbea9944a8679082&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1053] 10.0.0.41 () {34 vars in 664 bytes} [Tue May 5 18:10:58 2026] POST /v2.0/ports => generated 949 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 527/1054] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:10:58 2026] DELETE /v2.0/security-groups/fbc14ac8-c2ca-4495-a8d0-1bbb97aacd0e => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:10:58.661 7 INFO neutron_taas.services.taas.taas_plugin [None req-c3964d7d-fcc7-4c96-a34b-5f02693a3c4c a3b7e3b1ecc9481a9f63ad57878a0e47 03701f23e9ab4d44945953d39d987967 - - default default] TaaS: Handle Delete Port: c4562aa7-dd80-4733-9c68-068b16d6d9cb 2026-05-05 18:10:58.665 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c3964d7d-fcc7-4c96-a34b-5f02693a3c4c a3b7e3b1ecc9481a9f63ad57878a0e47 03701f23e9ab4d44945953d39d987967 - - default default] Tap Mirror: Handle Delete Port: c4562aa7-dd80-4733-9c68-068b16d6d9cb [pid: 7|app: 0|req: 528/1055] 10.0.0.41 () {32 vars in 719 bytes} [Tue May 5 18:10:58 2026] DELETE /v2.0/ports/c4562aa7-dd80-4733-9c68-068b16d6d9cb => generated 0 bytes in 317 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:10:58.873 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b71f16c2-3855-4225-a2d4-e369e1ce99eb a3b7e3b1ecc9481a9f63ad57878a0e47 03701f23e9ab4d44945953d39d987967 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 528/1056] 10.0.0.41 () {32 vars in 719 bytes} [Tue May 5 18:10:58 2026] DELETE /v2.0/ports/c4562aa7-dd80-4733-9c68-068b16d6d9cb => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 18:10:58.916 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bf04d4d0-4059-4773-9628-937502218554 a3b7e3b1ecc9481a9f63ad57878a0e47 03701f23e9ab4d44945953d39d987967 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 529/1057] 10.0.0.41 () {32 vars in 716 bytes} [Tue May 5 18:10:58 2026] GET /v2.0/ports/c4562aa7-dd80-4733-9c68-068b16d6d9cb => generated 132 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1058] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:10:58 2026] DELETE /v2.0/subnets/7b83aef0-9ff8-4737-b3c6-09ce5bd13444 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:10:59.171 7 INFO neutron.services.segments.plugin [-] Segment 62271f98-f0a4-4ce9-a485-a4b9ee9d9f9c resource provider aggregate not found 2026-05-05 18:10:59.178 7 INFO neutron.services.segments.plugin [-] Segment 62271f98-f0a4-4ce9-a485-a4b9ee9d9f9c resource provider aggregate not found 2026-05-05 18:10:59.191 7 INFO neutron.services.segments.plugin [-] Segment 62271f98-f0a4-4ce9-a485-a4b9ee9d9f9c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62271f98-f0a4-4ce9-a485-a4b9ee9d9f9c found for delete ", "request_id": "req-39ed90da-9292-49dc-8435-7f3673ae944d"}]} 2026-05-05 18:10:59.193 7 INFO neutron.services.segments.plugin [-] Segment 62271f98-f0a4-4ce9-a485-a4b9ee9d9f9c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62271f98-f0a4-4ce9-a485-a4b9ee9d9f9c found for delete ", "request_id": "req-3835a2d1-183a-4980-8fbf-7fc6ef1b2408"}]} [pid: 7|app: 0|req: 530/1059] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:10:59 2026] DELETE /v2.0/networks/8579289d-71a3-44a3-908d-292d824fecca => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:10:59.284 8 INFO neutron.db.segments_db [None req-af45e490-30a6-48a7-ad4d-ed9c88e8a12c a3b7e3b1ecc9481a9f63ad57878a0e47 03701f23e9ab4d44945953d39d987967 - - default default] Added segment 8eaac326-3430-4e2f-abf4-2b084ef90267 of type vxlan for network 07f849f3-1a9e-4cf9-9621-13c17c7af57b [pid: 8|app: 0|req: 530/1060] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:10:59 2026] POST /v2.0/networks => generated 632 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1061] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:59 2026] GET /v2.0/ports?device_id=10b54005-2b1e-4630-8673-8eef17bf8175 => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1062] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:59 2026] GET /v2.0/ports?device_id=6d1d9d9f-62bd-4ca2-972b-74d60019d6ad => 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: 532/1063] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:10:59 2026] GET /v2.0/security-groups?id=5510beb2-b472-4054-be63-2f76fe127546&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: 532/1064] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:10:59 2026] POST /v2.0/subnets => generated 626 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1065] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:10:59 2026] GET /v2.0/ports?device_id=10b54005-2b1e-4630-8673-8eef17bf8175 => 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: 534/1066] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:10:59 2026] GET /v2.0/security-groups?id=5510beb2-b472-4054-be63-2f76fe127546&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: 533/1067] 10.0.0.41 () {34 vars in 664 bytes} [Tue May 5 18:10:59 2026] POST /v2.0/ports => generated 915 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:11:00.152 8 INFO neutron_taas.services.taas.taas_plugin [None req-9c8fa437-a6b1-4e07-a07e-167d34395871 a3b7e3b1ecc9481a9f63ad57878a0e47 03701f23e9ab4d44945953d39d987967 - - default default] TaaS: Handle Delete Port: b467ecdd-39c3-4ef2-95cb-155344d9e2eb 2026-05-05 18:11:00.155 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c8fa437-a6b1-4e07-a07e-167d34395871 a3b7e3b1ecc9481a9f63ad57878a0e47 03701f23e9ab4d44945953d39d987967 - - default default] Tap Mirror: Handle Delete Port: b467ecdd-39c3-4ef2-95cb-155344d9e2eb [pid: 8|app: 0|req: 535/1068] 10.0.0.41 () {32 vars in 719 bytes} [Tue May 5 18:11:00 2026] DELETE /v2.0/ports/b467ecdd-39c3-4ef2-95cb-155344d9e2eb => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:11:00.325 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bc7fbe4b-ecce-44e6-b43d-fe77ce7a2b24 a3b7e3b1ecc9481a9f63ad57878a0e47 03701f23e9ab4d44945953d39d987967 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 536/1069] 10.0.0.41 () {32 vars in 716 bytes} [Tue May 5 18:11:00 2026] GET /v2.0/ports/b467ecdd-39c3-4ef2-95cb-155344d9e2eb => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1070] 199.19.213.169 () {34 vars in 986 bytes} [Tue May 5 18:11:00 2026] GET /v2.0/networks?id=d87b215a-075c-4d25-9f63-998b0bcbcdae => generated 676 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1071] 10.0.0.41 () {32 vars in 652 bytes} [Tue May 5 18:11:00 2026] GET /v2.0/extensions => generated 21537 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1072] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:11:00 2026] DELETE /v2.0/subnets/01521725-aadb-43b6-9a96-5e2c41bbb036 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1073] 10.0.0.41 () {32 vars in 680 bytes} [Tue May 5 18:11:00 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1074] 199.19.213.169 () {34 vars in 1050 bytes} [Tue May 5 18:11:00 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=bc6316db941f4c148be09b5037c0490d => generated 181 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1075] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:11:00 2026] GET /v2.0/ports?device_id=6d1d9d9f-62bd-4ca2-972b-74d60019d6ad => 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: 537/1076] 10.0.0.41 () {32 vars in 680 bytes} [Tue May 5 18:11:00 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:11:00.669 8 INFO neutron.services.segments.plugin [-] Segment 8eaac326-3430-4e2f-abf4-2b084ef90267 resource provider aggregate not found 2026-05-05 18:11:00.676 8 INFO neutron.services.segments.plugin [-] Segment 8eaac326-3430-4e2f-abf4-2b084ef90267 resource provider aggregate not found [pid: 8|app: 0|req: 540/1077] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:11:00 2026] DELETE /v2.0/networks/07f849f3-1a9e-4cf9-9621-13c17c7af57b => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:11:00.711 8 INFO neutron.services.segments.plugin [-] Segment 8eaac326-3430-4e2f-abf4-2b084ef90267 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8eaac326-3430-4e2f-abf4-2b084ef90267 found for delete ", "request_id": "req-26927ae0-1478-4d8e-87f3-280000119639"}]} [pid: 8|app: 0|req: 541/1078] 10.0.0.41 () {32 vars in 728 bytes} [Tue May 5 18:11:00 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:11:00.715 8 INFO neutron.services.segments.plugin [-] Segment 8eaac326-3430-4e2f-abf4-2b084ef90267 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8eaac326-3430-4e2f-abf4-2b084ef90267 found for delete ", "request_id": "req-d44420ac-ad78-44ed-bb1a-ac7eff5e2dc6"}]} [pid: 8|app: 0|req: 542/1079] 10.0.0.41 () {34 vars in 664 bytes} [Tue May 5 18:11:00 2026] POST /v2.0/ports => generated 775 bytes in 285 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: 543/1080] 10.0.0.41 () {32 vars in 664 bytes} [Tue May 5 18:11:00 2026] GET /v2.0/extensions/agent => generated 153 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1081] 199.19.213.169 () {38 vars in 955 bytes} [Tue May 5 18:11:00 2026] POST /v2.0/ports => generated 954 bytes in 492 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: 539/1082] 10.0.0.41 () {32 vars in 698 bytes} [Tue May 5 18:11:01 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1083] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:11:01 2026] GET /v2.0/ports?device_id=10b54005-2b1e-4630-8673-8eef17bf8175 => 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: 544/1084] 10.0.0.41 () {34 vars in 736 bytes} [Tue May 5 18:11:01 2026] PUT /v2.0/ports/f7f483bf-98f0-4179-af7c-f78c4ede40f7 => generated 752 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 545/1085] 10.0.0.41 () {32 vars in 696 bytes} [Tue May 5 18:11: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: 8|app: 0|req: 546/1086] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:11:01 2026] GET /v2.0/security-groups?id=5510beb2-b472-4054-be63-2f76fe127546&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-05 18:11:01.374 8 INFO neutron_taas.services.taas.taas_plugin [None req-b533011a-7c05-4c44-9246-7b10f818e492 a3b7e3b1ecc9481a9f63ad57878a0e47 03701f23e9ab4d44945953d39d987967 - - default default] TaaS: Handle Delete Port: f7f483bf-98f0-4179-af7c-f78c4ede40f7 2026-05-05 18:11:01.378 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b533011a-7c05-4c44-9246-7b10f818e492 a3b7e3b1ecc9481a9f63ad57878a0e47 03701f23e9ab4d44945953d39d987967 - - default default] Tap Mirror: Handle Delete Port: f7f483bf-98f0-4179-af7c-f78c4ede40f7 [pid: 8|app: 0|req: 547/1087] 10.0.0.41 () {32 vars in 719 bytes} [Tue May 5 18:11:01 2026] DELETE /v2.0/ports/f7f483bf-98f0-4179-af7c-f78c4ede40f7 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1088] 10.0.0.41 () {32 vars in 700 bytes} [Tue May 5 18:11:01 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1089] 10.0.0.41 () {32 vars in 642 bytes} [Tue May 5 18:11:01 2026] GET /v2.0/ports => generated 777 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1090] 10.0.0.41 () {32 vars in 688 bytes} [Tue May 5 18:11:01 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) 2026-05-05 18:11:01.572 8 INFO neutron.pecan_wsgi.hooks.translation [None req-08f6e55d-19ce-4965-8d06-01c36878a104 a3b7e3b1ecc9481a9f63ad57878a0e47 03701f23e9ab4d44945953d39d987967 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 551/1091] 10.0.0.41 () {32 vars in 716 bytes} [Tue May 5 18:11:01 2026] GET /v2.0/ports/f7f483bf-98f0-4179-af7c-f78c4ede40f7 => generated 132 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1092] 10.0.0.41 () {32 vars in 702 bytes} [Tue May 5 18:11:01 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1093] 199.19.213.169 () {38 vars in 1028 bytes} [Tue May 5 18:11:01 2026] PUT /v2.0/ports/5ebed62f-ff30-4695-8c73-f4e970680757 => generated 1235 bytes in 525 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: 542/1094] 10.0.0.41 () {32 vars in 692 bytes} [Tue May 5 18:11:01 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1095] 10.0.0.41 () {32 vars in 642 bytes} [Tue May 5 18:11:01 2026] GET /v2.0/ports => generated 777 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1096] 10.0.0.41 () {32 vars in 694 bytes} [Tue May 5 18:11:01 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:11:01.664 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c1e82e7b-2c82-4573-93c1-3057772b09d9'] response: {'name': 'network-changed', 'server_uuid': '6d1d9d9f-62bd-4ca2-972b-74d60019d6ad', 'tag': '5ebed62f-ff30-4695-8c73-f4e970680757', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 543/1097] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:11:01 2026] GET /v2.0/ports?device_id=6d1d9d9f-62bd-4ca2-972b-74d60019d6ad => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1098] 10.0.0.41 () {32 vars in 684 bytes} [Tue May 5 18:11:01 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: 555/1099] 10.0.0.41 () {32 vars in 716 bytes} [Tue May 5 18:11:01 2026] GET /v2.0/ports/8ceab30d-745d-4814-9d82-9bbb95897e1a => generated 774 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1100] 10.0.0.41 () {32 vars in 686 bytes} [Tue May 5 18:11:01 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:11:01.708 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3fa80905-1f55-4a6a-b98d-42e858c4f3e5 a3b7e3b1ecc9481a9f63ad57878a0e47 03701f23e9ab4d44945953d39d987967 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 557/1101] 10.0.0.41 () {32 vars in 719 bytes} [Tue May 5 18:11:01 2026] DELETE /v2.0/ports/b467ecdd-39c3-4ef2-95cb-155344d9e2eb => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1102] 10.0.0.41 () {32 vars in 660 bytes} [Tue May 5 18:11:01 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1103] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:11:01 2026] GET /v2.0/security-groups?id=0766233a-f7ea-410e-bf62-5366d1f22412&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:11:01.724 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bab0a60e-e823-4d57-bc3d-db6c8ea1c3c8 a3b7e3b1ecc9481a9f63ad57878a0e47 03701f23e9ab4d44945953d39d987967 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 546/1104] 10.0.0.41 () {32 vars in 698 bytes} [Tue May 5 18:11:01 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1105] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:11:01 2026] DELETE /v2.0/subnets/01521725-aadb-43b6-9a96-5e2c41bbb036 => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1106] 10.0.0.41 () {32 vars in 678 bytes} [Tue May 5 18:11:01 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:11:01.742 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1701bc6f-1858-4c6c-b263-450a8e1d8b73 a3b7e3b1ecc9481a9f63ad57878a0e47 03701f23e9ab4d44945953d39d987967 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 548/1107] 10.0.0.41 () {32 vars in 682 bytes} [Tue May 5 18:11:01 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1108] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:11:01 2026] DELETE /v2.0/subnets/7b83aef0-9ff8-4737-b3c6-09ce5bd13444 => 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: 549/1109] 10.0.0.41 () {32 vars in 674 bytes} [Tue May 5 18:11:01 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1110] 10.0.0.41 () {32 vars in 688 bytes} [Tue May 5 18:11:01 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1111] 10.0.0.41 () {32 vars in 722 bytes} [Tue May 5 18:11:01 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1112] 10.0.0.41 () {32 vars in 686 bytes} [Tue May 5 18:11:01 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1113] 10.0.0.41 () {32 vars in 668 bytes} [Tue May 5 18:11:01 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1114] 10.0.0.41 () {32 vars in 686 bytes} [Tue May 5 18:11:01 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1115] 10.0.0.41 () {32 vars in 680 bytes} [Tue May 5 18:11:01 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1116] 10.0.0.41 () {32 vars in 698 bytes} [Tue May 5 18:11:01 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: 7|app: 0|req: 557/1117] 10.0.0.41 () {32 vars in 678 bytes} [Tue May 5 18:11:01 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) 2026-05-05 18:11:01.824 8 INFO neutron_taas.services.taas.taas_plugin [None req-471abc63-7a16-4618-af25-ce506ce0e8da a3b7e3b1ecc9481a9f63ad57878a0e47 03701f23e9ab4d44945953d39d987967 - - default default] TaaS: Handle Delete Port: 8ceab30d-745d-4814-9d82-9bbb95897e1a [pid: 7|app: 0|req: 558/1118] 10.0.0.41 () {32 vars in 666 bytes} [Tue May 5 18:11:01 2026] GET /v2.0/extensions/router => generated 256 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:11:01.827 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-471abc63-7a16-4618-af25-ce506ce0e8da a3b7e3b1ecc9481a9f63ad57878a0e47 03701f23e9ab4d44945953d39d987967 - - default default] Tap Mirror: Handle Delete Port: 8ceab30d-745d-4814-9d82-9bbb95897e1a [pid: 7|app: 0|req: 559/1119] 10.0.0.41 () {32 vars in 676 bytes} [Tue May 5 18:11:01 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1120] 10.0.0.41 () {32 vars in 664 bytes} [Tue May 5 18:11:01 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1121] 10.0.0.41 () {32 vars in 674 bytes} [Tue May 5 18:11:01 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1122] 10.0.0.41 () {32 vars in 712 bytes} [Tue May 5 18:11:01 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1123] 10.0.0.41 () {32 vars in 690 bytes} [Tue May 5 18:11:01 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: 7|app: 0|req: 564/1124] 10.0.0.41 () {32 vars in 682 bytes} [Tue May 5 18:11:01 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: 7|app: 0|req: 565/1125] 10.0.0.41 () {32 vars in 668 bytes} [Tue May 5 18:11:01 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1126] 10.0.0.41 () {32 vars in 686 bytes} [Tue May 5 18:11:01 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1127] 10.0.0.41 () {32 vars in 704 bytes} [Tue May 5 18:11:01 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: 7|app: 0|req: 568/1128] 10.0.0.41 () {32 vars in 674 bytes} [Tue May 5 18:11:01 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: 7|app: 0|req: 569/1129] 10.0.0.41 () {32 vars in 700 bytes} [Tue May 5 18:11:01 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: 561/1130] 10.0.0.41 () {32 vars in 719 bytes} [Tue May 5 18:11:01 2026] DELETE /v2.0/ports/8ceab30d-745d-4814-9d82-9bbb95897e1a => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1131] 10.0.0.41 () {32 vars in 674 bytes} [Tue May 5 18:11:01 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1132] 10.0.0.41 () {32 vars in 692 bytes} [Tue May 5 18:11:01 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: 7|app: 0|req: 572/1133] 10.0.0.41 () {32 vars in 688 bytes} [Tue May 5 18:11:01 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1134] 10.0.0.41 () {32 vars in 708 bytes} [Tue May 5 18:11:01 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1135] 10.0.0.41 () {32 vars in 704 bytes} [Tue May 5 18:11:01 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1136] 10.0.0.41 () {32 vars in 718 bytes} [Tue May 5 18:11:01 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1137] 10.0.0.41 () {32 vars in 696 bytes} [Tue May 5 18:11:01 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1138] 10.0.0.41 () {32 vars in 710 bytes} [Tue May 5 18:11:01 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1139] 10.0.0.41 () {32 vars in 668 bytes} [Tue May 5 18:11:01 2026] GET /v2.0/extensions/binding => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1140] 10.0.0.41 () {32 vars in 686 bytes} [Tue May 5 18:11:01 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1141] 10.0.0.41 () {32 vars in 680 bytes} [Tue May 5 18:11:01 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1142] 10.0.0.41 () {32 vars in 674 bytes} [Tue May 5 18:11:01 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1143] 10.0.0.41 () {32 vars in 670 bytes} [Tue May 5 18:11:02 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1144] 10.0.0.41 () {32 vars in 660 bytes} [Tue May 5 18:11:02 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: 584/1145] 10.0.0.41 () {32 vars in 698 bytes} [Tue May 5 18:11:02 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1146] 10.0.0.41 () {32 vars in 698 bytes} [Tue May 5 18:11:02 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1147] 10.0.0.41 () {32 vars in 676 bytes} [Tue May 5 18:11:02 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1148] 10.0.0.41 () {32 vars in 668 bytes} [Tue May 5 18:11:02 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1149] 10.0.0.41 () {32 vars in 682 bytes} [Tue May 5 18:11:02 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1150] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:11:01 2026] DELETE /v2.0/networks/89f777a3-5c92-4d3e-928a-5ca11660f871 => 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: 589/1151] 10.0.0.41 () {32 vars in 700 bytes} [Tue May 5 18:11:02 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: 563/1152] 10.0.0.41 () {32 vars in 684 bytes} [Tue May 5 18:11:02 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1153] 10.0.0.41 () {32 vars in 706 bytes} [Tue May 5 18:11:02 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1154] 10.0.0.41 () {32 vars in 668 bytes} [Tue May 5 18:11:02 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1155] 10.0.0.41 () {32 vars in 696 bytes} [Tue May 5 18:11:02 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1156] 10.0.0.41 () {32 vars in 694 bytes} [Tue May 5 18:11:02 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1157] 10.0.0.41 () {32 vars in 684 bytes} [Tue May 5 18:11:02 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1158] 10.0.0.41 () {32 vars in 688 bytes} [Tue May 5 18:11:02 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1159] 10.0.0.41 () {32 vars in 704 bytes} [Tue May 5 18:11:02 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: 567/1160] 10.0.0.41 () {32 vars in 666 bytes} [Tue May 5 18:11:02 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1161] 10.0.0.41 () {32 vars in 680 bytes} [Tue May 5 18:11:02 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: 568/1162] 10.0.0.41 () {32 vars in 680 bytes} [Tue May 5 18:11:02 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1163] 10.0.0.41 () {32 vars in 690 bytes} [Tue May 5 18:11:02 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1164] 10.0.0.41 () {32 vars in 690 bytes} [Tue May 5 18:11:02 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1165] 10.0.0.41 () {32 vars in 694 bytes} [Tue May 5 18:11:02 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1166] 10.0.0.41 () {32 vars in 684 bytes} [Tue May 5 18:11:02 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1167] 10.0.0.41 () {32 vars in 688 bytes} [Tue May 5 18:11:02 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1168] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:11:02 2026] GET /v2.0/ports?tenant_id=bc6316db941f4c148be09b5037c0490d&device_id=6d1d9d9f-62bd-4ca2-972b-74d60019d6ad => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1169] 10.0.0.41 () {32 vars in 700 bytes} [Tue May 5 18:11:02 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: 570/1170] 10.0.0.41 () {32 vars in 702 bytes} [Tue May 5 18:11:02 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1171] 10.0.0.41 () {32 vars in 712 bytes} [Tue May 5 18:11:02 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: 572/1172] 10.0.0.41 () {32 vars in 716 bytes} [Tue May 5 18:11:02 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1173] 10.0.0.41 () {32 vars in 714 bytes} [Tue May 5 18:11:02 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1174] 199.19.213.169 () {34 vars in 1018 bytes} [Tue May 5 18:11:02 2026] GET /v2.0/networks?tenant_id=bc6316db941f4c148be09b5037c0490d&shared=False => generated 772 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1175] 10.0.0.41 () {32 vars in 726 bytes} [Tue May 5 18:11:02 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/1176] 199.19.213.169 () {34 vars in 994 bytes} [Tue May 5 18:11:02 2026] GET /v2.0/ports?device_id=10b54005-2b1e-4630-8673-8eef17bf8175 => 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: 575/1177] 10.0.0.41 () {32 vars in 740 bytes} [Tue May 5 18:11:02 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1178] 199.19.213.169 () {34 vars in 930 bytes} [Tue May 5 18:11:02 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: 8|app: 0|req: 576/1179] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:11:02 2026] GET /v2.0/ports?device_id=10b54005-2b1e-4630-8673-8eef17bf8175 => 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: 577/1180] 10.0.0.41 () {32 vars in 718 bytes} [Tue May 5 18:11:02 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1181] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:11:02 2026] GET /v2.0/security-groups?id=5510beb2-b472-4054-be63-2f76fe127546&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: 579/1182] 10.0.0.41 () {32 vars in 682 bytes} [Tue May 5 18:11:02 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1183] 10.0.0.41 () {32 vars in 668 bytes} [Tue May 5 18:11:02 2026] GET /v2.0/extensions/segment => generated 145 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1184] 10.0.0.41 () {32 vars in 718 bytes} [Tue May 5 18:11:02 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1185] 10.0.0.41 () {32 vars in 678 bytes} [Tue May 5 18:11:02 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1186] 10.0.0.41 () {32 vars in 668 bytes} [Tue May 5 18:11:02 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:11:02.402 7 INFO neutron_taas.services.taas.taas_plugin [req-ecd72867-6c4b-4afd-a108-740271056014 req-ef6278dd-5829-411d-a3a4-5c841ef501c1 de4a0132eb104d848b4be449dcc83ce0 750bfd2f90834c3aaf90a72421022b7f - - default default] TaaS: Handle Delete Port: e92ad6fd-2456-4663-b6c0-27868b6d0ae1 2026-05-05 18:11:02.405 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ecd72867-6c4b-4afd-a108-740271056014 req-ef6278dd-5829-411d-a3a4-5c841ef501c1 de4a0132eb104d848b4be449dcc83ce0 750bfd2f90834c3aaf90a72421022b7f - - default default] Tap Mirror: Handle Delete Port: e92ad6fd-2456-4663-b6c0-27868b6d0ae1 [pid: 8|app: 0|req: 584/1187] 10.0.0.41 () {32 vars in 696 bytes} [Tue May 5 18:11:02 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: 585/1188] 10.0.0.41 () {32 vars in 704 bytes} [Tue May 5 18:11:02 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: 586/1189] 10.0.0.41 () {32 vars in 700 bytes} [Tue May 5 18:11:02 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: 587/1190] 10.0.0.41 () {32 vars in 700 bytes} [Tue May 5 18:11:02 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: 588/1191] 10.0.0.41 () {32 vars in 682 bytes} [Tue May 5 18:11:02 2026] GET /v2.0/extensions/subnet_onboard => 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: 589/1192] 10.0.0.41 () {32 vars in 704 bytes} [Tue May 5 18:11:02 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1193] 10.0.0.41 () {32 vars in 694 bytes} [Tue May 5 18:11:02 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: 591/1194] 10.0.0.41 () {32 vars in 688 bytes} [Tue May 5 18:11:02 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1195] 10.0.0.41 () {32 vars in 696 bytes} [Tue May 5 18:11:02 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1196] 10.0.0.41 () {32 vars in 678 bytes} [Tue May 5 18:11:02 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1197] 10.0.0.41 () {32 vars in 688 bytes} [Tue May 5 18:11:02 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: 595/1198] 10.0.0.41 () {32 vars in 700 bytes} [Tue May 5 18:11:02 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1199] 10.0.0.41 () {32 vars in 664 bytes} [Tue May 5 18:11:02 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1200] 10.0.0.41 () {32 vars in 680 bytes} [Tue May 5 18:11:02 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1201] 10.0.0.41 () {32 vars in 676 bytes} [Tue May 5 18:11:02 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:11:02.519 7 INFO neutron.db.l3_db [req-ecd72867-6c4b-4afd-a108-740271056014 req-ef6278dd-5829-411d-a3a4-5c841ef501c1 de4a0132eb104d848b4be449dcc83ce0 750bfd2f90834c3aaf90a72421022b7f - - default default] Floating IP 728a7fc5-20f8-45d5-8910-2b93006cbbf5 disassociated. External IP: 10.96.250.208, port: e92ad6fd-2456-4663-b6c0-27868b6d0ae1. [pid: 8|app: 0|req: 599/1202] 10.0.0.41 () {32 vars in 692 bytes} [Tue May 5 18:11:02 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: 600/1203] 10.0.0.41 () {32 vars in 676 bytes} [Tue May 5 18:11:02 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1204] 10.0.0.41 () {32 vars in 666 bytes} [Tue May 5 18:11:02 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: 602/1205] 10.0.0.41 () {32 vars in 662 bytes} [Tue May 5 18:11:02 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: 603/1206] 10.0.0.41 () {32 vars in 674 bytes} [Tue May 5 18:11:02 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1207] 10.0.0.41 () {32 vars in 686 bytes} [Tue May 5 18:11:02 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1208] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:11:02 2026] GET /v2.0/security-groups?tenant_id=03701f23e9ab4d44945953d39d987967&name=default => generated 2925 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:11:02.735 8 INFO neutron.services.segments.plugin [-] Segment c84323f3-d7ad-4832-8129-b98d7bcfd79c resource provider aggregate not found 2026-05-05 18:11:02.746 8 INFO neutron.services.segments.plugin [-] Segment c84323f3-d7ad-4832-8129-b98d7bcfd79c resource provider aggregate not found 2026-05-05 18:11:02.767 8 INFO neutron.services.segments.plugin [-] Segment c84323f3-d7ad-4832-8129-b98d7bcfd79c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c84323f3-d7ad-4832-8129-b98d7bcfd79c found for delete ", "request_id": "req-a3ee571a-072b-4b7b-9378-2253520fed7f"}]} 2026-05-05 18:11:02.773 8 INFO neutron.services.segments.plugin [-] Segment c84323f3-d7ad-4832-8129-b98d7bcfd79c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c84323f3-d7ad-4832-8129-b98d7bcfd79c found for delete ", "request_id": "req-64f64fc6-b78e-4650-9b6e-bcd74f085e42"}]} [pid: 8|app: 0|req: 606/1209] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:11:02 2026] DELETE /v2.0/security-groups/63550e4a-9db8-4e6d-a7d0-7fade865232b => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1210] 199.19.213.169 () {36 vars in 997 bytes} [Tue May 5 18:11:02 2026] DELETE /v2.0/ports/e92ad6fd-2456-4663-b6c0-27868b6d0ae1 => generated 0 bytes in 600 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1211] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:11:02 2026] GET /v2.0/ports?device_id=6d1d9d9f-62bd-4ca2-972b-74d60019d6ad => generated 969 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1212] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:11:02 2026] GET /v2.0/security-groups?id=0766233a-f7ea-410e-bf62-5366d1f22412&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: 608/1213] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:11:02 2026] GET /v2.0/security-groups?tenant_id=9801c5d2f5c34921a11ad8fa44de7afb&name=default => generated 2925 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1214] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:11:03 2026] DELETE /v2.0/security-groups/0657f965-6075-4efa-bb1a-43694aac2a7d => 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: 609/1215] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:11:03 2026] GET /v2.0/ports?tenant_id=bc6316db941f4c148be09b5037c0490d&device_id=6d1d9d9f-62bd-4ca2-972b-74d60019d6ad => generated 1238 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1216] 199.19.213.169 () {34 vars in 1058 bytes} [Tue May 5 18:11:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=5ebed62f-ff30-4695-8c73-f4e970680757 => 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: 610/1217] 199.19.213.169 () {34 vars in 984 bytes} [Tue May 5 18:11:03 2026] GET /v2.0/subnets?id=f82feea9-8597-45b0-a887-d324fb3c3ebb => generated 694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1218] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:11:03 2026] GET /v2.0/ports?device_id=10b54005-2b1e-4630-8673-8eef17bf8175 => 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: 611/1219] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:11:03 2026] GET /v2.0/ports?network_id=d87b215a-075c-4d25-9f63-998b0bcbcdae&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: 609/1220] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:11:03 2026] GET /v2.0/networks/d87b215a-075c-4d25-9f63-998b0bcbcdae?fields=segments => generated 14 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1221] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:11:03 2026] GET /v2.0/networks/d87b215a-075c-4d25-9f63-998b0bcbcdae?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:11:03.707 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d58d9331-ad87-4bdf-a0e8-4ab0bd6bedd8'] response: {'server_uuid': '10b54005-2b1e-4630-8673-8eef17bf8175', 'name': 'network-vif-deleted', 'tag': 'e92ad6fd-2456-4663-b6c0-27868b6d0ae1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 610/1222] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:11:04 2026] GET /v2.0/ports?device_id=6d1d9d9f-62bd-4ca2-972b-74d60019d6ad => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1223] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:11:04 2026] GET /v2.0/security-groups?id=0766233a-f7ea-410e-bf62-5366d1f22412&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: 615/1226] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:11:04 2026] GET /v2.0/ports?device_id=10b54005-2b1e-4630-8673-8eef17bf8175 => 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: 616/1227] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:11:05 2026] GET /v2.0/ports?device_id=6d1d9d9f-62bd-4ca2-972b-74d60019d6ad => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1228] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:11:05 2026] GET /v2.0/security-groups?id=0766233a-f7ea-410e-bf62-5366d1f22412&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:11:05.386 7 INFO neutron.db.segments_db [None req-8e9db6b3-a176-4afb-923d-f4eef068c3b5 a92b294ceda84603bfa79ddb6a2b3815 6f81786337b447c6bafe53694634a99b - - default default] Added segment 33854b02-cb9b-4456-a17f-3d75a82f59cf of type vxlan for network 49fd99a7-c2de-4606-a28a-7a6595057959 2026-05-05 18:11:05.453 7 INFO neutron.db.segments_db [None req-8e9db6b3-a176-4afb-923d-f4eef068c3b5 a92b294ceda84603bfa79ddb6a2b3815 6f81786337b447c6bafe53694634a99b - - default default] Added segment 0c13c3a0-fd95-4227-a56e-19af744a959c of type vxlan for network 40057ff4-f53e-4b98-9f70-33ccc594bd4f [pid: 7|app: 0|req: 612/1229] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:11:05 2026] POST /v2.0/networks => generated 1246 bytes in 452 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1230] 10.0.0.41 () {32 vars in 648 bytes} [Tue May 5 18:11:05 2026] GET /v2.0/networks => generated 1845 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1231] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:11:05 2026] GET /v2.0/ports?device_id=10b54005-2b1e-4630-8673-8eef17bf8175 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:11:05.791 8 INFO neutron.services.segments.plugin [-] Segment 33854b02-cb9b-4456-a17f-3d75a82f59cf resource provider aggregate not found 2026-05-05 18:11:05.806 8 INFO neutron.services.segments.plugin [-] Segment 33854b02-cb9b-4456-a17f-3d75a82f59cf resource provider aggregate not found 2026-05-05 18:11:05.822 8 INFO neutron.services.segments.plugin [-] Segment 33854b02-cb9b-4456-a17f-3d75a82f59cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33854b02-cb9b-4456-a17f-3d75a82f59cf found for delete ", "request_id": "req-3f203fb2-12d1-4dec-bfbb-3168a2300dcc"}]} 2026-05-05 18:11:05.842 8 INFO neutron.services.segments.plugin [-] Segment 33854b02-cb9b-4456-a17f-3d75a82f59cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33854b02-cb9b-4456-a17f-3d75a82f59cf found for delete ", "request_id": "req-6feb4bed-04cb-4928-a9b3-808bdbafc676"}]} [pid: 8|app: 0|req: 619/1232] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:11:05 2026] DELETE /v2.0/networks/49fd99a7-c2de-4606-a28a-7a6595057959 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:11:05.958 7 INFO neutron.services.segments.plugin [-] Segment 0c13c3a0-fd95-4227-a56e-19af744a959c resource provider aggregate not found 2026-05-05 18:11:05.962 7 INFO neutron.services.segments.plugin [-] Segment 0c13c3a0-fd95-4227-a56e-19af744a959c resource provider aggregate not found 2026-05-05 18:11:05.979 7 INFO neutron.services.segments.plugin [-] Segment 0c13c3a0-fd95-4227-a56e-19af744a959c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c13c3a0-fd95-4227-a56e-19af744a959c found for delete ", "request_id": "req-d532ad4f-9300-46ac-b26c-67d75f26427c"}]} 2026-05-05 18:11:05.984 7 INFO neutron.services.segments.plugin [-] Segment 0c13c3a0-fd95-4227-a56e-19af744a959c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c13c3a0-fd95-4227-a56e-19af744a959c found for delete ", "request_id": "req-a7dfe403-29ff-45df-938c-118c01ba7753"}]} [pid: 7|app: 0|req: 614/1233] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:11:05 2026] DELETE /v2.0/networks/40057ff4-f53e-4b98-9f70-33ccc594bd4f => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1234] 10.0.0.41 () {32 vars in 648 bytes} [Tue May 5 18:11:06 2026] GET /v2.0/networks => generated 651 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:11:06.125 7 INFO neutron.db.segments_db [None req-6b8d27db-e66d-4a27-9b05-4f1638ac61a9 a92b294ceda84603bfa79ddb6a2b3815 6f81786337b447c6bafe53694634a99b - - default default] Added segment 87f0133a-bed5-477b-a3ba-883566fefab2 of type vxlan for network 3281b103-401b-4f6b-a09a-cce685c8a0c3 [pid: 7|app: 0|req: 615/1235] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:11:06 2026] POST /v2.0/networks => generated 653 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:11:06.336 8 INFO neutron.db.segments_db [None req-82745ea0-484b-44ed-8cf6-16485064d674 a92b294ceda84603bfa79ddb6a2b3815 6f81786337b447c6bafe53694634a99b - - default default] Added segment d56af6d6-9a3c-41b7-bdea-c2d20139c8d2 of type vxlan for network 5dc91d95-357f-47a5-8863-afc6e7920044 [pid: 8|app: 0|req: 621/1236] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:11:06 2026] POST /v2.0/networks => generated 654 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1237] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:11:06 2026] GET /v2.0/ports?device_id=6d1d9d9f-62bd-4ca2-972b-74d60019d6ad => generated 971 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1238] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:11:06 2026] GET /v2.0/security-groups?id=0766233a-f7ea-410e-bf62-5366d1f22412&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1239] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:11:06 2026] DELETE /v2.0/security-groups/5510beb2-b472-4054-be63-2f76fe127546 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1240] 10.0.0.41 () {34 vars in 664 bytes} [Tue May 5 18:11:06 2026] POST /v2.0/ports => generated 1504 bytes in 641 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-05 18:11:07.114 8 INFO neutron.api.v2.resource [None req-b4e751d1-17bb-48b8-b378-765c6620311d de4a0132eb104d848b4be449dcc83ce0 750bfd2f90834c3aaf90a72421022b7f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 623/1241] 10.0.0.41 () {32 vars in 736 bytes} [Tue May 5 18:11:07 2026] GET /v2.0/security-groups/5510beb2-b472-4054-be63-2f76fe127546 => 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: 619/1242] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:11:06 2026] GET /v2.0/security-groups?tenant_id=7afca26c18034069bc031b3b47e86d0c&name=default => generated 2925 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1243] 10.0.0.41 () {32 vars in 642 bytes} [Tue May 5 18:11:07 2026] GET /v2.0/ports => generated 1504 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:11:07.248 7 INFO neutron_taas.services.taas.taas_plugin [None req-d2bb468b-4ba1-470e-8044-f888e9daa251 de4a0132eb104d848b4be449dcc83ce0 750bfd2f90834c3aaf90a72421022b7f - - default default] TaaS: Handle Delete Port: 7c7e11b0-e594-435c-944e-fdad48799e05 2026-05-05 18:11:07.251 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2bb468b-4ba1-470e-8044-f888e9daa251 de4a0132eb104d848b4be449dcc83ce0 750bfd2f90834c3aaf90a72421022b7f - - default default] Tap Mirror: Handle Delete Port: 7c7e11b0-e594-435c-944e-fdad48799e05 [pid: 8|app: 0|req: 625/1244] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:11:07 2026] DELETE /v2.0/security-groups/219ce3ed-be14-44cf-967e-004986c1bad5 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:11:07.411 8 INFO neutron_taas.services.taas.taas_plugin [None req-e4f38fc8-ab2f-4b3b-84b3-4f66a1898b42 a92b294ceda84603bfa79ddb6a2b3815 6f81786337b447c6bafe53694634a99b - - default default] TaaS: Handle Delete Port: 5cd54dfc-dcc2-496d-8e57-d24bbf7c3f16 2026-05-05 18:11:07.414 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4f38fc8-ab2f-4b3b-84b3-4f66a1898b42 a92b294ceda84603bfa79ddb6a2b3815 6f81786337b447c6bafe53694634a99b - - default default] Tap Mirror: Handle Delete Port: 5cd54dfc-dcc2-496d-8e57-d24bbf7c3f16 [pid: 7|app: 0|req: 620/1245] 10.0.0.41 () {32 vars in 731 bytes} [Tue May 5 18:11:07 2026] DELETE /v2.0/floatingips/728a7fc5-20f8-45d5-8910-2b93006cbbf5 => 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: 626/1246] 10.0.0.41 () {32 vars in 719 bytes} [Tue May 5 18:11:07 2026] DELETE /v2.0/ports/5cd54dfc-dcc2-496d-8e57-d24bbf7c3f16 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:11:07.618 8 INFO neutron_taas.services.taas.taas_plugin [None req-8dc4b54d-7c12-417f-ad07-b276fd6aa5a8 a92b294ceda84603bfa79ddb6a2b3815 6f81786337b447c6bafe53694634a99b - - default default] TaaS: Handle Delete Port: f1b1c5c4-cb26-437c-8894-8c490703c1a3 2026-05-05 18:11:07.623 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8dc4b54d-7c12-417f-ad07-b276fd6aa5a8 a92b294ceda84603bfa79ddb6a2b3815 6f81786337b447c6bafe53694634a99b - - default default] Tap Mirror: Handle Delete Port: f1b1c5c4-cb26-437c-8894-8c490703c1a3 [pid: 8|app: 0|req: 627/1247] 10.0.0.41 () {32 vars in 719 bytes} [Tue May 5 18:11:07 2026] DELETE /v2.0/ports/f1b1c5c4-cb26-437c-8894-8c490703c1a3 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1248] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:11:07 2026] GET /v2.0/ports?device_id=6d1d9d9f-62bd-4ca2-972b-74d60019d6ad => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1249] 10.0.0.41 () {32 vars in 642 bytes} [Tue May 5 18:11:07 2026] GET /v2.0/ports => 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: 630/1250] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:11:07 2026] GET /v2.0/security-groups?id=0766233a-f7ea-410e-bf62-5366d1f22412&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-05 18:11:07.836 8 INFO neutron.db.segments_db [None req-4b777e03-2066-47fa-829b-9c41307a6564 a92b294ceda84603bfa79ddb6a2b3815 6f81786337b447c6bafe53694634a99b - - default default] Added segment a4f905a3-3112-4a7a-b0ba-1a294028cde7 of type vxlan for network 24a5d6bf-8989-4d12-a81c-ad441cb46954 2026-05-05 18:11:07.851 7 INFO neutron_taas.services.taas.taas_plugin [None req-a936c168-c2eb-4988-a0d6-8991d404d719 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] TaaS: Handle Delete Port: 2549e42f-4319-4d12-b490-598ff90a7390 2026-05-05 18:11:07.854 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a936c168-c2eb-4988-a0d6-8991d404d719 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Tap Mirror: Handle Delete Port: 2549e42f-4319-4d12-b490-598ff90a7390 [pid: 8|app: 0|req: 631/1251] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:11:07 2026] POST /v2.0/networks => generated 654 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:11:08.052 8 INFO neutron.db.segments_db [None req-09ec5aec-adce-445f-aee9-a3bad65f72cf a92b294ceda84603bfa79ddb6a2b3815 6f81786337b447c6bafe53694634a99b - - default default] Added segment b90bafbb-4aaa-4223-a848-fff4dd5a9603 of type vxlan for network 0e0af714-0d21-45b0-b37e-7f3c2778fbc3 [pid: 8|app: 0|req: 632/1252] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:11:07 2026] POST /v2.0/networks => generated 653 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1253] 10.0.0.41 () {34 vars in 788 bytes} [Tue May 5 18:11:07 2026] PUT /v2.0/routers/2afc3d8d-5371-492d-a521-12c5f8abdfb7/remove_router_interface => generated 309 bytes in 1013 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:11:08.671 8 INFO neutron_taas.services.taas.taas_plugin [None req-991d4795-dc95-4e12-9b00-ec79556d98d0 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] TaaS: Handle Delete Port: c4a7c301-1108-4146-bc7d-137df5deb2e5 2026-05-05 18:11:08.674 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-991d4795-dc95-4e12-9b00-ec79556d98d0 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Tap Mirror: Handle Delete Port: c4a7c301-1108-4146-bc7d-137df5deb2e5 2026-05-05 18:11:08.948 8 INFO neutron_taas.services.taas.taas_plugin [None req-991d4795-dc95-4e12-9b00-ec79556d98d0 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] TaaS: Handle Delete Port: 33acc514-9405-40bf-a268-ea81e4efc0c6 2026-05-05 18:11:08.951 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-991d4795-dc95-4e12-9b00-ec79556d98d0 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Tap Mirror: Handle Delete Port: 33acc514-9405-40bf-a268-ea81e4efc0c6 [pid: 7|app: 0|req: 622/1254] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:11:08 2026] POST /v2.0/subnets => generated 1323 bytes in 497 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1255] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:11:09 2026] GET /v2.0/ports?device_id=6d1d9d9f-62bd-4ca2-972b-74d60019d6ad => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1256] 10.0.0.41 () {32 vars in 646 bytes} [Tue May 5 18:11:09 2026] GET /v2.0/subnets => generated 1959 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1257] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:11:09 2026] GET /v2.0/security-groups?id=0766233a-f7ea-410e-bf62-5366d1f22412&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-05 18:11:09.355 8 INFO neutron.services.segments.plugin [-] Segment a74bb5db-9c4d-4dba-8b26-bbc9d26d7611 resource provider aggregate not found 2026-05-05 18:11:09.361 8 INFO neutron.services.segments.plugin [-] Segment a74bb5db-9c4d-4dba-8b26-bbc9d26d7611 resource provider aggregate not found 2026-05-05 18:11:09.381 8 INFO neutron.services.segments.plugin [-] Segment a74bb5db-9c4d-4dba-8b26-bbc9d26d7611 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a74bb5db-9c4d-4dba-8b26-bbc9d26d7611 found for delete ", "request_id": "req-1f7915ce-9017-4bc6-8eb4-3722e059f7df"}]} 2026-05-05 18:11:09.386 8 INFO neutron.services.segments.plugin [-] Segment a74bb5db-9c4d-4dba-8b26-bbc9d26d7611 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a74bb5db-9c4d-4dba-8b26-bbc9d26d7611 found for delete ", "request_id": "req-91c77bf4-18d1-452a-a080-1424075ab1a7"}]} 2026-05-05 18:11:09.399 8 INFO neutron.db.l3_hamode_db [None req-991d4795-dc95-4e12-9b00-ec79556d98d0 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] HA network dfe8e58a-c85b-496e-8915-f8698a36fad1 was deleted as no HA routers are present in tenant 750bfd2f90834c3aaf90a72421022b7f. [pid: 8|app: 0|req: 633/1258] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:11:08 2026] DELETE /v2.0/routers/2afc3d8d-5371-492d-a521-12c5f8abdfb7 => generated 0 bytes in 947 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1259] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:11:09 2026] DELETE /v2.0/subnets/75c33d6f-194f-4e5a-b5ca-45e8ce8c5e03 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1260] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:11:09 2026] GET /v2.0/ports?device_id=6d1d9d9f-62bd-4ca2-972b-74d60019d6ad => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1261] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:11:09 2026] DELETE /v2.0/subnets/24c5a73b-656d-4ec0-84d1-dad8969b7278 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:11:09.760 8 INFO neutron_taas.services.taas.taas_plugin [None req-bdc5d7ba-7ba8-4926-be6d-d4fe4f10fd90 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] TaaS: Handle Delete Port: fcd38c08-f1c6-425b-b161-2182c63db75c 2026-05-05 18:11:09.764 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bdc5d7ba-7ba8-4926-be6d-d4fe4f10fd90 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Tap Mirror: Handle Delete Port: fcd38c08-f1c6-425b-b161-2182c63db75c [pid: 7|app: 0|req: 628/1262] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:11:09 2026] DELETE /v2.0/subnets/953d1c63-cf82-4b8b-8121-ceb61d9d5786 => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1263] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:11:09 2026] DELETE /v2.0/networks/a7be0942-4c25-4c54-b094-489cf07a4968 => generated 0 bytes in 402 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1264] 10.0.0.41 () {32 vars in 646 bytes} [Tue May 5 18:11:09 2026] GET /v2.0/subnets => generated 649 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:11:10.156 7 INFO neutron.db.l3_db [None req-5743b4ce-c8d5-4cbe-9268-62eff1bcecba ec51b74d20164b34b536c8fe679f8e35 bc6316db941f4c148be09b5037c0490d - - default default] Floating IP 4fddd3b0-a753-4a23-8297-5bc589a3230a associated. External IP: 10.96.250.212, port: 5ebed62f-ff30-4695-8c73-f4e970680757. [pid: 8|app: 0|req: 637/1265] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:11:10 2026] DELETE /v2.0/networks/0e0af714-0d21-45b0-b37e-7f3c2778fbc3 => 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: 638/1266] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:11:10 2026] GET /v2.0/security-groups?tenant_id=750bfd2f90834c3aaf90a72421022b7f&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1267] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:11:10 2026] DELETE /v2.0/networks/24a5d6bf-8989-4d12-a81c-ad441cb46954 => 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: 640/1268] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:11:10 2026] DELETE /v2.0/security-groups/cf512523-103a-4121-bfb2-aedcebced60c => 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: 629/1269] 10.0.0.41 () {34 vars in 748 bytes} [Tue May 5 18:11:09 2026] PUT /v2.0/floatingips/4fddd3b0-a753-4a23-8297-5bc589a3230a => generated 855 bytes in 710 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:11:10.562 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-08e33897-7eb6-4962-93f7-96eeb6ea8409'] response: {'name': 'network-changed', 'server_uuid': '6d1d9d9f-62bd-4ca2-972b-74d60019d6ad', 'tag': '5ebed62f-ff30-4695-8c73-f4e970680757', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 641/1270] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:11:10 2026] DELETE /v2.0/networks/5dc91d95-357f-47a5-8863-afc6e7920044 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1271] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:11:10 2026] GET /v2.0/ports?device_id=6d1d9d9f-62bd-4ca2-972b-74d60019d6ad => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1272] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:11:10 2026] GET /v2.0/security-groups?id=0766233a-f7ea-410e-bf62-5366d1f22412&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1273] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:11:10 2026] DELETE /v2.0/networks/3281b103-401b-4f6b-a09a-cce685c8a0c3 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1274] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:11:10 2026] GET /v2.0/ports?device_id=6d1d9d9f-62bd-4ca2-972b-74d60019d6ad => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1275] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:11:10 2026] GET /v2.0/security-groups?id=0766233a-f7ea-410e-bf62-5366d1f22412&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: 633/1276] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:11:11 2026] GET /v2.0/ports?tenant_id=bc6316db941f4c148be09b5037c0490d&device_id=6d1d9d9f-62bd-4ca2-972b-74d60019d6ad => generated 1240 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1277] 199.19.213.169 () {34 vars in 986 bytes} [Tue May 5 18:11:11 2026] GET /v2.0/networks?id=d87b215a-075c-4d25-9f63-998b0bcbcdae => generated 772 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1278] 199.19.213.169 () {34 vars in 1058 bytes} [Tue May 5 18:11:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=5ebed62f-ff30-4695-8c73-f4e970680757 => generated 858 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1279] 199.19.213.169 () {34 vars in 984 bytes} [Tue May 5 18:11:11 2026] GET /v2.0/subnets?id=f82feea9-8597-45b0-a887-d324fb3c3ebb => 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: 635/1280] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:11:11 2026] GET /v2.0/ports?network_id=d87b215a-075c-4d25-9f63-998b0bcbcdae&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:11:11.409 8 INFO neutron.services.segments.plugin [-] Segment 4a984015-c8f7-4782-994c-deefc89a23b0 resource provider aggregate not found 2026-05-05 18:11:11.413 8 INFO neutron.services.segments.plugin [-] Segment 4a984015-c8f7-4782-994c-deefc89a23b0 resource provider aggregate not found 2026-05-05 18:11:11.436 8 INFO neutron.services.segments.plugin [-] Segment 4a984015-c8f7-4782-994c-deefc89a23b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a984015-c8f7-4782-994c-deefc89a23b0 found for delete ", "request_id": "req-3bdc1b85-a8e6-4202-88d2-a7da6cfa6075"}]} 2026-05-05 18:11:11.450 8 INFO neutron.services.segments.plugin [-] Segment b90bafbb-4aaa-4223-a848-fff4dd5a9603 resource provider aggregate not found [pid: 8|app: 0|req: 646/1281] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:11:11 2026] GET /v2.0/networks/d87b215a-075c-4d25-9f63-998b0bcbcdae?fields=segments => generated 14 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:11:11.455 8 INFO neutron.services.segments.plugin [-] Segment 4a984015-c8f7-4782-994c-deefc89a23b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a984015-c8f7-4782-994c-deefc89a23b0 found for delete ", "request_id": "req-3525469b-3ffc-4d96-ae89-1275796c0f73"}]} 2026-05-05 18:11:11.475 8 INFO neutron.services.segments.plugin [-] Segment b90bafbb-4aaa-4223-a848-fff4dd5a9603 resource provider aggregate not found 2026-05-05 18:11:11.483 8 INFO neutron.services.segments.plugin [-] Segment b90bafbb-4aaa-4223-a848-fff4dd5a9603 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b90bafbb-4aaa-4223-a848-fff4dd5a9603 found for delete ", "request_id": "req-9d1854e6-2d51-4ac3-881b-862dc9f2f795"}]} 2026-05-05 18:11:11.496 8 INFO neutron.services.segments.plugin [-] Segment b90bafbb-4aaa-4223-a848-fff4dd5a9603 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b90bafbb-4aaa-4223-a848-fff4dd5a9603 found for delete ", "request_id": "req-e0db2b77-2023-483c-af7d-9f32759b5513"}]} 2026-05-05 18:11:11.522 8 INFO neutron.services.segments.plugin [-] Segment a4f905a3-3112-4a7a-b0ba-1a294028cde7 resource provider aggregate not found 2026-05-05 18:11:11.530 8 INFO neutron.services.segments.plugin [-] Segment a4f905a3-3112-4a7a-b0ba-1a294028cde7 resource provider aggregate not found [pid: 8|app: 0|req: 647/1282] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:11:11 2026] GET /v2.0/networks/d87b215a-075c-4d25-9f63-998b0bcbcdae?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:11:11.555 8 INFO neutron.services.segments.plugin [-] Segment a4f905a3-3112-4a7a-b0ba-1a294028cde7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4f905a3-3112-4a7a-b0ba-1a294028cde7 found for delete ", "request_id": "req-fc57cad4-1174-47d7-a2fc-e75b983269b6"}]} 2026-05-05 18:11:11.566 8 INFO neutron.services.segments.plugin [-] Segment a4f905a3-3112-4a7a-b0ba-1a294028cde7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a4f905a3-3112-4a7a-b0ba-1a294028cde7 found for delete ", "request_id": "req-82027d2d-3ebb-4bff-9b7e-80507b0bfc12"}]} 2026-05-05 18:11:11.582 8 INFO neutron.services.segments.plugin [-] Segment d56af6d6-9a3c-41b7-bdea-c2d20139c8d2 resource provider aggregate not found 2026-05-05 18:11:11.589 8 INFO neutron.services.segments.plugin [-] Segment d56af6d6-9a3c-41b7-bdea-c2d20139c8d2 resource provider aggregate not found 2026-05-05 18:11:11.609 8 INFO neutron.services.segments.plugin [-] Segment d56af6d6-9a3c-41b7-bdea-c2d20139c8d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d56af6d6-9a3c-41b7-bdea-c2d20139c8d2 found for delete ", "request_id": "req-1789f387-c267-42a8-9790-3f1ec98dba12"}]} 2026-05-05 18:11:11.619 8 INFO neutron.services.segments.plugin [-] Segment d56af6d6-9a3c-41b7-bdea-c2d20139c8d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d56af6d6-9a3c-41b7-bdea-c2d20139c8d2 found for delete ", "request_id": "req-586445d8-6e06-4f9d-95c2-aa0f33af48b0"}]} 2026-05-05 18:11:11.644 8 INFO neutron.services.segments.plugin [-] Segment 87f0133a-bed5-477b-a3ba-883566fefab2 resource provider aggregate not found 2026-05-05 18:11:11.648 8 INFO neutron.services.segments.plugin [-] Segment 87f0133a-bed5-477b-a3ba-883566fefab2 resource provider aggregate not found 2026-05-05 18:11:11.670 8 INFO neutron.services.segments.plugin [-] Segment 87f0133a-bed5-477b-a3ba-883566fefab2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87f0133a-bed5-477b-a3ba-883566fefab2 found for delete ", "request_id": "req-3c1002d2-622c-44ee-8df3-88b2c00a1c3e"}]} 2026-05-05 18:11:11.679 8 INFO neutron.services.segments.plugin [-] Segment 87f0133a-bed5-477b-a3ba-883566fefab2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87f0133a-bed5-477b-a3ba-883566fefab2 found for delete ", "request_id": "req-22dd11b0-84ea-445b-8d83-9463885d4b0c"}]} [pid: 7|app: 0|req: 636/1283] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:11:11 2026] GET /v2.0/security-groups?tenant_id=6f81786337b447c6bafe53694634a99b&name=default => generated 2925 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1284] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:11:11 2026] DELETE /v2.0/security-groups/93565c00-71ce-4674-9b28-94610eb7b1d6 => 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: 637/1285] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:11:12 2026] GET /v2.0/ports?device_id=6d1d9d9f-62bd-4ca2-972b-74d60019d6ad => generated 971 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1286] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:11:12 2026] GET /v2.0/security-groups?id=0766233a-f7ea-410e-bf62-5366d1f22412&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: 638/1287] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:11:13 2026] GET /v2.0/ports?device_id=6d1d9d9f-62bd-4ca2-972b-74d60019d6ad => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1288] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:11:13 2026] GET /v2.0/security-groups?id=0766233a-f7ea-410e-bf62-5366d1f22412&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1289] 199.19.213.169 () {34 vars in 994 bytes} [Tue May 5 18:11:13 2026] GET /v2.0/ports?device_id=6d1d9d9f-62bd-4ca2-972b-74d60019d6ad => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:11:13.590 8 INFO neutron_taas.services.taas.taas_plugin [req-9f8e6616-6aa0-4570-86c3-c38a8c71772d req-d6f446f3-9546-4821-858e-a85f78713ce1 ec51b74d20164b34b536c8fe679f8e35 bc6316db941f4c148be09b5037c0490d - - default default] TaaS: Handle Delete Port: 5ebed62f-ff30-4695-8c73-f4e970680757 2026-05-05 18:11:13.593 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9f8e6616-6aa0-4570-86c3-c38a8c71772d req-d6f446f3-9546-4821-858e-a85f78713ce1 ec51b74d20164b34b536c8fe679f8e35 bc6316db941f4c148be09b5037c0490d - - default default] Tap Mirror: Handle Delete Port: 5ebed62f-ff30-4695-8c73-f4e970680757 2026-05-05 18:11:13.714 8 INFO neutron.db.l3_db [req-9f8e6616-6aa0-4570-86c3-c38a8c71772d req-d6f446f3-9546-4821-858e-a85f78713ce1 ec51b74d20164b34b536c8fe679f8e35 bc6316db941f4c148be09b5037c0490d - - default default] Floating IP 4fddd3b0-a753-4a23-8297-5bc589a3230a disassociated. External IP: 10.96.250.212, port: 5ebed62f-ff30-4695-8c73-f4e970680757. 2026-05-05 18:11:14.057 7 INFO neutron.db.segments_db [None req-9e7cbb01-0569-482b-8f63-824d7638dc7d 40c0f62830304377a13254c1728997d8 00813d73ec63442982c22bbb4a9b9212 - - default default] Added segment d7db6fbf-d49a-44f2-b6bc-7fc5748f87dd of type vxlan for network ff6bd7ce-1cf1-462f-965f-b861ef00ed25 [pid: 8|app: 0|req: 651/1290] 199.19.213.169 () {36 vars in 997 bytes} [Tue May 5 18:11:13 2026] DELETE /v2.0/ports/5ebed62f-ff30-4695-8c73-f4e970680757 => generated 0 bytes in 661 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:11:14.111 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e15ae6e6-a34d-44ec-b944-841fb0f1cc03'] response: {'server_uuid': '6d1d9d9f-62bd-4ca2-972b-74d60019d6ad', 'name': 'network-vif-deleted', 'tag': '5ebed62f-ff30-4695-8c73-f4e970680757', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 640/1291] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:11:13 2026] POST /v2.0/networks => generated 648 bytes in 627 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1292] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:11:14 2026] GET /v2.0/ports?device_id=6d1d9d9f-62bd-4ca2-972b-74d60019d6ad => 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: 641/1293] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:11:14 2026] POST /v2.0/subnets => generated 673 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:11:15.031 8 INFO neutron.db.segments_db [None req-0984330a-6121-4b7b-addb-018b3a86314a 40c0f62830304377a13254c1728997d8 00813d73ec63442982c22bbb4a9b9212 - - default default] Added segment cde8f8f7-69bb-43c6-b4cb-7776b42d014f of type vxlan for network dc907d6f-3580-41e6-bde6-76fe4f6cde45 [pid: 8|app: 0|req: 653/1294] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:11:14 2026] POST /v2.0/networks => generated 648 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1295] 10.0.0.41 () {34 vars in 742 bytes} [Tue May 5 18:11:15 2026] PUT /v2.0/networks/dc907d6f-3580-41e6-bde6-76fe4f6cde45 => generated 592 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1296] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:11:15 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: 656/1297] 10.0.0.41 () {34 vars in 740 bytes} [Tue May 5 18:11:15 2026] PUT /v2.0/subnets/62cd2968-0d3a-4e7f-b460-e9767e3309e2 => generated 656 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1298] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:11:15 2026] GET /v2.0/ports?device_id=6d1d9d9f-62bd-4ca2-972b-74d60019d6ad => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:11:15.864 8 INFO neutron.services.segments.plugin [-] Segment cde8f8f7-69bb-43c6-b4cb-7776b42d014f resource provider aggregate not found 2026-05-05 18:11:15.867 8 INFO neutron.services.segments.plugin [-] Segment cde8f8f7-69bb-43c6-b4cb-7776b42d014f resource provider aggregate not found 2026-05-05 18:11:15.890 8 INFO neutron.services.segments.plugin [-] Segment cde8f8f7-69bb-43c6-b4cb-7776b42d014f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cde8f8f7-69bb-43c6-b4cb-7776b42d014f found for delete ", "request_id": "req-4470e535-4de5-4bab-ab94-163c165b6d9b"}]} 2026-05-05 18:11:15.895 8 INFO neutron.services.segments.plugin [-] Segment cde8f8f7-69bb-43c6-b4cb-7776b42d014f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cde8f8f7-69bb-43c6-b4cb-7776b42d014f found for delete ", "request_id": "req-375932c3-4869-4ed1-8a56-1c171a03b69d"}]} [pid: 8|app: 0|req: 658/1299] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:11:15 2026] DELETE /v2.0/networks/dc907d6f-3580-41e6-bde6-76fe4f6cde45 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:11:15.942 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fd4d5148-d50e-4ada-ade0-15a84fbbad84 40c0f62830304377a13254c1728997d8 00813d73ec63442982c22bbb4a9b9212 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 659/1300] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:11:15 2026] DELETE /v2.0/networks/dc907d6f-3580-41e6-bde6-76fe4f6cde45 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1301] 10.0.0.41 () {32 vars in 693 bytes} [Tue May 5 18:11:15 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1302] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:11:15 2026] GET /v2.0/security-groups?tenant_id=b746c0adb8a549ffa1b8e92852092022&name=default => generated 2925 bytes in 1018 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1303] 10.0.0.41 () {32 vars in 741 bytes} [Tue May 5 18:11:16 2026] GET /v2.0/subnets?network_id=bf7518a9-e82f-4fe0-98da-203dddd70533 => generated 649 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1304] 10.0.0.41 () {32 vars in 652 bytes} [Tue May 5 18:11:16 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1305] 10.0.0.41 () {32 vars in 648 bytes} [Tue May 5 18:11:16 2026] GET /v2.0/networks => generated 1313 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1306] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:11:16 2026] DELETE /v2.0/security-groups/7b63698d-3cd3-4ef1-831e-f75e62d19de1 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1307] 10.0.0.41 () {32 vars in 646 bytes} [Tue May 5 18:11:16 2026] GET /v2.0/subnets => generated 1312 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1308] 10.0.0.41 () {32 vars in 722 bytes} [Tue May 5 18:11:16 2026] GET /v2.0/networks/ff6bd7ce-1cf1-462f-965f-b861ef00ed25 => generated 673 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1309] 10.0.0.41 () {32 vars in 720 bytes} [Tue May 5 18:11:16 2026] GET /v2.0/subnets/8119a601-41f0-464f-8cac-90096f67dd9a => generated 673 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:11:16.340 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ac98d606-8c4c-4c9b-bda2-b49a39b9b5ce 40c0f62830304377a13254c1728997d8 00813d73ec63442982c22bbb4a9b9212 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 645/1310] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:11:16 2026] DELETE /v2.0/subnets/62cd2968-0d3a-4e7f-b460-e9767e3309e2 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 18:11:16.361 7 INFO neutron.pecan_wsgi.hooks.translation [None req-63d180d4-2c63-43e4-8912-161bfc478efa 40c0f62830304377a13254c1728997d8 00813d73ec63442982c22bbb4a9b9212 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 646/1311] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:11:16 2026] DELETE /v2.0/networks/dc907d6f-3580-41e6-bde6-76fe4f6cde45 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1312] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:11:16 2026] DELETE /v2.0/subnets/8119a601-41f0-464f-8cac-90096f67dd9a => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:11:16.655 7 INFO neutron_taas.services.taas.taas_plugin [None req-c87b15a5-db5b-4f11-b4bd-1072d4e56a00 40c0f62830304377a13254c1728997d8 00813d73ec63442982c22bbb4a9b9212 - - default default] TaaS: Handle Delete Port: bcfb812d-c3d9-4f4d-9484-f11c61bf9122 2026-05-05 18:11:16.658 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c87b15a5-db5b-4f11-b4bd-1072d4e56a00 40c0f62830304377a13254c1728997d8 00813d73ec63442982c22bbb4a9b9212 - - default default] Tap Mirror: Handle Delete Port: bcfb812d-c3d9-4f4d-9484-f11c61bf9122 2026-05-05 18:11:16.863 7 INFO neutron.services.segments.plugin [-] Segment d7db6fbf-d49a-44f2-b6bc-7fc5748f87dd resource provider aggregate not found 2026-05-05 18:11:16.867 7 INFO neutron.services.segments.plugin [-] Segment d7db6fbf-d49a-44f2-b6bc-7fc5748f87dd resource provider aggregate not found [pid: 8|app: 0|req: 666/1313] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:11:16 2026] GET /v2.0/security-groups?tenant_id=24fb3b3297584a87af895f5c88e6ec1a&name=default => generated 2925 bytes in 542 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:11:16.886 7 INFO neutron.services.segments.plugin [-] Segment d7db6fbf-d49a-44f2-b6bc-7fc5748f87dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7db6fbf-d49a-44f2-b6bc-7fc5748f87dd found for delete ", "request_id": "req-d489b504-1932-4ff4-a472-1281d3ce68cb"}]} [pid: 8|app: 0|req: 667/1314] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:11:16 2026] GET /v2.0/ports?device_id=6d1d9d9f-62bd-4ca2-972b-74d60019d6ad => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:11:16.888 7 INFO neutron.services.segments.plugin [-] Segment d7db6fbf-d49a-44f2-b6bc-7fc5748f87dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7db6fbf-d49a-44f2-b6bc-7fc5748f87dd found for delete ", "request_id": "req-2781c45e-5418-4c47-bd12-a187deec721c"}]} [pid: 7|app: 0|req: 648/1315] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:11:16 2026] DELETE /v2.0/networks/ff6bd7ce-1cf1-462f-965f-b861ef00ed25 => generated 0 bytes in 355 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1316] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:11:16 2026] DELETE /v2.0/security-groups/d9cfcf34-e212-46b4-a76d-1b2aedb0c1ef => 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: 649/1317] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:11:17 2026] GET /v2.0/security-groups?tenant_id=00813d73ec63442982c22bbb4a9b9212&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1318] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:11:17 2026] GET /v2.0/security-groups?tenant_id=c05ccbed8b6a409283ac3156e1c83768&name=default => generated 2925 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1319] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:11:17 2026] DELETE /v2.0/security-groups/f3b30bf2-8740-4114-9b89-9a70a04ae336 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1320] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:11:17 2026] DELETE /v2.0/security-groups/377d75b9-e426-4907-9d7f-0e45ecceb00c => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1321] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:11:17 2026] DELETE /v2.0/security-groups/0766233a-f7ea-410e-bf62-5366d1f22412 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:11:18.099 8 INFO neutron.api.v2.resource [None req-f3930505-f499-4a7e-a19e-5ff7a4d5d700 ec51b74d20164b34b536c8fe679f8e35 bc6316db941f4c148be09b5037c0490d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 671/1322] 10.0.0.41 () {32 vars in 736 bytes} [Tue May 5 18:11:18 2026] GET /v2.0/security-groups/0766233a-f7ea-410e-bf62-5366d1f22412 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 18:11:18.227 7 INFO neutron_taas.services.taas.taas_plugin [None req-b83b7360-d36d-487d-9351-c3380dd89f6e ec51b74d20164b34b536c8fe679f8e35 bc6316db941f4c148be09b5037c0490d - - default default] TaaS: Handle Delete Port: 15b98e96-1441-41df-8ffe-fc65b24a602f 2026-05-05 18:11:18.231 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b83b7360-d36d-487d-9351-c3380dd89f6e ec51b74d20164b34b536c8fe679f8e35 bc6316db941f4c148be09b5037c0490d - - default default] Tap Mirror: Handle Delete Port: 15b98e96-1441-41df-8ffe-fc65b24a602f [pid: 7|app: 0|req: 652/1323] 10.0.0.41 () {32 vars in 731 bytes} [Tue May 5 18:11:18 2026] DELETE /v2.0/floatingips/4fddd3b0-a753-4a23-8297-5bc589a3230a => generated 0 bytes in 278 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:11:18.752 8 INFO neutron_taas.services.taas.taas_plugin [None req-0cc3eefd-72f4-4d7b-8bd6-a9aaf2f77c63 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] TaaS: Handle Delete Port: a6440e50-8d72-4ce6-a815-870feddd0354 2026-05-05 18:11:18.755 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0cc3eefd-72f4-4d7b-8bd6-a9aaf2f77c63 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Tap Mirror: Handle Delete Port: a6440e50-8d72-4ce6-a815-870feddd0354 [pid: 8|app: 0|req: 672/1324] 10.0.0.41 () {34 vars in 788 bytes} [Tue May 5 18:11:18 2026] PUT /v2.0/routers/3ab1ff1a-133a-40fa-8c40-bb6895690403/remove_router_interface => generated 309 bytes in 961 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:11:19.602 7 INFO neutron_taas.services.taas.taas_plugin [None req-4ca9656a-35dd-4c4b-9c54-83e7ede16411 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] TaaS: Handle Delete Port: eb37f0c9-99f7-4aaa-a533-5d3d6a402445 2026-05-05 18:11:19.609 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ca9656a-35dd-4c4b-9c54-83e7ede16411 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Tap Mirror: Handle Delete Port: eb37f0c9-99f7-4aaa-a533-5d3d6a402445 2026-05-05 18:11:19.790 8 INFO neutron.db.segments_db [None req-1a52f520-6098-4c28-b047-1007248e82c0 c6a41df9c16f4ca0a0e0ff6ea61b2819 1d277ccf2b314ce08e2a31b977cd3688 - - default default] Added segment 065ef8eb-9326-44ce-b0d2-79136ca8301e of type vxlan for network d6813f0a-d60c-468f-95d5-b242760362d2 [pid: 8|app: 0|req: 673/1325] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:11:19 2026] POST /v2.0/networks => generated 633 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:11:19.919 7 INFO neutron_taas.services.taas.taas_plugin [None req-4ca9656a-35dd-4c4b-9c54-83e7ede16411 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] TaaS: Handle Delete Port: fda18158-18c4-4851-89bb-3812c316a759 2026-05-05 18:11:19.922 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ca9656a-35dd-4c4b-9c54-83e7ede16411 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Tap Mirror: Handle Delete Port: fda18158-18c4-4851-89bb-3812c316a759 2026-05-05 18:11:19.925 8 INFO neutron.db.segments_db [None req-3cb75f30-1527-422b-a0b8-5f95574e824b c6a41df9c16f4ca0a0e0ff6ea61b2819 1d277ccf2b314ce08e2a31b977cd3688 - - default default] Added segment 41559226-66a8-4210-8455-2b9a84c89590 of type vxlan for network 3626382a-0c06-4ef7-a8ae-d402fb664bef [pid: 8|app: 0|req: 676/1328] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:11:19 2026] POST /v2.0/networks => generated 633 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1329] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:11:20 2026] POST /v2.0/subnets => generated 646 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:11:20.341 7 INFO neutron.services.segments.plugin [-] Segment bf7fcd46-df66-469c-9035-080dfa9d11de resource provider aggregate not found 2026-05-05 18:11:20.349 7 INFO neutron.services.segments.plugin [-] Segment bf7fcd46-df66-469c-9035-080dfa9d11de resource provider aggregate not found 2026-05-05 18:11:20.362 7 INFO neutron.services.segments.plugin [-] Segment bf7fcd46-df66-469c-9035-080dfa9d11de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf7fcd46-df66-469c-9035-080dfa9d11de found for delete ", "request_id": "req-7a60c3ab-a64a-4758-8390-d93fa5973c17"}]} 2026-05-05 18:11:20.363 7 INFO neutron.services.segments.plugin [-] Segment bf7fcd46-df66-469c-9035-080dfa9d11de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf7fcd46-df66-469c-9035-080dfa9d11de found for delete ", "request_id": "req-a105142c-126a-42c2-ba4d-ba9c717db31d"}]} 2026-05-05 18:11:20.376 7 INFO neutron.db.l3_hamode_db [None req-4ca9656a-35dd-4c4b-9c54-83e7ede16411 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] HA network 5df61545-d592-444a-bc81-4f83f663623b was deleted as no HA routers are present in tenant bc6316db941f4c148be09b5037c0490d. [pid: 7|app: 0|req: 653/1330] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:11:19 2026] DELETE /v2.0/routers/3ab1ff1a-133a-40fa-8c40-bb6895690403 => generated 0 bytes in 1026 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1331] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:11:20 2026] DELETE /v2.0/subnets/f82feea9-8597-45b0-a887-d324fb3c3ebb => 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: 678/1332] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:11:20 2026] POST /v2.0/subnets => generated 655 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:11:20.670 8 INFO neutron.db.segments_db [None req-678c93b3-61eb-4677-bbdc-a87195707dd5 c6a41df9c16f4ca0a0e0ff6ea61b2819 1d277ccf2b314ce08e2a31b977cd3688 - - default default] Added segment c042497a-d2ab-415a-bb02-3c01b65bee63 of type vxlan for network f8cc23f9-3e35-42a2-a8c7-be52019589d9 2026-05-05 18:11:20.677 7 INFO neutron_taas.services.taas.taas_plugin [None req-08ce94c5-a85a-40a6-97bc-9c6271a33095 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] TaaS: Handle Delete Port: 6729e2c2-7f1b-4ac8-b0b3-2293d98b4c30 2026-05-05 18:11:20.681 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-08ce94c5-a85a-40a6-97bc-9c6271a33095 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Tap Mirror: Handle Delete Port: 6729e2c2-7f1b-4ac8-b0b3-2293d98b4c30 [pid: 7|app: 0|req: 655/1333] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:11:20 2026] DELETE /v2.0/networks/d87b215a-075c-4d25-9f63-998b0bcbcdae => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:11:20.963 8 INFO neutron.db.l3_hamode_db [None req-678c93b3-61eb-4677-bbdc-a87195707dd5 c6a41df9c16f4ca0a0e0ff6ea61b2819 1d277ccf2b314ce08e2a31b977cd3688 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-05 18:11:21.129 8 INFO neutron.db.l3_hamode_db [None req-678c93b3-61eb-4677-bbdc-a87195707dd5 c6a41df9c16f4ca0a0e0ff6ea61b2819 1d277ccf2b314ce08e2a31b977cd3688 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-05 18:11:21.356 7 INFO neutron.db.segments_db [None req-9ef2536f-fb5f-49ac-8feb-daf8de9e8866 a1ff7c0d48224801a29e12b98b608cb3 d227ef8c752b4eb18afa45b6849faf1f - - default default] Added segment ad408469-59d0-4f81-ae12-5150b5ccce41 of type vxlan for network 217dd5ad-ca76-4448-9e83-c0591df63f84 [pid: 7|app: 0|req: 656/1334] 10.0.0.41 () {34 vars in 670 bytes} [Tue May 5 18:11:20 2026] POST /v2.0/networks => generated 632 bytes in 492 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1335] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:11:21 2026] GET /v2.0/security-groups?tenant_id=bc6316db941f4c148be09b5037c0490d&name=default => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:11:21.493 7 INFO neutron.db.segments_db [None req-bb4dc2f8-5817-4e94-ba68-fb0a5f4f4010 a1ff7c0d48224801a29e12b98b608cb3 d227ef8c752b4eb18afa45b6849faf1f - - default default] Added segment a5cca5ff-e76c-493d-a4f4-81cc7c8f8f21 of type vxlan for network 94cf1b5a-a9d9-4380-8e81-308b63a4934c [pid: 8|app: 0|req: 679/1336] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:11:20 2026] POST /v2.0/routers => generated 511 bytes in 1040 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:11:21.691 7 INFO neutron.db.l3_hamode_db [None req-bb4dc2f8-5817-4e94-ba68-fb0a5f4f4010 a1ff7c0d48224801a29e12b98b608cb3 d227ef8c752b4eb18afa45b6849faf1f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 680/1337] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:11:21 2026] DELETE /v2.0/security-groups/b62c3c5a-f674-4d78-a66a-b1b2eded069f => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:11:22.391 7 INFO neutron.services.segments.plugin [-] Segment 123314e9-35af-4127-ba21-24c8044c04f5 resource provider aggregate not found 2026-05-05 18:11:22.398 7 INFO neutron.services.segments.plugin [-] Segment 123314e9-35af-4127-ba21-24c8044c04f5 resource provider aggregate not found 2026-05-05 18:11:22.415 7 INFO neutron.services.segments.plugin [-] Segment 123314e9-35af-4127-ba21-24c8044c04f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 123314e9-35af-4127-ba21-24c8044c04f5 found for delete ", "request_id": "req-ef16e8a9-3308-4f38-a0aa-89ce276273f5"}]} 2026-05-05 18:11:22.419 7 INFO neutron.services.segments.plugin [-] Segment 123314e9-35af-4127-ba21-24c8044c04f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 123314e9-35af-4127-ba21-24c8044c04f5 found for delete ", "request_id": "req-258aae13-074c-47e3-8d01-64fd36914c70"}]} 2026-05-05 18:11:22.589 7 INFO neutron.db.l3_hamode_db [None req-bb4dc2f8-5817-4e94-ba68-fb0a5f4f4010 a1ff7c0d48224801a29e12b98b608cb3 d227ef8c752b4eb18afa45b6849faf1f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 681/1338] 10.0.0.41 () {34 vars in 782 bytes} [Tue May 5 18:11:21 2026] PUT /v2.0/routers/46c37055-baa6-4f74-8752-a76c6b8902da/add_router_interface => generated 309 bytes in 1085 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1339] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:11:22 2026] GET /v2.0/security-groups?tenant_id=d86fc18c97ef4438ad433b03c9803ac0&name=default => generated 2925 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1340] 10.0.0.41 () {32 vars in 716 bytes} [Tue May 5 18:11:23 2026] GET /v2.0/ports/4ec12da3-b39d-4514-9b4a-efd1d82b1878 => generated 959 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1341] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:11:23 2026] DELETE /v2.0/security-groups/477130cf-2295-4225-9a37-e2ff7441cae9 => 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: 658/1342] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:11:21 2026] POST /v2.0/routers => generated 695 bytes in 1936 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1343] 10.0.0.41 () {32 vars in 775 bytes} [Tue May 5 18:11:23 2026] GET /v2.0/subnets?project_id=d227ef8c752b4eb18afa45b6849faf1f&cidr=10.100.0.0%2F28 => generated 14 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1344] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:11:23 2026] GET /v2.0/security-groups?tenant_id=a40e56582a2f487f8da61607a9c9bc64&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1345] 10.0.0.41 () {32 vars in 693 bytes} [Tue May 5 18:11:23 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1346] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:11:23 2026] DELETE /v2.0/security-groups/e934d917-2509-4518-aeb2-f4c2628eba3a => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1347] 10.0.0.41 () {32 vars in 783 bytes} [Tue May 5 18:11:23 2026] GET /v2.0/subnets?network_id=bf7518a9-e82f-4fe0-98da-203dddd70533&cidr=10.100.0.0%2F28 => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1348] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:11:23 2026] POST /v2.0/subnets => generated 657 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1349] 10.0.0.41 () {34 vars in 782 bytes} [Tue May 5 18:11:23 2026] PUT /v2.0/routers/46c37055-baa6-4f74-8752-a76c6b8902da/add_router_interface => generated 309 bytes in 1142 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1350] 10.0.0.41 () {32 vars in 716 bytes} [Tue May 5 18:11:24 2026] GET /v2.0/ports/b319c115-2f1d-401b-bb60-f55621e19a47 => generated 967 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:11:24.846 8 INFO neutron_taas.services.taas.taas_plugin [None req-baabe92a-11b7-4c0f-8c83-69bf235611cf c6a41df9c16f4ca0a0e0ff6ea61b2819 1d277ccf2b314ce08e2a31b977cd3688 - - default default] TaaS: Handle Delete Port: b319c115-2f1d-401b-bb60-f55621e19a47 2026-05-05 18:11:24.850 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-baabe92a-11b7-4c0f-8c83-69bf235611cf c6a41df9c16f4ca0a0e0ff6ea61b2819 1d277ccf2b314ce08e2a31b977cd3688 - - default default] Tap Mirror: Handle Delete Port: b319c115-2f1d-401b-bb60-f55621e19a47 [pid: 8|app: 0|req: 687/1351] 10.0.0.41 () {34 vars in 788 bytes} [Tue May 5 18:11:24 2026] PUT /v2.0/routers/46c37055-baa6-4f74-8752-a76c6b8902da/remove_router_interface => generated 309 bytes in 764 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:11:25.560 8 INFO neutron_taas.services.taas.taas_plugin [None req-a988ca5c-1c38-4a42-a5f1-57f148d50c37 c6a41df9c16f4ca0a0e0ff6ea61b2819 1d277ccf2b314ce08e2a31b977cd3688 - - default default] TaaS: Handle Delete Port: 4ec12da3-b39d-4514-9b4a-efd1d82b1878 2026-05-05 18:11:25.563 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a988ca5c-1c38-4a42-a5f1-57f148d50c37 c6a41df9c16f4ca0a0e0ff6ea61b2819 1d277ccf2b314ce08e2a31b977cd3688 - - default default] Tap Mirror: Handle Delete Port: 4ec12da3-b39d-4514-9b4a-efd1d82b1878 [pid: 7|app: 0|req: 665/1352] 10.0.0.41 () {34 vars in 782 bytes} [Tue May 5 18:11:24 2026] PUT /v2.0/routers/3f7efa26-d7dd-45d4-818a-b36747be9d44/add_router_interface => generated 309 bytes in 1399 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1353] 10.0.0.41 () {32 vars in 648 bytes} [Tue May 5 18:11:25 2026] GET /v2.0/networks => generated 5788 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1354] 10.0.0.41 () {32 vars in 646 bytes} [Tue May 5 18:11:25 2026] GET /v2.0/subnets => generated 4534 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1355] 10.0.0.41 () {32 vars in 646 bytes} [Tue May 5 18:11:25 2026] GET /v2.0/routers => generated 1279 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1356] 10.0.0.41 () {34 vars in 684 bytes} [Tue May 5 18:11:25 2026] POST /v2.0/security-groups => generated 1673 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1357] 10.0.0.41 () {34 vars in 788 bytes} [Tue May 5 18:11:25 2026] PUT /v2.0/routers/46c37055-baa6-4f74-8752-a76c6b8902da/remove_router_interface => generated 309 bytes in 818 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1358] 10.0.0.41 () {32 vars in 735 bytes} [Tue May 5 18:11:26 2026] GET /v2.0/ports?device_id=46c37055-baa6-4f74-8752-a76c6b8902da => 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: 670/1359] 10.0.0.41 () {34 vars in 694 bytes} [Tue May 5 18:11:26 2026] POST /v2.0/security-group-rules => generated 597 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:11:26.325 8 INFO neutron_taas.services.taas.taas_plugin [None req-dfa18a18-07e0-4bdd-bb42-5fca9acf391f c6a41df9c16f4ca0a0e0ff6ea61b2819 1d277ccf2b314ce08e2a31b977cd3688 - - default default] TaaS: Handle Delete Port: a832082a-c3aa-4b67-bcb8-8c5c3dc5037c 2026-05-05 18:11:26.328 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dfa18a18-07e0-4bdd-bb42-5fca9acf391f c6a41df9c16f4ca0a0e0ff6ea61b2819 1d277ccf2b314ce08e2a31b977cd3688 - - default default] Tap Mirror: Handle Delete Port: a832082a-c3aa-4b67-bcb8-8c5c3dc5037c [pid: 7|app: 0|req: 671/1360] 10.0.0.41 () {34 vars in 694 bytes} [Tue May 5 18:11:26 2026] POST /v2.0/security-group-rules => generated 596 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1361] 10.0.0.41 () {34 vars in 694 bytes} [Tue May 5 18:11:26 2026] POST /v2.0/security-group-rules => generated 602 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1362] 10.0.0.41 () {34 vars in 694 bytes} [Tue May 5 18:11:26 2026] POST /v2.0/security-group-rules => generated 601 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:11:26.642 8 INFO neutron.services.segments.plugin [-] Segment c042497a-d2ab-415a-bb02-3c01b65bee63 resource provider aggregate not found 2026-05-05 18:11:26.647 8 INFO neutron.services.segments.plugin [-] Segment c042497a-d2ab-415a-bb02-3c01b65bee63 resource provider aggregate not found 2026-05-05 18:11:26.665 8 INFO neutron.services.segments.plugin [-] Segment c042497a-d2ab-415a-bb02-3c01b65bee63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c042497a-d2ab-415a-bb02-3c01b65bee63 found for delete ", "request_id": "req-7e1e6883-7d1a-4e9a-91d4-b58733d44e0d"}]} 2026-05-05 18:11:26.669 8 INFO neutron.services.segments.plugin [-] Segment c042497a-d2ab-415a-bb02-3c01b65bee63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c042497a-d2ab-415a-bb02-3c01b65bee63 found for delete ", "request_id": "req-ab42a958-7d51-4f3c-8696-df34e7d539d0"}]} 2026-05-05 18:11:26.678 7 INFO neutron.db.securitygroups_db [None req-aa3dc50f-de2b-4953-be1d-ec259598cec8 a1ff7c0d48224801a29e12b98b608cb3 d227ef8c752b4eb18afa45b6849faf1f - - default default] Project d227ef8c752b4eb18afa45b6849faf1f added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-05-05 18:11:26.682 8 INFO neutron.db.l3_hamode_db [None req-dfa18a18-07e0-4bdd-bb42-5fca9acf391f c6a41df9c16f4ca0a0e0ff6ea61b2819 1d277ccf2b314ce08e2a31b977cd3688 - - default default] HA network f8cc23f9-3e35-42a2-a8c7-be52019589d9 was deleted as no HA routers are present in tenant 1d277ccf2b314ce08e2a31b977cd3688. [pid: 8|app: 0|req: 690/1363] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:11:26 2026] DELETE /v2.0/routers/46c37055-baa6-4f74-8752-a76c6b8902da => generated 0 bytes in 557 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1364] 10.0.0.41 () {34 vars in 694 bytes} [Tue May 5 18:11:26 2026] POST /v2.0/security-group-rules => generated 607 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1365] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:11:26 2026] DELETE /v2.0/subnets/c35777b2-883d-443e-81ef-c14e40f1d156 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:11:26.845 7 INFO neutron.db.securitygroups_db [None req-2c2114e7-308f-431b-9cf2-d1dd0deb7f94 a1ff7c0d48224801a29e12b98b608cb3 d227ef8c752b4eb18afa45b6849faf1f - - default default] Project d227ef8c752b4eb18afa45b6849faf1f 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: 675/1366] 10.0.0.41 () {34 vars in 694 bytes} [Tue May 5 18:11:26 2026] POST /v2.0/security-group-rules => generated 606 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1367] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:11:26 2026] DELETE /v2.0/subnets/345862e2-9084-41ac-a3f3-f028720beb75 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:11:27.159 7 INFO neutron.services.segments.plugin [-] Segment 41559226-66a8-4210-8455-2b9a84c89590 resource provider aggregate not found 2026-05-05 18:11:27.167 7 INFO neutron.services.segments.plugin [-] Segment 41559226-66a8-4210-8455-2b9a84c89590 resource provider aggregate not found 2026-05-05 18:11:27.190 7 INFO neutron.services.segments.plugin [-] Segment 41559226-66a8-4210-8455-2b9a84c89590 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41559226-66a8-4210-8455-2b9a84c89590 found for delete ", "request_id": "req-daadfd85-2002-4262-9bc6-27e806524601"}]} 2026-05-05 18:11:27.196 7 INFO neutron.services.segments.plugin [-] Segment 41559226-66a8-4210-8455-2b9a84c89590 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41559226-66a8-4210-8455-2b9a84c89590 found for delete ", "request_id": "req-49fbae7c-2bcb-4cae-8d23-6a9c5e10008a"}]} [pid: 7|app: 0|req: 676/1368] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:11:27 2026] DELETE /v2.0/networks/3626382a-0c06-4ef7-a8ae-d402fb664bef => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:11:27.315 8 INFO neutron_taas.services.taas.taas_plugin [None req-e4607d9a-e117-46d9-89ae-3745478285fb c6a41df9c16f4ca0a0e0ff6ea61b2819 1d277ccf2b314ce08e2a31b977cd3688 - - default default] TaaS: Handle Delete Port: 31d00a6d-147d-491b-afcc-e80fd1b8794f 2026-05-05 18:11:27.319 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4607d9a-e117-46d9-89ae-3745478285fb c6a41df9c16f4ca0a0e0ff6ea61b2819 1d277ccf2b314ce08e2a31b977cd3688 - - default default] Tap Mirror: Handle Delete Port: 31d00a6d-147d-491b-afcc-e80fd1b8794f [pid: 8|app: 0|req: 693/1369] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:11:27 2026] DELETE /v2.0/networks/d6813f0a-d60c-468f-95d5-b242760362d2 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1370] 10.0.0.41 () {32 vars in 648 bytes} [Tue May 5 18:11:27 2026] GET /v2.0/networks => generated 1297 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:11:27.613 8 INFO neutron.db.segments_db [None req-fa2f69d4-3e5a-46f7-9d67-0b30cea9328f c6a41df9c16f4ca0a0e0ff6ea61b2819 1d277ccf2b314ce08e2a31b977cd3688 - - default default] Added segment 2ffcbad0-2693-418b-b383-daeeb52ce012 of type vxlan for network 75ef95d4-44ec-466a-a7e3-32cbf8f6d9f9 [pid: 7|app: 0|req: 678/1371] 10.0.0.198 () {34 vars in 1098 bytes} [Tue May 5 18:11:27 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-750934022&fields=id&tenant_id=d227ef8c752b4eb18afa45b6849faf1f => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1372] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:11:27 2026] POST /v2.0/networks => generated 633 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1373] 10.0.0.198 () {34 vars in 982 bytes} [Tue May 5 18:11:27 2026] GET /v2.0/networks?id=217dd5ad-ca76-4448-9e83-c0591df63f84 => generated 660 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1374] 10.0.0.198 () {34 vars in 965 bytes} [Tue May 5 18:11:27 2026] GET /v2.0/quotas/d227ef8c752b4eb18afa45b6849faf1f => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1375] 10.0.0.198 () {34 vars in 1002 bytes} [Tue May 5 18:11:27 2026] GET /v2.0/ports?tenant_id=d227ef8c752b4eb18afa45b6849faf1f&fields=id => generated 57 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1376] 10.0.0.198 () {34 vars in 1008 bytes} [Tue May 5 18:11:27 2026] GET /v2.0/networks/217dd5ad-ca76-4448-9e83-c0591df63f84?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: 679/1377] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:11:27 2026] POST /v2.0/subnets => generated 646 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1378] 10.0.0.198 () {34 vars in 1108 bytes} [Tue May 5 18:11:27 2026] GET /v2.0/networks/217dd5ad-ca76-4448-9e83-c0591df63f84?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:11:28.022 7 INFO neutron.db.segments_db [None req-f1b09141-93d1-4f0b-a422-330a0588f261 c6a41df9c16f4ca0a0e0ff6ea61b2819 1d277ccf2b314ce08e2a31b977cd3688 - - default default] Added segment 5207e592-ba37-4e6d-a9ab-f1f765e4a19e of type vxlan for network 5bfb9248-8107-4d4a-915b-ed205b645f76 [pid: 8|app: 0|req: 700/1379] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:11:28 2026] GET /v2.0/ports?device_id=a33ce02e-0c87-43b4-81c7-e97f03fc030f => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:11:28.297 7 INFO neutron.db.l3_hamode_db [None req-f1b09141-93d1-4f0b-a422-330a0588f261 c6a41df9c16f4ca0a0e0ff6ea61b2819 1d277ccf2b314ce08e2a31b977cd3688 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-05 18:11:28.425 7 INFO neutron.db.l3_hamode_db [None req-f1b09141-93d1-4f0b-a422-330a0588f261 c6a41df9c16f4ca0a0e0ff6ea61b2819 1d277ccf2b314ce08e2a31b977cd3688 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-05 18:11:28.692 8 INFO neutron.services.segments.plugin [-] Segment 065ef8eb-9326-44ce-b0d2-79136ca8301e resource provider aggregate not found 2026-05-05 18:11:28.697 8 INFO neutron.services.segments.plugin [-] Segment 065ef8eb-9326-44ce-b0d2-79136ca8301e resource provider aggregate not found 2026-05-05 18:11:28.718 8 INFO neutron.services.segments.plugin [-] Segment 065ef8eb-9326-44ce-b0d2-79136ca8301e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 065ef8eb-9326-44ce-b0d2-79136ca8301e found for delete ", "request_id": "req-f0a011ef-be4e-4faa-860a-8d9e8517b46b"}]} 2026-05-05 18:11:28.722 8 INFO neutron.services.segments.plugin [-] Segment 065ef8eb-9326-44ce-b0d2-79136ca8301e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 065ef8eb-9326-44ce-b0d2-79136ca8301e found for delete ", "request_id": "req-3c8add15-1d50-4492-bc0c-88c818fcba95"}]} [pid: 8|app: 0|req: 701/1380] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:11:28 2026] GET /v2.0/security-groups?tenant_id=920da1660f3c431ab3e2e42fa102b7c2&name=default => generated 2925 bytes in 397 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1381] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:11:28 2026] DELETE /v2.0/security-groups/78c61caa-37aa-4198-8bcd-680d06cb1ec6 => 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: 680/1382] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:11:27 2026] POST /v2.0/routers => generated 511 bytes in 1073 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1383] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:11:28 2026] GET /v2.0/security-groups?tenant_id=95b810b808c044f686a621afb8800aec&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1384] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:11:29 2026] DELETE /v2.0/security-groups/c307912b-a7d8-4c24-8adf-394ffda7bc7d => 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: 705/1385] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:11:29 2026] GET /v2.0/ports?device_id=a33ce02e-0c87-43b4-81c7-e97f03fc030f => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1386] 10.0.0.41 () {34 vars in 664 bytes} [Tue May 5 18:11:29 2026] POST /v2.0/ports => generated 960 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 682/1387] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:11:30 2026] GET /v2.0/ports?device_id=a33ce02e-0c87-43b4-81c7-e97f03fc030f => 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: 706/1388] 10.0.0.41 () {34 vars in 782 bytes} [Tue May 5 18:11:29 2026] PUT /v2.0/routers/21cdc4da-f9da-473a-b5eb-f7b38f98f271/add_router_interface => generated 309 bytes in 1335 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1389] 10.0.0.41 () {32 vars in 716 bytes} [Tue May 5 18:11:30 2026] GET /v2.0/ports/26552567-7c7f-458e-a00d-f555fea054fe => generated 1034 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-05 18:11:31.231 8 INFO neutron_taas.services.taas.taas_plugin [None req-2294c387-bab0-42bc-bb5d-e8dfafa26099 c6a41df9c16f4ca0a0e0ff6ea61b2819 1d277ccf2b314ce08e2a31b977cd3688 - - default default] TaaS: Handle Delete Port: 26552567-7c7f-458e-a00d-f555fea054fe 2026-05-05 18:11:31.234 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2294c387-bab0-42bc-bb5d-e8dfafa26099 c6a41df9c16f4ca0a0e0ff6ea61b2819 1d277ccf2b314ce08e2a31b977cd3688 - - default default] Tap Mirror: Handle Delete Port: 26552567-7c7f-458e-a00d-f555fea054fe [pid: 7|app: 0|req: 684/1390] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:11:31 2026] GET /v2.0/ports?device_id=a33ce02e-0c87-43b4-81c7-e97f03fc030f => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1391] 10.0.0.41 () {34 vars in 788 bytes} [Tue May 5 18:11:30 2026] PUT /v2.0/routers/21cdc4da-f9da-473a-b5eb-f7b38f98f271/remove_router_interface => generated 309 bytes in 809 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:11:31.806 7 INFO neutron.api.v2.resource [None req-b971fedb-bafb-4b3f-9121-6a2a47af11a6 c6a41df9c16f4ca0a0e0ff6ea61b2819 1d277ccf2b314ce08e2a31b977cd3688 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 685/1392] 10.0.0.41 () {34 vars in 788 bytes} [Tue May 5 18:11:31 2026] PUT /v2.0/routers/21cdc4da-f9da-473a-b5eb-f7b38f98f271/remove_router_interface => generated 197 bytes in 145 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: 708/1393] 10.0.0.41 () {32 vars in 735 bytes} [Tue May 5 18:11:31 2026] GET /v2.0/ports?device_id=21cdc4da-f9da-473a-b5eb-f7b38f98f271 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:11:32.012 7 INFO neutron_taas.services.taas.taas_plugin [None req-661e6384-0fa3-448c-ae55-53cf67485ec8 c6a41df9c16f4ca0a0e0ff6ea61b2819 1d277ccf2b314ce08e2a31b977cd3688 - - default default] TaaS: Handle Delete Port: 48d0a66d-8bda-4e8d-82b8-ef4c9ceb44b8 2026-05-05 18:11:32.016 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-661e6384-0fa3-448c-ae55-53cf67485ec8 c6a41df9c16f4ca0a0e0ff6ea61b2819 1d277ccf2b314ce08e2a31b977cd3688 - - default default] Tap Mirror: Handle Delete Port: 48d0a66d-8bda-4e8d-82b8-ef4c9ceb44b8 [pid: 8|app: 0|req: 709/1394] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:11:31 2026] GET /v2.0/security-groups?tenant_id=28cc37663596401799d09fcbef1cdad7&name=default => generated 2925 bytes in 341 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:11:32.430 7 INFO neutron.services.segments.plugin [-] Segment 5207e592-ba37-4e6d-a9ab-f1f765e4a19e resource provider aggregate not found 2026-05-05 18:11:32.442 7 INFO neutron.services.segments.plugin [-] Segment 5207e592-ba37-4e6d-a9ab-f1f765e4a19e resource provider aggregate not found 2026-05-05 18:11:32.456 7 INFO neutron.services.segments.plugin [-] Segment 5207e592-ba37-4e6d-a9ab-f1f765e4a19e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5207e592-ba37-4e6d-a9ab-f1f765e4a19e found for delete ", "request_id": "req-d961cb72-0c04-4b60-b778-acb97c705b5d"}]} 2026-05-05 18:11:32.460 7 INFO neutron.services.segments.plugin [-] Segment 5207e592-ba37-4e6d-a9ab-f1f765e4a19e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5207e592-ba37-4e6d-a9ab-f1f765e4a19e found for delete ", "request_id": "req-b0e41593-f782-4c90-ba96-fe29d403fd09"}]} 2026-05-05 18:11:32.473 7 INFO neutron.db.l3_hamode_db [None req-661e6384-0fa3-448c-ae55-53cf67485ec8 c6a41df9c16f4ca0a0e0ff6ea61b2819 1d277ccf2b314ce08e2a31b977cd3688 - - default default] HA network 5bfb9248-8107-4d4a-915b-ed205b645f76 was deleted as no HA routers are present in tenant 1d277ccf2b314ce08e2a31b977cd3688. [pid: 7|app: 0|req: 686/1395] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:11:31 2026] DELETE /v2.0/routers/21cdc4da-f9da-473a-b5eb-f7b38f98f271 => generated 0 bytes in 643 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1396] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:11:32 2026] GET /v2.0/security-groups?tenant_id=e8997a87198241edb7abbaf275ca550c&name=default => generated 2925 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1397] 199.19.213.169 () {34 vars in 986 bytes} [Tue May 5 18:11:32 2026] GET /v2.0/networks?id=217dd5ad-ca76-4448-9e83-c0591df63f84 => generated 660 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1398] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:11:32 2026] DELETE /v2.0/security-groups/fd83bb65-3a52-4b5b-a4d5-1f970f44f751 => 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: 712/1399] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:11:32 2026] DELETE /v2.0/subnets/c9915bd3-23b1-4fa5-bedb-bb5e6809842b => 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: 713/1400] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:11:32 2026] GET /v2.0/ports?device_id=a33ce02e-0c87-43b4-81c7-e97f03fc030f => 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: 688/1401] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:11:32 2026] DELETE /v2.0/security-groups/810e1895-7617-4f92-bfbe-d18d2db22e7f => 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: 714/1402] 199.19.213.169 () {34 vars in 1050 bytes} [Tue May 5 18:11:32 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d227ef8c752b4eb18afa45b6849faf1f => generated 180 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1403] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:11:32 2026] DELETE /v2.0/networks/75ef95d4-44ec-466a-a7e3-32cbf8f6d9f9 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:11:32.912 7 INFO neutron.db.segments_db [None req-0520f1a9-8ca4-4a30-8982-1d9d5098df15 c6a41df9c16f4ca0a0e0ff6ea61b2819 1d277ccf2b314ce08e2a31b977cd3688 - - default default] Added segment affee5a1-a983-4a4e-88de-f3a4bd15d978 of type vxlan for network 52135129-36a1-4644-bdd6-01c153cd154d [pid: 7|app: 0|req: 690/1404] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:11:32 2026] POST /v2.0/networks => generated 633 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1405] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:11:32 2026] GET /v2.0/security-groups?tenant_id=e075f7ae47574ee9bf68bc34a4c3cf28&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: 715/1406] 199.19.213.169 () {38 vars in 955 bytes} [Tue May 5 18:11:32 2026] POST /v2.0/ports => generated 954 bytes in 453 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 716/1407] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:11:33 2026] DELETE /v2.0/security-groups/b55c7cca-3a64-4dcc-9fd5-9dac84914019 => 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: 692/1408] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:11:33 2026] POST /v2.0/subnets => generated 646 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:11:33.413 7 INFO neutron.db.segments_db [None req-d99eee98-c08a-462e-b88a-bfd6b8c640b9 c6a41df9c16f4ca0a0e0ff6ea61b2819 1d277ccf2b314ce08e2a31b977cd3688 - - default default] Added segment 368d7371-9256-4f66-80d1-e7da70173146 of type vxlan for network 08659cab-b614-4d3c-a162-c5f12b559d50 2026-05-05 18:11:33.693 7 INFO neutron.db.l3_hamode_db [None req-d99eee98-c08a-462e-b88a-bfd6b8c640b9 c6a41df9c16f4ca0a0e0ff6ea61b2819 1d277ccf2b314ce08e2a31b977cd3688 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 717/1409] 199.19.213.169 () {38 vars in 1028 bytes} [Tue May 5 18:11:33 2026] PUT /v2.0/ports/fdc9a4ba-6d28-44be-bb36-28be2245989e => generated 1235 bytes in 476 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-05 18:11:33.808 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ff8e0a4f-7221-478e-b461-c24f65e5bd89'] response: {'name': 'network-changed', 'server_uuid': 'a33ce02e-0c87-43b4-81c7-e97f03fc030f', 'tag': 'fdc9a4ba-6d28-44be-bb36-28be2245989e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 718/1410] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:11:33 2026] GET /v2.0/ports?device_id=a33ce02e-0c87-43b4-81c7-e97f03fc030f => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:11:33.830 7 INFO neutron.db.l3_hamode_db [None req-d99eee98-c08a-462e-b88a-bfd6b8c640b9 c6a41df9c16f4ca0a0e0ff6ea61b2819 1d277ccf2b314ce08e2a31b977cd3688 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 719/1411] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:11:33 2026] GET /v2.0/security-groups?id=2d99bca2-cefd-41a8-a2ad-4935504afaa5&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1412] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:11:33 2026] POST /v2.0/routers => generated 511 bytes in 1036 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1413] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:11:34 2026] GET /v2.0/ports?tenant_id=d227ef8c752b4eb18afa45b6849faf1f&device_id=a33ce02e-0c87-43b4-81c7-e97f03fc030f => generated 1238 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:11:34.485 7 INFO neutron.services.segments.plugin [-] Segment 2ffcbad0-2693-418b-b383-daeeb52ce012 resource provider aggregate not found 2026-05-05 18:11:34.489 7 INFO neutron.services.segments.plugin [-] Segment 2ffcbad0-2693-418b-b383-daeeb52ce012 resource provider aggregate not found 2026-05-05 18:11:34.513 7 INFO neutron.services.segments.plugin [-] Segment 2ffcbad0-2693-418b-b383-daeeb52ce012 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ffcbad0-2693-418b-b383-daeeb52ce012 found for delete ", "request_id": "req-bca9efe7-e249-48d3-ad41-3b8b7a9a122c"}]} 2026-05-05 18:11:34.514 7 INFO neutron.services.segments.plugin [-] Segment 2ffcbad0-2693-418b-b383-daeeb52ce012 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ffcbad0-2693-418b-b383-daeeb52ce012 found for delete ", "request_id": "req-bb6377d1-b115-48ef-878c-8440b19cc147"}]} 2026-05-05 18:11:34.650 8 INFO neutron.db.segments_db [None req-ba1d7a42-012d-4183-888d-a7834e811da4 2648ecd8b4d64ebe933017230ceff075 9d76fd577df64f8c8a24f17aa860b7f6 - - default default] Added segment e9ebc59c-ced6-4690-9226-9be9d74bc38e of type vxlan for network 62e93bd0-1838-4e01-b246-7c021c1524bb [pid: 8|app: 0|req: 720/1414] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:11:34 2026] POST /v2.0/networks => generated 650 bytes in 421 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1415] 199.19.213.169 () {34 vars in 1018 bytes} [Tue May 5 18:11:34 2026] GET /v2.0/networks?tenant_id=d227ef8c752b4eb18afa45b6849faf1f&shared=False => generated 756 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1418] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:11:34 2026] POST /v2.0/subnets => generated 627 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1419] 199.19.213.169 () {34 vars in 930 bytes} [Tue May 5 18:11:35 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: 8|app: 0|req: 726/1420] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:11:35 2026] GET /v2.0/ports?device_id=a33ce02e-0c87-43b4-81c7-e97f03fc030f => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:11:35.137 8 INFO neutron.db.segments_db [None req-e3d51cd3-8a68-4e17-a038-e6c52bc214b6 2648ecd8b4d64ebe933017230ceff075 9d76fd577df64f8c8a24f17aa860b7f6 - - default default] Added segment eff8ea71-d1bd-47f0-976b-8ca552dab4f2 of type vxlan for network 55c6ae31-b49a-469b-b3a3-0fa6aa3ec6b1 2026-05-05 18:11:35.386 8 INFO neutron.db.l3_hamode_db [None req-e3d51cd3-8a68-4e17-a038-e6c52bc214b6 2648ecd8b4d64ebe933017230ceff075 9d76fd577df64f8c8a24f17aa860b7f6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 695/1421] 10.0.0.41 () {34 vars in 782 bytes} [Tue May 5 18:11:34 2026] PUT /v2.0/routers/ce10de5b-6ec9-4f42-82dc-11a186998f8d/add_router_interface => generated 309 bytes in 1026 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1422] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:11:35 2026] GET /v2.0/security-groups?id=2d99bca2-cefd-41a8-a2ad-4935504afaa5&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1423] 10.0.0.41 () {32 vars in 716 bytes} [Tue May 5 18:11:35 2026] GET /v2.0/ports/02a72bc7-ef65-4618-88b2-2da49f427b22 => generated 959 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:11:35.917 7 INFO neutron_taas.services.taas.taas_plugin [None req-b5508bed-6a22-40d9-b8b4-d1717966439c c6a41df9c16f4ca0a0e0ff6ea61b2819 1d277ccf2b314ce08e2a31b977cd3688 - - default default] TaaS: Handle Delete Port: 02a72bc7-ef65-4618-88b2-2da49f427b22 2026-05-05 18:11:35.921 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5508bed-6a22-40d9-b8b4-d1717966439c c6a41df9c16f4ca0a0e0ff6ea61b2819 1d277ccf2b314ce08e2a31b977cd3688 - - default default] Tap Mirror: Handle Delete Port: 02a72bc7-ef65-4618-88b2-2da49f427b22 2026-05-05 18:11:36.308 8 INFO neutron.db.l3_hamode_db [None req-e3d51cd3-8a68-4e17-a038-e6c52bc214b6 2648ecd8b4d64ebe933017230ceff075 9d76fd577df64f8c8a24f17aa860b7f6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 698/1424] 10.0.0.41 () {34 vars in 788 bytes} [Tue May 5 18:11:35 2026] PUT /v2.0/routers/ce10de5b-6ec9-4f42-82dc-11a186998f8d/remove_router_interface => generated 309 bytes in 814 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1425] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:11:36 2026] GET /v2.0/ports?tenant_id=d227ef8c752b4eb18afa45b6849faf1f&device_id=a33ce02e-0c87-43b4-81c7-e97f03fc030f => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1426] 10.0.0.41 () {32 vars in 735 bytes} [Tue May 5 18:11:36 2026] GET /v2.0/ports?device_id=ce10de5b-6ec9-4f42-82dc-11a186998f8d => 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: 701/1427] 199.19.213.169 () {34 vars in 1058 bytes} [Tue May 5 18:11:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=fdc9a4ba-6d28-44be-bb36-28be2245989e => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:11:36.577 7 INFO neutron_taas.services.taas.taas_plugin [None req-7392b3f8-42d8-4661-a218-d5697d20addf c6a41df9c16f4ca0a0e0ff6ea61b2819 1d277ccf2b314ce08e2a31b977cd3688 - - default default] TaaS: Handle Delete Port: 1d59b806-a488-4bb1-b2ca-5990e3543f19 2026-05-05 18:11:36.580 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7392b3f8-42d8-4661-a218-d5697d20addf c6a41df9c16f4ca0a0e0ff6ea61b2819 1d277ccf2b314ce08e2a31b977cd3688 - - default default] Tap Mirror: Handle Delete Port: 1d59b806-a488-4bb1-b2ca-5990e3543f19 2026-05-05 18:11:36.923 7 INFO neutron.services.segments.plugin [-] Segment 368d7371-9256-4f66-80d1-e7da70173146 resource provider aggregate not found 2026-05-05 18:11:36.927 7 INFO neutron.services.segments.plugin [-] Segment 368d7371-9256-4f66-80d1-e7da70173146 resource provider aggregate not found 2026-05-05 18:11:36.943 7 INFO neutron.services.segments.plugin [-] Segment 368d7371-9256-4f66-80d1-e7da70173146 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 368d7371-9256-4f66-80d1-e7da70173146 found for delete ", "request_id": "req-676b4a54-dfb0-4ddf-9af8-e922712434df"}]} 2026-05-05 18:11:36.948 7 INFO neutron.db.l3_hamode_db [None req-7392b3f8-42d8-4661-a218-d5697d20addf c6a41df9c16f4ca0a0e0ff6ea61b2819 1d277ccf2b314ce08e2a31b977cd3688 - - default default] HA network 08659cab-b614-4d3c-a162-c5f12b559d50 was deleted as no HA routers are present in tenant 1d277ccf2b314ce08e2a31b977cd3688. 2026-05-05 18:11:36.955 7 INFO neutron.services.segments.plugin [-] Segment 368d7371-9256-4f66-80d1-e7da70173146 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 368d7371-9256-4f66-80d1-e7da70173146 found for delete ", "request_id": "req-f89cba35-d8e0-4118-9778-e8543c4897e3"}]} [pid: 7|app: 0|req: 702/1428] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:11:36 2026] DELETE /v2.0/routers/ce10de5b-6ec9-4f42-82dc-11a186998f8d => generated 0 bytes in 533 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1429] 199.19.213.169 () {34 vars in 984 bytes} [Tue May 5 18:11:36 2026] GET /v2.0/subnets?id=72c47996-288c-4fa5-b4b6-9df26a89294f => generated 678 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1430] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:11:36 2026] GET /v2.0/ports?device_id=a33ce02e-0c87-43b4-81c7-e97f03fc030f => generated 969 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1431] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:11:37 2026] DELETE /v2.0/subnets/c2800033-8fb4-419c-9640-b60241373718 => 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: 706/1432] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:11:37 2026] GET /v2.0/ports?network_id=217dd5ad-ca76-4448-9e83-c0591df63f84&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: 727/1433] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:11:35 2026] POST /v2.0/routers => generated 695 bytes in 2112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1434] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:11:37 2026] GET /v2.0/security-groups?id=2d99bca2-cefd-41a8-a2ad-4935504afaa5&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:11:37.342 8 INFO neutron_taas.services.taas.taas_plugin [None req-b33da751-cbbe-43aa-bdb6-42dabba63a3e c6a41df9c16f4ca0a0e0ff6ea61b2819 1d277ccf2b314ce08e2a31b977cd3688 - - default default] TaaS: Handle Delete Port: 9997891a-aa5b-46a4-9bc3-4c4de2846ffe 2026-05-05 18:11:37.345 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b33da751-cbbe-43aa-bdb6-42dabba63a3e c6a41df9c16f4ca0a0e0ff6ea61b2819 1d277ccf2b314ce08e2a31b977cd3688 - - default default] Tap Mirror: Handle Delete Port: 9997891a-aa5b-46a4-9bc3-4c4de2846ffe [pid: 7|app: 0|req: 707/1435] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:11:37 2026] GET /v2.0/security-groups?tenant_id=d348c3281c4c451db2a0322b5645c572&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: 708/1436] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:11:37 2026] GET /v2.0/networks/217dd5ad-ca76-4448-9e83-c0591df63f84?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:11:37.543 8 INFO neutron.services.segments.plugin [-] Segment affee5a1-a983-4a4e-88de-f3a4bd15d978 resource provider aggregate not found 2026-05-05 18:11:37.549 8 INFO neutron.services.segments.plugin [-] Segment affee5a1-a983-4a4e-88de-f3a4bd15d978 resource provider aggregate not found 2026-05-05 18:11:37.564 8 INFO neutron.services.segments.plugin [-] Segment affee5a1-a983-4a4e-88de-f3a4bd15d978 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid affee5a1-a983-4a4e-88de-f3a4bd15d978 found for delete ", "request_id": "req-65c9eddc-7797-4ab7-9326-c9bc48910a83"}]} 2026-05-05 18:11:37.567 8 INFO neutron.services.segments.plugin [-] Segment affee5a1-a983-4a4e-88de-f3a4bd15d978 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid affee5a1-a983-4a4e-88de-f3a4bd15d978 found for delete ", "request_id": "req-3bf8fd1b-2e02-41c3-9b0b-a8a83ecf0ce7"}]} [pid: 8|app: 0|req: 729/1437] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:11:37 2026] DELETE /v2.0/networks/52135129-36a1-4644-bdd6-01c153cd154d => generated 0 bytes in 317 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1438] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:11:37 2026] DELETE /v2.0/security-groups/e9a9d46b-9247-4c11-88ec-6de78fe58872 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1439] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:11:37 2026] GET /v2.0/networks/217dd5ad-ca76-4448-9e83-c0591df63f84?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-05 18:11:37.755 8 INFO neutron.db.segments_db [None req-902037c3-3c37-43bf-a25a-13cc407228d3 c6a41df9c16f4ca0a0e0ff6ea61b2819 1d277ccf2b314ce08e2a31b977cd3688 - - default default] Added segment 480d7a6b-2f61-463f-ad93-5f0940cb6c6c of type vxlan for network 5718a431-d95e-4f53-88e3-0e05de2b5f33 2026-05-05 18:11:38.014 8 INFO neutron.db.l3_hamode_db [None req-902037c3-3c37-43bf-a25a-13cc407228d3 c6a41df9c16f4ca0a0e0ff6ea61b2819 1d277ccf2b314ce08e2a31b977cd3688 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-05 18:11:38.661 8 INFO neutron.db.l3_hamode_db [None req-902037c3-3c37-43bf-a25a-13cc407228d3 c6a41df9c16f4ca0a0e0ff6ea61b2819 1d277ccf2b314ce08e2a31b977cd3688 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 709/1440] 10.0.0.41 () {34 vars in 782 bytes} [Tue May 5 18:11:37 2026] PUT /v2.0/routers/e2ca1a92-6733-4545-b67a-a3b13b71cc8a/add_router_interface => generated 309 bytes in 1354 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1441] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:11:38 2026] GET /v2.0/security-groups?tenant_id=6550ebbbd8ce4bf9a9b5ffb651d2e00e&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1442] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:11:39 2026] GET /v2.0/ports?device_id=a33ce02e-0c87-43b4-81c7-e97f03fc030f => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1443] 10.0.0.41 () {34 vars in 664 bytes} [Tue May 5 18:11:39 2026] POST /v2.0/ports => generated 954 bytes in 365 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: 713/1444] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:11:39 2026] DELETE /v2.0/security-groups/6185eb13-e45f-43e1-85fe-0bad3985fa56 => 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: 714/1445] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:11:39 2026] GET /v2.0/security-groups?id=2d99bca2-cefd-41a8-a2ad-4935504afaa5&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1446] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:11:37 2026] POST /v2.0/routers => generated 692 bytes in 1841 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1447] 10.0.0.41 () {32 vars in 720 bytes} [Tue May 5 18:11:39 2026] GET /v2.0/routers/ff66b674-82d0-40c4-8696-1964a13d5d8e => generated 698 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1448] 10.0.0.41 () {34 vars in 664 bytes} [Tue May 5 18:11:39 2026] POST /v2.0/ports => generated 959 bytes in 379 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: 734/1449] 10.0.0.41 () {32 vars in 646 bytes} [Tue May 5 18:11:39 2026] GET /v2.0/routers => generated 701 bytes in 796 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:11:40.730 7 INFO neutron.db.l3_db [None req-e15d39b6-fcd5-4c74-b824-2da168466af8 2648ecd8b4d64ebe933017230ceff075 9d76fd577df64f8c8a24f17aa860b7f6 - - default default] Floating IP 6d44183e-4d98-4a60-bead-4ed4acaacaf3 associated. External IP: 10.96.250.214, port: 9ea9a190-73d7-4404-9aa4-c09a9e1938d2. [pid: 8|app: 0|req: 735/1450] 10.0.0.41 () {34 vars in 740 bytes} [Tue May 5 18:11:40 2026] PUT /v2.0/routers/ff66b674-82d0-40c4-8696-1964a13d5d8e => generated 705 bytes in 470 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1451] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:11:40 2026] GET /v2.0/ports?device_id=a33ce02e-0c87-43b4-81c7-e97f03fc030f => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1452] 10.0.0.41 () {32 vars in 720 bytes} [Tue May 5 18:11:40 2026] GET /v2.0/routers/ff66b674-82d0-40c4-8696-1964a13d5d8e => generated 705 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1453] 10.0.0.41 () {34 vars in 676 bytes} [Tue May 5 18:11:39 2026] POST /v2.0/floatingips => generated 843 bytes in 1159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1454] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:11:41 2026] GET /v2.0/security-groups?id=2d99bca2-cefd-41a8-a2ad-4935504afaa5&fields=id&fields=name => generated 113 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1455] 10.0.0.41 () {32 vars in 735 bytes} [Tue May 5 18:11:41 2026] GET /v2.0/ports?device_id=ff66b674-82d0-40c4-8696-1964a13d5d8e => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:11:41.450 8 INFO neutron_taas.services.taas.taas_plugin [None req-135c27ce-87c2-4761-9914-46d88afccae0 c6a41df9c16f4ca0a0e0ff6ea61b2819 1d277ccf2b314ce08e2a31b977cd3688 - - default default] TaaS: Handle Delete Port: ed23750b-9411-4c2c-a611-e6ebabc05370 2026-05-05 18:11:41.454 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-135c27ce-87c2-4761-9914-46d88afccae0 c6a41df9c16f4ca0a0e0ff6ea61b2819 1d277ccf2b314ce08e2a31b977cd3688 - - default default] Tap Mirror: Handle Delete Port: ed23750b-9411-4c2c-a611-e6ebabc05370 2026-05-05 18:11:41.660 7 INFO neutron.db.l3_db [None req-cb636468-e087-4114-9fb6-95551be66b23 2648ecd8b4d64ebe933017230ceff075 9d76fd577df64f8c8a24f17aa860b7f6 - - default default] Floating IP 6d44183e-4d98-4a60-bead-4ed4acaacaf3 disassociated. External IP: 10.96.250.214, port: 9ea9a190-73d7-4404-9aa4-c09a9e1938d2. 2026-05-05 18:11:41.804 8 INFO neutron_taas.services.taas.taas_plugin [None req-135c27ce-87c2-4761-9914-46d88afccae0 c6a41df9c16f4ca0a0e0ff6ea61b2819 1d277ccf2b314ce08e2a31b977cd3688 - - default default] TaaS: Handle Delete Port: c38bf252-e952-4705-b7a7-f598fe52ca12 2026-05-05 18:11:41.808 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-135c27ce-87c2-4761-9914-46d88afccae0 c6a41df9c16f4ca0a0e0ff6ea61b2819 1d277ccf2b314ce08e2a31b977cd3688 - - default default] Tap Mirror: Handle Delete Port: c38bf252-e952-4705-b7a7-f598fe52ca12 [pid: 7|app: 0|req: 717/1456] 10.0.0.41 () {34 vars in 748 bytes} [Tue May 5 18:11:41 2026] PUT /v2.0/floatingips/6d44183e-4d98-4a60-bead-4ed4acaacaf3 => generated 552 bytes in 895 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:11:42.170 8 INFO neutron.services.segments.plugin [-] Segment 480d7a6b-2f61-463f-ad93-5f0940cb6c6c resource provider aggregate not found 2026-05-05 18:11:42.176 8 INFO neutron.services.segments.plugin [-] Segment 480d7a6b-2f61-463f-ad93-5f0940cb6c6c resource provider aggregate not found 2026-05-05 18:11:42.193 8 INFO neutron.services.segments.plugin [-] Segment 480d7a6b-2f61-463f-ad93-5f0940cb6c6c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 480d7a6b-2f61-463f-ad93-5f0940cb6c6c found for delete ", "request_id": "req-202d0e24-a069-4d14-9aa7-610bb4eb57e6"}]} 2026-05-05 18:11:42.193 8 INFO neutron.services.segments.plugin [-] Segment 480d7a6b-2f61-463f-ad93-5f0940cb6c6c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 480d7a6b-2f61-463f-ad93-5f0940cb6c6c found for delete ", "request_id": "req-e9334f93-5235-4a4c-bcac-b1abc2347bc0"}]} 2026-05-05 18:11:42.206 8 INFO neutron.db.l3_hamode_db [None req-135c27ce-87c2-4761-9914-46d88afccae0 c6a41df9c16f4ca0a0e0ff6ea61b2819 1d277ccf2b314ce08e2a31b977cd3688 - - default default] HA network 5718a431-d95e-4f53-88e3-0e05de2b5f33 was deleted as no HA routers are present in tenant 1d277ccf2b314ce08e2a31b977cd3688. [pid: 8|app: 0|req: 740/1457] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:11:41 2026] DELETE /v2.0/routers/ff66b674-82d0-40c4-8696-1964a13d5d8e => generated 0 bytes in 1042 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:11:42.276 7 INFO neutron.db.segments_db [None req-a3ce5518-2865-42ef-853f-62a0ae40d3e9 cc19abc79f114f059e122e1f4a00383b 63fb29b399584e90b663d159995d1ef7 - - default default] Added segment 8b7b7271-cf49-4c53-a571-ce672ef1480d of type vxlan for network 5b6ac343-b193-49a0-ad10-4e28f1b29675 2026-05-05 18:11:42.338 8 INFO neutron_taas.services.taas.taas_plugin [None req-34651da1-18da-42e3-a099-c0f2092073e7 2648ecd8b4d64ebe933017230ceff075 9d76fd577df64f8c8a24f17aa860b7f6 - - default default] TaaS: Handle Delete Port: 980e2f63-ed40-4093-82d7-929566f868cc 2026-05-05 18:11:42.346 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34651da1-18da-42e3-a099-c0f2092073e7 2648ecd8b4d64ebe933017230ceff075 9d76fd577df64f8c8a24f17aa860b7f6 - - default default] Tap Mirror: Handle Delete Port: 980e2f63-ed40-4093-82d7-929566f868cc [pid: 7|app: 0|req: 718/1458] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:11:41 2026] POST /v2.0/networks => generated 644 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1459] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:11:42 2026] GET /v2.0/ports?device_id=a33ce02e-0c87-43b4-81c7-e97f03fc030f => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1460] 10.0.0.41 () {32 vars in 735 bytes} [Tue May 5 18:11:42 2026] GET /v2.0/ports?device_id=ff66b674-82d0-40c4-8696-1964a13d5d8e => 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: 741/1461] 10.0.0.41 () {32 vars in 731 bytes} [Tue May 5 18:11:42 2026] DELETE /v2.0/floatingips/6d44183e-4d98-4a60-bead-4ed4acaacaf3 => generated 0 bytes in 351 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1462] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:11:42 2026] GET /v2.0/security-groups?id=2d99bca2-cefd-41a8-a2ad-4935504afaa5&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:11:42.611 8 INFO neutron.api.v2.resource [None req-e7c29286-2f3d-4b39-9bce-d32b80c2beb7 c6a41df9c16f4ca0a0e0ff6ea61b2819 1d277ccf2b314ce08e2a31b977cd3688 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 743/1463] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:11:42 2026] DELETE /v2.0/routers/ff66b674-82d0-40c4-8696-1964a13d5d8e => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1464] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:11:42 2026] POST /v2.0/subnets => generated 641 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1465] 10.0.0.41 () {32 vars in 735 bytes} [Tue May 5 18:11:42 2026] GET /v2.0/ports?device_id=ce10de5b-6ec9-4f42-82dc-11a186998f8d => 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: 723/1466] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:11:42 2026] GET /v2.0/ports?device_id=a33ce02e-0c87-43b4-81c7-e97f03fc030f => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:11:42.864 7 INFO neutron.db.segments_db [None req-04187a8a-7ddd-485a-9cb4-74f3140da87f cc19abc79f114f059e122e1f4a00383b 63fb29b399584e90b663d159995d1ef7 - - default default] Added segment 0bcaa0bb-1fec-4406-a7f9-cacfbca32f3c of type vxlan for network cc051da2-730b-46b0-aa56-d9a4d2e4078b [pid: 7|app: 0|req: 724/1467] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:11:42 2026] POST /v2.0/networks => generated 642 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:11:42.957 7 INFO neutron.api.v2.resource [None req-7875e7fa-954c-4d2d-a89e-dc3779864fb2 c6a41df9c16f4ca0a0e0ff6ea61b2819 1d277ccf2b314ce08e2a31b977cd3688 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 725/1468] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:11:42 2026] DELETE /v2.0/routers/ce10de5b-6ec9-4f42-82dc-11a186998f8d => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1469] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:11:42 2026] GET /v2.0/security-groups?id=2d99bca2-cefd-41a8-a2ad-4935504afaa5&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1470] 10.0.0.41 () {34 vars in 742 bytes} [Tue May 5 18:11:42 2026] PUT /v2.0/networks/cc051da2-730b-46b0-aa56-d9a4d2e4078b => generated 592 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:11:43.121 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9f2d5865-da49-4fb3-8dad-82951c948182 c6a41df9c16f4ca0a0e0ff6ea61b2819 1d277ccf2b314ce08e2a31b977cd3688 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 728/1471] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:11:43 2026] DELETE /v2.0/subnets/c2800033-8fb4-419c-9640-b60241373718 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1472] 10.0.0.41 () {32 vars in 735 bytes} [Tue May 5 18:11:43 2026] GET /v2.0/ports?device_id=a33ce02e-0c87-43b4-81c7-e97f03fc030f => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:11:43.321 8 INFO neutron.db.l3_db [None req-341566d8-4544-42fa-a3a5-395e6bb5f7ca 2648ecd8b4d64ebe933017230ceff075 9d76fd577df64f8c8a24f17aa860b7f6 - - default default] Floating IP f3c2c074-3bcc-4f3e-bf1a-84e39fd7c914 associated. External IP: 10.96.250.212, port: e3048f5a-f97d-41d7-aec4-f0dcb4465c5d. [pid: 7|app: 0|req: 730/1473] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:11:43 2026] POST /v2.0/subnets => generated 626 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1474] 10.0.0.41 () {32 vars in 735 bytes} [Tue May 5 18:11:43 2026] GET /v2.0/ports?device_id=21cdc4da-f9da-473a-b5eb-f7b38f98f271 => 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: 744/1475] 10.0.0.41 () {34 vars in 676 bytes} [Tue May 5 18:11:42 2026] POST /v2.0/floatingips => generated 841 bytes in 1017 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1476] 10.0.0.41 () {34 vars in 740 bytes} [Tue May 5 18:11:43 2026] PUT /v2.0/subnets/519fc528-b2d0-49b4-bba9-00da2a2e7257 => generated 636 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:11:43.782 8 INFO neutron.api.v2.resource [None req-64704328-cd5e-4191-a64c-5e1f1932c997 c6a41df9c16f4ca0a0e0ff6ea61b2819 1d277ccf2b314ce08e2a31b977cd3688 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 746/1477] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:11:43 2026] DELETE /v2.0/routers/21cdc4da-f9da-473a-b5eb-f7b38f98f271 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1478] 10.0.0.41 () {32 vars in 728 bytes} [Tue May 5 18:11:43 2026] GET /v2.0/floatingips/f3c2c074-3bcc-4f3e-bf1a-84e39fd7c914 => generated 841 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1479] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:11:43 2026] DELETE /v2.0/networks/cc051da2-730b-46b0-aa56-d9a4d2e4078b => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:11:44.068 8 INFO neutron.pecan_wsgi.hooks.translation [None req-299b3e0e-de5f-467c-bdae-13a8f0003fd2 c6a41df9c16f4ca0a0e0ff6ea61b2819 1d277ccf2b314ce08e2a31b977cd3688 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 749/1480] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:11:44 2026] DELETE /v2.0/subnets/c9915bd3-23b1-4fa5-bedb-bb5e6809842b => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1481] 10.0.0.41 () {32 vars in 654 bytes} [Tue May 5 18:11:44 2026] GET /v2.0/floatingips => generated 844 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:11:44.148 8 INFO neutron.pecan_wsgi.hooks.translation [None req-49ca9319-621d-4be1-9715-3d80459f7fc5 cc19abc79f114f059e122e1f4a00383b 63fb29b399584e90b663d159995d1ef7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 751/1482] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:11:44 2026] DELETE /v2.0/networks/cc051da2-730b-46b0-aa56-d9a4d2e4078b => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 18:11:44.158 7 INFO neutron.db.l3_db [None req-4eccf957-edce-4503-b59e-737435bb0baa a1ff7c0d48224801a29e12b98b608cb3 d227ef8c752b4eb18afa45b6849faf1f - - default default] Floating IP 864a93c6-3019-42cf-8d64-43b96e6d5761 associated. External IP: 10.96.250.215, port: fdc9a4ba-6d28-44be-bb36-28be2245989e. [pid: 8|app: 0|req: 752/1483] 10.0.0.41 () {32 vars in 735 bytes} [Tue May 5 18:11:44 2026] GET /v2.0/ports?device_id=46c37055-baa6-4f74-8752-a76c6b8902da => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:11:44.223 8 INFO neutron.services.segments.plugin [-] Segment 0bcaa0bb-1fec-4406-a7f9-cacfbca32f3c resource provider aggregate not found 2026-05-05 18:11:44.240 8 INFO neutron.services.segments.plugin [-] Segment 0bcaa0bb-1fec-4406-a7f9-cacfbca32f3c resource provider aggregate not found 2026-05-05 18:11:44.253 8 INFO neutron.services.segments.plugin [-] Segment 0bcaa0bb-1fec-4406-a7f9-cacfbca32f3c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0bcaa0bb-1fec-4406-a7f9-cacfbca32f3c found for delete ", "request_id": "req-46b8e99a-08d3-43e1-900c-23502aaa5fc7"}]} 2026-05-05 18:11:44.261 8 INFO neutron.services.segments.plugin [-] Segment 0bcaa0bb-1fec-4406-a7f9-cacfbca32f3c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0bcaa0bb-1fec-4406-a7f9-cacfbca32f3c found for delete ", "request_id": "req-90207d86-d432-4f10-90e4-1b5e1d9fae7e"}]} [pid: 7|app: 0|req: 732/1484] 10.0.0.41 () {34 vars in 676 bytes} [Tue May 5 18:11:43 2026] POST /v2.0/floatingips => generated 855 bytes in 1100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:11:44.570 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-719fbb2c-2663-4840-bf33-b38e7cca8f4c'] response: {'name': 'network-changed', 'server_uuid': 'a33ce02e-0c87-43b4-81c7-e97f03fc030f', 'tag': 'fdc9a4ba-6d28-44be-bb36-28be2245989e', 'status': 'completed', 'code': 200} 2026-05-05 18:11:44.578 8 INFO neutron.db.l3_db [None req-8ec10453-6550-436b-bb13-96f6e496af13 2648ecd8b4d64ebe933017230ceff075 9d76fd577df64f8c8a24f17aa860b7f6 - - default default] Floating IP f3c2c074-3bcc-4f3e-bf1a-84e39fd7c914 associated. External IP: 10.96.250.212, port: e3048f5a-f97d-41d7-aec4-f0dcb4465c5d. [pid: 7|app: 0|req: 733/1485] 10.0.0.41 () {32 vars in 693 bytes} [Tue May 5 18:11:44 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:11:44.601 7 INFO neutron.api.v2.resource [None req-a96542b5-b4d1-47f9-bc32-d3a224d4dca7 c6a41df9c16f4ca0a0e0ff6ea61b2819 1d277ccf2b314ce08e2a31b977cd3688 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 734/1486] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:11:44 2026] DELETE /v2.0/routers/46c37055-baa6-4f74-8752-a76c6b8902da => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1487] 10.0.0.41 () {32 vars in 728 bytes} [Tue May 5 18:11:44 2026] GET /v2.0/floatingips/864a93c6-3019-42cf-8d64-43b96e6d5761 => generated 855 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1488] 10.0.0.41 () {32 vars in 741 bytes} [Tue May 5 18:11:44 2026] GET /v2.0/subnets?network_id=bf7518a9-e82f-4fe0-98da-203dddd70533 => generated 649 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:11:44.685 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1b1725f4-d63b-4862-879a-2ec273eb0808 c6a41df9c16f4ca0a0e0ff6ea61b2819 1d277ccf2b314ce08e2a31b977cd3688 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 737/1489] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:11:44 2026] DELETE /v2.0/subnets/c35777b2-883d-443e-81ef-c14e40f1d156 => 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: 738/1490] 10.0.0.41 () {32 vars in 652 bytes} [Tue May 5 18:11:44 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) 2026-05-05 18:11:44.705 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4074f765-d174-47f8-851f-6b492cc47434 c6a41df9c16f4ca0a0e0ff6ea61b2819 1d277ccf2b314ce08e2a31b977cd3688 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 739/1491] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:11:44 2026] DELETE /v2.0/subnets/345862e2-9084-41ac-a3f3-f028720beb75 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1492] 10.0.0.41 () {32 vars in 648 bytes} [Tue May 5 18:11:44 2026] GET /v2.0/networks => generated 1309 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1493] 10.0.0.41 () {32 vars in 646 bytes} [Tue May 5 18:11:44 2026] GET /v2.0/subnets => generated 1280 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1494] 10.0.0.41 () {32 vars in 722 bytes} [Tue May 5 18:11:44 2026] GET /v2.0/networks/5b6ac343-b193-49a0-ad10-4e28f1b29675 => generated 669 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1495] 10.0.0.41 () {32 vars in 720 bytes} [Tue May 5 18:11:44 2026] GET /v2.0/subnets/dcbd822a-e596-4fc5-9945-c2bb93e42f13 => generated 641 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:11:44.910 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e95a968d-06dd-46e7-8cd7-8df43f286915 cc19abc79f114f059e122e1f4a00383b 63fb29b399584e90b663d159995d1ef7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 744/1496] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:11:44 2026] DELETE /v2.0/subnets/519fc528-b2d0-49b4-bba9-00da2a2e7257 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 18:11:44.930 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6654f4c4-36c3-4fa3-ab24-f9b6834d0fe8 cc19abc79f114f059e122e1f4a00383b 63fb29b399584e90b663d159995d1ef7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 745/1497] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:11:44 2026] DELETE /v2.0/networks/cc051da2-730b-46b0-aa56-d9a4d2e4078b => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1498] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:11:44 2026] DELETE /v2.0/subnets/dcbd822a-e596-4fc5-9945-c2bb93e42f13 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1499] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:11:45 2026] GET /v2.0/ports?tenant_id=d227ef8c752b4eb18afa45b6849faf1f&device_id=a33ce02e-0c87-43b4-81c7-e97f03fc030f => generated 1240 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1500] 10.0.0.41 () {34 vars in 748 bytes} [Tue May 5 18:11:44 2026] PUT /v2.0/floatingips/f3c2c074-3bcc-4f3e-bf1a-84e39fd7c914 => generated 843 bytes in 1037 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:11:45.224 7 INFO neutron.services.segments.plugin [-] Segment 8b7b7271-cf49-4c53-a571-ce672ef1480d resource provider aggregate not found 2026-05-05 18:11:45.228 7 INFO neutron.services.segments.plugin [-] Segment 8b7b7271-cf49-4c53-a571-ce672ef1480d resource provider aggregate not found 2026-05-05 18:11:45.246 7 INFO neutron.services.segments.plugin [-] Segment 8b7b7271-cf49-4c53-a571-ce672ef1480d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b7b7271-cf49-4c53-a571-ce672ef1480d found for delete ", "request_id": "req-5ce1e8d8-4daa-40c0-936b-273fde7f3122"}]} [pid: 8|app: 0|req: 754/1501] 199.19.213.169 () {34 vars in 986 bytes} [Tue May 5 18:11:45 2026] GET /v2.0/networks?id=217dd5ad-ca76-4448-9e83-c0591df63f84 => generated 756 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:11:45.254 7 INFO neutron.services.segments.plugin [-] Segment 8b7b7271-cf49-4c53-a571-ce672ef1480d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b7b7271-cf49-4c53-a571-ce672ef1480d found for delete ", "request_id": "req-eeaa3564-5313-4046-8622-94ddcd5629e6"}]} [pid: 7|app: 0|req: 748/1502] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:11:45 2026] DELETE /v2.0/networks/5b6ac343-b193-49a0-ad10-4e28f1b29675 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1503] 199.19.213.169 () {34 vars in 1058 bytes} [Tue May 5 18:11:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=fdc9a4ba-6d28-44be-bb36-28be2245989e => generated 858 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1504] 199.19.213.169 () {34 vars in 984 bytes} [Tue May 5 18:11:45 2026] GET /v2.0/subnets?id=72c47996-288c-4fa5-b4b6-9df26a89294f => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:11:45.356 8 INFO neutron.db.l3_db [None req-33fdc2c0-0bb6-45df-87ac-36c65c1afeb9 2648ecd8b4d64ebe933017230ceff075 9d76fd577df64f8c8a24f17aa860b7f6 - - default default] Floating IP f3c2c074-3bcc-4f3e-bf1a-84e39fd7c914 disassociated. External IP: 10.96.250.212, port: 9ea9a190-73d7-4404-9aa4-c09a9e1938d2. [pid: 7|app: 0|req: 751/1505] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:11:45 2026] GET /v2.0/security-groups?tenant_id=1d277ccf2b314ce08e2a31b977cd3688&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1506] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:11:45 2026] GET /v2.0/ports?network_id=217dd5ad-ca76-4448-9e83-c0591df63f84&device_owner=network%3Adhcp => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1507] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:11:45 2026] DELETE /v2.0/security-groups/d5338d78-46be-4735-b473-f38dc7f71d63 => 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: 754/1508] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:11:45 2026] GET /v2.0/networks/217dd5ad-ca76-4448-9e83-c0591df63f84?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: 755/1509] 10.0.0.41 () {34 vars in 748 bytes} [Tue May 5 18:11:45 2026] PUT /v2.0/floatingips/f3c2c074-3bcc-4f3e-bf1a-84e39fd7c914 => generated 552 bytes in 452 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1510] 10.0.0.41 () {32 vars in 728 bytes} [Tue May 5 18:11:45 2026] GET /v2.0/floatingips/864a93c6-3019-42cf-8d64-43b96e6d5761 => generated 855 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1511] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:11:45 2026] GET /v2.0/networks/217dd5ad-ca76-4448-9e83-c0591df63f84?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-05 18:11:45.872 7 INFO neutron_taas.services.taas.taas_plugin [None req-3e8538ad-ec4e-48e9-9c50-da441045a4a1 2648ecd8b4d64ebe933017230ceff075 9d76fd577df64f8c8a24f17aa860b7f6 - - default default] TaaS: Handle Delete Port: 8b7af4bb-7581-40c6-a629-9d938159dcbd 2026-05-05 18:11:45.875 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e8538ad-ec4e-48e9-9c50-da441045a4a1 2648ecd8b4d64ebe933017230ceff075 9d76fd577df64f8c8a24f17aa860b7f6 - - default default] Tap Mirror: Handle Delete Port: 8b7af4bb-7581-40c6-a629-9d938159dcbd [pid: 7|app: 0|req: 756/1512] 10.0.0.41 () {32 vars in 731 bytes} [Tue May 5 18:11:45 2026] DELETE /v2.0/floatingips/f3c2c074-3bcc-4f3e-bf1a-84e39fd7c914 => generated 0 bytes in 385 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:11:46.132 7 INFO neutron.api.v2.resource [None req-23ad2247-22f1-4376-98a8-fd6e482cbc71 2648ecd8b4d64ebe933017230ceff075 9d76fd577df64f8c8a24f17aa860b7f6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 757/1513] 10.0.0.41 () {32 vars in 731 bytes} [Tue May 5 18:11:46 2026] DELETE /v2.0/floatingips/f3c2c074-3bcc-4f3e-bf1a-84e39fd7c914 => generated 144 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1514] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:11:45 2026] GET /v2.0/security-groups?tenant_id=63fb29b399584e90b663d159995d1ef7&name=default => generated 2925 bytes in 339 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1515] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:11:46 2026] DELETE /v2.0/security-groups/3de7f3d2-0054-40bb-96d0-cc5bc122aac7 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:11:46.362 7 INFO neutron_taas.services.taas.taas_plugin [None req-0d46530f-5232-4ff8-b5fb-6d504d335967 2648ecd8b4d64ebe933017230ceff075 9d76fd577df64f8c8a24f17aa860b7f6 - - default default] TaaS: Handle Delete Port: 9ea9a190-73d7-4404-9aa4-c09a9e1938d2 2026-05-05 18:11:46.366 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d46530f-5232-4ff8-b5fb-6d504d335967 2648ecd8b4d64ebe933017230ceff075 9d76fd577df64f8c8a24f17aa860b7f6 - - default default] Tap Mirror: Handle Delete Port: 9ea9a190-73d7-4404-9aa4-c09a9e1938d2 [pid: 7|app: 0|req: 758/1516] 10.0.0.41 () {32 vars in 719 bytes} [Tue May 5 18:11:46 2026] DELETE /v2.0/ports/9ea9a190-73d7-4404-9aa4-c09a9e1938d2 => generated 0 bytes in 412 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:11:46.721 8 INFO neutron_taas.services.taas.taas_plugin [None req-827f2175-327f-430c-9f6e-886fcafd0091 2648ecd8b4d64ebe933017230ceff075 9d76fd577df64f8c8a24f17aa860b7f6 - - default default] TaaS: Handle Delete Port: e3048f5a-f97d-41d7-aec4-f0dcb4465c5d 2026-05-05 18:11:46.725 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-827f2175-327f-430c-9f6e-886fcafd0091 2648ecd8b4d64ebe933017230ceff075 9d76fd577df64f8c8a24f17aa860b7f6 - - default default] Tap Mirror: Handle Delete Port: e3048f5a-f97d-41d7-aec4-f0dcb4465c5d [pid: 7|app: 0|req: 759/1517] 10.0.0.41 () {32 vars in 728 bytes} [Tue May 5 18:11:46 2026] GET /v2.0/floatingips/864a93c6-3019-42cf-8d64-43b96e6d5761 => generated 857 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1518] 10.0.0.41 () {32 vars in 719 bytes} [Tue May 5 18:11:46 2026] DELETE /v2.0/ports/e3048f5a-f97d-41d7-aec4-f0dcb4465c5d => generated 0 bytes in 338 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1519] 10.0.0.41 () {32 vars in 735 bytes} [Tue May 5 18:11:46 2026] GET /v2.0/ports?device_id=e2ca1a92-6733-4545-b67a-a3b13b71cc8a => generated 958 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:11:47.352 8 INFO neutron_taas.services.taas.taas_plugin [None req-109d119c-d4ed-4221-89b9-7f187cc68239 2648ecd8b4d64ebe933017230ceff075 9d76fd577df64f8c8a24f17aa860b7f6 - - default default] TaaS: Handle Delete Port: 4b557ccb-0bcc-42f5-8a19-c79e2b50ab13 2026-05-05 18:11:47.355 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-109d119c-d4ed-4221-89b9-7f187cc68239 2648ecd8b4d64ebe933017230ceff075 9d76fd577df64f8c8a24f17aa860b7f6 - - default default] Tap Mirror: Handle Delete Port: 4b557ccb-0bcc-42f5-8a19-c79e2b50ab13 [pid: 7|app: 0|req: 761/1520] 10.0.0.41 () {34 vars in 675 bytes} [Tue May 5 18:11:47 2026] POST /v2.0/subnetpools => generated 546 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1521] 10.0.0.41 () {32 vars in 728 bytes} [Tue May 5 18:11:47 2026] GET /v2.0/subnetpools/56aeea6b-5724-4468-8821-d9676b9acf70 => generated 546 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1522] 10.0.0.41 () {34 vars in 748 bytes} [Tue May 5 18:11:47 2026] PUT /v2.0/subnetpools/56aeea6b-5724-4468-8821-d9676b9acf70 => generated 501 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1523] 10.0.0.41 () {32 vars in 731 bytes} [Tue May 5 18:11:47 2026] DELETE /v2.0/subnetpools/56aeea6b-5724-4468-8821-d9676b9acf70 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:11:47.831 7 INFO neutron.api.v2.resource [None req-08db683c-2745-4671-ac8f-875809a0505f d007f1a041f948199a221f46c2892731 fbc81efa9cbb4416b1c1dc36f57773f5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 765/1524] 10.0.0.41 () {32 vars in 728 bytes} [Tue May 5 18:11:47 2026] GET /v2.0/subnetpools/56aeea6b-5724-4468-8821-d9676b9acf70 => generated 145 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 18:11:47.859 7 INFO neutron.api.v2.resource [None req-3f0de5b9-5182-4730-92c1-5b9168dad113 d007f1a041f948199a221f46c2892731 fbc81efa9cbb4416b1c1dc36f57773f5 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 766/1525] 10.0.0.41 () {32 vars in 731 bytes} [Tue May 5 18:11:47 2026] DELETE /v2.0/subnetpools/56aeea6b-5724-4468-8821-d9676b9acf70 => generated 145 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1526] 10.0.0.41 () {34 vars in 788 bytes} [Tue May 5 18:11:46 2026] PUT /v2.0/routers/e2ca1a92-6733-4545-b67a-a3b13b71cc8a/remove_router_interface => generated 309 bytes in 971 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:11:48.157 7 INFO neutron_taas.services.taas.taas_plugin [None req-d17251b3-cdc2-40af-8b6c-1f57bf82e86b 2648ecd8b4d64ebe933017230ceff075 9d76fd577df64f8c8a24f17aa860b7f6 - - default default] TaaS: Handle Delete Port: 125998e0-14c4-4f54-a1e5-ffbb22c55e9b 2026-05-05 18:11:48.160 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d17251b3-cdc2-40af-8b6c-1f57bf82e86b 2648ecd8b4d64ebe933017230ceff075 9d76fd577df64f8c8a24f17aa860b7f6 - - default default] Tap Mirror: Handle Delete Port: 125998e0-14c4-4f54-a1e5-ffbb22c55e9b 2026-05-05 18:11:48.412 8 INFO neutron.db.segments_db [None req-400e856f-d29e-48d8-8fcd-6a008cd6bbdd 4c00178d6ce4423aa8bc120d27a6eabc ed55819915d740f9825c49e811675cc0 - - default default] Added segment 1db965ca-fd5d-42d7-8f9d-3114f40255df of type vxlan for network 7f838dfb-aa30-4188-be63-c6da34d438df 2026-05-05 18:11:48.419 7 INFO neutron_taas.services.taas.taas_plugin [None req-d17251b3-cdc2-40af-8b6c-1f57bf82e86b 2648ecd8b4d64ebe933017230ceff075 9d76fd577df64f8c8a24f17aa860b7f6 - - default default] TaaS: Handle Delete Port: 0b0d617d-bce7-45b6-812f-1f91ab74903e 2026-05-05 18:11:48.422 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d17251b3-cdc2-40af-8b6c-1f57bf82e86b 2648ecd8b4d64ebe933017230ceff075 9d76fd577df64f8c8a24f17aa860b7f6 - - default default] Tap Mirror: Handle Delete Port: 0b0d617d-bce7-45b6-812f-1f91ab74903e [pid: 8|app: 0|req: 761/1527] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:11:48 2026] POST /v2.0/networks => generated 630 bytes in 459 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1528] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:11:48 2026] GET /v2.0/security-groups?tenant_id=fbc81efa9cbb4416b1c1dc36f57773f5&name=default => generated 2925 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:11:48.719 8 INFO neutron.db.segments_db [None req-f7bc4a2c-80ea-445e-829b-fa549d91a89c 4c00178d6ce4423aa8bc120d27a6eabc ed55819915d740f9825c49e811675cc0 - - default default] Added segment 6d795cc8-0a94-4c08-9120-ccd63f3390ac of type vxlan for network 16adb35d-0fed-46aa-8823-481666d7231d 2026-05-05 18:11:48.762 7 INFO neutron.services.segments.plugin [-] Segment eff8ea71-d1bd-47f0-976b-8ca552dab4f2 resource provider aggregate not found 2026-05-05 18:11:48.767 7 INFO neutron.services.segments.plugin [-] Segment eff8ea71-d1bd-47f0-976b-8ca552dab4f2 resource provider aggregate not found 2026-05-05 18:11:48.785 7 INFO neutron.services.segments.plugin [-] Segment eff8ea71-d1bd-47f0-976b-8ca552dab4f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eff8ea71-d1bd-47f0-976b-8ca552dab4f2 found for delete ", "request_id": "req-06ec16ee-b755-445c-a705-e1d2484f962c"}]} 2026-05-05 18:11:48.788 7 INFO neutron.db.l3_hamode_db [None req-d17251b3-cdc2-40af-8b6c-1f57bf82e86b 2648ecd8b4d64ebe933017230ceff075 9d76fd577df64f8c8a24f17aa860b7f6 - - default default] HA network 55c6ae31-b49a-469b-b3a3-0fa6aa3ec6b1 was deleted as no HA routers are present in tenant 9d76fd577df64f8c8a24f17aa860b7f6. 2026-05-05 18:11:48.796 7 INFO neutron.services.segments.plugin [-] Segment eff8ea71-d1bd-47f0-976b-8ca552dab4f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eff8ea71-d1bd-47f0-976b-8ca552dab4f2 found for delete ", "request_id": "req-851e83e0-cce8-4213-9285-6a4ba9733610"}]} [pid: 7|app: 0|req: 767/1529] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:11:47 2026] DELETE /v2.0/routers/e2ca1a92-6733-4545-b67a-a3b13b71cc8a => generated 0 bytes in 866 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1530] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:11:48 2026] POST /v2.0/networks => generated 629 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1531] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:11:48 2026] DELETE /v2.0/security-groups/345a0bfb-2df7-4a80-8aef-b9e6d6a9497c => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1532] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:11:48 2026] DELETE /v2.0/subnets/61ead95a-f96d-4397-99ee-9bada0b58ad0 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:11:49.056 8 INFO neutron.services.segments.plugin [-] Segment e9ebc59c-ced6-4690-9226-9be9d74bc38e resource provider aggregate not found 2026-05-05 18:11:49.059 8 INFO neutron.services.segments.plugin [-] Segment e9ebc59c-ced6-4690-9226-9be9d74bc38e resource provider aggregate not found 2026-05-05 18:11:49.086 8 INFO neutron.services.segments.plugin [-] Segment e9ebc59c-ced6-4690-9226-9be9d74bc38e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9ebc59c-ced6-4690-9226-9be9d74bc38e found for delete ", "request_id": "req-379a1aab-35da-4199-872e-8eb208c86e1b"}]} 2026-05-05 18:11:49.089 8 INFO neutron.services.segments.plugin [-] Segment e9ebc59c-ced6-4690-9226-9be9d74bc38e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9ebc59c-ced6-4690-9226-9be9d74bc38e found for delete ", "request_id": "req-c6a7e0ad-3e82-4fa2-86ab-c61a08a4e5fc"}]} [pid: 8|app: 0|req: 765/1533] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:11:48 2026] DELETE /v2.0/networks/62e93bd0-1838-4e01-b246-7c021c1524bb => 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: 769/1534] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:11:48 2026] POST /v2.0/subnets => generated 626 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1535] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:11:49 2026] POST /v2.0/subnets => generated 626 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:11:49.495 7 INFO neutron.db.segments_db [None req-216a1a2d-a9d8-4d2f-9ebe-8b0c51a7bb36 4c00178d6ce4423aa8bc120d27a6eabc ed55819915d740f9825c49e811675cc0 - - default default] Added segment 3d826ba3-f479-487e-8d7c-8094aa54c7f1 of type vxlan for network dbaba9a7-3aa8-4b0d-8be9-8c6c4699a864 [pid: 8|app: 0|req: 769/1538] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:11:49 2026] GET /v2.0/security-groups?tenant_id=9d76fd577df64f8c8a24f17aa860b7f6&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:11:49.715 7 INFO neutron.db.l3_hamode_db [None req-216a1a2d-a9d8-4d2f-9ebe-8b0c51a7bb36 4c00178d6ce4423aa8bc120d27a6eabc ed55819915d740f9825c49e811675cc0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 770/1539] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:11:49 2026] DELETE /v2.0/security-groups/24dee1d1-870c-4a9b-a388-e659a54fcc48 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:11:49.844 7 INFO neutron.db.l3_hamode_db [None req-216a1a2d-a9d8-4d2f-9ebe-8b0c51a7bb36 4c00178d6ce4423aa8bc120d27a6eabc ed55819915d740f9825c49e811675cc0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 770/1540] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:11:49 2026] POST /v2.0/routers => generated 506 bytes in 1001 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1541] 10.0.0.41 () {32 vars in 622 bytes} [Tue May 5 18:11:50 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: 772/1542] 10.0.0.41 () {32 vars in 632 bytes} [Tue May 5 18:11:50 2026] GET /v2.0/ => generated 632 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1543] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:11:51 2026] GET /v2.0/security-groups?tenant_id=aa7a156b7b2247d7afde82e97a88d204&name=default => generated 2925 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1544] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:11:51 2026] DELETE /v2.0/security-groups/3c31c7ee-51c7-4b23-b408-43524056f8da => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1545] 10.0.0.41 () {34 vars in 782 bytes} [Tue May 5 18:11:50 2026] PUT /v2.0/routers/4f16296d-31ca-402a-b9bc-bb051b82502f/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: 775/1546] 10.0.0.41 () {32 vars in 716 bytes} [Tue May 5 18:11:51 2026] GET /v2.0/ports/73b59226-a2ec-42ee-84cc-420c6d2e3309 => generated 955 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:11:52.052 8 INFO neutron.db.segments_db [None req-59098fab-683d-4e91-92be-1cfbf6efa3b5 196e2510388b40aa936a5f88291dc3a9 0df4efedfb1844baa37b355a737ab1c4 - - default default] Added segment 775a7797-5211-4445-8377-d8cbcb8d022f of type vxlan for network 12926d91-dcb0-489f-b1c9-2c24fdcccb98 2026-05-05 18:11:52.113 8 INFO neutron.db.segments_db [None req-59098fab-683d-4e91-92be-1cfbf6efa3b5 196e2510388b40aa936a5f88291dc3a9 0df4efedfb1844baa37b355a737ab1c4 - - default default] Added segment 8da068a0-d48f-49bf-9c41-3097f14b79c2 of type vxlan for network 8f55c5a4-f52d-44d4-8238-bebd6ad26d26 [pid: 8|app: 0|req: 772/1547] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:11:51 2026] POST /v2.0/networks => generated 1243 bytes in 592 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1548] 10.0.0.41 () {32 vars in 648 bytes} [Tue May 5 18:11:52 2026] GET /v2.0/networks => generated 1842 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:11:52.427 8 INFO neutron.services.segments.plugin [-] Segment 775a7797-5211-4445-8377-d8cbcb8d022f resource provider aggregate not found 2026-05-05 18:11:52.435 8 INFO neutron.services.segments.plugin [-] Segment 775a7797-5211-4445-8377-d8cbcb8d022f resource provider aggregate not found 2026-05-05 18:11:52.458 8 INFO neutron.services.segments.plugin [-] Segment 775a7797-5211-4445-8377-d8cbcb8d022f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 775a7797-5211-4445-8377-d8cbcb8d022f found for delete ", "request_id": "req-a7f900d0-9fe8-4b8b-9903-1f7a33a1603e"}]} 2026-05-05 18:11:52.459 8 INFO neutron.services.segments.plugin [-] Segment 775a7797-5211-4445-8377-d8cbcb8d022f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 775a7797-5211-4445-8377-d8cbcb8d022f found for delete ", "request_id": "req-89477194-7666-4730-b323-d33459f7220c"}]} [pid: 8|app: 0|req: 774/1549] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:11:52 2026] DELETE /v2.0/networks/12926d91-dcb0-489f-b1c9-2c24fdcccb98 => 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: 775/1550] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:11:52 2026] DELETE /v2.0/networks/8f55c5a4-f52d-44d4-8238-bebd6ad26d26 => 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: 776/1551] 10.0.0.41 () {32 vars in 648 bytes} [Tue May 5 18:11:52 2026] GET /v2.0/networks => generated 651 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:11:52.792 8 INFO neutron.db.segments_db [None req-7592a720-266b-4e63-b7b4-4bf1fe4d3078 196e2510388b40aa936a5f88291dc3a9 0df4efedfb1844baa37b355a737ab1c4 - - default default] Added segment 89aa8503-e292-4900-8f6f-26ee638f22af of type vxlan for network 92f67b35-8746-4cbf-9f77-4c5d3af374f1 [pid: 8|app: 0|req: 777/1552] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:11:52 2026] POST /v2.0/networks => generated 649 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:11:52.950 8 INFO neutron.db.segments_db [None req-939be052-75cb-4082-b56b-3537314cdaa3 196e2510388b40aa936a5f88291dc3a9 0df4efedfb1844baa37b355a737ab1c4 - - default default] Added segment b837a210-0843-47e7-91a3-3463189cbd65 of type vxlan for network 7ba35bc7-c938-4081-a1c6-d705a78feda6 [pid: 7|app: 0|req: 776/1553] 10.0.0.41 () {34 vars in 782 bytes} [Tue May 5 18:11:51 2026] PUT /v2.0/routers/4f16296d-31ca-402a-b9bc-bb051b82502f/add_router_interface => generated 309 bytes in 1287 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1554] 10.0.0.41 () {32 vars in 716 bytes} [Tue May 5 18:11:52 2026] GET /v2.0/ports/19dbb03f-6d88-45f4-8bea-6bd5a2ecf5e5 => generated 955 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1555] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:11:52 2026] POST /v2.0/networks => generated 650 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:11:53.380 7 INFO neutron_taas.services.taas.taas_plugin [None req-16e5f007-a6d5-4595-969d-b23383063e4d 4c00178d6ce4423aa8bc120d27a6eabc ed55819915d740f9825c49e811675cc0 - - default default] TaaS: Handle Delete Port: 19dbb03f-6d88-45f4-8bea-6bd5a2ecf5e5 2026-05-05 18:11:53.383 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16e5f007-a6d5-4595-969d-b23383063e4d 4c00178d6ce4423aa8bc120d27a6eabc ed55819915d740f9825c49e811675cc0 - - default default] Tap Mirror: Handle Delete Port: 19dbb03f-6d88-45f4-8bea-6bd5a2ecf5e5 [pid: 8|app: 0|req: 779/1556] 10.0.0.41 () {34 vars in 664 bytes} [Tue May 5 18:11:53 2026] POST /v2.0/ports => generated 1506 bytes in 644 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: 780/1557] 10.0.0.41 () {32 vars in 642 bytes} [Tue May 5 18:11:53 2026] GET /v2.0/ports => generated 1506 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:11:53.849 8 INFO neutron_taas.services.taas.taas_plugin [None req-5c733805-4a5e-420d-b657-90c3226bbaa2 196e2510388b40aa936a5f88291dc3a9 0df4efedfb1844baa37b355a737ab1c4 - - default default] TaaS: Handle Delete Port: e2c33a4b-4a62-4b43-999a-6c0555310f89 2026-05-05 18:11:53.855 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c733805-4a5e-420d-b657-90c3226bbaa2 196e2510388b40aa936a5f88291dc3a9 0df4efedfb1844baa37b355a737ab1c4 - - default default] Tap Mirror: Handle Delete Port: e2c33a4b-4a62-4b43-999a-6c0555310f89 [pid: 7|app: 0|req: 778/1558] 10.0.0.41 () {34 vars in 788 bytes} [Tue May 5 18:11:53 2026] PUT /v2.0/routers/4f16296d-31ca-402a-b9bc-bb051b82502f/remove_router_interface => generated 309 bytes in 847 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1559] 10.0.0.84 () {34 vars in 989 bytes} [Tue May 5 18:11:53 2026] GET /v2.0/ports?device_id=a33ce02e-0c87-43b4-81c7-e97f03fc030f => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1560] 10.0.0.41 () {32 vars in 719 bytes} [Tue May 5 18:11:53 2026] DELETE /v2.0/ports/e2c33a4b-4a62-4b43-999a-6c0555310f89 => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1561] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:11:53 2026] GET /v2.0/security-groups?tenant_id=ae13dee42e1441a695e7877133cc613b&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: 781/1562] 10.0.0.84 () {34 vars in 1039 bytes} [Tue May 5 18:11:54 2026] GET /v2.0/security-groups?id=2d99bca2-cefd-41a8-a2ad-4935504afaa5&fields=id&fields=name => generated 113 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:11:54.209 8 INFO neutron_taas.services.taas.taas_plugin [None req-bf7ee50d-dca0-450d-8cab-b0127cfbe597 4c00178d6ce4423aa8bc120d27a6eabc ed55819915d740f9825c49e811675cc0 - - default default] TaaS: Handle Delete Port: 73b59226-a2ec-42ee-84cc-420c6d2e3309 2026-05-05 18:11:54.212 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf7ee50d-dca0-450d-8cab-b0127cfbe597 4c00178d6ce4423aa8bc120d27a6eabc ed55819915d740f9825c49e811675cc0 - - default default] Tap Mirror: Handle Delete Port: 73b59226-a2ec-42ee-84cc-420c6d2e3309 2026-05-05 18:11:54.281 7 INFO neutron_taas.services.taas.taas_plugin [None req-4335deef-bca9-4801-a053-4b1c30a0bdb0 196e2510388b40aa936a5f88291dc3a9 0df4efedfb1844baa37b355a737ab1c4 - - default default] TaaS: Handle Delete Port: e3e21b20-b52d-4fb3-b605-908673a23864 2026-05-05 18:11:54.283 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4335deef-bca9-4801-a053-4b1c30a0bdb0 196e2510388b40aa936a5f88291dc3a9 0df4efedfb1844baa37b355a737ab1c4 - - default default] Tap Mirror: Handle Delete Port: e3e21b20-b52d-4fb3-b605-908673a23864 [pid: 7|app: 0|req: 782/1563] 10.0.0.41 () {32 vars in 719 bytes} [Tue May 5 18:11:54 2026] DELETE /v2.0/ports/e3e21b20-b52d-4fb3-b605-908673a23864 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1564] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:11:54 2026] DELETE /v2.0/security-groups/f4c53426-3d55-4949-8255-1bb578d1d9e3 => 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: 784/1565] 10.0.0.41 () {32 vars in 642 bytes} [Tue May 5 18:11:54 2026] GET /v2.0/ports => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:11:54.491 8 INFO neutron.services.segments.plugin [-] Segment 8da068a0-d48f-49bf-9c41-3097f14b79c2 resource provider aggregate not found 2026-05-05 18:11:54.495 8 INFO neutron.services.segments.plugin [-] Segment 8da068a0-d48f-49bf-9c41-3097f14b79c2 resource provider aggregate not found 2026-05-05 18:11:54.513 8 INFO neutron.services.segments.plugin [-] Segment 8da068a0-d48f-49bf-9c41-3097f14b79c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8da068a0-d48f-49bf-9c41-3097f14b79c2 found for delete ", "request_id": "req-bd92fa2a-39e2-4603-a6f0-85b1b5cf6d3e"}]} 2026-05-05 18:11:54.516 8 INFO neutron.services.segments.plugin [-] Segment 8da068a0-d48f-49bf-9c41-3097f14b79c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8da068a0-d48f-49bf-9c41-3097f14b79c2 found for delete ", "request_id": "req-41c2c7a3-25d0-4fd8-b613-4ed1a00f973c"}]} 2026-05-05 18:11:54.537 7 INFO neutron.db.segments_db [None req-ca566edc-606b-4fc3-beba-4b4e542e2fae 196e2510388b40aa936a5f88291dc3a9 0df4efedfb1844baa37b355a737ab1c4 - - default default] Added segment 2457c698-3196-4571-a21a-cdfd5d53b240 of type vxlan for network 209a3e58-7d25-45f5-afff-af37805dd3fd [pid: 7|app: 0|req: 785/1566] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:11:54 2026] POST /v2.0/networks => generated 650 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1567] 10.0.0.41 () {34 vars in 788 bytes} [Tue May 5 18:11:53 2026] PUT /v2.0/routers/4f16296d-31ca-402a-b9bc-bb051b82502f/remove_router_interface => generated 309 bytes in 738 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:11:54.694 7 INFO neutron.db.segments_db [None req-ca03d0af-586f-4a7c-8bec-bf491194039d 196e2510388b40aa936a5f88291dc3a9 0df4efedfb1844baa37b355a737ab1c4 - - default default] Added segment 2c2046ad-936c-4b05-84e9-9b7365b7bf1a of type vxlan for network 59388b90-ff6a-450c-9c09-3b2b22222cf5 [pid: 8|app: 0|req: 783/1568] 10.0.0.41 () {32 vars in 735 bytes} [Tue May 5 18:11:54 2026] GET /v2.0/ports?device_id=4f16296d-31ca-402a-b9bc-bb051b82502f => 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: 786/1569] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:11:54 2026] POST /v2.0/networks => generated 649 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:11:54.882 8 INFO neutron_taas.services.taas.taas_plugin [None req-d920247d-8037-442d-a743-2e3873802a4e 4c00178d6ce4423aa8bc120d27a6eabc ed55819915d740f9825c49e811675cc0 - - default default] TaaS: Handle Delete Port: d003a82b-8278-4c53-8440-7dc03cd591d8 2026-05-05 18:11:54.886 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d920247d-8037-442d-a743-2e3873802a4e 4c00178d6ce4423aa8bc120d27a6eabc ed55819915d740f9825c49e811675cc0 - - default default] Tap Mirror: Handle Delete Port: d003a82b-8278-4c53-8440-7dc03cd591d8 [pid: 7|app: 0|req: 787/1570] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:11:54 2026] POST /v2.0/subnets => generated 1274 bytes in 443 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-05 18:11:55.260 8 INFO neutron.db.l3_hamode_db [None req-d920247d-8037-442d-a743-2e3873802a4e 4c00178d6ce4423aa8bc120d27a6eabc ed55819915d740f9825c49e811675cc0 - - default default] HA network dbaba9a7-3aa8-4b0d-8be9-8c6c4699a864 was deleted as no HA routers are present in tenant ed55819915d740f9825c49e811675cc0. [pid: 8|app: 0|req: 784/1571] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:11:54 2026] DELETE /v2.0/routers/4f16296d-31ca-402a-b9bc-bb051b82502f => generated 0 bytes in 541 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1572] 10.0.0.41 () {32 vars in 646 bytes} [Tue May 5 18:11:55 2026] GET /v2.0/subnets => generated 1910 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1573] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:11:55 2026] DELETE /v2.0/subnets/a63bc341-32fa-4b8a-bd74-d1a9bf60af62 => 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: 789/1574] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:11:55 2026] DELETE /v2.0/subnets/6a63f4a9-b9ff-41ee-8558-3f17145c0002 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1575] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:11:55 2026] DELETE /v2.0/subnets/6b2cc96e-0777-4116-a6d9-1d26a45726b9 => 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: 790/1576] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:11:55 2026] DELETE /v2.0/subnets/452e36b7-b08b-41d5-9480-5137f9facf9a => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1577] 10.0.0.41 () {32 vars in 646 bytes} [Tue May 5 18:11:55 2026] GET /v2.0/subnets => generated 649 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1578] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:11:55 2026] DELETE /v2.0/networks/16adb35d-0fed-46aa-8823-481666d7231d => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:11:55.774 7 INFO neutron.services.segments.plugin [-] Segment 2c2046ad-936c-4b05-84e9-9b7365b7bf1a resource provider aggregate not found 2026-05-05 18:11:55.785 7 INFO neutron.services.segments.plugin [-] Segment 2c2046ad-936c-4b05-84e9-9b7365b7bf1a resource provider aggregate not found 2026-05-05 18:11:55.810 7 INFO neutron.services.segments.plugin [-] Segment 2c2046ad-936c-4b05-84e9-9b7365b7bf1a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c2046ad-936c-4b05-84e9-9b7365b7bf1a found for delete ", "request_id": "req-09401712-efdf-4984-9a51-9e427af38339"}]} 2026-05-05 18:11:55.811 7 INFO neutron.services.segments.plugin [-] Segment 2c2046ad-936c-4b05-84e9-9b7365b7bf1a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c2046ad-936c-4b05-84e9-9b7365b7bf1a found for delete ", "request_id": "req-f68c8758-ed1d-4b6c-98fe-1a9d7287c70d"}]} [pid: 7|app: 0|req: 792/1579] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:11:55 2026] DELETE /v2.0/networks/59388b90-ff6a-450c-9c09-3b2b22222cf5 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1580] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:11:55 2026] DELETE /v2.0/networks/7f838dfb-aa30-4188-be63-c6da34d438df => 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: 793/1581] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:11:55 2026] DELETE /v2.0/networks/209a3e58-7d25-45f5-afff-af37805dd3fd => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:11:56.046 8 INFO neutron.db.segments_db [None req-88d57310-da76-4aba-9843-de39c5a54cb6 4c00178d6ce4423aa8bc120d27a6eabc ed55819915d740f9825c49e811675cc0 - - default default] Added segment 499bc834-22b2-4ea9-9567-a097c1392a0e of type vxlan for network 6012c8c1-0c01-4435-8829-ce959e864460 [pid: 7|app: 0|req: 794/1582] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:11:56 2026] DELETE /v2.0/networks/7ba35bc7-c938-4081-a1c6-d705a78feda6 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1583] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:11:55 2026] POST /v2.0/networks => generated 630 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1584] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:11:56 2026] DELETE /v2.0/networks/92f67b35-8746-4cbf-9f77-4c5d3af374f1 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:11:56.537 7 INFO neutron.db.segments_db [None req-253c1673-6a04-4f2d-ab04-3cdcddd50eca c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Added segment b130bf87-8e6f-4c29-8482-ad0438160f8d of type vxlan for network 6ab01e1f-04e7-4c47-990b-b2a5236f00e7 2026-05-05 18:11:56.541 8 INFO neutron.services.segments.plugin [-] Segment 3d826ba3-f479-487e-8d7c-8094aa54c7f1 resource provider aggregate not found 2026-05-05 18:11:56.549 8 INFO neutron.services.segments.plugin [-] Segment 3d826ba3-f479-487e-8d7c-8094aa54c7f1 resource provider aggregate not found 2026-05-05 18:11:56.562 8 INFO neutron.services.segments.plugin [-] Segment 3d826ba3-f479-487e-8d7c-8094aa54c7f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d826ba3-f479-487e-8d7c-8094aa54c7f1 found for delete ", "request_id": "req-8c431ec6-44b5-487a-9166-d2a985db7d6b"}]} 2026-05-05 18:11:56.574 8 INFO neutron.services.segments.plugin [-] Segment 6d795cc8-0a94-4c08-9120-ccd63f3390ac resource provider aggregate not found 2026-05-05 18:11:56.587 8 INFO neutron.services.segments.plugin [-] Segment 3d826ba3-f479-487e-8d7c-8094aa54c7f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d826ba3-f479-487e-8d7c-8094aa54c7f1 found for delete ", "request_id": "req-eb3cc0a4-c6ff-45f0-80a0-f86596927a84"}]} 2026-05-05 18:11:56.604 8 INFO neutron.services.segments.plugin [-] Segment 6d795cc8-0a94-4c08-9120-ccd63f3390ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d795cc8-0a94-4c08-9120-ccd63f3390ac found for delete ", "request_id": "req-6a106dec-ca0c-4e7f-b3db-88b762aa9fb3"}]} 2026-05-05 18:11:56.611 8 INFO neutron.services.segments.plugin [-] Segment 6d795cc8-0a94-4c08-9120-ccd63f3390ac resource provider aggregate not found 2026-05-05 18:11:56.624 8 INFO neutron.services.segments.plugin [-] Segment 1db965ca-fd5d-42d7-8f9d-3114f40255df resource provider aggregate not found [pid: 7|app: 0|req: 795/1585] 10.0.0.41 () {34 vars in 670 bytes} [Tue May 5 18:11:56 2026] POST /v2.0/networks => generated 740 bytes in 474 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:11:56.634 8 INFO neutron.services.segments.plugin [-] Segment 6d795cc8-0a94-4c08-9120-ccd63f3390ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d795cc8-0a94-4c08-9120-ccd63f3390ac found for delete ", "request_id": "req-4b8c354f-5c1d-462c-8152-f30f26b52c4b"}]} 2026-05-05 18:11:56.642 8 INFO neutron.services.segments.plugin [-] Segment 1db965ca-fd5d-42d7-8f9d-3114f40255df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1db965ca-fd5d-42d7-8f9d-3114f40255df found for delete ", "request_id": "req-c5a8ee6d-9bda-4609-99b2-906a8dc1d186"}]} 2026-05-05 18:11:56.664 8 INFO neutron.services.segments.plugin [-] Segment 1db965ca-fd5d-42d7-8f9d-3114f40255df resource provider aggregate not found 2026-05-05 18:11:56.665 8 INFO neutron.services.segments.plugin [-] Segment 89aa8503-e292-4900-8f6f-26ee638f22af resource provider aggregate not found [pid: 8|app: 0|req: 791/1586] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:11:56 2026] POST /v2.0/subnets => generated 626 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:11:56.691 8 INFO neutron.services.segments.plugin [-] Segment 1db965ca-fd5d-42d7-8f9d-3114f40255df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1db965ca-fd5d-42d7-8f9d-3114f40255df found for delete ", "request_id": "req-bbe1391e-e139-4fe9-8c6e-330a03e45e5f"}]} 2026-05-05 18:11:56.698 8 INFO neutron.services.segments.plugin [-] Segment 89aa8503-e292-4900-8f6f-26ee638f22af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89aa8503-e292-4900-8f6f-26ee638f22af found for delete ", "request_id": "req-3e0b52d1-4c54-40bb-8197-d02e7200162b"}]} 2026-05-05 18:11:56.712 8 INFO neutron.services.segments.plugin [-] Segment 89aa8503-e292-4900-8f6f-26ee638f22af resource provider aggregate not found 2026-05-05 18:11:56.739 8 INFO neutron.services.segments.plugin [-] Segment 89aa8503-e292-4900-8f6f-26ee638f22af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89aa8503-e292-4900-8f6f-26ee638f22af found for delete ", "request_id": "req-df1d51b3-3058-45d9-a1c1-bbaa8531bec9"}]} 2026-05-05 18:11:56.746 8 INFO neutron.db.segments_db [None req-d87875b6-ca67-4457-8c0e-543c7ae6b466 4c00178d6ce4423aa8bc120d27a6eabc ed55819915d740f9825c49e811675cc0 - - default default] Added segment 5b62bce2-2a66-4f01-8dec-2356319841ea of type vxlan for network 5e9e0ff5-49b6-45b6-91dc-a0c68116de5d [pid: 7|app: 0|req: 796/1587] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:11:56 2026] POST /v2.0/subnets => generated 688 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:11:56.841 7 INFO neutron.db.segments_db [None req-9b8490fc-d3ac-41f0-a173-00c87c4c699b c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Added segment 8a3c89ed-1776-4c47-9034-b58e964c482f of type vxlan for network 86b2981f-c42e-4c80-b6fa-4eedd8522110 2026-05-05 18:11:56.984 8 INFO neutron.db.l3_hamode_db [None req-d87875b6-ca67-4457-8c0e-543c7ae6b466 4c00178d6ce4423aa8bc120d27a6eabc ed55819915d740f9825c49e811675cc0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-05 18:11:57.030 7 INFO neutron.db.l3_hamode_db [None req-9b8490fc-d3ac-41f0-a173-00c87c4c699b c702521419f64f25944b444edd258ca8 92b16abd1d5b4d938eb8aeb4b643202c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-05 18:11:57.117 8 INFO neutron.db.l3_hamode_db [None req-d87875b6-ca67-4457-8c0e-543c7ae6b466 4c00178d6ce4423aa8bc120d27a6eabc ed55819915d740f9825c49e811675cc0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 792/1588] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:11:56 2026] POST /v2.0/routers => generated 507 bytes in 1004 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:11:57.766 7 INFO neutron.db.l3_hamode_db [None req-9b8490fc-d3ac-41f0-a173-00c87c4c699b c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-05 18:11:57.840 7 INFO neutron.services.segments.plugin [-] Segment 2457c698-3196-4571-a21a-cdfd5d53b240 resource provider aggregate not found 2026-05-05 18:11:57.846 7 INFO neutron.services.segments.plugin [-] Segment 2457c698-3196-4571-a21a-cdfd5d53b240 resource provider aggregate not found [pid: 8|app: 0|req: 793/1589] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:11:57 2026] GET /v2.0/security-groups?tenant_id=0df4efedfb1844baa37b355a737ab1c4&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:11:57.860 7 INFO neutron.services.segments.plugin [-] Segment 2457c698-3196-4571-a21a-cdfd5d53b240 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2457c698-3196-4571-a21a-cdfd5d53b240 found for delete ", "request_id": "req-0e21029e-f5af-45bd-a669-b412fe80ee6a"}]} 2026-05-05 18:11:57.866 7 INFO neutron.services.segments.plugin [-] Segment 2457c698-3196-4571-a21a-cdfd5d53b240 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2457c698-3196-4571-a21a-cdfd5d53b240 found for delete ", "request_id": "req-039f33f8-aced-4f37-b5eb-9712235b07b0"}]} 2026-05-05 18:11:57.879 7 INFO neutron.services.segments.plugin [-] Segment b837a210-0843-47e7-91a3-3463189cbd65 resource provider aggregate not found 2026-05-05 18:11:57.885 7 INFO neutron.services.segments.plugin [-] Segment b837a210-0843-47e7-91a3-3463189cbd65 resource provider aggregate not found 2026-05-05 18:11:57.896 7 INFO neutron.services.segments.plugin [-] Segment b837a210-0843-47e7-91a3-3463189cbd65 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b837a210-0843-47e7-91a3-3463189cbd65 found for delete ", "request_id": "req-aea7ee16-7fa0-4514-bfa1-6c65bc8cfa1c"}]} 2026-05-05 18:11:57.913 7 INFO neutron.services.segments.plugin [-] Segment b837a210-0843-47e7-91a3-3463189cbd65 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b837a210-0843-47e7-91a3-3463189cbd65 found for delete ", "request_id": "req-04b0eefc-569e-4c37-824a-5f5329424cac"}]} [pid: 8|app: 0|req: 794/1590] 10.0.0.41 () {34 vars in 664 bytes} [Tue May 5 18:11:57 2026] POST /v2.0/ports => generated 948 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 795/1591] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:11:58 2026] DELETE /v2.0/security-groups/08a20093-2450-4205-970b-a0ed6183695d => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1592] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:11:56 2026] POST /v2.0/routers => generated 728 bytes in 2047 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1593] 10.0.0.41 () {34 vars in 782 bytes} [Tue May 5 18:11:58 2026] PUT /v2.0/routers/fb6406f6-6970-42c4-9209-45ae083bbf28/add_router_interface => generated 309 bytes in 1155 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: 797/1594] 10.0.0.41 () {32 vars in 716 bytes} [Tue May 5 18:11:59 2026] GET /v2.0/ports/cc046abd-b2db-408a-87ef-b6fd796f04c6 => generated 1022 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:11:59.868 8 INFO neutron_taas.services.taas.taas_plugin [None req-bd26babe-44a1-4ac9-85fa-2765487c7ab4 4c00178d6ce4423aa8bc120d27a6eabc ed55819915d740f9825c49e811675cc0 - - default default] TaaS: Handle Delete Port: cc046abd-b2db-408a-87ef-b6fd796f04c6 2026-05-05 18:11:59.872 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd26babe-44a1-4ac9-85fa-2765487c7ab4 4c00178d6ce4423aa8bc120d27a6eabc ed55819915d740f9825c49e811675cc0 - - default default] Tap Mirror: Handle Delete Port: cc046abd-b2db-408a-87ef-b6fd796f04c6 [pid: 7|app: 0|req: 798/1595] 10.0.0.41 () {34 vars in 782 bytes} [Tue May 5 18:11:58 2026] PUT /v2.0/routers/b6e1573b-7c63-426c-a441-c4bf04df97ca/add_router_interface => generated 309 bytes in 1203 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1596] 10.0.0.41 () {34 vars in 788 bytes} [Tue May 5 18:11:59 2026] PUT /v2.0/routers/fb6406f6-6970-42c4-9209-45ae083bbf28/remove_router_interface => generated 309 bytes in 882 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 799/1597] 10.0.0.41 () {34 vars in 683 bytes} [Tue May 5 18:12:00 2026] POST /v2.0/security-groups => generated 1624 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1598] 10.0.0.41 () {32 vars in 662 bytes} [Tue May 5 18:12:00 2026] GET /v2.0/security-groups => generated 4529 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:12:00.551 8 INFO neutron.api.v2.resource [None req-3b97779d-9d56-4074-8442-205bd7989114 4c00178d6ce4423aa8bc120d27a6eabc ed55819915d740f9825c49e811675cc0 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 799/1599] 10.0.0.41 () {34 vars in 788 bytes} [Tue May 5 18:12:00 2026] PUT /v2.0/routers/fb6406f6-6970-42c4-9209-45ae083bbf28/remove_router_interface => generated 197 bytes in 136 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1600] 10.0.0.41 () {32 vars in 735 bytes} [Tue May 5 18:12:00 2026] GET /v2.0/ports?device_id=fb6406f6-6970-42c4-9209-45ae083bbf28 => 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: 801/1601] 10.0.0.41 () {34 vars in 757 bytes} [Tue May 5 18:12:00 2026] PUT /v2.0/security-groups/acb791b3-9d6d-4495-85a2-6bd34c0dba32 => generated 1663 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1602] 10.0.0.41 () {32 vars in 736 bytes} [Tue May 5 18:12:00 2026] GET /v2.0/security-groups/acb791b3-9d6d-4495-85a2-6bd34c0dba32 => generated 1663 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1603] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:12:00 2026] DELETE /v2.0/security-groups/acb791b3-9d6d-4495-85a2-6bd34c0dba32 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1604] 10.0.0.41 () {32 vars in 662 bytes} [Tue May 5 18:12:00 2026] GET /v2.0/security-groups => generated 2925 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:12:00.805 7 INFO neutron_taas.services.taas.taas_plugin [None req-f4fe4f8c-84f6-4b5b-bc89-ec829280809b 4c00178d6ce4423aa8bc120d27a6eabc ed55819915d740f9825c49e811675cc0 - - default default] TaaS: Handle Delete Port: 003ac21d-0d32-4c69-a3c5-702db0d2c4e0 2026-05-05 18:12:00.807 8 INFO neutron.api.v2.resource [None req-e69254d0-c506-4218-a8ea-3eb3dd1cb677 eed0bc22718942108165f115d996d306 1f531e7a9b11491599ef9ee57ed17094 - - default default] delete failed (client error): The resource could not be found. 2026-05-05 18:12:00.807 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4fe4f8c-84f6-4b5b-bc89-ec829280809b 4c00178d6ce4423aa8bc120d27a6eabc ed55819915d740f9825c49e811675cc0 - - default default] Tap Mirror: Handle Delete Port: 003ac21d-0d32-4c69-a3c5-702db0d2c4e0 [pid: 8|app: 0|req: 804/1605] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:12:00 2026] DELETE /v2.0/security-groups/acb791b3-9d6d-4495-85a2-6bd34c0dba32 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1606] 10.0.0.41 () {34 vars in 683 bytes} [Tue May 5 18:12:00 2026] POST /v2.0/security-groups => generated 1625 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1607] 10.0.0.41 () {34 vars in 694 bytes} [Tue May 5 18:12:00 2026] POST /v2.0/security-group-rules => generated 601 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1608] 10.0.0.41 () {32 vars in 746 bytes} [Tue May 5 18:12:01 2026] GET /v2.0/security-group-rules/311b984b-94fc-4d55-8549-058dfe853c67 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1609] 10.0.0.41 () {32 vars in 672 bytes} [Tue May 5 18:12:01 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:12:01.259 7 INFO neutron.services.segments.plugin [-] Segment 5b62bce2-2a66-4f01-8dec-2356319841ea resource provider aggregate not found 2026-05-05 18:12:01.272 7 INFO neutron.services.segments.plugin [-] Segment 5b62bce2-2a66-4f01-8dec-2356319841ea resource provider aggregate not found 2026-05-05 18:12:01.298 7 INFO neutron.services.segments.plugin [-] Segment 5b62bce2-2a66-4f01-8dec-2356319841ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b62bce2-2a66-4f01-8dec-2356319841ea found for delete ", "request_id": "req-6d96848d-92ba-462c-ab1b-3d49adbd673a"}]} 2026-05-05 18:12:01.308 7 INFO neutron.services.segments.plugin [-] Segment 5b62bce2-2a66-4f01-8dec-2356319841ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b62bce2-2a66-4f01-8dec-2356319841ea found for delete ", "request_id": "req-51ac14bf-2979-403b-abdc-e2a0c2c3e42f"}]} 2026-05-05 18:12:01.317 7 INFO neutron.db.l3_hamode_db [None req-f4fe4f8c-84f6-4b5b-bc89-ec829280809b 4c00178d6ce4423aa8bc120d27a6eabc ed55819915d740f9825c49e811675cc0 - - default default] HA network 5e9e0ff5-49b6-45b6-91dc-a0c68116de5d was deleted as no HA routers are present in tenant ed55819915d740f9825c49e811675cc0. [pid: 7|app: 0|req: 802/1610] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:12:00 2026] DELETE /v2.0/routers/fb6406f6-6970-42c4-9209-45ae083bbf28 => generated 0 bytes in 714 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1611] 10.0.0.41 () {32 vars in 749 bytes} [Tue May 5 18:12:01 2026] DELETE /v2.0/security-group-rules/311b984b-94fc-4d55-8549-058dfe853c67 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:12:01.496 7 INFO neutron.db.segments_db [None req-7a891d41-448e-4764-bd61-a2b11c4cbfcc c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Added segment 3ea2bd5a-d108-43c6-8191-ab307ad40d2e of type vxlan for network cd344b93-ca42-4bfd-ba61-7697b7f289a6 [pid: 8|app: 0|req: 810/1612] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:12:01 2026] DELETE /v2.0/subnets/2d25c14e-687d-4a68-adec-fab9c4252f6d => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1613] 10.0.0.41 () {34 vars in 670 bytes} [Tue May 5 18:12:01 2026] POST /v2.0/networks => generated 740 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1614] 10.0.0.41 () {32 vars in 672 bytes} [Tue May 5 18:12:01 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:12:01.696 7 INFO neutron_taas.services.taas.taas_plugin [None req-fd6871bb-efeb-461a-869d-37ab6cfe912b 4c00178d6ce4423aa8bc120d27a6eabc ed55819915d740f9825c49e811675cc0 - - default default] TaaS: Handle Delete Port: 44c2d5a2-3749-42fc-9813-ee14de5255b7 2026-05-05 18:12:01.700 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd6871bb-efeb-461a-869d-37ab6cfe912b 4c00178d6ce4423aa8bc120d27a6eabc ed55819915d740f9825c49e811675cc0 - - default default] Tap Mirror: Handle Delete Port: 44c2d5a2-3749-42fc-9813-ee14de5255b7 [pid: 8|app: 0|req: 812/1615] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:12:01 2026] POST /v2.0/subnets => generated 687 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1616] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:12:01 2026] DELETE /v2.0/networks/6012c8c1-0c01-4435-8829-ce959e864460 => generated 0 bytes in 323 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:12:01.953 7 INFO neutron.db.segments_db [None req-77aa32db-f73a-4af3-9d27-876aa3fae289 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Added segment 3bceb0bb-97c5-458c-8884-1cee835f2f11 of type vxlan for network aee823d2-d41b-4460-94f1-529aa44c0909 [pid: 8|app: 0|req: 813/1617] 10.0.0.41 () {34 vars in 694 bytes} [Tue May 5 18:12:01 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-05 18:12:02.025 8 INFO neutron.db.segments_db [None req-d46d3c2d-ebe4-4238-84b6-1e662ff11a75 4c00178d6ce4423aa8bc120d27a6eabc ed55819915d740f9825c49e811675cc0 - - default default] Added segment 27718f89-b018-417d-a035-2fbb3fd8bb83 of type vxlan for network c36799ac-97f8-4965-be9e-db47f3d9b351 [pid: 8|app: 0|req: 814/1618] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:12:01 2026] POST /v2.0/networks => generated 630 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1619] 10.0.0.41 () {32 vars in 746 bytes} [Tue May 5 18:12:02 2026] GET /v2.0/security-group-rules/4cefe3b3-c262-4a00-9724-d573ff7f5efe => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:12:02.184 7 INFO neutron.db.l3_hamode_db [None req-77aa32db-f73a-4af3-9d27-876aa3fae289 c702521419f64f25944b444edd258ca8 98a56bbcdc2c497c866726de65ced01c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 816/1620] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:12:02 2026] POST /v2.0/subnets => generated 626 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1621] 10.0.0.41 () {32 vars in 672 bytes} [Tue May 5 18:12:02 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:12:02.494 8 INFO neutron.db.segments_db [None req-561feff3-7678-4093-980f-7e06d4d75853 4c00178d6ce4423aa8bc120d27a6eabc ed55819915d740f9825c49e811675cc0 - - default default] Added segment 6c83b048-8a7a-44ee-9bb8-ceec0f721340 of type vxlan for network 9fcdeb40-563c-4137-b5bf-73dda0a8778b 2026-05-05 18:12:02.782 8 INFO neutron.db.l3_hamode_db [None req-561feff3-7678-4093-980f-7e06d4d75853 4c00178d6ce4423aa8bc120d27a6eabc ed55819915d740f9825c49e811675cc0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-05 18:12:02.909 8 INFO neutron.db.l3_hamode_db [None req-561feff3-7678-4093-980f-7e06d4d75853 4c00178d6ce4423aa8bc120d27a6eabc ed55819915d740f9825c49e811675cc0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-05 18:12:03.102 7 INFO neutron.db.l3_hamode_db [None req-77aa32db-f73a-4af3-9d27-876aa3fae289 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-05 18:12:03.323 7 INFO neutron.services.segments.plugin [-] Segment 499bc834-22b2-4ea9-9567-a097c1392a0e resource provider aggregate not found 2026-05-05 18:12:03.343 7 INFO neutron.services.segments.plugin [-] Segment 499bc834-22b2-4ea9-9567-a097c1392a0e resource provider aggregate not found 2026-05-05 18:12:03.350 7 INFO neutron.services.segments.plugin [-] Segment 499bc834-22b2-4ea9-9567-a097c1392a0e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 499bc834-22b2-4ea9-9567-a097c1392a0e found for delete ", "request_id": "req-517942e8-fd3b-4537-ac1c-92943fa0f2d4"}]} 2026-05-05 18:12:03.365 7 INFO neutron.services.segments.plugin [-] Segment 499bc834-22b2-4ea9-9567-a097c1392a0e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 499bc834-22b2-4ea9-9567-a097c1392a0e found for delete ", "request_id": "req-8b223ac4-937c-4086-88a5-1f6be98215b3"}]} [pid: 8|app: 0|req: 818/1622] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:12:02 2026] POST /v2.0/routers => generated 507 bytes in 1019 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1623] 10.0.0.41 () {32 vars in 749 bytes} [Tue May 5 18:12:03 2026] DELETE /v2.0/security-group-rules/4cefe3b3-c262-4a00-9724-d573ff7f5efe => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1624] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:12:01 2026] POST /v2.0/routers => generated 727 bytes in 2195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1625] 10.0.0.41 () {32 vars in 672 bytes} [Tue May 5 18:12:04 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1626] 10.0.0.41 () {32 vars in 825 bytes} [Tue May 5 18:12:04 2026] GET /v2.0/ports?project_id=d227ef8c752b4eb18afa45b6849faf1f&network_id=217dd5ad-ca76-4448-9e83-c0591df63f84 => generated 3691 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1627] 10.0.0.41 () {34 vars in 782 bytes} [Tue May 5 18:12:04 2026] PUT /v2.0/routers/9fb4b779-20cb-4eb1-94a3-19d6bd3fa512/add_router_interface => generated 309 bytes in 1357 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1628] 10.0.0.41 () {34 vars in 782 bytes} [Tue May 5 18:12:03 2026] PUT /v2.0/routers/abaef9c1-0ca1-4ef2-aa8d-327b500cac6d/add_router_interface => generated 309 bytes in 2173 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1631] 10.0.0.41 () {32 vars in 741 bytes} [Tue May 5 18:12:05 2026] GET /v2.0/subnets?network_id=bf7518a9-e82f-4fe0-98da-203dddd70533 => generated 667 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1632] 10.0.0.41 () {34 vars in 694 bytes} [Tue May 5 18:12:05 2026] POST /v2.0/security-group-rules => generated 602 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1633] 10.0.0.41 () {32 vars in 746 bytes} [Tue May 5 18:12:05 2026] GET /v2.0/security-group-rules/18938dc7-f485-4cf7-a66f-be7997b6932d => generated 602 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1634] 10.0.0.41 () {32 vars in 716 bytes} [Tue May 5 18:12:05 2026] GET /v2.0/ports/0408ac43-c45b-467a-9a23-2bdad9ff9691 => generated 955 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1635] 10.0.0.41 () {32 vars in 672 bytes} [Tue May 5 18:12:05 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1636] 10.0.0.41 () {32 vars in 749 bytes} [Tue May 5 18:12:05 2026] DELETE /v2.0/security-group-rules/18938dc7-f485-4cf7-a66f-be7997b6932d => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:12:06.102 8 INFO neutron.db.l3_db [None req-a9f3d89d-701f-48c7-af5b-5899768ed3c2 a1ff7c0d48224801a29e12b98b608cb3 d227ef8c752b4eb18afa45b6849faf1f - - default default] Floating IP 864a93c6-3019-42cf-8d64-43b96e6d5761 disassociated. External IP: 10.96.250.215, port: fdc9a4ba-6d28-44be-bb36-28be2245989e. 2026-05-05 18:12:06.147 7 INFO neutron_taas.services.taas.taas_plugin [None req-233a2f2c-7f03-431a-a9b5-0a8d4e8d7af7 4c00178d6ce4423aa8bc120d27a6eabc ed55819915d740f9825c49e811675cc0 - - default default] TaaS: Handle Delete Port: 0408ac43-c45b-467a-9a23-2bdad9ff9691 2026-05-05 18:12:06.151 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-233a2f2c-7f03-431a-a9b5-0a8d4e8d7af7 4c00178d6ce4423aa8bc120d27a6eabc ed55819915d740f9825c49e811675cc0 - - default default] Tap Mirror: Handle Delete Port: 0408ac43-c45b-467a-9a23-2bdad9ff9691 [pid: 8|app: 0|req: 827/1637] 10.0.0.41 () {34 vars in 748 bytes} [Tue May 5 18:12:05 2026] PUT /v2.0/floatingips/864a93c6-3019-42cf-8d64-43b96e6d5761 => generated 554 bytes in 485 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:12:06.483 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-62fe42a6-32fa-4311-917a-858977002b3d'] response: {'name': 'network-changed', 'server_uuid': 'a33ce02e-0c87-43b4-81c7-e97f03fc030f', 'tag': 'fdc9a4ba-6d28-44be-bb36-28be2245989e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 828/1638] 10.0.0.41 () {32 vars in 672 bytes} [Tue May 5 18:12:06 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1639] 10.0.0.41 () {34 vars in 684 bytes} [Tue May 5 18:12:06 2026] POST /v2.0/security-groups => generated 1675 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1640] 10.0.0.41 () {32 vars in 728 bytes} [Tue May 5 18:12:06 2026] GET /v2.0/floatingips/864a93c6-3019-42cf-8d64-43b96e6d5761 => 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: 831/1641] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:12:06 2026] DELETE /v2.0/security-groups/3539a8de-6d9a-4377-9035-34aabbf1f291 => 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: 832/1642] 10.0.0.41 () {34 vars in 694 bytes} [Tue May 5 18:12:06 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: 833/1643] 10.0.0.41 () {32 vars in 662 bytes} [Tue May 5 18:12:06 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) [pid: 8|app: 0|req: 834/1644] 10.0.0.41 () {34 vars in 694 bytes} [Tue May 5 18:12:06 2026] POST /v2.0/security-group-rules => generated 596 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1645] 10.0.0.41 () {32 vars in 662 bytes} [Tue May 5 18:12:07 2026] GET /v2.0/security-groups => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1646] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:12:07 2026] GET /v2.0/ports?tenant_id=d227ef8c752b4eb18afa45b6849faf1f&device_id=a33ce02e-0c87-43b4-81c7-e97f03fc030f => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1647] 10.0.0.41 () {34 vars in 694 bytes} [Tue May 5 18:12:07 2026] POST /v2.0/security-group-rules => generated 602 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1648] 199.19.213.169 () {34 vars in 986 bytes} [Tue May 5 18:12:07 2026] GET /v2.0/networks?id=217dd5ad-ca76-4448-9e83-c0591df63f84 => generated 756 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1649] 10.0.0.41 () {34 vars in 788 bytes} [Tue May 5 18:12:05 2026] PUT /v2.0/routers/abaef9c1-0ca1-4ef2-aa8d-327b500cac6d/remove_router_interface => generated 309 bytes in 1567 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1650] 199.19.213.169 () {34 vars in 1058 bytes} [Tue May 5 18:12:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=fdc9a4ba-6d28-44be-bb36-28be2245989e => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1651] 10.0.0.41 () {32 vars in 735 bytes} [Tue May 5 18:12:07 2026] GET /v2.0/ports?device_id=abaef9c1-0ca1-4ef2-aa8d-327b500cac6d => 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: 814/1652] 199.19.213.169 () {34 vars in 984 bytes} [Tue May 5 18:12:07 2026] GET /v2.0/subnets?id=72c47996-288c-4fa5-b4b6-9df26a89294f => generated 678 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1653] 10.0.0.41 () {34 vars in 694 bytes} [Tue May 5 18:12:07 2026] POST /v2.0/security-group-rules => generated 601 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1654] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:12:07 2026] GET /v2.0/ports?network_id=217dd5ad-ca76-4448-9e83-c0591df63f84&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:12:07.530 8 INFO neutron.db.securitygroups_db [None req-b9e17e93-73e2-4311-8c59-895448a2fc38 d32c3b65f48d418a95bb8eab2b4884d5 92b16abd1d5b4d938eb8aeb4b643202c - - default default] Project 92b16abd1d5b4d938eb8aeb4b643202c added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-05-05 18:12:07.562 7 INFO neutron_taas.services.taas.taas_plugin [None req-79605d0c-751d-4592-a0aa-631bfa73d2c3 4c00178d6ce4423aa8bc120d27a6eabc ed55819915d740f9825c49e811675cc0 - - default default] TaaS: Handle Delete Port: b7da1d4a-157f-4745-a74d-a0a0ff94d0f8 2026-05-05 18:12:07.564 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-79605d0c-751d-4592-a0aa-631bfa73d2c3 4c00178d6ce4423aa8bc120d27a6eabc ed55819915d740f9825c49e811675cc0 - - default default] Tap Mirror: Handle Delete Port: b7da1d4a-157f-4745-a74d-a0a0ff94d0f8 [pid: 8|app: 0|req: 841/1655] 10.0.0.41 () {34 vars in 694 bytes} [Tue May 5 18:12:07 2026] POST /v2.0/security-group-rules => generated 607 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1656] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:12:07 2026] GET /v2.0/networks/217dd5ad-ca76-4448-9e83-c0591df63f84?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:12:07.704 8 INFO neutron.db.securitygroups_db [None req-ff0ac873-83b9-4aa8-9e8d-2cf99d70189a d32c3b65f48d418a95bb8eab2b4884d5 92b16abd1d5b4d938eb8aeb4b643202c - - default default] Project 92b16abd1d5b4d938eb8aeb4b643202c 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: 843/1657] 10.0.0.41 () {34 vars in 694 bytes} [Tue May 5 18:12:07 2026] POST /v2.0/security-group-rules => generated 606 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:12:07.876 7 INFO neutron.services.segments.plugin [-] Segment 6c83b048-8a7a-44ee-9bb8-ceec0f721340 resource provider aggregate not found 2026-05-05 18:12:07.883 7 INFO neutron.services.segments.plugin [-] Segment 6c83b048-8a7a-44ee-9bb8-ceec0f721340 resource provider aggregate not found 2026-05-05 18:12:07.894 7 INFO neutron.db.l3_hamode_db [None req-79605d0c-751d-4592-a0aa-631bfa73d2c3 4c00178d6ce4423aa8bc120d27a6eabc ed55819915d740f9825c49e811675cc0 - - default default] HA network 9fcdeb40-563c-4137-b5bf-73dda0a8778b was deleted as no HA routers are present in tenant ed55819915d740f9825c49e811675cc0. [pid: 7|app: 0|req: 815/1658] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:12:07 2026] DELETE /v2.0/routers/abaef9c1-0ca1-4ef2-aa8d-327b500cac6d => generated 0 bytes in 486 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:12:07.904 7 INFO neutron.services.segments.plugin [-] Segment 6c83b048-8a7a-44ee-9bb8-ceec0f721340 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c83b048-8a7a-44ee-9bb8-ceec0f721340 found for delete ", "request_id": "req-6088ffed-9818-4581-8467-ef72e8201ac1"}]} 2026-05-05 18:12:07.911 7 INFO neutron.services.segments.plugin [-] Segment 6c83b048-8a7a-44ee-9bb8-ceec0f721340 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c83b048-8a7a-44ee-9bb8-ceec0f721340 found for delete ", "request_id": "req-3be07495-3743-4ef8-a3d1-467c15c320fd"}]} [pid: 7|app: 0|req: 816/1659] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:12:07 2026] GET /v2.0/networks/217dd5ad-ca76-4448-9e83-c0591df63f84?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: 817/1660] 10.0.0.41 () {32 vars in 728 bytes} [Tue May 5 18:12:07 2026] GET /v2.0/floatingips/864a93c6-3019-42cf-8d64-43b96e6d5761 => generated 552 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1661] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:12:07 2026] GET /v2.0/security-groups?tenant_id=1f531e7a9b11491599ef9ee57ed17094&name=default => generated 2925 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1662] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:12:07 2026] DELETE /v2.0/subnets/c47ae35c-a106-486a-8f10-ee0bcd590442 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1663] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:12:08 2026] DELETE /v2.0/security-groups/c7173e7a-497d-4780-88e0-df27011b632e => 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: 819/1664] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:12:08 2026] DELETE /v2.0/networks/c36799ac-97f8-4965-be9e-db47f3d9b351 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:12:08.316 8 INFO neutron.db.segments_db [None req-6a9f3ae9-7c33-4907-9bbb-bacbe521b216 4c00178d6ce4423aa8bc120d27a6eabc ed55819915d740f9825c49e811675cc0 - - default default] Added segment 83608037-4c31-4d83-ace9-74fb81981b5c of type vxlan for network ca314418-1a81-4da3-b5f5-664fa9b02ae0 [pid: 7|app: 0|req: 820/1665] 10.0.0.41 () {34 vars in 684 bytes} [Tue May 5 18:12:08 2026] POST /v2.0/security-groups => generated 1660 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1666] 10.0.0.41 () {34 vars in 694 bytes} [Tue May 5 18:12:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1667] 10.0.0.41 () {34 vars in 694 bytes} [Tue May 5 18:12:08 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-05 18:12:08.631 8 INFO neutron.db.l3_hamode_db [None req-6a9f3ae9-7c33-4907-9bbb-bacbe521b216 4c00178d6ce4423aa8bc120d27a6eabc ed55819915d740f9825c49e811675cc0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 823/1668] 10.0.0.41 () {34 vars in 675 bytes} [Tue May 5 18:12:08 2026] POST /v2.0/floatingips => generated 552 bytes in 489 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1669] 10.0.0.41 () {34 vars in 684 bytes} [Tue May 5 18:12:09 2026] POST /v2.0/security-groups => generated 1673 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1670] 10.0.0.198 () {34 vars in 1100 bytes} [Tue May 5 18:12:09 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1623223303&fields=id&tenant_id=92b16abd1d5b4d938eb8aeb4b643202c => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1671] 10.0.0.41 () {34 vars in 694 bytes} [Tue May 5 18:12:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1672] 10.0.0.198 () {34 vars in 1098 bytes} [Tue May 5 18:12:09 2026] GET /v2.0/security-groups?name=tempest-securitygroup--985162959&fields=id&tenant_id=92b16abd1d5b4d938eb8aeb4b643202c => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:12:09.524 8 INFO neutron.db.l3_hamode_db [None req-6a9f3ae9-7c33-4907-9bbb-bacbe521b216 4c00178d6ce4423aa8bc120d27a6eabc ed55819915d740f9825c49e811675cc0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 828/1673] 10.0.0.41 () {34 vars in 694 bytes} [Tue May 5 18:12:09 2026] POST /v2.0/security-group-rules => generated 596 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1674] 10.0.0.198 () {34 vars in 982 bytes} [Tue May 5 18:12:09 2026] GET /v2.0/networks?id=6ab01e1f-04e7-4c47-990b-b2a5236f00e7 => generated 673 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1675] 10.0.0.41 () {34 vars in 694 bytes} [Tue May 5 18:12:09 2026] POST /v2.0/security-group-rules => generated 602 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1676] 10.0.0.198 () {34 vars in 965 bytes} [Tue May 5 18:12:09 2026] GET /v2.0/quotas/92b16abd1d5b4d938eb8aeb4b643202c => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1677] 10.0.0.41 () {34 vars in 694 bytes} [Tue May 5 18:12:09 2026] POST /v2.0/security-group-rules => generated 601 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:12:09.938 7 INFO neutron.services.segments.plugin [-] Segment 27718f89-b018-417d-a035-2fbb3fd8bb83 resource provider aggregate not found 2026-05-05 18:12:09.947 7 INFO neutron.services.segments.plugin [-] Segment 27718f89-b018-417d-a035-2fbb3fd8bb83 resource provider aggregate not found 2026-05-05 18:12:09.966 7 INFO neutron.services.segments.plugin [-] Segment 27718f89-b018-417d-a035-2fbb3fd8bb83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27718f89-b018-417d-a035-2fbb3fd8bb83 found for delete ", "request_id": "req-12b62377-4680-4d7a-a598-2a44b7468010"}]} 2026-05-05 18:12:09.969 7 INFO neutron.services.segments.plugin [-] Segment 27718f89-b018-417d-a035-2fbb3fd8bb83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27718f89-b018-417d-a035-2fbb3fd8bb83 found for delete ", "request_id": "req-322d45f8-07b2-4c5f-86c1-83b15313e2d7"}]} [pid: 7|app: 0|req: 833/1678] 10.0.0.198 () {34 vars in 1002 bytes} [Tue May 5 18:12:09 2026] GET /v2.0/ports?tenant_id=92b16abd1d5b4d938eb8aeb4b643202c&fields=id => generated 103 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:12:10.018 7 INFO neutron.db.securitygroups_db [None req-face2ede-52e0-4695-b1ee-c83a4892f922 a1ff7c0d48224801a29e12b98b608cb3 d227ef8c752b4eb18afa45b6849faf1f - - default default] Project d227ef8c752b4eb18afa45b6849faf1f 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: 834/1679] 10.0.0.41 () {34 vars in 694 bytes} [Tue May 5 18:12:09 2026] POST /v2.0/security-group-rules => generated 607 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1680] 10.0.0.198 () {34 vars in 1008 bytes} [Tue May 5 18:12:10 2026] GET /v2.0/networks/6ab01e1f-04e7-4c47-990b-b2a5236f00e7?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:12:10.183 7 INFO neutron.db.securitygroups_db [None req-2703b1e6-f413-4952-9d37-78b65e5acd63 a1ff7c0d48224801a29e12b98b608cb3 d227ef8c752b4eb18afa45b6849faf1f - - default default] Project d227ef8c752b4eb18afa45b6849faf1f 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: 836/1681] 10.0.0.41 () {34 vars in 694 bytes} [Tue May 5 18:12:10 2026] POST /v2.0/security-group-rules => generated 606 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1682] 10.0.0.198 () {34 vars in 1108 bytes} [Tue May 5 18:12:10 2026] GET /v2.0/networks/6ab01e1f-04e7-4c47-990b-b2a5236f00e7?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: 838/1683] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:10 2026] GET /v2.0/ports?device_id=16b2549c-88ea-473d-94ba-3724386d14d9 => 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: 846/1684] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:12:08 2026] POST /v2.0/routers => generated 688 bytes in 2482 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1685] 10.0.0.41 () {32 vars in 720 bytes} [Tue May 5 18:12:10 2026] GET /v2.0/routers/a33cc934-bfdd-4bfd-bebe-35cd7033e29a => generated 694 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1686] 10.0.0.41 () {32 vars in 648 bytes} [Tue May 5 18:12:10 2026] GET /v2.0/networks => generated 1297 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1687] 10.0.0.41 () {32 vars in 646 bytes} [Tue May 5 18:12:10 2026] GET /v2.0/routers => generated 697 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1688] 10.0.0.198 () {34 vars in 1098 bytes} [Tue May 5 18:12:10 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-195235658&fields=id&tenant_id=d227ef8c752b4eb18afa45b6849faf1f => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1689] 10.0.0.198 () {34 vars in 982 bytes} [Tue May 5 18:12:10 2026] GET /v2.0/networks?id=217dd5ad-ca76-4448-9e83-c0591df63f84 => generated 660 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1690] 10.0.0.198 () {34 vars in 965 bytes} [Tue May 5 18:12:11 2026] GET /v2.0/quotas/d227ef8c752b4eb18afa45b6849faf1f => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1691] 10.0.0.198 () {34 vars in 1002 bytes} [Tue May 5 18:12:11 2026] GET /v2.0/ports?tenant_id=d227ef8c752b4eb18afa45b6849faf1f&fields=id => generated 149 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1692] 10.0.0.198 () {34 vars in 1008 bytes} [Tue May 5 18:12:11 2026] GET /v2.0/networks/217dd5ad-ca76-4448-9e83-c0591df63f84?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: 840/1693] 10.0.0.41 () {34 vars in 740 bytes} [Tue May 5 18:12:10 2026] PUT /v2.0/routers/a33cc934-bfdd-4bfd-bebe-35cd7033e29a => generated 701 bytes in 379 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1694] 10.0.0.198 () {34 vars in 1108 bytes} [Tue May 5 18:12:11 2026] GET /v2.0/networks/217dd5ad-ca76-4448-9e83-c0591df63f84?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1695] 10.0.0.41 () {32 vars in 720 bytes} [Tue May 5 18:12:11 2026] GET /v2.0/routers/a33cc934-bfdd-4bfd-bebe-35cd7033e29a => generated 701 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1696] 10.0.0.41 () {32 vars in 735 bytes} [Tue May 5 18:12:11 2026] GET /v2.0/ports?device_id=a33cc934-bfdd-4bfd-bebe-35cd7033e29a => 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: 856/1697] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:11 2026] GET /v2.0/ports?device_id=f17e62f5-65e6-4094-90d4-5961cfa9d2db => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:12:11.607 7 INFO neutron_taas.services.taas.taas_plugin [None req-50245c0c-64ef-45fa-be38-052e1edab7f8 4c00178d6ce4423aa8bc120d27a6eabc ed55819915d740f9825c49e811675cc0 - - default default] TaaS: Handle Delete Port: e6a3ff2f-99a6-4e6f-b77d-394defda3abe 2026-05-05 18:12:11.612 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-50245c0c-64ef-45fa-be38-052e1edab7f8 4c00178d6ce4423aa8bc120d27a6eabc ed55819915d740f9825c49e811675cc0 - - default default] Tap Mirror: Handle Delete Port: e6a3ff2f-99a6-4e6f-b77d-394defda3abe [pid: 8|app: 0|req: 857/1698] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:11 2026] GET /v2.0/ports?device_id=16b2549c-88ea-473d-94ba-3724386d14d9 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:12:11.902 7 INFO neutron_taas.services.taas.taas_plugin [None req-50245c0c-64ef-45fa-be38-052e1edab7f8 4c00178d6ce4423aa8bc120d27a6eabc ed55819915d740f9825c49e811675cc0 - - default default] TaaS: Handle Delete Port: afda8baa-a215-4090-a629-e4df6c23237a 2026-05-05 18:12:11.906 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-50245c0c-64ef-45fa-be38-052e1edab7f8 4c00178d6ce4423aa8bc120d27a6eabc ed55819915d740f9825c49e811675cc0 - - default default] Tap Mirror: Handle Delete Port: afda8baa-a215-4090-a629-e4df6c23237a 2026-05-05 18:12:12.302 7 INFO neutron.services.segments.plugin [-] Segment 83608037-4c31-4d83-ace9-74fb81981b5c resource provider aggregate not found 2026-05-05 18:12:12.309 7 INFO neutron.services.segments.plugin [-] Segment 83608037-4c31-4d83-ace9-74fb81981b5c resource provider aggregate not found 2026-05-05 18:12:12.326 7 INFO neutron.services.segments.plugin [-] Segment 83608037-4c31-4d83-ace9-74fb81981b5c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83608037-4c31-4d83-ace9-74fb81981b5c found for delete ", "request_id": "req-f741cfe1-a143-4bb5-950f-6e3eef64db17"}]} 2026-05-05 18:12:12.330 7 INFO neutron.services.segments.plugin [-] Segment 83608037-4c31-4d83-ace9-74fb81981b5c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83608037-4c31-4d83-ace9-74fb81981b5c found for delete ", "request_id": "req-c934454b-527d-47a8-91c1-158a898e2dff"}]} 2026-05-05 18:12:12.342 7 INFO neutron.db.l3_hamode_db [None req-50245c0c-64ef-45fa-be38-052e1edab7f8 4c00178d6ce4423aa8bc120d27a6eabc ed55819915d740f9825c49e811675cc0 - - default default] HA network ca314418-1a81-4da3-b5f5-664fa9b02ae0 was deleted as no HA routers are present in tenant ed55819915d740f9825c49e811675cc0. [pid: 7|app: 0|req: 842/1699] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:12:11 2026] DELETE /v2.0/routers/a33cc934-bfdd-4bfd-bebe-35cd7033e29a => generated 0 bytes in 967 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1700] 10.0.0.41 () {32 vars in 735 bytes} [Tue May 5 18:12:12 2026] GET /v2.0/ports?device_id=a33cc934-bfdd-4bfd-bebe-35cd7033e29a => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:12:12.398 7 INFO neutron.api.v2.resource [None req-f8ba10af-19de-469b-b98d-72052a939c09 4c00178d6ce4423aa8bc120d27a6eabc ed55819915d740f9825c49e811675cc0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 843/1701] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:12:12 2026] DELETE /v2.0/routers/a33cc934-bfdd-4bfd-bebe-35cd7033e29a => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1702] 10.0.0.41 () {32 vars in 735 bytes} [Tue May 5 18:12:12 2026] GET /v2.0/ports?device_id=abaef9c1-0ca1-4ef2-aa8d-327b500cac6d => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:12:12.482 7 INFO neutron.api.v2.resource [None req-0a9423db-6927-4e1f-bacb-22f97e967c63 4c00178d6ce4423aa8bc120d27a6eabc ed55819915d740f9825c49e811675cc0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 844/1703] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:12:12 2026] DELETE /v2.0/routers/abaef9c1-0ca1-4ef2-aa8d-327b500cac6d => generated 135 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 18:12:12.511 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7b460a67-909d-4287-a8b7-3c2c69b04d31 4c00178d6ce4423aa8bc120d27a6eabc ed55819915d740f9825c49e811675cc0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 860/1704] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:12:12 2026] DELETE /v2.0/subnets/c47ae35c-a106-486a-8f10-ee0bcd590442 => generated 136 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1705] 10.0.0.41 () {32 vars in 735 bytes} [Tue May 5 18:12:12 2026] GET /v2.0/ports?device_id=fb6406f6-6970-42c4-9209-45ae083bbf28 => 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: 845/1706] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:12 2026] GET /v2.0/ports?device_id=f17e62f5-65e6-4094-90d4-5961cfa9d2db => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:12:12.556 8 INFO neutron.api.v2.resource [None req-3aa61e04-bea8-4c0b-be4e-75c332f1a208 4c00178d6ce4423aa8bc120d27a6eabc ed55819915d740f9825c49e811675cc0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 862/1707] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:12:12 2026] DELETE /v2.0/routers/fb6406f6-6970-42c4-9209-45ae083bbf28 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 18:12:12.580 7 INFO neutron.pecan_wsgi.hooks.translation [None req-db6ce74e-be2c-46fa-83c0-52785d05a880 4c00178d6ce4423aa8bc120d27a6eabc ed55819915d740f9825c49e811675cc0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 846/1708] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:12:12 2026] DELETE /v2.0/subnets/2d25c14e-687d-4a68-adec-fab9c4252f6d => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1709] 10.0.0.41 () {32 vars in 735 bytes} [Tue May 5 18:12:12 2026] GET /v2.0/ports?device_id=4f16296d-31ca-402a-b9bc-bb051b82502f => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:12:12.642 8 INFO neutron.api.v2.resource [None req-3e603db5-f328-4355-8bcb-c10f4d800393 4c00178d6ce4423aa8bc120d27a6eabc ed55819915d740f9825c49e811675cc0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 864/1710] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:12:12 2026] DELETE /v2.0/routers/4f16296d-31ca-402a-b9bc-bb051b82502f => generated 135 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 18:12:12.664 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e89d8504-856c-4847-aec3-56c9881b7f17 4c00178d6ce4423aa8bc120d27a6eabc ed55819915d740f9825c49e811675cc0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 865/1711] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:12:12 2026] DELETE /v2.0/subnets/a63bc341-32fa-4b8a-bd74-d1a9bf60af62 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 18:12:12.685 8 INFO neutron.pecan_wsgi.hooks.translation [None req-23f109b5-7869-45b3-91db-92ee820b6258 4c00178d6ce4423aa8bc120d27a6eabc ed55819915d740f9825c49e811675cc0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 866/1712] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:12:12 2026] DELETE /v2.0/subnets/6b2cc96e-0777-4116-a6d9-1d26a45726b9 => 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: 867/1713] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:12 2026] GET /v2.0/ports?device_id=16b2549c-88ea-473d-94ba-3724386d14d9 => 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: 847/1714] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:12:12 2026] GET /v2.0/security-groups?tenant_id=4d2b3f493f264dec95c36356e9c64304&name=default => generated 2925 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1715] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:12:12 2026] DELETE /v2.0/security-groups/7f2e232a-5662-4a1a-9d47-a130cb52f6dc => 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: 869/1716] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:12:13 2026] GET /v2.0/security-groups?tenant_id=a507982dfd8e4bc09bea76f4049bde32&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1717] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:12:13 2026] GET /v2.0/security-groups?tenant_id=ed55819915d740f9825c49e811675cc0&name=default => generated 2925 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1718] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:12:13 2026] DELETE /v2.0/security-groups/bcf50532-b091-42e0-bb19-ba507742e77c => 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: 849/1719] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:12:13 2026] DELETE /v2.0/security-groups/938db3b5-62ad-4c63-b469-aa579a141774 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1720] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:13 2026] GET /v2.0/ports?device_id=f17e62f5-65e6-4094-90d4-5961cfa9d2db => 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: 850/1721] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:13 2026] GET /v2.0/ports?device_id=16b2549c-88ea-473d-94ba-3724386d14d9 => 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: 872/1722] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:14 2026] GET /v2.0/ports?device_id=f17e62f5-65e6-4094-90d4-5961cfa9d2db => 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: 851/1723] 199.19.213.169 () {34 vars in 986 bytes} [Tue May 5 18:12:14 2026] GET /v2.0/networks?id=6ab01e1f-04e7-4c47-990b-b2a5236f00e7 => generated 673 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1724] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:14 2026] GET /v2.0/ports?device_id=16b2549c-88ea-473d-94ba-3724386d14d9 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1725] 199.19.213.169 () {34 vars in 1050 bytes} [Tue May 5 18:12:14 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=92b16abd1d5b4d938eb8aeb4b643202c => generated 273 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1726] 199.19.213.169 () {38 vars in 955 bytes} [Tue May 5 18:12:14 2026] POST /v2.0/ports => generated 993 bytes in 487 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 853/1727] 10.0.0.41 () {34 vars in 683 bytes} [Tue May 5 18:12:15 2026] POST /v2.0/security-groups => generated 1625 bytes in 454 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1728] 10.0.0.41 () {32 vars in 662 bytes} [Tue May 5 18:12:15 2026] GET /v2.0/security-groups => generated 4530 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1729] 10.0.0.41 () {34 vars in 757 bytes} [Tue May 5 18:12:15 2026] PUT /v2.0/security-groups/89f3f8a0-e3d6-4660-a755-24aa9475ba18 => generated 1664 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1730] 10.0.0.41 () {32 vars in 736 bytes} [Tue May 5 18:12:15 2026] GET /v2.0/security-groups/89f3f8a0-e3d6-4660-a755-24aa9475ba18 => generated 1664 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1731] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:12:15 2026] DELETE /v2.0/security-groups/89f3f8a0-e3d6-4660-a755-24aa9475ba18 => 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: 858/1732] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:15 2026] GET /v2.0/ports?device_id=f17e62f5-65e6-4094-90d4-5961cfa9d2db => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1733] 199.19.213.169 () {38 vars in 1028 bytes} [Tue May 5 18:12:15 2026] PUT /v2.0/ports/36b70fb3-a34b-4412-b1fa-b2a14b17f610 => generated 1274 bytes in 471 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1734] 10.0.0.41 () {32 vars in 662 bytes} [Tue May 5 18:12:15 2026] GET /v2.0/security-groups => generated 2925 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, ' 2026-05-05 18:12:15.950 8 INFO neutron.api.v2.resource [None req-34bc62b1-7680-483f-9213-e8e67a09f287 77cf67d3ebfa45069b447d948e9054b9 c4105a210f1c4822ac6dfc13fff9fee7 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 876/1735] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:12:15 2026] DELETE /v2.0/security-groups/89f3f8a0-e3d6-4660-a755-24aa9475ba18 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 18:12:15.962 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-43bf1ed6-b235-448a-b08e-501389d8afc8'] response: {'name': 'network-changed', 'server_uuid': '16b2549c-88ea-473d-94ba-3724386d14d9', 'tag': '36b70fb3-a34b-4412-b1fa-b2a14b17f610', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 877/1736] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:15 2026] GET /v2.0/ports?device_id=16b2549c-88ea-473d-94ba-3724386d14d9 => generated 1008 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1737] 10.0.0.198 () {34 vars in 1120 bytes} [Tue May 5 18:12:16 2026] GET /v2.0/security-groups?id=09f88fc6-02e4-4581-a5e7-05138fa2f066&id=c4bd0192-384c-44a0-ad01-cdcf409f7ae0&fields=id&fields=name => generated 206 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1738] 10.0.0.41 () {34 vars in 683 bytes} [Tue May 5 18:12:15 2026] POST /v2.0/security-groups => generated 1625 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1739] 10.0.0.41 () {34 vars in 694 bytes} [Tue May 5 18:12:16 2026] POST /v2.0/security-group-rules => generated 601 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1740] 10.0.0.41 () {32 vars in 746 bytes} [Tue May 5 18:12:16 2026] GET /v2.0/security-group-rules/554c38d5-89da-402c-9374-2171ce55ad2d => generated 601 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1741] 10.0.0.41 () {32 vars in 672 bytes} [Tue May 5 18:12:16 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1742] 10.0.0.41 () {32 vars in 749 bytes} [Tue May 5 18:12:16 2026] DELETE /v2.0/security-group-rules/554c38d5-89da-402c-9374-2171ce55ad2d => 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: 863/1743] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:12:16 2026] GET /v2.0/ports?tenant_id=92b16abd1d5b4d938eb8aeb4b643202c&device_id=16b2549c-88ea-473d-94ba-3724386d14d9 => generated 1277 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1744] 10.0.0.41 () {32 vars in 672 bytes} [Tue May 5 18:12:16 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1745] 199.19.213.169 () {34 vars in 1018 bytes} [Tue May 5 18:12:16 2026] GET /v2.0/networks?tenant_id=92b16abd1d5b4d938eb8aeb4b643202c&shared=False => generated 768 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1746] 199.19.213.169 () {34 vars in 930 bytes} [Tue May 5 18:12:16 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: 882/1747] 10.0.0.41 () {34 vars in 694 bytes} [Tue May 5 18:12:16 2026] POST /v2.0/security-group-rules => generated 601 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1748] 10.0.0.41 () {32 vars in 746 bytes} [Tue May 5 18:12:16 2026] GET /v2.0/security-group-rules/10dacfd6-2f4b-4ebb-9f9d-c5eb4129d230 => generated 601 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1749] 10.0.0.41 () {32 vars in 672 bytes} [Tue May 5 18:12:16 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1750] 10.0.0.41 () {32 vars in 749 bytes} [Tue May 5 18:12:16 2026] DELETE /v2.0/security-group-rules/10dacfd6-2f4b-4ebb-9f9d-c5eb4129d230 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1751] 10.0.0.41 () {32 vars in 672 bytes} [Tue May 5 18:12:16 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:12:16.943 7 INFO neutron.db.securitygroups_db [None req-44e825e4-ac89-43d3-9107-200de6bf80f7 77cf67d3ebfa45069b447d948e9054b9 c4105a210f1c4822ac6dfc13fff9fee7 - - default default] Project c4105a210f1c4822ac6dfc13fff9fee7 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: 885/1752] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:16 2026] GET /v2.0/ports?device_id=f17e62f5-65e6-4094-90d4-5961cfa9d2db => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1753] 10.0.0.41 () {34 vars in 694 bytes} [Tue May 5 18:12:16 2026] POST /v2.0/security-group-rules => generated 607 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1754] 10.0.0.41 () {32 vars in 746 bytes} [Tue May 5 18:12:17 2026] GET /v2.0/security-group-rules/46c25246-1cee-42f3-99ca-0262dedb5e0c => generated 607 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1755] 199.19.213.169 () {34 vars in 986 bytes} [Tue May 5 18:12:16 2026] GET /v2.0/networks?id=217dd5ad-ca76-4448-9e83-c0591df63f84 => generated 660 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1756] 199.19.213.169 () {34 vars in 1050 bytes} [Tue May 5 18:12:17 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d227ef8c752b4eb18afa45b6849faf1f => generated 272 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1757] 10.0.0.41 () {32 vars in 672 bytes} [Tue May 5 18:12:17 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1758] 10.0.0.41 () {32 vars in 749 bytes} [Tue May 5 18:12:17 2026] DELETE /v2.0/security-group-rules/46c25246-1cee-42f3-99ca-0262dedb5e0c => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1759] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:17 2026] GET /v2.0/ports?device_id=16b2549c-88ea-473d-94ba-3724386d14d9 => generated 1008 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1760] 10.0.0.41 () {32 vars in 672 bytes} [Tue May 5 18:12:17 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1761] 199.19.213.169 () {38 vars in 955 bytes} [Tue May 5 18:12:17 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: 7|app: 0|req: 874/1762] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:12:17 2026] GET /v2.0/security-groups?tenant_id=e0d3ab48d7f94f1f8d3553d4f3cb4c63&name=default => generated 2925 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1763] 10.0.0.198 () {34 vars in 1120 bytes} [Tue May 5 18:12:17 2026] GET /v2.0/security-groups?id=09f88fc6-02e4-4581-a5e7-05138fa2f066&id=c4bd0192-384c-44a0-ad01-cdcf409f7ae0&fields=id&fields=name => generated 206 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1764] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:12:17 2026] DELETE /v2.0/security-groups/5cf70e5d-5137-470d-958f-66a5b09300cc => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1765] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:12:17 2026] DELETE /v2.0/security-groups/ae028581-5ffc-4741-86b0-ce71625f15b2 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1766] 10.0.0.41 () {32 vars in 662 bytes} [Tue May 5 18:12:17 2026] GET /v2.0/security-groups => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1767] 10.0.0.41 () {32 vars in 662 bytes} [Tue May 5 18:12:17 2026] GET /v2.0/security-groups => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1768] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:12:17 2026] GET /v2.0/ports?tenant_id=92b16abd1d5b4d938eb8aeb4b643202c&device_id=16b2549c-88ea-473d-94ba-3724386d14d9 => generated 1277 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1769] 199.19.213.169 () {34 vars in 1058 bytes} [Tue May 5 18:12:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=36b70fb3-a34b-4412-b1fa-b2a14b17f610 => 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: 879/1770] 199.19.213.169 () {34 vars in 984 bytes} [Tue May 5 18:12:17 2026] GET /v2.0/subnets?id=bff50fb5-4046-4c44-9285-c3e950d103a6 => generated 691 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1771] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:12:17 2026] GET /v2.0/ports?network_id=6ab01e1f-04e7-4c47-990b-b2a5236f00e7&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: 881/1772] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:12:17 2026] GET /v2.0/networks/6ab01e1f-04e7-4c47-990b-b2a5236f00e7?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1773] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:12:17 2026] GET /v2.0/networks/6ab01e1f-04e7-4c47-990b-b2a5236f00e7?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: 883/1774] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:18 2026] GET /v2.0/ports?device_id=f17e62f5-65e6-4094-90d4-5961cfa9d2db => generated 973 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1775] 199.19.213.169 () {38 vars in 1028 bytes} [Tue May 5 18:12:17 2026] PUT /v2.0/ports/3bf52628-c649-43c6-b238-e0ca4e342ca3 => generated 1239 bytes in 451 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-05 18:12:18.216 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c9f83c97-79c7-4d2a-968f-de2364953bd8'] response: {'name': 'network-changed', 'server_uuid': 'f17e62f5-65e6-4094-90d4-5961cfa9d2db', 'tag': '3bf52628-c649-43c6-b238-e0ca4e342ca3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 893/1776] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:12:18 2026] GET /v2.0/security-groups?id=b4c15255-9257-4621-817e-15c56c652a68&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1777] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:12:18 2026] GET /v2.0/security-groups?tenant_id=c4105a210f1c4822ac6dfc13fff9fee7&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1778] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:12:18 2026] DELETE /v2.0/security-groups/a84a008b-2102-419a-903e-1bd69e44e430 => 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: 885/1779] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:18 2026] GET /v2.0/ports?device_id=16b2549c-88ea-473d-94ba-3724386d14d9 => 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: 895/1780] 10.0.0.198 () {34 vars in 1120 bytes} [Tue May 5 18:12:18 2026] GET /v2.0/security-groups?id=09f88fc6-02e4-4581-a5e7-05138fa2f066&id=c4bd0192-384c-44a0-ad01-cdcf409f7ae0&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: 7|app: 0|req: 886/1781] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:12:18 2026] GET /v2.0/ports?tenant_id=d227ef8c752b4eb18afa45b6849faf1f&device_id=f17e62f5-65e6-4094-90d4-5961cfa9d2db => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1782] 199.19.213.169 () {34 vars in 1018 bytes} [Tue May 5 18:12:18 2026] GET /v2.0/networks?tenant_id=d227ef8c752b4eb18afa45b6849faf1f&shared=False => generated 756 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1783] 199.19.213.169 () {34 vars in 930 bytes} [Tue May 5 18:12:18 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: 8|app: 0|req: 897/1784] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:19 2026] GET /v2.0/ports?device_id=f17e62f5-65e6-4094-90d4-5961cfa9d2db => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1785] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:12:19 2026] GET /v2.0/security-groups?id=b4c15255-9257-4621-817e-15c56c652a68&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1788] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:19 2026] GET /v2.0/ports?device_id=16b2549c-88ea-473d-94ba-3724386d14d9 => generated 1008 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1789] 10.0.0.198 () {34 vars in 1120 bytes} [Tue May 5 18:12:19 2026] GET /v2.0/security-groups?id=09f88fc6-02e4-4581-a5e7-05138fa2f066&id=c4bd0192-384c-44a0-ad01-cdcf409f7ae0&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1790] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:12:19 2026] GET /v2.0/ports?tenant_id=d227ef8c752b4eb18afa45b6849faf1f&device_id=f17e62f5-65e6-4094-90d4-5961cfa9d2db => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1791] 199.19.213.169 () {34 vars in 1060 bytes} [Tue May 5 18:12:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=3bf52628-c649-43c6-b238-e0ca4e342ca3 => 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: 901/1792] 199.19.213.169 () {34 vars in 984 bytes} [Tue May 5 18:12:19 2026] GET /v2.0/subnets?id=72c47996-288c-4fa5-b4b6-9df26a89294f => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1793] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:12:20 2026] GET /v2.0/ports?network_id=217dd5ad-ca76-4448-9e83-c0591df63f84&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: 902/1794] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:12:20 2026] GET /v2.0/networks/217dd5ad-ca76-4448-9e83-c0591df63f84?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: 893/1795] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:12:20 2026] GET /v2.0/networks/217dd5ad-ca76-4448-9e83-c0591df63f84?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1796] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:20 2026] GET /v2.0/ports?device_id=f17e62f5-65e6-4094-90d4-5961cfa9d2db => 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: 894/1797] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:12:20 2026] GET /v2.0/security-groups?id=b4c15255-9257-4621-817e-15c56c652a68&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1798] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:20 2026] GET /v2.0/ports?device_id=16b2549c-88ea-473d-94ba-3724386d14d9 => generated 1008 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1799] 10.0.0.198 () {34 vars in 1120 bytes} [Tue May 5 18:12:21 2026] GET /v2.0/security-groups?id=09f88fc6-02e4-4581-a5e7-05138fa2f066&id=c4bd0192-384c-44a0-ad01-cdcf409f7ae0&fields=id&fields=name => generated 206 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1800] 199.19.213.169 () {34 vars in 994 bytes} [Tue May 5 18:12:21 2026] GET /v2.0/ports?device_id=16b2549c-88ea-473d-94ba-3724386d14d9 => generated 1277 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1801] 199.19.213.169 () {34 vars in 1124 bytes} [Tue May 5 18:12:21 2026] GET /v2.0/security-groups?id=c4bd0192-384c-44a0-ad01-cdcf409f7ae0&id=09f88fc6-02e4-4581-a5e7-05138fa2f066&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: 7|app: 0|req: 895/1802] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:12:20 2026] GET /v2.0/security-groups?tenant_id=62f0384f480f4d618227f669ea950940&name=default => generated 2925 bytes in 418 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1803] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:12:21 2026] DELETE /v2.0/security-groups/5a36ccf9-322c-45c7-bdd8-4116929d1c9d => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1804] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:21 2026] GET /v2.0/ports?device_id=f17e62f5-65e6-4094-90d4-5961cfa9d2db => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1805] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:12:21 2026] GET /v2.0/security-groups?id=b4c15255-9257-4621-817e-15c56c652a68&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1806] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:22 2026] GET /v2.0/ports?device_id=16b2549c-88ea-473d-94ba-3724386d14d9 => generated 1008 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1807] 10.0.0.198 () {34 vars in 1120 bytes} [Tue May 5 18:12:22 2026] GET /v2.0/security-groups?id=09f88fc6-02e4-4581-a5e7-05138fa2f066&id=c4bd0192-384c-44a0-ad01-cdcf409f7ae0&fields=id&fields=name => generated 206 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1808] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:22 2026] GET /v2.0/ports?device_id=f17e62f5-65e6-4094-90d4-5961cfa9d2db => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1809] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:12:22 2026] GET /v2.0/security-groups?id=b4c15255-9257-4621-817e-15c56c652a68&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1810] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:23 2026] GET /v2.0/ports?device_id=16b2549c-88ea-473d-94ba-3724386d14d9 => generated 1010 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1811] 10.0.0.198 () {34 vars in 1120 bytes} [Tue May 5 18:12:23 2026] GET /v2.0/security-groups?id=09f88fc6-02e4-4581-a5e7-05138fa2f066&id=c4bd0192-384c-44a0-ad01-cdcf409f7ae0&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: 900/1812] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:23 2026] GET /v2.0/ports?device_id=f17e62f5-65e6-4094-90d4-5961cfa9d2db => generated 973 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1813] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:12:24 2026] GET /v2.0/security-groups?id=b4c15255-9257-4621-817e-15c56c652a68&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1814] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:12:23 2026] GET /v2.0/security-groups?tenant_id=1b33b08b3591436da20561589f4ff7af&name=default => generated 2925 bytes in 343 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1815] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:12:24 2026] DELETE /v2.0/security-groups/a00db0c8-7c31-44aa-8411-04caf6fd32e3 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1816] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:24 2026] GET /v2.0/ports?device_id=16b2549c-88ea-473d-94ba-3724386d14d9 => generated 1010 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1817] 10.0.0.198 () {34 vars in 1120 bytes} [Tue May 5 18:12:24 2026] GET /v2.0/security-groups?id=09f88fc6-02e4-4581-a5e7-05138fa2f066&id=c4bd0192-384c-44a0-ad01-cdcf409f7ae0&fields=id&fields=name => generated 206 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1818] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:12:24 2026] GET /v2.0/security-groups?tenant_id=cf77146508984993bbe6a2efa40b9ce1&name=default => generated 2925 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1819] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:24 2026] GET /v2.0/ports?device_id=16b2549c-88ea-473d-94ba-3724386d14d9 => generated 1010 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1820] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:12:24 2026] DELETE /v2.0/security-groups/437acdd7-74fe-41e6-bc00-025a12bc5904 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:12:25.149 8 INFO neutron.db.l3_db [None req-adc52f14-92c7-40da-a0d6-c639efc182b5 d32c3b65f48d418a95bb8eab2b4884d5 92b16abd1d5b4d938eb8aeb4b643202c - - default default] Floating IP d0af5904-e5a3-4014-9fa8-4f1fd85d578d associated. External IP: 10.96.250.213, port: 36b70fb3-a34b-4412-b1fa-b2a14b17f610. [pid: 7|app: 0|req: 905/1821] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:25 2026] GET /v2.0/ports?device_id=f17e62f5-65e6-4094-90d4-5961cfa9d2db => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1822] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:12:25 2026] GET /v2.0/security-groups?id=b4c15255-9257-4621-817e-15c56c652a68&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1823] 10.0.0.41 () {34 vars in 748 bytes} [Tue May 5 18:12:24 2026] PUT /v2.0/floatingips/d0af5904-e5a3-4014-9fa8-4f1fd85d578d => generated 855 bytes in 670 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:12:25.529 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-04196a0b-663d-4e60-92af-6ad03ba73e6e'] response: {'name': 'network-changed', 'server_uuid': '16b2549c-88ea-473d-94ba-3724386d14d9', 'tag': '36b70fb3-a34b-4412-b1fa-b2a14b17f610', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 907/1824] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:12:26 2026] GET /v2.0/ports?tenant_id=92b16abd1d5b4d938eb8aeb4b643202c&device_id=16b2549c-88ea-473d-94ba-3724386d14d9 => generated 1279 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1825] 199.19.213.169 () {34 vars in 986 bytes} [Tue May 5 18:12:26 2026] GET /v2.0/networks?id=6ab01e1f-04e7-4c47-990b-b2a5236f00e7 => generated 768 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1826] 199.19.213.169 () {34 vars in 1058 bytes} [Tue May 5 18:12:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=36b70fb3-a34b-4412-b1fa-b2a14b17f610 => generated 858 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1827] 199.19.213.169 () {34 vars in 984 bytes} [Tue May 5 18:12:26 2026] GET /v2.0/subnets?id=bff50fb5-4046-4c44-9285-c3e950d103a6 => generated 691 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1828] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:26 2026] GET /v2.0/ports?device_id=f17e62f5-65e6-4094-90d4-5961cfa9d2db => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1829] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:12:26 2026] GET /v2.0/ports?network_id=6ab01e1f-04e7-4c47-990b-b2a5236f00e7&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1830] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:12:26 2026] GET /v2.0/networks/6ab01e1f-04e7-4c47-990b-b2a5236f00e7?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: 910/1831] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:12:26 2026] GET /v2.0/security-groups?id=b4c15255-9257-4621-817e-15c56c652a68&fields=id&fields=name => generated 113 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1832] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:12:26 2026] GET /v2.0/networks/6ab01e1f-04e7-4c47-990b-b2a5236f00e7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1833] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:26 2026] GET /v2.0/ports?device_id=f17e62f5-65e6-4094-90d4-5961cfa9d2db => 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: 923/1834] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:12:26 2026] GET /v2.0/security-groups?id=b4c15255-9257-4621-817e-15c56c652a68&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1835] 10.0.0.41 () {32 vars in 735 bytes} [Tue May 5 18:12:26 2026] GET /v2.0/ports?device_id=f17e62f5-65e6-4094-90d4-5961cfa9d2db => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:12:27.041 8 INFO neutron.db.l3_db [None req-a4f619d2-91cd-4895-a541-bc27a9457398 a1ff7c0d48224801a29e12b98b608cb3 d227ef8c752b4eb18afa45b6849faf1f - - default default] Floating IP 864a93c6-3019-42cf-8d64-43b96e6d5761 associated. External IP: 10.96.250.215, port: 3bf52628-c649-43c6-b238-e0ca4e342ca3. [pid: 8|app: 0|req: 924/1836] 10.0.0.41 () {34 vars in 748 bytes} [Tue May 5 18:12:26 2026] PUT /v2.0/floatingips/864a93c6-3019-42cf-8d64-43b96e6d5761 => generated 856 bytes in 674 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1837] 10.0.0.41 () {32 vars in 728 bytes} [Tue May 5 18:12:27 2026] GET /v2.0/floatingips/864a93c6-3019-42cf-8d64-43b96e6d5761 => generated 856 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:12:27.485 7 INFO neutron.db.segments_db [None req-a077cfb3-e78e-43ff-a3ad-86fdbfe03765 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Added segment afdae223-1fc9-4a8f-8e96-d936363b9a16 of type vxlan for network 0643e9f7-4a16-4c19-ad98-00184aee7d48 2026-05-05 18:12:27.567 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-02acb50a-bc6b-4e82-83fb-4b2baa9ffe62'] response: {'name': 'network-changed', 'server_uuid': 'f17e62f5-65e6-4094-90d4-5961cfa9d2db', 'tag': '3bf52628-c649-43c6-b238-e0ca4e342ca3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 913/1838] 10.0.0.41 () {34 vars in 670 bytes} [Tue May 5 18:12:27 2026] POST /v2.0/networks => generated 741 bytes in 549 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1839] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:12:27 2026] POST /v2.0/subnets => generated 688 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:12:27.882 7 INFO neutron.db.segments_db [None req-43e153b6-ca97-4140-93b2-8e566fbc34e4 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Added segment 59bba3bb-cd80-48e3-a57d-e3931d32b808 of type vxlan for network ee827f89-e19d-4847-8fd2-5c2dabfcf276 [pid: 8|app: 0|req: 927/1840] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:12:28 2026] GET /v2.0/ports?tenant_id=d227ef8c752b4eb18afa45b6849faf1f&device_id=f17e62f5-65e6-4094-90d4-5961cfa9d2db => generated 1244 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1841] 199.19.213.169 () {34 vars in 986 bytes} [Tue May 5 18:12:28 2026] GET /v2.0/networks?id=217dd5ad-ca76-4448-9e83-c0591df63f84 => generated 756 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:12:28.244 7 INFO neutron.db.l3_hamode_db [None req-43e153b6-ca97-4140-93b2-8e566fbc34e4 c702521419f64f25944b444edd258ca8 b99e6acc751b4b5998b1947b8ec75b1f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 929/1842] 199.19.213.169 () {34 vars in 1060 bytes} [Tue May 5 18:12:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=3bf52628-c649-43c6-b238-e0ca4e342ca3 => generated 859 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1843] 199.19.213.169 () {34 vars in 984 bytes} [Tue May 5 18:12:28 2026] GET /v2.0/subnets?id=72c47996-288c-4fa5-b4b6-9df26a89294f => generated 678 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1844] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:12:28 2026] GET /v2.0/ports?network_id=217dd5ad-ca76-4448-9e83-c0591df63f84&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: 932/1845] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:12:28 2026] GET /v2.0/networks/217dd5ad-ca76-4448-9e83-c0591df63f84?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: 933/1846] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:12:28 2026] GET /v2.0/networks/217dd5ad-ca76-4448-9e83-c0591df63f84?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1847] 10.0.0.41 () {32 vars in 728 bytes} [Tue May 5 18:12:28 2026] GET /v2.0/floatingips/864a93c6-3019-42cf-8d64-43b96e6d5761 => generated 856 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:12:29.097 7 INFO neutron.db.l3_hamode_db [None req-43e153b6-ca97-4140-93b2-8e566fbc34e4 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 935/1848] 10.0.0.41 () {32 vars in 728 bytes} [Tue May 5 18:12:29 2026] GET /v2.0/floatingips/864a93c6-3019-42cf-8d64-43b96e6d5761 => generated 858 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1849] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:12:27 2026] POST /v2.0/routers => generated 728 bytes in 2141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1850] 10.0.0.41 () {34 vars in 782 bytes} [Tue May 5 18:12:29 2026] PUT /v2.0/routers/3d13c3cf-9ba2-4f87-9c91-6c0a7754d1bd/add_router_interface => generated 309 bytes in 1298 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1851] 10.0.0.198 () {34 vars in 982 bytes} [Tue May 5 18:12:33 2026] GET /v2.0/networks?id=0643e9f7-4a16-4c19-ad98-00184aee7d48 => generated 673 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1852] 10.0.0.198 () {34 vars in 965 bytes} [Tue May 5 18:12:33 2026] GET /v2.0/quotas/b99e6acc751b4b5998b1947b8ec75b1f => 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: 915/1853] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:33 2026] GET /v2.0/ports?device_id=16b2549c-88ea-473d-94ba-3724386d14d9 => generated 1010 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1854] 10.0.0.198 () {34 vars in 1002 bytes} [Tue May 5 18:12:33 2026] GET /v2.0/ports?tenant_id=b99e6acc751b4b5998b1947b8ec75b1f&fields=id => generated 103 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1855] 10.0.0.198 () {34 vars in 1120 bytes} [Tue May 5 18:12:33 2026] GET /v2.0/security-groups?id=09f88fc6-02e4-4581-a5e7-05138fa2f066&id=c4bd0192-384c-44a0-ad01-cdcf409f7ae0&fields=id&fields=name => generated 206 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1856] 10.0.0.198 () {34 vars in 1008 bytes} [Tue May 5 18:12:33 2026] GET /v2.0/networks/0643e9f7-4a16-4c19-ad98-00184aee7d48?fields=segments => generated 14 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1857] 10.0.0.198 () {34 vars in 1108 bytes} [Tue May 5 18:12:33 2026] GET /v2.0/networks/0643e9f7-4a16-4c19-ad98-00184aee7d48?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: 917/1858] 10.0.0.41 () {32 vars in 735 bytes} [Tue May 5 18:12:33 2026] GET /v2.0/ports?device_id=16b2549c-88ea-473d-94ba-3724386d14d9 => generated 1279 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1859] 10.0.0.41 () {32 vars in 857 bytes} [Tue May 5 18:12:33 2026] GET /v2.0/floatingips?floating_network_id=bf7518a9-e82f-4fe0-98da-203dddd70533&port_id=36b70fb3-a34b-4412-b1fa-b2a14b17f610 => generated 860 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1860] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:33 2026] GET /v2.0/ports?device_id=63e4c8bf-51bb-4ed1-8660-dd46521173df => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1863] 10.0.0.84 () {34 vars in 989 bytes} [Tue May 5 18:12:34 2026] GET /v2.0/ports?device_id=16b2549c-88ea-473d-94ba-3724386d14d9 => generated 1279 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1864] 10.0.0.84 () {34 vars in 1119 bytes} [Tue May 5 18:12:34 2026] GET /v2.0/security-groups?id=09f88fc6-02e4-4581-a5e7-05138fa2f066&id=c4bd0192-384c-44a0-ad01-cdcf409f7ae0&fields=id&fields=name => generated 206 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1865] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:34 2026] GET /v2.0/ports?device_id=63e4c8bf-51bb-4ed1-8660-dd46521173df => 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: 945/1866] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:12:34 2026] GET /v2.0/security-groups?tenant_id=e8d7bcd6da774350b8de8271e7e384bc&name=default => generated 2925 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1867] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:12:35 2026] DELETE /v2.0/security-groups/01f5be04-ed33-438a-8e0e-06d169cbb862 => 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: 946/1868] 10.0.0.84 () {34 vars in 989 bytes} [Tue May 5 18:12:35 2026] GET /v2.0/ports?device_id=f17e62f5-65e6-4094-90d4-5961cfa9d2db => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1869] 10.0.0.84 () {34 vars in 1039 bytes} [Tue May 5 18:12:35 2026] GET /v2.0/security-groups?id=b4c15255-9257-4621-817e-15c56c652a68&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1870] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:36 2026] GET /v2.0/ports?device_id=63e4c8bf-51bb-4ed1-8660-dd46521173df => 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: 924/1871] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:37 2026] GET /v2.0/ports?device_id=63e4c8bf-51bb-4ed1-8660-dd46521173df => 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: 948/1872] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:37 2026] GET /v2.0/ports?device_id=16b2549c-88ea-473d-94ba-3724386d14d9 => generated 1010 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1873] 10.0.0.198 () {34 vars in 1120 bytes} [Tue May 5 18:12:37 2026] GET /v2.0/security-groups?id=09f88fc6-02e4-4581-a5e7-05138fa2f066&id=c4bd0192-384c-44a0-ad01-cdcf409f7ae0&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1874] 199.19.213.169 () {34 vars in 986 bytes} [Tue May 5 18:12:38 2026] GET /v2.0/networks?id=0643e9f7-4a16-4c19-ad98-00184aee7d48 => generated 673 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1875] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:38 2026] GET /v2.0/ports?device_id=63e4c8bf-51bb-4ed1-8660-dd46521173df => 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: 927/1876] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:38 2026] GET /v2.0/ports?device_id=16b2549c-88ea-473d-94ba-3724386d14d9 => generated 1010 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1877] 10.0.0.198 () {34 vars in 1120 bytes} [Tue May 5 18:12:38 2026] GET /v2.0/security-groups?id=09f88fc6-02e4-4581-a5e7-05138fa2f066&id=c4bd0192-384c-44a0-ad01-cdcf409f7ae0&fields=id&fields=name => generated 206 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1878] 199.19.213.169 () {38 vars in 955 bytes} [Tue May 5 18:12:38 2026] POST /v2.0/ports => generated 958 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1879] 199.19.213.169 () {38 vars in 1028 bytes} [Tue May 5 18:12:38 2026] PUT /v2.0/ports/ec6c4a08-125a-439d-a41b-e6f98c3e4b12 => generated 1239 bytes in 366 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:12:39.141 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7e04c516-c49a-4080-bcf0-85f809aa50fe'] response: {'name': 'network-changed', 'server_uuid': '63e4c8bf-51bb-4ed1-8660-dd46521173df', 'tag': 'ec6c4a08-125a-439d-a41b-e6f98c3e4b12', '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: 951/1880] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:39 2026] GET /v2.0/ports?device_id=63e4c8bf-51bb-4ed1-8660-dd46521173df => generated 973 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 930/1881] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:12:39 2026] GET /v2.0/security-groups?id=83235859-54cc-4090-be4c-f004a3d9a06f&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: 931/1882] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:12:39 2026] GET /v2.0/ports?tenant_id=b99e6acc751b4b5998b1947b8ec75b1f&device_id=63e4c8bf-51bb-4ed1-8660-dd46521173df => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1883] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:39 2026] GET /v2.0/ports?device_id=16b2549c-88ea-473d-94ba-3724386d14d9 => generated 1010 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1884] 199.19.213.169 () {34 vars in 1018 bytes} [Tue May 5 18:12:39 2026] GET /v2.0/networks?tenant_id=b99e6acc751b4b5998b1947b8ec75b1f&shared=False => generated 769 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:12:39.836 8 INFO neutron.db.segments_db [None req-be69cbfe-ad96-4601-86c9-64d2193a8513 10342093d83e4166aaed791f6135e149 d652e73ce924474d941d73a8e84dba61 - - default default] Added segment 9fac5807-aafc-4093-9ee7-234a79113d01 of type vxlan for network a3da0f15-b7e1-41ec-a9dd-f42792dd8bfc [pid: 7|app: 0|req: 934/1885] 199.19.213.169 () {34 vars in 994 bytes} [Tue May 5 18:12:39 2026] GET /v2.0/ports?device_id=16b2549c-88ea-473d-94ba-3724386d14d9 => generated 1010 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1886] 10.0.0.198 () {34 vars in 1120 bytes} [Tue May 5 18:12:39 2026] GET /v2.0/security-groups?id=09f88fc6-02e4-4581-a5e7-05138fa2f066&id=c4bd0192-384c-44a0-ad01-cdcf409f7ae0&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: 936/1887] 199.19.213.169 () {34 vars in 930 bytes} [Tue May 5 18:12:39 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1888] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:12:39 2026] POST /v2.0/networks => generated 630 bytes in 459 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:12:40.022 8 INFO neutron.db.segments_db [None req-59447483-31f2-4fb0-b712-2157e707b26f 10342093d83e4166aaed791f6135e149 d652e73ce924474d941d73a8e84dba61 - - default default] Added segment b09d5e3a-63a8-4a21-a95e-ba432ff719cd of type vxlan for network 58105c48-f3fe-4e9a-8353-247582fa8f90 2026-05-05 18:12:40.071 7 INFO neutron_taas.services.taas.taas_plugin [req-9427ac13-148e-426c-ba4f-80e2bb518c1b req-5409a5b0-3889-42d0-a7fa-b8bd7e0ce950 d32c3b65f48d418a95bb8eab2b4884d5 92b16abd1d5b4d938eb8aeb4b643202c - - default default] TaaS: Handle Delete Port: 36b70fb3-a34b-4412-b1fa-b2a14b17f610 2026-05-05 18:12:40.075 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9427ac13-148e-426c-ba4f-80e2bb518c1b req-5409a5b0-3889-42d0-a7fa-b8bd7e0ce950 d32c3b65f48d418a95bb8eab2b4884d5 92b16abd1d5b4d938eb8aeb4b643202c - - default default] Tap Mirror: Handle Delete Port: 36b70fb3-a34b-4412-b1fa-b2a14b17f610 [pid: 8|app: 0|req: 953/1889] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:12:39 2026] POST /v2.0/networks => generated 632 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:12:40.182 8 INFO neutron.db.segments_db [None req-eeafdd4b-06ee-4f12-ab2e-f2aeb701b0ea 10342093d83e4166aaed791f6135e149 d652e73ce924474d941d73a8e84dba61 - - default default] Added segment 0553bdf8-4c36-4d85-9858-89e00260ebb5 of type vxlan for network 4c869585-3486-4d92-8c6e-978781ac399c 2026-05-05 18:12:40.213 7 INFO neutron.db.l3_db [req-9427ac13-148e-426c-ba4f-80e2bb518c1b req-5409a5b0-3889-42d0-a7fa-b8bd7e0ce950 d32c3b65f48d418a95bb8eab2b4884d5 92b16abd1d5b4d938eb8aeb4b643202c - - default default] Floating IP d0af5904-e5a3-4014-9fa8-4f1fd85d578d disassociated. External IP: 10.96.250.213, port: 36b70fb3-a34b-4412-b1fa-b2a14b17f610. [pid: 8|app: 0|req: 954/1890] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:12:40 2026] POST /v2.0/networks => generated 632 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:12:40.346 8 INFO neutron.db.segments_db [None req-f3b6ae42-f046-461c-bdeb-5d0cee9c12e2 10342093d83e4166aaed791f6135e149 d652e73ce924474d941d73a8e84dba61 - - default default] Added segment 59629ee4-c063-43f9-bce4-77196a3fe7db of type vxlan for network 092b98f5-e8da-43d1-8f65-63ce8fb68f33 [pid: 8|app: 0|req: 955/1891] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:12:40 2026] POST /v2.0/networks => generated 632 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:12:40.512 8 INFO neutron.db.segments_db [None req-38e46ac5-ff97-454a-b833-b68677051331 10342093d83e4166aaed791f6135e149 d652e73ce924474d941d73a8e84dba61 - - default default] Added segment b9488f2d-ece9-4e4a-9c9c-fc687bbf629f of type vxlan for network 0654357a-ac69-4257-a97c-52019e1e756c [pid: 7|app: 0|req: 937/1892] 199.19.213.169 () {36 vars in 997 bytes} [Tue May 5 18:12:39 2026] DELETE /v2.0/ports/36b70fb3-a34b-4412-b1fa-b2a14b17f610 => generated 0 bytes in 647 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1893] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:12:40 2026] POST /v2.0/networks => generated 631 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1894] 10.0.0.41 () {34 vars in 752 bytes} [Tue May 5 18:12:40 2026] PUT /v2.0/networks/a3da0f15-b7e1-41ec-a9dd-f42792dd8bfc/tags => generated 17 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1895] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:40 2026] GET /v2.0/ports?device_id=63e4c8bf-51bb-4ed1-8660-dd46521173df => generated 973 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1896] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:12:40 2026] GET /v2.0/security-groups?id=83235859-54cc-4090-be4c-f004a3d9a06f&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1897] 10.0.0.41 () {34 vars in 752 bytes} [Tue May 5 18:12:40 2026] PUT /v2.0/networks/58105c48-f3fe-4e9a-8353-247582fa8f90/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1898] 10.0.0.41 () {34 vars in 752 bytes} [Tue May 5 18:12:40 2026] PUT /v2.0/networks/4c869585-3486-4d92-8c6e-978781ac399c/tags => generated 34 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1899] 10.0.0.41 () {34 vars in 752 bytes} [Tue May 5 18:12:40 2026] PUT /v2.0/networks/092b98f5-e8da-43d1-8f65-63ce8fb68f33/tags => generated 19 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1900] 10.0.0.41 () {32 vars in 665 bytes} [Tue May 5 18:12:40 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1901] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:40 2026] GET /v2.0/ports?device_id=16b2549c-88ea-473d-94ba-3724386d14d9 => 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: 942/1902] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:12:40 2026] GET /v2.0/ports?tenant_id=b99e6acc751b4b5998b1947b8ec75b1f&device_id=63e4c8bf-51bb-4ed1-8660-dd46521173df => generated 1242 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1903] 10.0.0.41 () {32 vars in 679 bytes} [Tue May 5 18:12:40 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1250 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1904] 199.19.213.169 () {34 vars in 1060 bytes} [Tue May 5 18:12:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=ec6c4a08-125a-439d-a41b-e6f98c3e4b12 => 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: 962/1905] 10.0.0.41 () {32 vars in 675 bytes} [Tue May 5 18:12:41 2026] GET /v2.0/networks?tags-any=blue => generated 1250 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1906] 199.19.213.169 () {34 vars in 984 bytes} [Tue May 5 18:12:41 2026] GET /v2.0/subnets?id=21f2a47f-e64b-4a66-a2c7-43959ba0d02c => generated 691 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1907] 10.0.0.41 () {32 vars in 687 bytes} [Tue May 5 18:12:41 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1908] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:12:41 2026] GET /v2.0/ports?network_id=0643e9f7-4a16-4c19-ad98-00184aee7d48&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:12:41.187 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fc0958c0-4ea0-4356-8c44-274a9ed37acd'] response: {'server_uuid': '16b2549c-88ea-473d-94ba-3724386d14d9', 'name': 'network-vif-deleted', 'tag': '36b70fb3-a34b-4412-b1fa-b2a14b17f610', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 964/1909] 10.0.0.41 () {32 vars in 673 bytes} [Tue May 5 18:12:41 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1910] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:12:41 2026] GET /v2.0/networks/0643e9f7-4a16-4c19-ad98-00184aee7d48?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: 965/1911] 10.0.0.41 () {32 vars in 687 bytes} [Tue May 5 18:12:41 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2466 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1912] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:12:41 2026] GET /v2.0/networks/0643e9f7-4a16-4c19-ad98-00184aee7d48?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1913] 10.0.0.41 () {32 vars in 683 bytes} [Tue May 5 18:12:41 2026] GET /v2.0/networks?not-tags-any=blue => generated 2466 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1914] 10.0.0.41 () {32 vars in 695 bytes} [Tue May 5 18:12:41 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:12:41.506 8 INFO neutron.services.segments.plugin [-] Segment 9fac5807-aafc-4093-9ee7-234a79113d01 resource provider aggregate not found 2026-05-05 18:12:41.512 8 INFO neutron.services.segments.plugin [-] Segment 9fac5807-aafc-4093-9ee7-234a79113d01 resource provider aggregate not found 2026-05-05 18:12:41.533 8 INFO neutron.services.segments.plugin [-] Segment 9fac5807-aafc-4093-9ee7-234a79113d01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fac5807-aafc-4093-9ee7-234a79113d01 found for delete ", "request_id": "req-b4d321f3-7a65-49a4-8e5c-d319a7df0db9"}]} [pid: 8|app: 0|req: 967/1915] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:12:41 2026] DELETE /v2.0/networks/a3da0f15-b7e1-41ec-a9dd-f42792dd8bfc => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:12:41.535 8 INFO neutron.services.segments.plugin [-] Segment 9fac5807-aafc-4093-9ee7-234a79113d01 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9fac5807-aafc-4093-9ee7-234a79113d01 found for delete ", "request_id": "req-0a38112b-f5ba-4821-a2c6-8a06e0c0d11a"}]} 2026-05-05 18:12:41.685 7 INFO neutron.services.segments.plugin [-] Segment b09d5e3a-63a8-4a21-a95e-ba432ff719cd resource provider aggregate not found 2026-05-05 18:12:41.688 7 INFO neutron.services.segments.plugin [-] Segment b09d5e3a-63a8-4a21-a95e-ba432ff719cd resource provider aggregate not found 2026-05-05 18:12:41.710 7 INFO neutron.services.segments.plugin [-] Segment b09d5e3a-63a8-4a21-a95e-ba432ff719cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b09d5e3a-63a8-4a21-a95e-ba432ff719cd found for delete ", "request_id": "req-51d1f81f-b91f-47f6-9100-8de8d2a414bd"}]} 2026-05-05 18:12:41.711 7 INFO neutron.services.segments.plugin [-] Segment b09d5e3a-63a8-4a21-a95e-ba432ff719cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b09d5e3a-63a8-4a21-a95e-ba432ff719cd found for delete ", "request_id": "req-c89236b2-c4ad-4edb-9bf7-3f8a027bd191"}]} [pid: 7|app: 0|req: 949/1916] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:12:41 2026] DELETE /v2.0/networks/58105c48-f3fe-4e9a-8353-247582fa8f90 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1917] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:41 2026] GET /v2.0/ports?device_id=63e4c8bf-51bb-4ed1-8660-dd46521173df => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1918] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:12:41 2026] DELETE /v2.0/networks/4c869585-3486-4d92-8c6e-978781ac399c => 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: 951/1919] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:12:41 2026] GET /v2.0/security-groups?id=83235859-54cc-4090-be4c-f004a3d9a06f&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: 969/1920] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:12:41 2026] DELETE /v2.0/networks/092b98f5-e8da-43d1-8f65-63ce8fb68f33 => 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: 970/1921] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:42 2026] GET /v2.0/ports?device_id=16b2549c-88ea-473d-94ba-3724386d14d9 => 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: 952/1922] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:12:42 2026] DELETE /v2.0/networks/0654357a-ac69-4257-a97c-52019e1e756c => 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: 971/1923] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:42 2026] GET /v2.0/ports?device_id=63e4c8bf-51bb-4ed1-8660-dd46521173df => generated 973 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1924] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:12:43 2026] GET /v2.0/security-groups?id=83235859-54cc-4090-be4c-f004a3d9a06f&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1925] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:43 2026] GET /v2.0/ports?device_id=16b2549c-88ea-473d-94ba-3724386d14d9 => 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: 953/1926] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:12:42 2026] GET /v2.0/security-groups?tenant_id=f0aa84ccfc0a491190ed2c2b99079ea0&name=default => generated 2925 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1927] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:12:43 2026] DELETE /v2.0/security-groups/bbc97313-95a0-4f6d-a464-f5cbe20075d2 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:12:43.555 8 INFO neutron.services.segments.plugin [-] Segment 0553bdf8-4c36-4d85-9858-89e00260ebb5 resource provider aggregate not found 2026-05-05 18:12:43.563 8 INFO neutron.services.segments.plugin [-] Segment 0553bdf8-4c36-4d85-9858-89e00260ebb5 resource provider aggregate not found 2026-05-05 18:12:43.569 8 INFO neutron.services.segments.plugin [-] Segment 0553bdf8-4c36-4d85-9858-89e00260ebb5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0553bdf8-4c36-4d85-9858-89e00260ebb5 found for delete ", "request_id": "req-aedeea24-af41-4d96-b2d6-8b9343177dbd"}]} 2026-05-05 18:12:43.583 8 INFO neutron.services.segments.plugin [-] Segment 59629ee4-c063-43f9-bce4-77196a3fe7db resource provider aggregate not found 2026-05-05 18:12:43.588 8 INFO neutron.services.segments.plugin [-] Segment 0553bdf8-4c36-4d85-9858-89e00260ebb5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0553bdf8-4c36-4d85-9858-89e00260ebb5 found for delete ", "request_id": "req-0e38dc64-e717-4db1-ba46-3a092aafab1f"}]} [pid: 7|app: 0|req: 954/1928] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:12:43 2026] GET /v2.0/security-groups?tenant_id=ba9079eb37fc4ce39781f818f6fd4c22&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:12:43.605 8 INFO neutron.services.segments.plugin [-] Segment 59629ee4-c063-43f9-bce4-77196a3fe7db resource provider aggregate not found 2026-05-05 18:12:43.616 8 INFO neutron.services.segments.plugin [-] Segment 59629ee4-c063-43f9-bce4-77196a3fe7db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59629ee4-c063-43f9-bce4-77196a3fe7db found for delete ", "request_id": "req-286ae1db-3372-4541-bdc7-c644dcadb602"}]} 2026-05-05 18:12:43.629 8 INFO neutron.services.segments.plugin [-] Segment 59629ee4-c063-43f9-bce4-77196a3fe7db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59629ee4-c063-43f9-bce4-77196a3fe7db found for delete ", "request_id": "req-4bbca092-440b-4c3a-a83b-d279dea78988"}]} [pid: 8|app: 0|req: 975/1929] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:12:43 2026] DELETE /v2.0/security-groups/c3e7b5be-1a6c-490c-9096-77de346172e0 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:12:43.731 7 INFO neutron.services.segments.plugin [-] Segment b9488f2d-ece9-4e4a-9c9c-fc687bbf629f resource provider aggregate not found 2026-05-05 18:12:43.737 7 INFO neutron.services.segments.plugin [-] Segment b9488f2d-ece9-4e4a-9c9c-fc687bbf629f resource provider aggregate not found 2026-05-05 18:12:43.754 7 INFO neutron.services.segments.plugin [-] Segment b9488f2d-ece9-4e4a-9c9c-fc687bbf629f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9488f2d-ece9-4e4a-9c9c-fc687bbf629f found for delete ", "request_id": "req-c2eceaa3-3837-4e27-9df8-957e70949303"}]} 2026-05-05 18:12:43.755 7 INFO neutron.services.segments.plugin [-] Segment b9488f2d-ece9-4e4a-9c9c-fc687bbf629f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9488f2d-ece9-4e4a-9c9c-fc687bbf629f found for delete ", "request_id": "req-a8b5f99b-607f-489f-b6c1-fe0d79bcdcac"}]} [pid: 7|app: 0|req: 955/1930] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:12:43 2026] GET /v2.0/security-groups?tenant_id=d652e73ce924474d941d73a8e84dba61&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1931] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:12:43 2026] DELETE /v2.0/security-groups/6de2c6e0-3c8b-42e8-b77b-e9f8df471966 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1932] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:44 2026] GET /v2.0/ports?device_id=63e4c8bf-51bb-4ed1-8660-dd46521173df => generated 973 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1933] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:12:44 2026] GET /v2.0/security-groups?id=83235859-54cc-4090-be4c-f004a3d9a06f&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: 7|app: 0|req: 957/1934] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:12:44 2026] DELETE /v2.0/security-groups/c4bd0192-384c-44a0-ad01-cdcf409f7ae0 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:12:44.459 8 INFO neutron.api.v2.resource [None req-c21023af-b828-4adb-80fe-5aa31ab36cd7 d32c3b65f48d418a95bb8eab2b4884d5 92b16abd1d5b4d938eb8aeb4b643202c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 978/1935] 10.0.0.41 () {32 vars in 736 bytes} [Tue May 5 18:12:44 2026] GET /v2.0/security-groups/c4bd0192-384c-44a0-ad01-cdcf409f7ae0 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 18:12:44.602 7 INFO neutron_taas.services.taas.taas_plugin [None req-73b562af-3a41-4ba1-baaf-1b1458ed6190 d32c3b65f48d418a95bb8eab2b4884d5 92b16abd1d5b4d938eb8aeb4b643202c - - default default] TaaS: Handle Delete Port: 669a0715-77fd-4c5e-9a06-3eaa57fa22b7 2026-05-05 18:12:44.606 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-73b562af-3a41-4ba1-baaf-1b1458ed6190 d32c3b65f48d418a95bb8eab2b4884d5 92b16abd1d5b4d938eb8aeb4b643202c - - default default] Tap Mirror: Handle Delete Port: 669a0715-77fd-4c5e-9a06-3eaa57fa22b7 [pid: 7|app: 0|req: 958/1936] 10.0.0.41 () {32 vars in 731 bytes} [Tue May 5 18:12:44 2026] DELETE /v2.0/floatingips/d0af5904-e5a3-4014-9fa8-4f1fd85d578d => generated 0 bytes in 321 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1937] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:12:44 2026] DELETE /v2.0/security-groups/09f88fc6-02e4-4581-a5e7-05138fa2f066 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1938] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:45 2026] GET /v2.0/ports?device_id=63e4c8bf-51bb-4ed1-8660-dd46521173df => generated 973 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:12:45.404 7 INFO neutron_taas.services.taas.taas_plugin [None req-f3525659-df65-4607-aa04-7391379ba706 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] TaaS: Handle Delete Port: ea681d85-80fa-4fdf-9d8d-79b6ef4169c0 2026-05-05 18:12:45.412 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f3525659-df65-4607-aa04-7391379ba706 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Tap Mirror: Handle Delete Port: ea681d85-80fa-4fdf-9d8d-79b6ef4169c0 [pid: 8|app: 0|req: 981/1939] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:12:45 2026] GET /v2.0/security-groups?id=83235859-54cc-4090-be4c-f004a3d9a06f&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1940] 10.0.0.41 () {34 vars in 788 bytes} [Tue May 5 18:12:45 2026] PUT /v2.0/routers/b6e1573b-7c63-426c-a441-c4bf04df97ca/remove_router_interface => generated 309 bytes in 1034 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:12:46.276 8 INFO neutron_taas.services.taas.taas_plugin [None req-0831beff-c8a5-44f7-93a4-a4bab3fdc409 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] TaaS: Handle Delete Port: 14e66b08-b48d-45c6-b708-77c71abe4e01 2026-05-05 18:12:46.283 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0831beff-c8a5-44f7-93a4-a4bab3fdc409 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Tap Mirror: Handle Delete Port: 14e66b08-b48d-45c6-b708-77c71abe4e01 [pid: 7|app: 0|req: 960/1941] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:46 2026] GET /v2.0/ports?device_id=63e4c8bf-51bb-4ed1-8660-dd46521173df => generated 975 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:12:46.657 8 INFO neutron_taas.services.taas.taas_plugin [None req-0831beff-c8a5-44f7-93a4-a4bab3fdc409 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] TaaS: Handle Delete Port: 432d93a7-0d8b-4dc1-8b18-39ba12aaf209 2026-05-05 18:12:46.662 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0831beff-c8a5-44f7-93a4-a4bab3fdc409 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Tap Mirror: Handle Delete Port: 432d93a7-0d8b-4dc1-8b18-39ba12aaf209 [pid: 7|app: 0|req: 961/1942] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:12:46 2026] GET /v2.0/security-groups?id=83235859-54cc-4090-be4c-f004a3d9a06f&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1943] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:46 2026] GET /v2.0/ports?device_id=f17e62f5-65e6-4094-90d4-5961cfa9d2db => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1944] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:12:46 2026] GET /v2.0/security-groups?id=b4c15255-9257-4621-817e-15c56c652a68&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:12:47.178 8 INFO neutron.services.segments.plugin [-] Segment 8a3c89ed-1776-4c47-9034-b58e964c482f resource provider aggregate not found 2026-05-05 18:12:47.188 8 INFO neutron.services.segments.plugin [-] Segment 8a3c89ed-1776-4c47-9034-b58e964c482f resource provider aggregate not found 2026-05-05 18:12:47.203 8 INFO neutron.services.segments.plugin [-] Segment 8a3c89ed-1776-4c47-9034-b58e964c482f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a3c89ed-1776-4c47-9034-b58e964c482f found for delete ", "request_id": "req-fb8c05f5-e776-476d-8112-dd2cb102c5ee"}]} 2026-05-05 18:12:47.208 8 INFO neutron.services.segments.plugin [-] Segment 8a3c89ed-1776-4c47-9034-b58e964c482f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a3c89ed-1776-4c47-9034-b58e964c482f found for delete ", "request_id": "req-69dae0fe-644a-42b0-9c6b-757bdbafcc99"}]} 2026-05-05 18:12:47.226 8 INFO neutron.db.l3_hamode_db [None req-0831beff-c8a5-44f7-93a4-a4bab3fdc409 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] HA network 86b2981f-c42e-4c80-b6fa-4eedd8522110 was deleted as no HA routers are present in tenant 92b16abd1d5b4d938eb8aeb4b643202c. [pid: 8|app: 0|req: 982/1945] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:12:46 2026] DELETE /v2.0/routers/b6e1573b-7c63-426c-a441-c4bf04df97ca => generated 0 bytes in 1195 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1946] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:12:47 2026] DELETE /v2.0/subnets/bff50fb5-4046-4c44-9285-c3e950d103a6 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:12:47.558 8 INFO neutron_taas.services.taas.taas_plugin [None req-948ca613-d40d-499f-9a9c-20de6899455b c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] TaaS: Handle Delete Port: aabfedad-046e-4b31-a966-0bb00f1d91c3 2026-05-05 18:12:47.561 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-948ca613-d40d-499f-9a9c-20de6899455b c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Tap Mirror: Handle Delete Port: aabfedad-046e-4b31-a966-0bb00f1d91c3 [pid: 8|app: 0|req: 983/1947] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:12:47 2026] DELETE /v2.0/networks/6ab01e1f-04e7-4c47-990b-b2a5236f00e7 => generated 0 bytes in 382 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1948] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:47 2026] GET /v2.0/ports?device_id=63e4c8bf-51bb-4ed1-8660-dd46521173df => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1949] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:12:47 2026] GET /v2.0/security-groups?id=83235859-54cc-4090-be4c-f004a3d9a06f&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1950] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:48 2026] GET /v2.0/ports?device_id=f17e62f5-65e6-4094-90d4-5961cfa9d2db => 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: 968/1951] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:12:48 2026] GET /v2.0/security-groups?id=b4c15255-9257-4621-817e-15c56c652a68&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:12:48.324 8 INFO neutron_taas.services.taas.taas_plugin [None req-f3d8ee78-0a07-4b95-9487-8e777c65b192 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] TaaS: Handle Delete Port: 0685588c-05ad-4db3-a365-a16ee92a7dd3 2026-05-05 18:12:48.328 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f3d8ee78-0a07-4b95-9487-8e777c65b192 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Tap Mirror: Handle Delete Port: 0685588c-05ad-4db3-a365-a16ee92a7dd3 2026-05-05 18:12:48.840 7 INFO neutron.db.segments_db [None req-7995f032-e2ae-4a6f-8e33-2d4e5d0b35f5 059184af44d04f89b99921c86a6493e6 7f8cc2a8614347da87a90d6f61c5f9c7 - - default default] Added segment 5f9baadb-333c-4976-867a-d73af1d14b8a of type vxlan for network b449bafb-c612-46c3-9ddd-91914aa362fe [pid: 8|app: 0|req: 984/1952] 10.0.0.41 () {34 vars in 788 bytes} [Tue May 5 18:12:47 2026] PUT /v2.0/routers/9fb4b779-20cb-4eb1-94a3-19d6bd3fa512/remove_router_interface => generated 309 bytes in 1081 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:12:49.141 7 INFO neutron.db.l3_hamode_db [None req-7995f032-e2ae-4a6f-8e33-2d4e5d0b35f5 059184af44d04f89b99921c86a6493e6 7f8cc2a8614347da87a90d6f61c5f9c7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-05 18:12:49.157 8 INFO neutron_taas.services.taas.taas_plugin [None req-ab70ef05-9c2f-4726-835d-b5a332ca2824 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] TaaS: Handle Delete Port: 4b01cae7-43c3-4db6-9c72-3255e239cfe9 2026-05-05 18:12:49.160 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab70ef05-9c2f-4726-835d-b5a332ca2824 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Tap Mirror: Handle Delete Port: 4b01cae7-43c3-4db6-9c72-3255e239cfe9 2026-05-05 18:12:49.236 8 INFO neutron.services.segments.plugin [-] Segment b130bf87-8e6f-4c29-8482-ad0438160f8d resource provider aggregate not found 2026-05-05 18:12:49.242 8 INFO neutron.services.segments.plugin [-] Segment b130bf87-8e6f-4c29-8482-ad0438160f8d resource provider aggregate not found 2026-05-05 18:12:49.256 8 INFO neutron.services.segments.plugin [-] Segment b130bf87-8e6f-4c29-8482-ad0438160f8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b130bf87-8e6f-4c29-8482-ad0438160f8d found for delete ", "request_id": "req-a3dbe9ed-7085-47b9-a41e-97f3f25b5736"}]} 2026-05-05 18:12:49.269 8 INFO neutron.services.segments.plugin [-] Segment b130bf87-8e6f-4c29-8482-ad0438160f8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b130bf87-8e6f-4c29-8482-ad0438160f8d found for delete ", "request_id": "req-f8c8dc81-8ff4-48c6-b0cc-147f9c372cc6"}]} 2026-05-05 18:12:49.312 7 INFO neutron.db.l3_hamode_db [None req-7995f032-e2ae-4a6f-8e33-2d4e5d0b35f5 059184af44d04f89b99921c86a6493e6 7f8cc2a8614347da87a90d6f61c5f9c7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-05 18:12:49.476 8 INFO neutron_taas.services.taas.taas_plugin [None req-ab70ef05-9c2f-4726-835d-b5a332ca2824 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] TaaS: Handle Delete Port: abcc355e-e7cd-40a0-b939-bea31ec809c6 2026-05-05 18:12:49.480 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab70ef05-9c2f-4726-835d-b5a332ca2824 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Tap Mirror: Handle Delete Port: abcc355e-e7cd-40a0-b939-bea31ec809c6 2026-05-05 18:12:49.877 8 INFO neutron.db.l3_hamode_db [None req-ab70ef05-9c2f-4726-835d-b5a332ca2824 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] HA network aee823d2-d41b-4460-94f1-529aa44c0909 was deleted as no HA routers are present in tenant 98a56bbcdc2c497c866726de65ced01c. [pid: 8|app: 0|req: 985/1953] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:12:48 2026] DELETE /v2.0/routers/9fb4b779-20cb-4eb1-94a3-19d6bd3fa512 => generated 0 bytes in 985 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1954] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:49 2026] GET /v2.0/ports?device_id=f17e62f5-65e6-4094-90d4-5961cfa9d2db => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1955] 10.0.0.41 () {34 vars in 667 bytes} [Tue May 5 18:12:48 2026] POST /v2.0/routers => generated 474 bytes in 1383 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1958] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:49 2026] GET /v2.0/ports?device_id=63e4c8bf-51bb-4ed1-8660-dd46521173df => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1959] 199.19.213.169 () {34 vars in 994 bytes} [Tue May 5 18:12:49 2026] GET /v2.0/ports?device_id=f17e62f5-65e6-4094-90d4-5961cfa9d2db => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1960] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:12:50 2026] GET /v2.0/security-groups?id=b4c15255-9257-4621-817e-15c56c652a68&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:12:50.101 7 INFO neutron.db.l3_hamode_db [None req-ec7e7a22-6472-491a-b9d9-382f4dccde51 059184af44d04f89b99921c86a6493e6 7f8cc2a8614347da87a90d6f61c5f9c7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 988/1961] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:12:50 2026] DELETE /v2.0/subnets/5f6d5fec-7176-48c6-a15c-585178fc5b85 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1962] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:12:50 2026] GET /v2.0/security-groups?id=83235859-54cc-4090-be4c-f004a3d9a06f&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:12:50.224 7 INFO neutron.db.l3_hamode_db [None req-ec7e7a22-6472-491a-b9d9-382f4dccde51 059184af44d04f89b99921c86a6493e6 7f8cc2a8614347da87a90d6f61c5f9c7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-05 18:12:50.297 8 INFO neutron_taas.services.taas.taas_plugin [req-16893459-2a24-4a91-ae95-91dc0849516a req-b9f1fb06-4114-4034-b2f8-bcc47cfa9adc a1ff7c0d48224801a29e12b98b608cb3 d227ef8c752b4eb18afa45b6849faf1f - - default default] TaaS: Handle Delete Port: 3bf52628-c649-43c6-b238-e0ca4e342ca3 2026-05-05 18:12:50.300 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-16893459-2a24-4a91-ae95-91dc0849516a req-b9f1fb06-4114-4034-b2f8-bcc47cfa9adc a1ff7c0d48224801a29e12b98b608cb3 d227ef8c752b4eb18afa45b6849faf1f - - default default] Tap Mirror: Handle Delete Port: 3bf52628-c649-43c6-b238-e0ca4e342ca3 2026-05-05 18:12:50.419 8 INFO neutron.db.l3_db [req-16893459-2a24-4a91-ae95-91dc0849516a req-b9f1fb06-4114-4034-b2f8-bcc47cfa9adc a1ff7c0d48224801a29e12b98b608cb3 d227ef8c752b4eb18afa45b6849faf1f - - default default] Floating IP 864a93c6-3019-42cf-8d64-43b96e6d5761 disassociated. External IP: 10.96.250.215, port: 3bf52628-c649-43c6-b238-e0ca4e342ca3. [pid: 8|app: 0|req: 990/1963] 199.19.213.169 () {36 vars in 997 bytes} [Tue May 5 18:12:50 2026] DELETE /v2.0/ports/3bf52628-c649-43c6-b238-e0ca4e342ca3 => generated 0 bytes in 596 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:12:50.828 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f7eeb919-c817-4c04-81fd-042bae5bb791'] response: {'server_uuid': 'f17e62f5-65e6-4094-90d4-5961cfa9d2db', 'name': 'network-vif-deleted', 'tag': '3bf52628-c649-43c6-b238-e0ca4e342ca3', 'status': 'completed', 'code': 200} 2026-05-05 18:12:50.880 8 INFO neutron_taas.services.taas.taas_plugin [None req-0980c875-554f-4562-ba98-ac16d47992fa c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] TaaS: Handle Delete Port: 6c713903-569d-4520-8c43-940511dc3b49 2026-05-05 18:12:50.883 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0980c875-554f-4562-ba98-ac16d47992fa c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Tap Mirror: Handle Delete Port: 6c713903-569d-4520-8c43-940511dc3b49 [pid: 7|app: 0|req: 974/1964] 10.0.0.41 () {34 vars in 667 bytes} [Tue May 5 18:12:50 2026] POST /v2.0/routers => generated 474 bytes in 839 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:12:50.951 7 INFO neutron.db.l3_hamode_db [None req-dc7b6ef5-175f-4d4d-9622-8ec10187ffdb 059184af44d04f89b99921c86a6493e6 7f8cc2a8614347da87a90d6f61c5f9c7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 991/1965] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:12:50 2026] DELETE /v2.0/networks/cd344b93-ca42-4bfd-ba61-7697b7f289a6 => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:12:51.072 7 INFO neutron.db.l3_hamode_db [None req-dc7b6ef5-175f-4d4d-9622-8ec10187ffdb 059184af44d04f89b99921c86a6493e6 7f8cc2a8614347da87a90d6f61c5f9c7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 992/1966] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:51 2026] GET /v2.0/ports?device_id=f17e62f5-65e6-4094-90d4-5961cfa9d2db => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:12:51.293 8 INFO neutron.services.segments.plugin [-] Segment 3bceb0bb-97c5-458c-8884-1cee835f2f11 resource provider aggregate not found 2026-05-05 18:12:51.297 8 INFO neutron.services.segments.plugin [-] Segment 3bceb0bb-97c5-458c-8884-1cee835f2f11 resource provider aggregate not found 2026-05-05 18:12:51.320 8 INFO neutron.services.segments.plugin [-] Segment 3bceb0bb-97c5-458c-8884-1cee835f2f11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3bceb0bb-97c5-458c-8884-1cee835f2f11 found for delete ", "request_id": "req-b6dac3e8-d8b7-4d4f-9fd3-b0da19a58892"}]} 2026-05-05 18:12:51.321 8 INFO neutron.services.segments.plugin [-] Segment 3bceb0bb-97c5-458c-8884-1cee835f2f11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3bceb0bb-97c5-458c-8884-1cee835f2f11 found for delete ", "request_id": "req-64a5f4e1-9764-4189-9b74-4d2fafd68e8a"}]} 2026-05-05 18:12:51.348 8 INFO neutron.services.segments.plugin [-] Segment 3ea2bd5a-d108-43c6-8191-ab307ad40d2e resource provider aggregate not found 2026-05-05 18:12:51.357 8 INFO neutron.services.segments.plugin [-] Segment 3ea2bd5a-d108-43c6-8191-ab307ad40d2e resource provider aggregate not found 2026-05-05 18:12:51.376 8 INFO neutron.services.segments.plugin [-] Segment 3ea2bd5a-d108-43c6-8191-ab307ad40d2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ea2bd5a-d108-43c6-8191-ab307ad40d2e found for delete ", "request_id": "req-fff2e467-aef6-48e0-aaf5-ba91fb2f8fa6"}]} 2026-05-05 18:12:51.384 8 INFO neutron.services.segments.plugin [-] Segment 3ea2bd5a-d108-43c6-8191-ab307ad40d2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ea2bd5a-d108-43c6-8191-ab307ad40d2e found for delete ", "request_id": "req-08f51123-5b9c-4cdc-b928-cd7504fe95a6"}]} [pid: 8|app: 0|req: 993/1967] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:51 2026] GET /v2.0/ports?device_id=63e4c8bf-51bb-4ed1-8660-dd46521173df => generated 975 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1968] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:12:51 2026] GET /v2.0/security-groups?id=83235859-54cc-4090-be4c-f004a3d9a06f&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1969] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:12:51 2026] GET /v2.0/security-groups?tenant_id=92b16abd1d5b4d938eb8aeb4b643202c&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1970] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:12:51 2026] DELETE /v2.0/security-groups/36cdb7b8-96d7-4dc1-a598-38f77dc1cf03 => 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: 975/1971] 10.0.0.41 () {34 vars in 667 bytes} [Tue May 5 18:12:50 2026] POST /v2.0/routers => generated 474 bytes in 810 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1972] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:12:51 2026] GET /v2.0/security-groups?tenant_id=98a56bbcdc2c497c866726de65ced01c&name=default => generated 2925 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:12:51.798 8 INFO neutron.db.l3_hamode_db [None req-365947ae-714b-4cd0-9493-a0fecac65b81 059184af44d04f89b99921c86a6493e6 7f8cc2a8614347da87a90d6f61c5f9c7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 977/1973] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:12:51 2026] DELETE /v2.0/security-groups/c6a24507-b5bd-4a00-a237-009e20013383 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:12:51.975 8 INFO neutron.db.l3_hamode_db [None req-365947ae-714b-4cd0-9493-a0fecac65b81 059184af44d04f89b99921c86a6493e6 7f8cc2a8614347da87a90d6f61c5f9c7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 978/1974] 199.19.213.169 () {34 vars in 994 bytes} [Tue May 5 18:12:51 2026] GET /v2.0/ports?device_id=63e4c8bf-51bb-4ed1-8660-dd46521173df => generated 975 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:12:52.084 7 INFO neutron_taas.services.taas.taas_plugin [req-3563ffba-f7cb-4657-8369-dcc4254bf2bf req-c2ff4d25-6f90-4b75-9633-9be0e2f56f3a 19a860f4c49c49afbb19f7880c71e4c5 b99e6acc751b4b5998b1947b8ec75b1f - - default default] TaaS: Handle Delete Port: ec6c4a08-125a-439d-a41b-e6f98c3e4b12 2026-05-05 18:12:52.087 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3563ffba-f7cb-4657-8369-dcc4254bf2bf req-c2ff4d25-6f90-4b75-9633-9be0e2f56f3a 19a860f4c49c49afbb19f7880c71e4c5 b99e6acc751b4b5998b1947b8ec75b1f - - default default] Tap Mirror: Handle Delete Port: ec6c4a08-125a-439d-a41b-e6f98c3e4b12 [pid: 7|app: 0|req: 979/1975] 199.19.213.169 () {36 vars in 997 bytes} [Tue May 5 18:12:51 2026] DELETE /v2.0/ports/ec6c4a08-125a-439d-a41b-e6f98c3e4b12 => 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: 980/1976] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:52 2026] GET /v2.0/ports?device_id=f17e62f5-65e6-4094-90d4-5961cfa9d2db => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:12:52.298 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ba3aec84-ebca-4865-b30e-52912e83c730'] response: {'server_uuid': '63e4c8bf-51bb-4ed1-8660-dd46521173df', 'name': 'network-vif-deleted', 'tag': 'ec6c4a08-125a-439d-a41b-e6f98c3e4b12', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 981/1977] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:52 2026] GET /v2.0/ports?device_id=63e4c8bf-51bb-4ed1-8660-dd46521173df => 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: 997/1978] 10.0.0.41 () {34 vars in 667 bytes} [Tue May 5 18:12:51 2026] POST /v2.0/routers => generated 474 bytes in 1024 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:12:52.799 7 INFO neutron.db.l3_hamode_db [None req-5b433a6b-42e1-47dd-a898-d9a1d674022c 059184af44d04f89b99921c86a6493e6 7f8cc2a8614347da87a90d6f61c5f9c7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-05 18:12:52.914 7 INFO neutron.db.l3_hamode_db [None req-5b433a6b-42e1-47dd-a898-d9a1d674022c 059184af44d04f89b99921c86a6493e6 7f8cc2a8614347da87a90d6f61c5f9c7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 998/1979] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:53 2026] GET /v2.0/ports?device_id=f17e62f5-65e6-4094-90d4-5961cfa9d2db => 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: 982/1980] 10.0.0.41 () {34 vars in 667 bytes} [Tue May 5 18:12:52 2026] POST /v2.0/routers => generated 474 bytes in 747 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1981] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:53 2026] GET /v2.0/ports?device_id=63e4c8bf-51bb-4ed1-8660-dd46521173df => 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: 999/1982] 10.0.0.41 () {34 vars in 750 bytes} [Tue May 5 18:12:53 2026] PUT /v2.0/routers/8d902672-d115-4c4d-8dc2-5ac83f9dddba/tags => generated 17 bytes in 805 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1983] 10.0.0.41 () {34 vars in 750 bytes} [Tue May 5 18:12:54 2026] PUT /v2.0/routers/93a1a539-b6f2-4131-8d21-2fbda597a6cf/tags => generated 25 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1984] 10.0.0.41 () {34 vars in 750 bytes} [Tue May 5 18:12:54 2026] PUT /v2.0/routers/8f10dc58-269c-4eee-8dd1-e2465aba207a/tags => generated 34 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1985] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:12:54 2026] DELETE /v2.0/security-groups/b4c15255-9257-4621-817e-15c56c652a68 => 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: 1001/1986] 10.0.0.41 () {34 vars in 750 bytes} [Tue May 5 18:12:54 2026] PUT /v2.0/routers/f518aadf-a485-420a-a85b-c0c529c5b39b/tags => generated 19 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:12:54.691 7 INFO neutron_taas.services.taas.taas_plugin [None req-51ab90af-1fb5-4d89-b580-f9a243f30198 a1ff7c0d48224801a29e12b98b608cb3 d227ef8c752b4eb18afa45b6849faf1f - - default default] TaaS: Handle Delete Port: 17e9036a-6257-497a-a0a4-ff2924d5b50a 2026-05-05 18:12:54.694 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51ab90af-1fb5-4d89-b580-f9a243f30198 a1ff7c0d48224801a29e12b98b608cb3 d227ef8c752b4eb18afa45b6849faf1f - - default default] Tap Mirror: Handle Delete Port: 17e9036a-6257-497a-a0a4-ff2924d5b50a [pid: 8|app: 0|req: 1002/1987] 10.0.0.41 () {32 vars in 663 bytes} [Tue May 5 18:12:54 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1988] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:54 2026] GET /v2.0/ports?device_id=63e4c8bf-51bb-4ed1-8660-dd46521173df => 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: 986/1989] 10.0.0.41 () {32 vars in 731 bytes} [Tue May 5 18:12:54 2026] DELETE /v2.0/floatingips/864a93c6-3019-42cf-8d64-43b96e6d5761 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/1990] 10.0.0.41 () {32 vars in 677 bytes} [Tue May 5 18:12:54 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1991] 10.0.0.41 () {32 vars in 673 bytes} [Tue May 5 18:12:54 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/1992] 10.0.0.41 () {32 vars in 685 bytes} [Tue May 5 18:12:54 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1993] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:54 2026] GET /v2.0/ports?device_id=a33ce02e-0c87-43b4-81c7-e97f03fc030f => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1994] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:12:55 2026] GET /v2.0/security-groups?id=2d99bca2-cefd-41a8-a2ad-4935504afaa5&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/1995] 10.0.0.41 () {32 vars in 671 bytes} [Tue May 5 18:12:55 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1996] 10.0.0.41 () {32 vars in 685 bytes} [Tue May 5 18:12:55 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/1997] 10.0.0.41 () {32 vars in 681 bytes} [Tue May 5 18:12:55 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1998] 10.0.0.41 () {32 vars in 693 bytes} [Tue May 5 18:12:55 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/1999] 10.0.0.41 () {32 vars in 720 bytes} [Tue May 5 18:12:55 2026] GET /v2.0/routers/8d902672-d115-4c4d-8dc2-5ac83f9dddba => generated 485 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2000] 10.0.0.41 () {34 vars in 741 bytes} [Tue May 5 18:12:55 2026] PUT /v2.0/routers/8d902672-d115-4c4d-8dc2-5ac83f9dddba => generated 485 bytes in 461 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2001] 10.0.0.41 () {32 vars in 735 bytes} [Tue May 5 18:12:55 2026] GET /v2.0/ports?device_id=8d902672-d115-4c4d-8dc2-5ac83f9dddba => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:12:56.125 7 INFO neutron_taas.services.taas.taas_plugin [None req-ebd41825-9298-4baf-9013-90920443e124 059184af44d04f89b99921c86a6493e6 7f8cc2a8614347da87a90d6f61c5f9c7 - - default default] TaaS: Handle Delete Port: dec6bb7d-cc89-41c1-8a3f-72312ef62270 2026-05-05 18:12:56.128 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ebd41825-9298-4baf-9013-90920443e124 059184af44d04f89b99921c86a6493e6 7f8cc2a8614347da87a90d6f61c5f9c7 - - default default] Tap Mirror: Handle Delete Port: dec6bb7d-cc89-41c1-8a3f-72312ef62270 [pid: 7|app: 0|req: 993/2002] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:12:55 2026] DELETE /v2.0/routers/8d902672-d115-4c4d-8dc2-5ac83f9dddba => generated 0 bytes in 441 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/2003] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:56 2026] GET /v2.0/ports?device_id=a33ce02e-0c87-43b4-81c7-e97f03fc030f => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:12:56.452 8 INFO neutron.db.segments_db [None req-5bb5388f-62b4-4031-bb76-cd9426150440 7863984ee9814f9288951fa803415730 60a7281a35b040a5b0cb14a19c33b7f1 - - default default] Added segment 84e5f677-8551-4f91-8bec-275862d15239 of type vxlan for network 0b9f4927-4cfd-41cf-8a43-901130438b9b [pid: 7|app: 0|req: 995/2004] 10.0.0.41 () {32 vars in 720 bytes} [Tue May 5 18:12:56 2026] GET /v2.0/routers/93a1a539-b6f2-4131-8d21-2fbda597a6cf => generated 493 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/2005] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:12:56 2026] GET /v2.0/security-groups?id=2d99bca2-cefd-41a8-a2ad-4935504afaa5&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2006] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:12:56 2026] POST /v2.0/networks => generated 727 bytes in 467 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2007] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:12:56 2026] POST /v2.0/subnets => generated 644 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:12:56.759 8 WARNING neutron.api.v2.base [None req-8f980f26-9072-481b-8529-1d1695850a77 7863984ee9814f9288951fa803415730 60a7281a35b040a5b0cb14a19c33b7f1 - - 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-05 18:12:56.760 8 INFO neutron.api.v2.resource [None req-8f980f26-9072-481b-8529-1d1695850a77 7863984ee9814f9288951fa803415730 60a7281a35b040a5b0cb14a19c33b7f1 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 1012/2008] 10.0.0.41 () {34 vars in 680 bytes} [Tue May 5 18:12:56 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) 2026-05-05 18:12:56.966 8 INFO neutron.services.segments.plugin [-] Segment 84e5f677-8551-4f91-8bec-275862d15239 resource provider aggregate not found 2026-05-05 18:12:56.969 8 INFO neutron.services.segments.plugin [-] Segment 84e5f677-8551-4f91-8bec-275862d15239 resource provider aggregate not found 2026-05-05 18:12:56.986 8 INFO neutron.services.segments.plugin [-] Segment 84e5f677-8551-4f91-8bec-275862d15239 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84e5f677-8551-4f91-8bec-275862d15239 found for delete ", "request_id": "req-78063937-925c-4ef2-aa43-3497ae081bae"}]} 2026-05-05 18:12:56.988 8 INFO neutron.services.segments.plugin [-] Segment 84e5f677-8551-4f91-8bec-275862d15239 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84e5f677-8551-4f91-8bec-275862d15239 found for delete ", "request_id": "req-30e2d1a5-3f49-4c87-a953-62b284c7fe47"}]} [pid: 8|app: 0|req: 1013/2009] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:12:56 2026] DELETE /v2.0/networks/0b9f4927-4cfd-41cf-8a43-901130438b9b => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:12:57.072 8 INFO neutron.db.segments_db [None req-69c986ae-cb82-4d3f-a7d5-0cb84ed05bf6 7863984ee9814f9288951fa803415730 60a7281a35b040a5b0cb14a19c33b7f1 - - default default] Added segment bb958180-df4a-4c4e-bc91-e4369ba2d618 of type vxlan for network 28fce22e-03e1-49b1-bc0a-ee3abb3ed512 [pid: 8|app: 0|req: 1014/2010] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:12:57 2026] POST /v2.0/networks => generated 727 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:12:57.503 8 INFO neutron_taas.services.taas.taas_plugin [None req-3d8b1b98-8360-4a9b-a1b5-ba2f0a1e501b c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] TaaS: Handle Delete Port: 1c291e6b-ad43-48e8-a2ec-4a701e04c4e9 2026-05-05 18:12:57.505 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d8b1b98-8360-4a9b-a1b5-ba2f0a1e501b c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Tap Mirror: Handle Delete Port: 1c291e6b-ad43-48e8-a2ec-4a701e04c4e9 [pid: 7|app: 0|req: 997/2011] 10.0.0.41 () {34 vars in 741 bytes} [Tue May 5 18:12:56 2026] PUT /v2.0/routers/93a1a539-b6f2-4131-8d21-2fbda597a6cf => generated 493 bytes in 1181 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2012] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:12:57 2026] POST /v2.0/subnets => generated 647 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2013] 199.19.213.169 () {34 vars in 994 bytes} [Tue May 5 18:12:57 2026] GET /v2.0/ports?device_id=a33ce02e-0c87-43b4-81c7-e97f03fc030f => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2014] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:57 2026] GET /v2.0/ports?device_id=a33ce02e-0c87-43b4-81c7-e97f03fc030f => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2015] 10.0.0.41 () {32 vars in 735 bytes} [Tue May 5 18:12:57 2026] GET /v2.0/ports?device_id=93a1a539-b6f2-4131-8d21-2fbda597a6cf => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:12:57.942 7 WARNING neutron.api.v2.base [None req-08fe6a8e-afae-46f9-a429-99136a61ff96 7863984ee9814f9288951fa803415730 60a7281a35b040a5b0cb14a19c33b7f1 - - 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-05 18:12:57.943 7 INFO neutron.api.v2.resource [None req-08fe6a8e-afae-46f9-a429-99136a61ff96 7863984ee9814f9288951fa803415730 60a7281a35b040a5b0cb14a19c33b7f1 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1002/2016] 10.0.0.41 () {34 vars in 680 bytes} [Tue May 5 18:12:57 2026] POST /v2.0/rbac-policies => generated 547 bytes in 5 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-05-05 18:12:58.040 7 INFO neutron_taas.services.taas.taas_plugin [req-c030067a-b9f2-4a15-8db8-a2c173d5ff70 req-1d6f94e8-6ab6-446b-9791-a091e2bd28a6 a1ff7c0d48224801a29e12b98b608cb3 d227ef8c752b4eb18afa45b6849faf1f - - default default] TaaS: Handle Delete Port: fdc9a4ba-6d28-44be-bb36-28be2245989e 2026-05-05 18:12:58.043 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c030067a-b9f2-4a15-8db8-a2c173d5ff70 req-1d6f94e8-6ab6-446b-9791-a091e2bd28a6 a1ff7c0d48224801a29e12b98b608cb3 d227ef8c752b4eb18afa45b6849faf1f - - default default] Tap Mirror: Handle Delete Port: fdc9a4ba-6d28-44be-bb36-28be2245989e [pid: 8|app: 0|req: 1015/2017] 10.0.0.41 () {34 vars in 788 bytes} [Tue May 5 18:12:57 2026] PUT /v2.0/routers/3d13c3cf-9ba2-4f87-9c91-6c0a7754d1bd/remove_router_interface => generated 309 bytes in 883 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2018] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:12:58 2026] GET /v2.0/security-groups?id=2d99bca2-cefd-41a8-a2ad-4935504afaa5&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2019] 199.19.213.169 () {36 vars in 997 bytes} [Tue May 5 18:12:57 2026] DELETE /v2.0/ports/fdc9a4ba-6d28-44be-bb36-28be2245989e => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:12:58.192 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-87fa8083-b22f-436b-826a-1f168adba2e6'] response: {'server_uuid': 'a33ce02e-0c87-43b4-81c7-e97f03fc030f', 'name': 'network-vif-deleted', 'tag': 'fdc9a4ba-6d28-44be-bb36-28be2245989e', 'status': 'completed', 'code': 200} 2026-05-05 18:12:58.257 8 INFO neutron_taas.services.taas.taas_plugin [None req-a59e958a-981f-4ff2-853f-ad5565881db3 059184af44d04f89b99921c86a6493e6 7f8cc2a8614347da87a90d6f61c5f9c7 - - default default] TaaS: Handle Delete Port: 53189fc8-d9f6-4e49-8b46-4e763c4cd74c 2026-05-05 18:12:58.261 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a59e958a-981f-4ff2-853f-ad5565881db3 059184af44d04f89b99921c86a6493e6 7f8cc2a8614347da87a90d6f61c5f9c7 - - default default] Tap Mirror: Handle Delete Port: 53189fc8-d9f6-4e49-8b46-4e763c4cd74c 2026-05-05 18:12:58.312 7 INFO neutron.services.segments.plugin [-] Segment bb958180-df4a-4c4e-bc91-e4369ba2d618 resource provider aggregate not found 2026-05-05 18:12:58.318 7 INFO neutron.services.segments.plugin [-] Segment bb958180-df4a-4c4e-bc91-e4369ba2d618 resource provider aggregate not found 2026-05-05 18:12:58.336 7 INFO neutron.services.segments.plugin [-] Segment bb958180-df4a-4c4e-bc91-e4369ba2d618 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb958180-df4a-4c4e-bc91-e4369ba2d618 found for delete ", "request_id": "req-46de5396-62fe-443b-a126-20097eac64de"}]} [pid: 7|app: 0|req: 1004/2020] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:12:58 2026] DELETE /v2.0/networks/28fce22e-03e1-49b1-bc0a-ee3abb3ed512 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:12:58.342 7 INFO neutron.services.segments.plugin [-] Segment bb958180-df4a-4c4e-bc91-e4369ba2d618 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb958180-df4a-4c4e-bc91-e4369ba2d618 found for delete ", "request_id": "req-2f18e68b-0c4b-469e-ae7e-4f92f8432c73"}]} [pid: 8|app: 0|req: 1017/2021] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:12:58 2026] DELETE /v2.0/routers/93a1a539-b6f2-4131-8d21-2fbda597a6cf => generated 0 bytes in 437 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:12:58.562 8 INFO neutron.db.segments_db [None req-12429f6c-d0de-43db-9ff4-70ad425eccf5 7863984ee9814f9288951fa803415730 60a7281a35b040a5b0cb14a19c33b7f1 - - default default] Added segment 3ba9a4dd-921a-42af-92aa-1d26af0de73c of type vxlan for network fc71bdda-45f1-43e9-96f8-ac341fb22c78 2026-05-05 18:12:58.571 7 INFO neutron_taas.services.taas.taas_plugin [None req-cb147b20-d756-4c67-b269-7e378be19114 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] TaaS: Handle Delete Port: fc15f2f4-d16a-4912-8578-4bfd13fe6d1f 2026-05-05 18:12:58.575 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb147b20-d756-4c67-b269-7e378be19114 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Tap Mirror: Handle Delete Port: fc15f2f4-d16a-4912-8578-4bfd13fe6d1f [pid: 8|app: 0|req: 1018/2022] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:12:58 2026] POST /v2.0/networks => generated 727 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2023] 10.0.0.41 () {32 vars in 720 bytes} [Tue May 5 18:12:58 2026] GET /v2.0/routers/8f10dc58-269c-4eee-8dd1-e2465aba207a => generated 502 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:12:58.840 7 INFO neutron_taas.services.taas.taas_plugin [None req-cb147b20-d756-4c67-b269-7e378be19114 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] TaaS: Handle Delete Port: 83fa9f20-8c30-4798-b50b-68f00b813b45 2026-05-05 18:12:58.843 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb147b20-d756-4c67-b269-7e378be19114 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Tap Mirror: Handle Delete Port: 83fa9f20-8c30-4798-b50b-68f00b813b45 [pid: 8|app: 0|req: 1020/2024] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:12:58 2026] POST /v2.0/subnets => generated 647 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:12:59.218 7 INFO neutron.db.l3_hamode_db [None req-cb147b20-d756-4c67-b269-7e378be19114 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] HA network ee827f89-e19d-4847-8fd2-5c2dabfcf276 was deleted as no HA routers are present in tenant b99e6acc751b4b5998b1947b8ec75b1f. [pid: 7|app: 0|req: 1005/2025] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:12:58 2026] DELETE /v2.0/routers/3d13c3cf-9ba2-4f87-9c91-6c0a7754d1bd => generated 0 bytes in 883 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2026] 10.0.0.41 () {34 vars in 741 bytes} [Tue May 5 18:12:58 2026] PUT /v2.0/routers/8f10dc58-269c-4eee-8dd1-e2465aba207a => generated 502 bytes in 500 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2027] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:12:59 2026] GET /v2.0/ports?device_id=a33ce02e-0c87-43b4-81c7-e97f03fc030f => 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: 1006/2028] 10.0.0.41 () {34 vars in 680 bytes} [Tue May 5 18:12:59 2026] POST /v2.0/rbac-policies => generated 324 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2029] 10.0.0.41 () {32 vars in 735 bytes} [Tue May 5 18:12:59 2026] GET /v2.0/ports?device_id=8f10dc58-269c-4eee-8dd1-e2465aba207a => 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: 1023/2030] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:12:59 2026] DELETE /v2.0/subnets/21f2a47f-e64b-4a66-a2c7-43959ba0d02c => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:12:59.629 8 INFO neutron_taas.services.taas.taas_plugin [None req-0f01c324-f819-4125-9c14-8746fe91806a c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] TaaS: Handle Delete Port: fad3581c-1903-43f1-8bb0-89d3e7bda895 2026-05-05 18:12:59.632 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f01c324-f819-4125-9c14-8746fe91806a c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Tap Mirror: Handle Delete Port: fad3581c-1903-43f1-8bb0-89d3e7bda895 2026-05-05 18:12:59.688 7 INFO neutron_taas.services.taas.taas_plugin [None req-99b6724a-0e7c-4ce2-badb-0878b06499b1 059184af44d04f89b99921c86a6493e6 7f8cc2a8614347da87a90d6f61c5f9c7 - - default default] TaaS: Handle Delete Port: f5d45e45-84ce-407f-b964-36a998b89047 2026-05-05 18:12:59.692 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-99b6724a-0e7c-4ce2-badb-0878b06499b1 059184af44d04f89b99921c86a6493e6 7f8cc2a8614347da87a90d6f61c5f9c7 - - default default] Tap Mirror: Handle Delete Port: f5d45e45-84ce-407f-b964-36a998b89047 2026-05-05 18:12:59.809 8 INFO neutron.services.segments.plugin [-] Segment afdae223-1fc9-4a8f-8e96-d936363b9a16 resource provider aggregate not found 2026-05-05 18:12:59.812 8 INFO neutron.services.segments.plugin [-] Segment afdae223-1fc9-4a8f-8e96-d936363b9a16 resource provider aggregate not found 2026-05-05 18:12:59.832 8 INFO neutron.services.segments.plugin [-] Segment afdae223-1fc9-4a8f-8e96-d936363b9a16 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afdae223-1fc9-4a8f-8e96-d936363b9a16 found for delete ", "request_id": "req-87c5b4e1-4e19-41a1-8409-b12bbf0abe97"}]} 2026-05-05 18:12:59.833 8 INFO neutron.services.segments.plugin [-] Segment afdae223-1fc9-4a8f-8e96-d936363b9a16 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afdae223-1fc9-4a8f-8e96-d936363b9a16 found for delete ", "request_id": "req-7662f8fd-c665-4ca1-a874-ccf80f831c37"}]} [pid: 8|app: 0|req: 1024/2031] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:12:59 2026] DELETE /v2.0/networks/0643e9f7-4a16-4c19-ad98-00184aee7d48 => 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: 1025/2032] 10.0.0.41 () {32 vars in 722 bytes} [Tue May 5 18:12:59 2026] GET /v2.0/networks/fc71bdda-45f1-43e9-96f8-ac341fb22c78 => generated 655 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2033] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:12:59 2026] DELETE /v2.0/routers/8f10dc58-269c-4eee-8dd1-e2465aba207a => 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: 1026/2034] 10.0.0.41 () {32 vars in 720 bytes} [Tue May 5 18:12:59 2026] GET /v2.0/routers/f518aadf-a485-420a-a85b-c0c529c5b39b => generated 487 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2035] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:13:00 2026] GET /v2.0/security-groups?tenant_id=b99e6acc751b4b5998b1947b8ec75b1f&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: 1028/2036] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:13:00 2026] DELETE /v2.0/security-groups/83235859-54cc-4090-be4c-f004a3d9a06f => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:13:00.366 7 INFO neutron.services.segments.plugin [-] Segment 59bba3bb-cd80-48e3-a57d-e3931d32b808 resource provider aggregate not found 2026-05-05 18:13:00.371 7 INFO neutron.services.segments.plugin [-] Segment 59bba3bb-cd80-48e3-a57d-e3931d32b808 resource provider aggregate not found 2026-05-05 18:13:00.387 7 INFO neutron.services.segments.plugin [-] Segment 59bba3bb-cd80-48e3-a57d-e3931d32b808 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59bba3bb-cd80-48e3-a57d-e3931d32b808 found for delete ", "request_id": "req-8f56e71a-eca5-42ec-91db-f92f9a698090"}]} 2026-05-05 18:13:00.389 7 INFO neutron.services.segments.plugin [-] Segment 59bba3bb-cd80-48e3-a57d-e3931d32b808 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59bba3bb-cd80-48e3-a57d-e3931d32b808 found for delete ", "request_id": "req-5faa8f14-a1bc-45f2-8b1e-b15b7a54b11b"}]} 2026-05-05 18:13:00.455 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0908d5e7-d2d1-4a0d-a05f-66dd65219350 f00198cf8a6d4e90ae13c1368a9b4da8 9afecb7b24d242a69dc5529998d7ca35 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1029/2037] 10.0.0.41 () {32 vars in 722 bytes} [Tue May 5 18:13:00 2026] GET /v2.0/networks/fc71bdda-45f1-43e9-96f8-ac341fb22c78 => generated 138 bytes in 175 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2038] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:13:00 2026] GET /v2.0/ports?device_id=a33ce02e-0c87-43b4-81c7-e97f03fc030f => 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: 1009/2039] 10.0.0.41 () {34 vars in 741 bytes} [Tue May 5 18:13:00 2026] PUT /v2.0/routers/f518aadf-a485-420a-a85b-c0c529c5b39b => generated 487 bytes in 559 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2040] 10.0.0.41 () {32 vars in 735 bytes} [Tue May 5 18:13:00 2026] GET /v2.0/ports?device_id=f518aadf-a485-420a-a85b-c0c529c5b39b => 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: 1031/2041] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:13:00 2026] DELETE /v2.0/networks/fc71bdda-45f1-43e9-96f8-ac341fb22c78 => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:13:00.747 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8f8830b9-d3ca-4081-8acc-13df93b292fb 7863984ee9814f9288951fa803415730 60a7281a35b040a5b0cb14a19c33b7f1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1032/2042] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:13:00 2026] DELETE /v2.0/subnets/71be9b16-d8a8-41aa-b3ef-0021eccb5c8a => generated 136 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 18:13:00.769 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1420f60d-294c-455b-b7d3-528be5bb1eb4 7863984ee9814f9288951fa803415730 60a7281a35b040a5b0cb14a19c33b7f1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1033/2043] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:13:00 2026] DELETE /v2.0/subnets/f0e27a45-87ce-47db-a0ef-411b7afabd1f => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 18:13:00.788 7 INFO neutron_taas.services.taas.taas_plugin [None req-4b9fd9af-f14d-4b90-a732-751cf421181d 059184af44d04f89b99921c86a6493e6 7f8cc2a8614347da87a90d6f61c5f9c7 - - default default] TaaS: Handle Delete Port: 2592330a-24fb-424a-ac14-bd277b601095 2026-05-05 18:13:00.789 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2466a29c-7288-4c13-aa2d-04381cbfe494 7863984ee9814f9288951fa803415730 60a7281a35b040a5b0cb14a19c33b7f1 - - default default] DELETE failed (client error): The resource could not be found. 2026-05-05 18:13:00.791 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b9fd9af-f14d-4b90-a732-751cf421181d 059184af44d04f89b99921c86a6493e6 7f8cc2a8614347da87a90d6f61c5f9c7 - - default default] Tap Mirror: Handle Delete Port: 2592330a-24fb-424a-ac14-bd277b601095 [pid: 8|app: 0|req: 1034/2044] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:13:00 2026] DELETE /v2.0/subnets/c109c5f0-a393-42dc-aa49-fe5a3a507316 => 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: 1011/2045] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:13:00 2026] DELETE /v2.0/routers/f518aadf-a485-420a-a85b-c0c529c5b39b => generated 0 bytes in 414 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2046] 10.0.0.41 () {32 vars in 720 bytes} [Tue May 5 18:13:01 2026] GET /v2.0/routers/387615e4-ef23-4c45-a17b-ca515e7ad4ca => generated 480 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2047] 10.0.0.41 () {34 vars in 741 bytes} [Tue May 5 18:13:01 2026] PUT /v2.0/routers/387615e4-ef23-4c45-a17b-ca515e7ad4ca => generated 480 bytes in 431 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2048] 10.0.0.41 () {32 vars in 735 bytes} [Tue May 5 18:13:01 2026] GET /v2.0/ports?device_id=387615e4-ef23-4c45-a17b-ca515e7ad4ca => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2049] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:13:01 2026] DELETE /v2.0/security-groups/2d99bca2-cefd-41a8-a2ad-4935504afaa5 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:13:01.797 7 INFO neutron_taas.services.taas.taas_plugin [None req-1565e455-7624-4741-b4f4-70f643e79dca 059184af44d04f89b99921c86a6493e6 7f8cc2a8614347da87a90d6f61c5f9c7 - - default default] TaaS: Handle Delete Port: e9c49524-6cac-4767-bed5-a666e47c32fa 2026-05-05 18:13:01.799 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1565e455-7624-4741-b4f4-70f643e79dca 059184af44d04f89b99921c86a6493e6 7f8cc2a8614347da87a90d6f61c5f9c7 - - default default] Tap Mirror: Handle Delete Port: e9c49524-6cac-4767-bed5-a666e47c32fa 2026-05-05 18:13:01.862 8 INFO neutron.services.segments.plugin [-] Segment 3ba9a4dd-921a-42af-92aa-1d26af0de73c resource provider aggregate not found 2026-05-05 18:13:01.866 8 INFO neutron.services.segments.plugin [-] Segment 3ba9a4dd-921a-42af-92aa-1d26af0de73c resource provider aggregate not found 2026-05-05 18:13:01.892 8 INFO neutron.services.segments.plugin [-] Segment 3ba9a4dd-921a-42af-92aa-1d26af0de73c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ba9a4dd-921a-42af-92aa-1d26af0de73c found for delete ", "request_id": "req-cb12d93a-ba79-468e-9aa9-6116f03459ba"}]} 2026-05-05 18:13:01.897 8 INFO neutron.services.segments.plugin [-] Segment 3ba9a4dd-921a-42af-92aa-1d26af0de73c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ba9a4dd-921a-42af-92aa-1d26af0de73c found for delete ", "request_id": "req-2d5f677f-07c3-4e1d-9e8e-a07d0e0225ee"}]} [pid: 8|app: 0|req: 1037/2050] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:13:01 2026] GET /v2.0/security-groups?tenant_id=9afecb7b24d242a69dc5529998d7ca35&name=default => generated 2925 bytes in 351 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:13:02.116 7 INFO neutron.db.l3_hamode_db [None req-1565e455-7624-4741-b4f4-70f643e79dca 059184af44d04f89b99921c86a6493e6 7f8cc2a8614347da87a90d6f61c5f9c7 - - default default] HA network b449bafb-c612-46c3-9ddd-91914aa362fe was deleted as no HA routers are present in tenant 7f8cc2a8614347da87a90d6f61c5f9c7. [pid: 7|app: 0|req: 1014/2051] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:13:01 2026] DELETE /v2.0/routers/387615e4-ef23-4c45-a17b-ca515e7ad4ca => generated 0 bytes in 465 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2052] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:13:02 2026] DELETE /v2.0/security-groups/c81dfc33-753a-4d41-ba08-55dccf8e66eb => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:13:02.350 8 INFO neutron_taas.services.taas.taas_plugin [None req-97cb3d08-7f77-408f-b738-913c942bd84f a1ff7c0d48224801a29e12b98b608cb3 d227ef8c752b4eb18afa45b6849faf1f - - default default] TaaS: Handle Delete Port: 7daec2dd-474e-4b4b-bf35-7608ca5c28fb 2026-05-05 18:13:02.353 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97cb3d08-7f77-408f-b738-913c942bd84f a1ff7c0d48224801a29e12b98b608cb3 d227ef8c752b4eb18afa45b6849faf1f - - default default] Tap Mirror: Handle Delete Port: 7daec2dd-474e-4b4b-bf35-7608ca5c28fb [pid: 7|app: 0|req: 1016/2053] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:13:02 2026] GET /v2.0/security-groups?tenant_id=60a7281a35b040a5b0cb14a19c33b7f1&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:13:02.406 7 INFO neutron.services.segments.plugin [-] Segment 5f9baadb-333c-4976-867a-d73af1d14b8a resource provider aggregate not found 2026-05-05 18:13:02.425 7 INFO neutron.services.segments.plugin [-] Segment 5f9baadb-333c-4976-867a-d73af1d14b8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f9baadb-333c-4976-867a-d73af1d14b8a found for delete ", "request_id": "req-2142ca1e-9ce2-4623-af96-fa368b70fd62"}]} 2026-05-05 18:13:02.425 7 INFO neutron.services.segments.plugin [-] Segment 5f9baadb-333c-4976-867a-d73af1d14b8a resource provider aggregate not found 2026-05-05 18:13:02.446 7 INFO neutron.services.segments.plugin [-] Segment 5f9baadb-333c-4976-867a-d73af1d14b8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f9baadb-333c-4976-867a-d73af1d14b8a found for delete ", "request_id": "req-f1e66efc-8263-4a55-a342-4f720fa203db"}]} [pid: 7|app: 0|req: 1017/2054] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:13:02 2026] DELETE /v2.0/security-groups/cd1e641a-af9f-412c-b828-160862a9164e => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2055] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:13:02 2026] GET /v2.0/security-groups?tenant_id=b26f18aaf816486fa3e6f59dab42d020&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2056] 10.0.0.41 () {34 vars in 788 bytes} [Tue May 5 18:13:01 2026] PUT /v2.0/routers/3f7efa26-d7dd-45d4-818a-b36747be9d44/remove_router_interface => generated 309 bytes in 1053 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2057] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:13:02 2026] DELETE /v2.0/security-groups/47180336-42fb-4f71-b2d7-4ce677ea6f40 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2058] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:13:03 2026] DELETE /v2.0/subnets/72c47996-288c-4fa5-b4b6-9df26a89294f => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2059] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:13:02 2026] GET /v2.0/security-groups?tenant_id=59e9816bcd35412ca556b70aa1949eee&name=default => generated 2925 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2060] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:13:03 2026] DELETE /v2.0/security-groups/5545ad03-a29f-4131-8339-66ccacc6aacf => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:13:03.376 7 INFO neutron_taas.services.taas.taas_plugin [None req-445aaddf-b3d8-4c70-b789-ac8609a247b8 a1ff7c0d48224801a29e12b98b608cb3 d227ef8c752b4eb18afa45b6849faf1f - - default default] TaaS: Handle Delete Port: 9588b175-1216-46c2-b2a0-27c32d536c83 2026-05-05 18:13:03.380 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-445aaddf-b3d8-4c70-b789-ac8609a247b8 a1ff7c0d48224801a29e12b98b608cb3 d227ef8c752b4eb18afa45b6849faf1f - - default default] Tap Mirror: Handle Delete Port: 9588b175-1216-46c2-b2a0-27c32d536c83 2026-05-05 18:13:03.653 7 INFO neutron_taas.services.taas.taas_plugin [None req-445aaddf-b3d8-4c70-b789-ac8609a247b8 a1ff7c0d48224801a29e12b98b608cb3 d227ef8c752b4eb18afa45b6849faf1f - - default default] TaaS: Handle Delete Port: 1f4f116c-91d2-4bf0-aeac-74cd4076da43 2026-05-05 18:13:03.655 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-445aaddf-b3d8-4c70-b789-ac8609a247b8 a1ff7c0d48224801a29e12b98b608cb3 d227ef8c752b4eb18afa45b6849faf1f - - default default] Tap Mirror: Handle Delete Port: 1f4f116c-91d2-4bf0-aeac-74cd4076da43 [pid: 8|app: 0|req: 1041/2061] 10.0.0.158 () {32 vars in 801 bytes} [Tue May 5 18:13:03 2026] GET /v2.0/extensions => generated 21537 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2062] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:13:03 2026] GET /v2.0/security-groups?tenant_id=51c6a3ee65584a0fafa00a7e0d49d43d&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2063] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:13:03 2026] DELETE /v2.0/security-groups/4175faae-e953-4347-9117-63a0324e9545 => 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: 1044/2064] 10.0.0.158 () {30 vars in 724 bytes} [Tue May 5 18:13:03 2026] GET /v2.0/quotas/79916bc830474a0b895afd943215222b/details => generated 847 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:13:04.040 7 INFO neutron.db.l3_hamode_db [None req-445aaddf-b3d8-4c70-b789-ac8609a247b8 a1ff7c0d48224801a29e12b98b608cb3 d227ef8c752b4eb18afa45b6849faf1f - - default default] HA network 94cf1b5a-a9d9-4380-8e81-308b63a4934c was deleted as no HA routers are present in tenant d227ef8c752b4eb18afa45b6849faf1f. [pid: 7|app: 0|req: 1021/2065] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:13:03 2026] DELETE /v2.0/routers/3f7efa26-d7dd-45d4-818a-b36747be9d44 => generated 0 bytes in 876 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:13:04.158 7 INFO neutron_taas.services.taas.taas_plugin [None req-2f9b45fc-2b6f-46c7-a692-317e03e909f9 a1ff7c0d48224801a29e12b98b608cb3 d227ef8c752b4eb18afa45b6849faf1f - - default default] TaaS: Handle Delete Port: d1a28de8-64b8-46f6-972b-8d011b33c8b3 2026-05-05 18:13:04.162 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f9b45fc-2b6f-46c7-a692-317e03e909f9 a1ff7c0d48224801a29e12b98b608cb3 d227ef8c752b4eb18afa45b6849faf1f - - default default] Tap Mirror: Handle Delete Port: d1a28de8-64b8-46f6-972b-8d011b33c8b3 [pid: 8|app: 0|req: 1045/2066] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:13:04 2026] GET /v2.0/security-groups?tenant_id=7f8cc2a8614347da87a90d6f61c5f9c7&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2067] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:13:04 2026] DELETE /v2.0/security-groups/92dee8d4-3aba-459a-ba8a-e9e1ed3c388e => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2068] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:13:04 2026] DELETE /v2.0/networks/217dd5ad-ca76-4448-9e83-c0591df63f84 => generated 0 bytes in 342 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:13:04.443 7 INFO neutron.services.segments.plugin [-] Segment a5cca5ff-e76c-493d-a4f4-81cc7c8f8f21 resource provider aggregate not found 2026-05-05 18:13:04.463 7 INFO neutron.services.segments.plugin [-] Segment a5cca5ff-e76c-493d-a4f4-81cc7c8f8f21 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5cca5ff-e76c-493d-a4f4-81cc7c8f8f21 found for delete ", "request_id": "req-350ad997-bbf6-47ec-b92f-45f79f93d723"}]} 2026-05-05 18:13:04.466 7 INFO neutron.services.segments.plugin [-] Segment a5cca5ff-e76c-493d-a4f4-81cc7c8f8f21 resource provider aggregate not found 2026-05-05 18:13:04.483 7 INFO neutron.services.segments.plugin [-] Segment ad408469-59d0-4f81-ae12-5150b5ccce41 resource provider aggregate not found 2026-05-05 18:13:04.488 7 INFO neutron.services.segments.plugin [-] Segment a5cca5ff-e76c-493d-a4f4-81cc7c8f8f21 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5cca5ff-e76c-493d-a4f4-81cc7c8f8f21 found for delete ", "request_id": "req-e9a89c72-73b2-4557-a08a-58c8dc1df940"}]} 2026-05-05 18:13:04.501 7 INFO neutron.services.segments.plugin [-] Segment ad408469-59d0-4f81-ae12-5150b5ccce41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad408469-59d0-4f81-ae12-5150b5ccce41 found for delete ", "request_id": "req-0c7c9e98-472e-4a4a-97e4-3ce0f7731c57"}]} 2026-05-05 18:13:04.506 7 INFO neutron.services.segments.plugin [-] Segment ad408469-59d0-4f81-ae12-5150b5ccce41 resource provider aggregate not found 2026-05-05 18:13:04.520 7 INFO neutron.services.segments.plugin [-] Segment ad408469-59d0-4f81-ae12-5150b5ccce41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad408469-59d0-4f81-ae12-5150b5ccce41 found for delete ", "request_id": "req-f5eed490-d2b7-4074-b574-e16007cb75e9"}]} [pid: 8|app: 0|req: 1048/2071] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:13:05 2026] GET /v2.0/security-groups?tenant_id=d227ef8c752b4eb18afa45b6849faf1f&name=default => generated 2925 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2072] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:13:05 2026] DELETE /v2.0/security-groups/0896e1d9-631c-4770-bcd1-c09d9a2979b7 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2073] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:13:05 2026] GET /v2.0/security-groups?tenant_id=241a923423f14814a64be30282e73d19&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2074] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:13:05 2026] DELETE /v2.0/security-groups/c3a9a54c-f356-42c2-a8a4-2e70d79f0606 => 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: 1050/2075] 10.0.0.158 () {32 vars in 801 bytes} [Tue May 5 18:13:07 2026] GET /v2.0/extensions => generated 21537 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2076] 10.0.0.158 () {30 vars in 724 bytes} [Tue May 5 18:13:07 2026] GET /v2.0/quotas/79916bc830474a0b895afd943215222b/details => generated 847 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2077] 10.0.0.41 () {34 vars in 675 bytes} [Tue May 5 18:13:07 2026] POST /v2.0/subnetpools => generated 516 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2078] 10.0.0.41 () {34 vars in 675 bytes} [Tue May 5 18:13:07 2026] POST /v2.0/subnetpools => generated 516 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2079] 10.0.0.41 () {34 vars in 675 bytes} [Tue May 5 18:13:07 2026] POST /v2.0/subnetpools => generated 516 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2080] 10.0.0.41 () {34 vars in 675 bytes} [Tue May 5 18:13:07 2026] POST /v2.0/subnetpools => generated 516 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2081] 10.0.0.41 () {34 vars in 675 bytes} [Tue May 5 18:13:07 2026] POST /v2.0/subnetpools => generated 516 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2082] 10.0.0.41 () {34 vars in 758 bytes} [Tue May 5 18:13:07 2026] PUT /v2.0/subnetpools/cf2f7090-3d5e-4b0b-b94e-2391b690eb63/tags => generated 17 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2083] 10.0.0.41 () {34 vars in 758 bytes} [Tue May 5 18:13:07 2026] PUT /v2.0/subnetpools/1e3bff5a-8ae7-4e1f-a188-83bdc9fd1293/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2084] 10.0.0.41 () {34 vars in 758 bytes} [Tue May 5 18:13:07 2026] PUT /v2.0/subnetpools/67194f3e-6ca5-44ab-bc44-eab4fbb19b45/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2085] 10.0.0.41 () {34 vars in 758 bytes} [Tue May 5 18:13:08 2026] PUT /v2.0/subnetpools/42646d15-39f4-47c7-bd4a-2651748c6231/tags => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2086] 10.0.0.41 () {32 vars in 671 bytes} [Tue May 5 18:13:08 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2087] 10.0.0.41 () {32 vars in 685 bytes} [Tue May 5 18:13:08 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2088] 10.0.0.41 () {32 vars in 681 bytes} [Tue May 5 18:13:08 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2089] 10.0.0.41 () {32 vars in 693 bytes} [Tue May 5 18:13:08 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2090] 10.0.0.41 () {32 vars in 679 bytes} [Tue May 5 18:13:08 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2091] 10.0.0.41 () {32 vars in 693 bytes} [Tue May 5 18:13:08 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2092] 10.0.0.41 () {32 vars in 689 bytes} [Tue May 5 18:13:08 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2093] 10.0.0.41 () {32 vars in 701 bytes} [Tue May 5 18:13:08 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2094] 10.0.0.41 () {32 vars in 731 bytes} [Tue May 5 18:13:08 2026] DELETE /v2.0/subnetpools/cf2f7090-3d5e-4b0b-b94e-2391b690eb63 => 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: 1060/2095] 10.0.0.41 () {32 vars in 731 bytes} [Tue May 5 18:13:08 2026] DELETE /v2.0/subnetpools/1e3bff5a-8ae7-4e1f-a188-83bdc9fd1293 => 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: 1036/2096] 10.0.0.41 () {32 vars in 731 bytes} [Tue May 5 18:13:08 2026] DELETE /v2.0/subnetpools/67194f3e-6ca5-44ab-bc44-eab4fbb19b45 => 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: 1061/2097] 10.0.0.41 () {32 vars in 731 bytes} [Tue May 5 18:13:08 2026] DELETE /v2.0/subnetpools/42646d15-39f4-47c7-bd4a-2651748c6231 => 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: 1062/2098] 10.0.0.41 () {32 vars in 731 bytes} [Tue May 5 18:13:08 2026] DELETE /v2.0/subnetpools/cf56fe70-5fa8-4566-b230-8d1d72e958f3 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:13:08.845 7 INFO neutron.db.segments_db [None req-7f57970a-190b-4625-8cc4-e5ac68bf0749 fc3c1857331846df9dfe1e88cadab938 26d019d885d8406fb5f2fad2382f1f0f - - default default] Added segment b77059e0-b793-40c4-a77f-b9cbc5513f0c of type vxlan for network 5a1dbe75-f382-4581-8971-5ccaac551d99 [pid: 7|app: 0|req: 1037/2099] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:13:08 2026] POST /v2.0/networks => generated 631 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2100] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:13:08 2026] POST /v2.0/subnets => generated 626 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:13:09.271 7 INFO neutron.db.segments_db [None req-7a9c0e2b-df52-4f7b-8a09-f1d1e33f6092 fc3c1857331846df9dfe1e88cadab938 26d019d885d8406fb5f2fad2382f1f0f - - default default] Added segment bb481cfd-bb42-4175-bdf8-1504300bf52d of type vxlan for network 4fb3bc82-185f-4208-a7b4-80681948b2ff [pid: 7|app: 0|req: 1038/2101] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:13:09 2026] POST /v2.0/networks => generated 631 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2102] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:13:09 2026] POST /v2.0/subnets => generated 629 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:13:09.741 8 INFO neutron.db.segments_db [None req-0205928f-ac46-4d05-8e73-b86891f2c544 fc3c1857331846df9dfe1e88cadab938 26d019d885d8406fb5f2fad2382f1f0f - - default default] Added segment ce349455-2004-4f3e-9cbb-605861c83f32 of type vxlan for network 41af3030-1798-4b36-8784-fcf55db01fa6 [pid: 7|app: 0|req: 1039/2103] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:13:09 2026] GET /v2.0/security-groups?tenant_id=23a7e44abc6d493ba5b5a8bb8f6b11a1&name=default => generated 2925 bytes in 426 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2104] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:13:09 2026] POST /v2.0/networks => generated 631 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2105] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:13:09 2026] DELETE /v2.0/security-groups/161e2884-4132-4d37-9954-42561a5e0e31 => 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: 1066/2106] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:13:09 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: 1041/2107] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:13:10 2026] GET /v2.0/security-groups?tenant_id=7870d845a62c47abb7de7d1405ea6b2b&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:13:10.286 7 INFO neutron.db.segments_db [None req-0726cb04-204c-41d3-8164-9fd892b321f5 fc3c1857331846df9dfe1e88cadab938 26d019d885d8406fb5f2fad2382f1f0f - - default default] Added segment 6d827774-c82a-4a01-bf72-63025e9fe888 of type vxlan for network 8ff4b663-119e-4c3c-bd34-9d54459e613e [pid: 7|app: 0|req: 1042/2108] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:13:10 2026] POST /v2.0/networks => generated 632 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2109] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:13:10 2026] DELETE /v2.0/security-groups/6d442f54-7585-45c2-9aa9-c1bb33a2858d => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2110] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:13:10 2026] POST /v2.0/subnets => generated 629 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2111] 10.0.0.41 () {34 vars in 675 bytes} [Tue May 5 18:13:10 2026] POST /v2.0/floatingips => generated 552 bytes in 741 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2112] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:13:10 2026] GET /v2.0/security-groups?tenant_id=b8130bf8f6bd4a02886342b9afe019ce&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: 1045/2113] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:13:10 2026] GET /v2.0/security-groups?tenant_id=79916bc830474a0b895afd943215222b&name=default => generated 2925 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:13:11.079 8 INFO neutron.db.segments_db [None req-abe6a4c1-bcb9-4769-be08-b826084bcbfb fc3c1857331846df9dfe1e88cadab938 26d019d885d8406fb5f2fad2382f1f0f - - default default] Added segment f558edd7-96f5-4d52-9019-3153c633b3fb of type vxlan for network cbf02d95-59c8-425c-94fc-9f60487badf2 [pid: 8|app: 0|req: 1069/2114] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:13:11 2026] POST /v2.0/networks => generated 632 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2115] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:13:11 2026] DELETE /v2.0/security-groups/75395017-4e6e-435e-8023-33d488538113 => 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: 1071/2116] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:13:11 2026] DELETE /v2.0/security-groups/91d3b17e-5059-44d4-a307-cfcfaf40c520 => 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: 1046/2117] 10.0.0.41 () {34 vars in 675 bytes} [Tue May 5 18:13:11 2026] POST /v2.0/floatingips => generated 552 bytes in 439 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2118] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:13:11 2026] POST /v2.0/subnets => generated 629 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2119] 10.0.0.41 () {34 vars in 750 bytes} [Tue May 5 18:13:11 2026] PUT /v2.0/subnets/7a7db29e-53c5-4a43-963b-28b0217c7eb3/tags => generated 17 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2120] 10.0.0.41 () {34 vars in 750 bytes} [Tue May 5 18:13:11 2026] PUT /v2.0/subnets/3eec5913-2ae9-4d4b-ac73-19243b7a3f84/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2121] 10.0.0.41 () {34 vars in 750 bytes} [Tue May 5 18:13:11 2026] PUT /v2.0/subnets/5ba01002-ace7-466a-b80d-3e335633a32f/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2122] 10.0.0.41 () {34 vars in 750 bytes} [Tue May 5 18:13:11 2026] PUT /v2.0/subnets/1d4dd26f-b2db-41b0-8722-2c86b06829db/tags => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2123] 10.0.0.41 () {32 vars in 663 bytes} [Tue May 5 18:13:11 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2124] 10.0.0.41 () {32 vars in 677 bytes} [Tue May 5 18:13:11 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2125] 10.0.0.41 () {32 vars in 673 bytes} [Tue May 5 18:13:11 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2126] 10.0.0.41 () {32 vars in 685 bytes} [Tue May 5 18:13:11 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2127] 10.0.0.41 () {32 vars in 671 bytes} [Tue May 5 18:13:11 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2128] 10.0.0.41 () {32 vars in 685 bytes} [Tue May 5 18:13:12 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2129] 10.0.0.41 () {32 vars in 681 bytes} [Tue May 5 18:13:12 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2130] 10.0.0.41 () {34 vars in 675 bytes} [Tue May 5 18:13:11 2026] POST /v2.0/floatingips => generated 552 bytes in 668 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2131] 10.0.0.41 () {32 vars in 693 bytes} [Tue May 5 18:13:12 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2132] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:13:12 2026] DELETE /v2.0/subnets/7a7db29e-53c5-4a43-963b-28b0217c7eb3 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2133] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:13:12 2026] DELETE /v2.0/subnets/3eec5913-2ae9-4d4b-ac73-19243b7a3f84 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2134] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:13:12 2026] DELETE /v2.0/subnets/5ba01002-ace7-466a-b80d-3e335633a32f => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2135] 10.0.0.41 () {34 vars in 675 bytes} [Tue May 5 18:13:12 2026] POST /v2.0/floatingips => generated 552 bytes in 570 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2136] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:13:12 2026] DELETE /v2.0/subnets/1d4dd26f-b2db-41b0-8722-2c86b06829db => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2137] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:13:12 2026] DELETE /v2.0/subnets/4c9fbdc1-867d-44b5-b983-6a9847161c68 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:13:13.135 7 INFO neutron_taas.services.taas.taas_plugin [None req-9bfbc6a2-7146-41d3-8c0d-73419747c4af fc3c1857331846df9dfe1e88cadab938 26d019d885d8406fb5f2fad2382f1f0f - - default default] TaaS: Handle Delete Port: f7387f60-d0a5-43b6-aab5-09aaccdba50c 2026-05-05 18:13:13.141 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9bfbc6a2-7146-41d3-8c0d-73419747c4af fc3c1857331846df9dfe1e88cadab938 26d019d885d8406fb5f2fad2382f1f0f - - default default] Tap Mirror: Handle Delete Port: f7387f60-d0a5-43b6-aab5-09aaccdba50c [pid: 8|app: 0|req: 1085/2138] 10.0.0.41 () {34 vars in 675 bytes} [Tue May 5 18:13:12 2026] POST /v2.0/floatingips => generated 552 bytes in 520 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:13:13.321 7 INFO neutron.services.segments.plugin [-] Segment b77059e0-b793-40c4-a77f-b9cbc5513f0c resource provider aggregate not found 2026-05-05 18:13:13.326 7 INFO neutron.services.segments.plugin [-] Segment b77059e0-b793-40c4-a77f-b9cbc5513f0c resource provider aggregate not found 2026-05-05 18:13:13.346 7 INFO neutron.services.segments.plugin [-] Segment b77059e0-b793-40c4-a77f-b9cbc5513f0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b77059e0-b793-40c4-a77f-b9cbc5513f0c found for delete ", "request_id": "req-7e449efb-50e9-40ab-8ac5-566dc0f95200"}]} 2026-05-05 18:13:13.346 7 INFO neutron.services.segments.plugin [-] Segment b77059e0-b793-40c4-a77f-b9cbc5513f0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b77059e0-b793-40c4-a77f-b9cbc5513f0c found for delete ", "request_id": "req-bc281d8d-d869-4cd9-84ee-c189401ad098"}]} [pid: 7|app: 0|req: 1054/2139] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:13:13 2026] DELETE /v2.0/networks/5a1dbe75-f382-4581-8971-5ccaac551d99 => generated 0 bytes in 319 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2140] 10.0.0.41 () {34 vars in 758 bytes} [Tue May 5 18:13:13 2026] PUT /v2.0/floatingips/bea199bf-dccd-4ad4-b2bb-646bb105790a/tags => generated 17 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2141] 10.0.0.41 () {34 vars in 758 bytes} [Tue May 5 18:13:13 2026] PUT /v2.0/floatingips/f28afe96-681a-4b5c-ac58-9517b2a44135/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2142] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:13:13 2026] DELETE /v2.0/networks/4fb3bc82-185f-4208-a7b4-80681948b2ff => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2143] 10.0.0.41 () {34 vars in 758 bytes} [Tue May 5 18:13:13 2026] PUT /v2.0/floatingips/e279ef71-99e1-4a71-a849-4019ff055be9/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2144] 10.0.0.41 () {34 vars in 758 bytes} [Tue May 5 18:13:13 2026] PUT /v2.0/floatingips/7c027e5a-a721-45a2-8486-eca6b4d7becc/tags => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2145] 10.0.0.41 () {32 vars in 671 bytes} [Tue May 5 18:13:13 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2146] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:13:13 2026] DELETE /v2.0/networks/41af3030-1798-4b36-8784-fcf55db01fa6 => 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: 1091/2147] 10.0.0.41 () {32 vars in 685 bytes} [Tue May 5 18:13:13 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2148] 10.0.0.41 () {32 vars in 681 bytes} [Tue May 5 18:13:13 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2149] 10.0.0.41 () {32 vars in 693 bytes} [Tue May 5 18:13:13 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2150] 10.0.0.41 () {32 vars in 679 bytes} [Tue May 5 18:13:13 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2151] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:13:13 2026] DELETE /v2.0/networks/8ff4b663-119e-4c3c-bd34-9d54459e613e => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2152] 10.0.0.41 () {32 vars in 693 bytes} [Tue May 5 18:13:13 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2153] 10.0.0.41 () {32 vars in 689 bytes} [Tue May 5 18:13:13 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2154] 10.0.0.41 () {32 vars in 701 bytes} [Tue May 5 18:13:13 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2155] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:13:13 2026] DELETE /v2.0/networks/cbf02d95-59c8-425c-94fc-9f60487badf2 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:13:14.027 8 INFO neutron_taas.services.taas.taas_plugin [None req-db0a4622-775b-4f95-9699-97a171b35776 6237f2d966f645aeb0fd06bfb0a84db0 c1903c2db4df491892846d35e0d9b775 - - default default] TaaS: Handle Delete Port: 1c98b310-3cad-4cee-b8a9-1ce0d090b9f0 2026-05-05 18:13:14.031 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db0a4622-775b-4f95-9699-97a171b35776 6237f2d966f645aeb0fd06bfb0a84db0 c1903c2db4df491892846d35e0d9b775 - - default default] Tap Mirror: Handle Delete Port: 1c98b310-3cad-4cee-b8a9-1ce0d090b9f0 [pid: 8|app: 0|req: 1098/2156] 10.0.0.41 () {32 vars in 731 bytes} [Tue May 5 18:13:13 2026] DELETE /v2.0/floatingips/bea199bf-dccd-4ad4-b2bb-646bb105790a => generated 0 bytes in 250 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:13:14.302 7 INFO neutron_taas.services.taas.taas_plugin [None req-53415381-502a-4ddd-bf01-ea452d3a50ad 6237f2d966f645aeb0fd06bfb0a84db0 c1903c2db4df491892846d35e0d9b775 - - default default] TaaS: Handle Delete Port: 79bfb09e-9fd4-4f6d-9fcd-873faa10c9b4 2026-05-05 18:13:14.304 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53415381-502a-4ddd-bf01-ea452d3a50ad 6237f2d966f645aeb0fd06bfb0a84db0 c1903c2db4df491892846d35e0d9b775 - - default default] Tap Mirror: Handle Delete Port: 79bfb09e-9fd4-4f6d-9fcd-873faa10c9b4 [pid: 7|app: 0|req: 1059/2157] 10.0.0.41 () {32 vars in 731 bytes} [Tue May 5 18:13:14 2026] DELETE /v2.0/floatingips/f28afe96-681a-4b5c-ac58-9517b2a44135 => generated 0 bytes in 318 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:13:14.663 7 INFO neutron_taas.services.taas.taas_plugin [None req-e4444286-2542-4f0d-ad0f-db37358e3e15 6237f2d966f645aeb0fd06bfb0a84db0 c1903c2db4df491892846d35e0d9b775 - - default default] TaaS: Handle Delete Port: d3bcc434-8279-4ba1-8069-e4d529f9be9c 2026-05-05 18:13:14.666 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4444286-2542-4f0d-ad0f-db37358e3e15 6237f2d966f645aeb0fd06bfb0a84db0 c1903c2db4df491892846d35e0d9b775 - - default default] Tap Mirror: Handle Delete Port: d3bcc434-8279-4ba1-8069-e4d529f9be9c 2026-05-05 18:13:14.809 8 INFO neutron.db.segments_db [None req-6682e2ce-809f-4eac-be9f-4dc9005ab247 deb36577b6f7478ca760a97d363f9eaa 671683f53e2645dc87d9b55ed145d207 - - default default] Added segment 8ae44093-e17c-4ce7-b14e-90ab3f786479 of type vxlan for network d67e068d-a1e9-41fd-86aa-467680d85365 [pid: 7|app: 0|req: 1060/2158] 10.0.0.41 () {32 vars in 731 bytes} [Tue May 5 18:13:14 2026] DELETE /v2.0/floatingips/e279ef71-99e1-4a71-a849-4019ff055be9 => generated 0 bytes in 316 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2159] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:13:14 2026] POST /v2.0/networks => generated 632 bytes in 511 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:13:15.028 8 INFO neutron_taas.services.taas.taas_plugin [None req-eb1f5515-2218-49bd-ba9b-0532651bf593 6237f2d966f645aeb0fd06bfb0a84db0 c1903c2db4df491892846d35e0d9b775 - - default default] TaaS: Handle Delete Port: f1bf311f-01eb-4caa-90a9-e13b7cb2b82a 2026-05-05 18:13:15.031 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb1f5515-2218-49bd-ba9b-0532651bf593 6237f2d966f645aeb0fd06bfb0a84db0 c1903c2db4df491892846d35e0d9b775 - - default default] Tap Mirror: Handle Delete Port: f1bf311f-01eb-4caa-90a9-e13b7cb2b82a [pid: 7|app: 0|req: 1061/2160] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:13:14 2026] GET /v2.0/security-groups?tenant_id=c38d2586776f46848262877372de809f&name=default => generated 2925 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2161] 10.0.0.41 () {32 vars in 731 bytes} [Tue May 5 18:13:14 2026] DELETE /v2.0/floatingips/7c027e5a-a721-45a2-8486-eca6b4d7becc => generated 0 bytes in 266 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2162] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:13:15 2026] DELETE /v2.0/security-groups/741f5f5e-9098-4e24-939f-6466b6844d7b => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:13:15.370 7 INFO neutron.services.segments.plugin [-] Segment bb481cfd-bb42-4175-bdf8-1504300bf52d resource provider aggregate not found 2026-05-05 18:13:15.375 7 INFO neutron.services.segments.plugin [-] Segment bb481cfd-bb42-4175-bdf8-1504300bf52d resource provider aggregate not found 2026-05-05 18:13:15.400 7 INFO neutron.services.segments.plugin [-] Segment bb481cfd-bb42-4175-bdf8-1504300bf52d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb481cfd-bb42-4175-bdf8-1504300bf52d found for delete ", "request_id": "req-43e9b6ac-8760-4a61-981c-d5108fd62cee"}]} 2026-05-05 18:13:15.402 7 INFO neutron.services.segments.plugin [-] Segment bb481cfd-bb42-4175-bdf8-1504300bf52d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb481cfd-bb42-4175-bdf8-1504300bf52d found for delete ", "request_id": "req-7d299f9d-5888-4245-8c7c-3f7eaa335083"}]} 2026-05-05 18:13:15.419 8 INFO neutron_taas.services.taas.taas_plugin [None req-c80f7fa2-4186-41e7-9d1c-17889f651f15 6237f2d966f645aeb0fd06bfb0a84db0 c1903c2db4df491892846d35e0d9b775 - - default default] TaaS: Handle Delete Port: c08dcc32-af7a-487b-883f-152214e011f7 2026-05-05 18:13:15.422 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c80f7fa2-4186-41e7-9d1c-17889f651f15 6237f2d966f645aeb0fd06bfb0a84db0 c1903c2db4df491892846d35e0d9b775 - - default default] Tap Mirror: Handle Delete Port: c08dcc32-af7a-487b-883f-152214e011f7 2026-05-05 18:13:15.430 7 INFO neutron.services.segments.plugin [-] Segment ce349455-2004-4f3e-9cbb-605861c83f32 resource provider aggregate not found 2026-05-05 18:13:15.446 7 INFO neutron.services.segments.plugin [-] Segment ce349455-2004-4f3e-9cbb-605861c83f32 resource provider aggregate not found 2026-05-05 18:13:15.451 7 INFO neutron.services.segments.plugin [-] Segment ce349455-2004-4f3e-9cbb-605861c83f32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce349455-2004-4f3e-9cbb-605861c83f32 found for delete ", "request_id": "req-e8b805d2-38fc-48dd-8592-6697b3400691"}]} 2026-05-05 18:13:15.467 7 INFO neutron.services.segments.plugin [-] Segment ce349455-2004-4f3e-9cbb-605861c83f32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce349455-2004-4f3e-9cbb-605861c83f32 found for delete ", "request_id": "req-326db72e-0e80-4e7d-9c97-0a7df880c1a0"}]} 2026-05-05 18:13:15.475 7 INFO neutron.services.segments.plugin [-] Segment 6d827774-c82a-4a01-bf72-63025e9fe888 resource provider aggregate not found 2026-05-05 18:13:15.488 7 INFO neutron.services.segments.plugin [-] Segment 6d827774-c82a-4a01-bf72-63025e9fe888 resource provider aggregate not found 2026-05-05 18:13:15.493 7 INFO neutron.services.segments.plugin [-] Segment 6d827774-c82a-4a01-bf72-63025e9fe888 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d827774-c82a-4a01-bf72-63025e9fe888 found for delete ", "request_id": "req-6b18b583-687b-4cf0-b9c7-c984368c1e0e"}]} [pid: 7|app: 0|req: 1062/2163] 10.0.0.41 () {34 vars in 663 bytes} [Tue May 5 18:13:15 2026] POST /v2.0/ports => generated 743 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-05 18:13:15.507 7 INFO neutron.services.segments.plugin [-] Segment 6d827774-c82a-4a01-bf72-63025e9fe888 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d827774-c82a-4a01-bf72-63025e9fe888 found for delete ", "request_id": "req-989d9454-5d98-4e72-8a0f-95847f110f11"}]} 2026-05-05 18:13:15.519 7 INFO neutron.services.segments.plugin [-] Segment f558edd7-96f5-4d52-9019-3153c633b3fb resource provider aggregate not found 2026-05-05 18:13:15.532 7 INFO neutron.services.segments.plugin [-] Segment f558edd7-96f5-4d52-9019-3153c633b3fb resource provider aggregate not found [pid: 7|app: 0|req: 1063/2164] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:13:15 2026] GET /v2.0/security-groups?tenant_id=26d019d885d8406fb5f2fad2382f1f0f&name=default => generated 2925 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:13:15.559 7 INFO neutron.services.segments.plugin [-] Segment f558edd7-96f5-4d52-9019-3153c633b3fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f558edd7-96f5-4d52-9019-3153c633b3fb found for delete ", "request_id": "req-c6d92418-b80e-4f28-a634-67ec9750fdad"}]} 2026-05-05 18:13:15.563 7 INFO neutron.services.segments.plugin [-] Segment f558edd7-96f5-4d52-9019-3153c633b3fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f558edd7-96f5-4d52-9019-3153c633b3fb found for delete ", "request_id": "req-64e4bd03-699a-421b-be05-75947824355a"}]} [pid: 7|app: 0|req: 1064/2165] 10.0.0.41 () {34 vars in 746 bytes} [Tue May 5 18:13:15 2026] PUT /v2.0/ports/2d9bc622-3f11-4986-9dcc-93de58d3578f/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1102/2166] 10.0.0.41 () {32 vars in 731 bytes} [Tue May 5 18:13:15 2026] DELETE /v2.0/floatingips/1a3ab356-a945-4f9f-8da1-c3f3e0666f15 => generated 0 bytes in 338 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2167] 10.0.0.41 () {32 vars in 726 bytes} [Tue May 5 18:13:15 2026] GET /v2.0/ports/2d9bc622-3f11-4986-9dcc-93de58d3578f/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1065/2168] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:13:15 2026] DELETE /v2.0/security-groups/55a1f774-c860-4089-b4ad-a50c862eb1e8 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2169] 10.0.0.41 () {34 vars in 757 bytes} [Tue May 5 18:13:15 2026] PUT /v2.0/ports/2d9bc622-3f11-4986-9dcc-93de58d3578f/tags/green => generated 4 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2170] 10.0.0.41 () {32 vars in 726 bytes} [Tue May 5 18:13:15 2026] GET /v2.0/ports/2d9bc622-3f11-4986-9dcc-93de58d3578f/tags => generated 34 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1105/2171] 10.0.0.41 () {34 vars in 753 bytes} [Tue May 5 18:13:15 2026] PUT /v2.0/ports/2d9bc622-3f11-4986-9dcc-93de58d3578f/tags/red => generated 4 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1106/2172] 10.0.0.41 () {32 vars in 726 bytes} [Tue May 5 18:13:15 2026] GET /v2.0/ports/2d9bc622-3f11-4986-9dcc-93de58d3578f/tags => generated 34 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1067/2173] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:13:15 2026] GET /v2.0/security-groups?tenant_id=bde8033c0b7d473ab7c121735a3f64bf&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: 1107/2174] 10.0.0.41 () {34 vars in 775 bytes} [Tue May 5 18:13:16 2026] PUT /v2.0/ports/2d9bc622-3f11-4986-9dcc-93de58d3578f/tags/black.or.white => generated 4 bytes in 111 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: 1068/2175] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:13:16 2026] DELETE /v2.0/security-groups/a63bb059-0d8b-402c-b0a5-f982f793ccb3 => 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: 1108/2176] 10.0.0.41 () {32 vars in 726 bytes} [Tue May 5 18:13:16 2026] GET /v2.0/ports/2d9bc622-3f11-4986-9dcc-93de58d3578f/tags => generated 52 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2177] 10.0.0.41 () {34 vars in 746 bytes} [Tue May 5 18:13:16 2026] PUT /v2.0/ports/2d9bc622-3f11-4986-9dcc-93de58d3578f/tags => generated 37 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1109/2178] 10.0.0.41 () {32 vars in 726 bytes} [Tue May 5 18:13:16 2026] GET /v2.0/ports/2d9bc622-3f11-4986-9dcc-93de58d3578f/tags => generated 37 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1070/2179] 10.0.0.41 () {32 vars in 734 bytes} [Tue May 5 18:13:16 2026] GET /v2.0/ports/2d9bc622-3f11-4986-9dcc-93de58d3578f/tags/red => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-05 18:13:16.471 8 INFO neutron.api.v2.resource [None req-d470478d-8599-48a1-893b-22def1211548 deb36577b6f7478ca760a97d363f9eaa 671683f53e2645dc87d9b55ed145d207 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1110/2180] 10.0.0.41 () {32 vars in 738 bytes} [Tue May 5 18:13:16 2026] GET /v2.0/ports/2d9bc622-3f11-4986-9dcc-93de58d3578f/tags/green => generated 99 bytes in 51 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: 1071/2181] 10.0.0.41 () {32 vars in 737 bytes} [Tue May 5 18:13:16 2026] DELETE /v2.0/ports/2d9bc622-3f11-4986-9dcc-93de58d3578f/tags/red => generated 0 bytes in 99 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1072/2182] 10.0.0.41 () {32 vars in 726 bytes} [Tue May 5 18:13:16 2026] GET /v2.0/ports/2d9bc622-3f11-4986-9dcc-93de58d3578f/tags => generated 30 bytes in 66 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-05 18:13:16.707 7 INFO neutron.api.v2.resource [None req-906b0cda-e481-453c-8164-eadcab2c2e35 deb36577b6f7478ca760a97d363f9eaa 671683f53e2645dc87d9b55ed145d207 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1073/2183] 10.0.0.41 () {32 vars in 741 bytes} [Tue May 5 18:13:16 2026] DELETE /v2.0/ports/2d9bc622-3f11-4986-9dcc-93de58d3578f/tags/green => generated 99 bytes in 55 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: 1111/2184] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:13:16 2026] GET /v2.0/security-groups?tenant_id=c1903c2db4df491892846d35e0d9b775&name=default => generated 2925 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2185] 10.0.0.41 () {32 vars in 729 bytes} [Tue May 5 18:13:16 2026] DELETE /v2.0/ports/2d9bc622-3f11-4986-9dcc-93de58d3578f/tags => generated 0 bytes in 56 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: 1075/2186] 10.0.0.41 () {32 vars in 726 bytes} [Tue May 5 18:13:16 2026] GET /v2.0/ports/2d9bc622-3f11-4986-9dcc-93de58d3578f/tags => generated 12 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1112/2187] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:13:16 2026] DELETE /v2.0/security-groups/0441a907-6924-4a96-98f1-db58c61a97eb => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:13:16.934 7 INFO neutron_taas.services.taas.taas_plugin [None req-44fe9b2b-3a7f-45e6-b7b7-e9651dea8bff deb36577b6f7478ca760a97d363f9eaa 671683f53e2645dc87d9b55ed145d207 - - default default] TaaS: Handle Delete Port: 2d9bc622-3f11-4986-9dcc-93de58d3578f 2026-05-05 18:13:16.938 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44fe9b2b-3a7f-45e6-b7b7-e9651dea8bff deb36577b6f7478ca760a97d363f9eaa 671683f53e2645dc87d9b55ed145d207 - - default default] Tap Mirror: Handle Delete Port: 2d9bc622-3f11-4986-9dcc-93de58d3578f [pid: 7|app: 0|req: 1076/2188] 10.0.0.41 () {32 vars in 719 bytes} [Tue May 5 18:13:16 2026] DELETE /v2.0/ports/2d9bc622-3f11-4986-9dcc-93de58d3578f => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2189] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:13:16 2026] GET /v2.0/security-groups?tenant_id=bf93f0dc4c7a4308bc7f85b287a2f4fb&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2190] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:13:17 2026] DELETE /v2.0/networks/d67e068d-a1e9-41fd-86aa-467680d85365 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2191] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:13:17 2026] DELETE /v2.0/security-groups/da3185ce-fbbb-40d1-b302-f90618c7b586 => 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: 1078/2192] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:13:17 2026] GET /v2.0/security-groups?tenant_id=1208771c085248ab92422b5f020f7e49&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:13:17.584 7 INFO neutron.services.segments.plugin [-] Segment 8ae44093-e17c-4ce7-b14e-90ab3f786479 resource provider aggregate not found 2026-05-05 18:13:17.585 7 INFO neutron.services.segments.plugin [-] Segment 8ae44093-e17c-4ce7-b14e-90ab3f786479 resource provider aggregate not found 2026-05-05 18:13:17.604 7 INFO neutron.services.segments.plugin [-] Segment 8ae44093-e17c-4ce7-b14e-90ab3f786479 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ae44093-e17c-4ce7-b14e-90ab3f786479 found for delete ", "request_id": "req-5faf3307-f9c2-45b1-a9e2-6d82640d091b"}]} 2026-05-05 18:13:17.608 7 INFO neutron.services.segments.plugin [-] Segment 8ae44093-e17c-4ce7-b14e-90ab3f786479 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ae44093-e17c-4ce7-b14e-90ab3f786479 found for delete ", "request_id": "req-ae0187eb-a85c-47c5-baf0-18ade28fd3f6"}]} [pid: 8|app: 0|req: 1115/2193] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:13:17 2026] DELETE /v2.0/security-groups/40236428-944f-497b-ae16-75e367765d03 => 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: 1079/2194] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:13:18 2026] GET /v2.0/security-groups?tenant_id=94b474e2e5d84846869a099b53b9bf7d&name=default => generated 2925 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2195] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:13:18 2026] DELETE /v2.0/security-groups/df9ccf94-b700-48ab-a117-7e569ac79273 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2196] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:13:18 2026] GET /v2.0/security-groups?tenant_id=671683f53e2645dc87d9b55ed145d207&name=default => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2197] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:13:18 2026] DELETE /v2.0/security-groups/841ad15e-b8ab-4d15-aa57-982f580659e4 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:13:21.024 8 INFO neutron.db.segments_db [None req-a5c754a5-29db-44e5-9b8b-2fb538eb8e31 b825d583a5444889b77591bfab86adb1 e7cb5accb3ca4c708848ec24426c85c1 - - default default] Added segment 52c14ef3-edd1-4398-955a-12db0b05ed98 of type vxlan for network b9bcc3b4-0076-4fde-9777-fbe97e93e3bd [pid: 8|app: 0|req: 1119/2200] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:13:20 2026] POST /v2.0/networks => generated 632 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2201] 10.0.0.41 () {34 vars in 663 bytes} [Tue May 5 18:13:21 2026] POST /v2.0/ports => generated 743 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2202] 10.0.0.41 () {34 vars in 665 bytes} [Tue May 5 18:13:21 2026] POST /v2.0/trunks => generated 407 bytes in 778 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-05 18:13:22.374 7 INFO neutron.db.segments_db [None req-2889d08f-762f-486b-af8b-7f8980dda3c6 b825d583a5444889b77591bfab86adb1 e7cb5accb3ca4c708848ec24426c85c1 - - default default] Added segment 58c92a81-ac82-4815-a9ea-9bd961ce20eb of type vxlan for network e969dd63-b6f8-40b3-9843-0ced9e5db3fc [pid: 7|app: 0|req: 1083/2203] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:13:22 2026] POST /v2.0/networks => generated 632 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:13:22.632 8 INFO neutron.db.segments_db [None req-7f922f94-4e72-45cb-b248-97fc8253b982 d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] Added segment e0e63913-5b3c-4df3-9e7c-1f5421216258 of type vxlan for network 1e58f94a-2086-4023-b3ff-c332f6344414 [pid: 8|app: 0|req: 1121/2204] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:13:22 2026] POST /v2.0/networks => generated 639 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2205] 10.0.0.41 () {34 vars in 663 bytes} [Tue May 5 18:13:22 2026] POST /v2.0/ports => generated 743 bytes in 361 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: 1122/2206] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:13:22 2026] POST /v2.0/subnets => generated 658 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:13:23.079 7 INFO neutron.db.segments_db [None req-24d52579-0371-4a0e-9e55-1565369a2717 fa4a8f3d082e4c7cb7dfcb2984d7fbc8 6dfa859e38f145e8abdc3e73c2cbfd47 - - default default] Added segment d6747b4a-2239-4f24-a714-0af73f968d39 of type vxlan for network d03a52e3-cb23-4e1e-9aca-378387996d17 [pid: 8|app: 0|req: 1123/2207] 10.0.0.41 () {34 vars in 677 bytes} [Tue May 5 18:13:22 2026] POST /v2.0/qos/policies => generated 359 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2208] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:13:22 2026] POST /v2.0/networks => generated 631 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2209] 10.0.0.41 () {32 vars in 721 bytes} [Tue May 5 18:13:23 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2210] 10.0.0.41 () {34 vars in 665 bytes} [Tue May 5 18:13:23 2026] POST /v2.0/trunks => generated 407 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2211] 10.0.0.41 () {34 vars in 752 bytes} [Tue May 5 18:13:23 2026] PUT /v2.0/policies/1d10d490-fa6a-4443-97d0-39ff85f935cd/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2212] 10.0.0.41 () {34 vars in 663 bytes} [Tue May 5 18:13:23 2026] POST /v2.0/ports => generated 743 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1088/2213] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:13:23 2026] POST /v2.0/subnets => generated 731 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2214] 10.0.0.41 () {32 vars in 732 bytes} [Tue May 5 18:13:23 2026] GET /v2.0/policies/1d10d490-fa6a-4443-97d0-39ff85f935cd/tags => generated 25 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:13:23.594 8 INFO neutron.db.segments_db [None req-000290f0-2e88-40d2-8457-c8abc4452a90 b825d583a5444889b77591bfab86adb1 e7cb5accb3ca4c708848ec24426c85c1 - - default default] Added segment 08fcaed1-9eb2-4c6d-9f12-1692f49fdd71 of type vxlan for network 12a84016-c6bf-47da-840e-5e092a0734d3 2026-05-05 18:13:23.643 7 INFO neutron.db.segments_db [None req-14ea932d-cf79-42c6-9c8b-781599207449 fa4a8f3d082e4c7cb7dfcb2984d7fbc8 6dfa859e38f145e8abdc3e73c2cbfd47 - - default default] Added segment 9bf51904-1ee0-4d56-8eb4-29bc383aba32 of type vxlan for network f92e7c72-ac03-420a-9d65-6a1bf364cfe2 [pid: 8|app: 0|req: 1126/2215] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:13:23 2026] POST /v2.0/networks => generated 631 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2216] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:13:23 2026] POST /v2.0/networks => generated 632 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:13:23.746 8 INFO neutron.db.segments_db [None req-83e66a34-fcbf-4851-a705-e19b25ed793a d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] Added segment b01cc1fb-42f6-4c32-82fa-e8c97d0cc0a2 of type vxlan for network a09766be-09ab-49fa-8560-64d1492b30ab [pid: 7|app: 0|req: 1091/2217] 10.0.0.41 () {34 vars in 763 bytes} [Tue May 5 18:13:23 2026] PUT /v2.0/policies/1d10d490-fa6a-4443-97d0-39ff85f935cd/tags/green => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2218] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:13:23 2026] POST /v2.0/networks => generated 638 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2219] 10.0.0.41 () {34 vars in 663 bytes} [Tue May 5 18:13:23 2026] POST /v2.0/ports => generated 743 bytes in 310 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: 1093/2220] 10.0.0.41 () {32 vars in 732 bytes} [Tue May 5 18:13:24 2026] GET /v2.0/policies/1d10d490-fa6a-4443-97d0-39ff85f935cd/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: 1128/2221] 10.0.0.41 () {34 vars in 663 bytes} [Tue May 5 18:13:23 2026] POST /v2.0/ports => generated 743 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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/2222] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:13:24 2026] POST /v2.0/subnets => generated 656 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2223] 10.0.0.41 () {34 vars in 665 bytes} [Tue May 5 18:13:24 2026] POST /v2.0/trunks => generated 407 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:13:24.404 8 INFO neutron.db.segments_db [None req-57f41e91-6363-47fd-958d-886b385b0d8e fa4a8f3d082e4c7cb7dfcb2984d7fbc8 6dfa859e38f145e8abdc3e73c2cbfd47 - - default default] Added segment 2b1317b8-997a-45bc-ab15-b7edcf7ee086 of type vxlan for network f3b96351-43c1-4c7a-8bd9-59d5841d3129 [pid: 7|app: 0|req: 1095/2224] 10.0.0.41 () {34 vars in 759 bytes} [Tue May 5 18:13:24 2026] PUT /v2.0/policies/1d10d490-fa6a-4443-97d0-39ff85f935cd/tags/red => generated 4 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2225] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:13:24 2026] POST /v2.0/networks => generated 631 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:13:24.548 8 INFO neutron.db.segments_db [None req-5a855157-f165-461c-8392-185340e4c9bd b825d583a5444889b77591bfab86adb1 e7cb5accb3ca4c708848ec24426c85c1 - - default default] Added segment c650f2bb-e011-4f84-a491-e2b0466ffb89 of type vxlan for network fb1c4c75-fa0c-4c1d-bd69-440648b5a10e [pid: 8|app: 0|req: 1131/2226] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:13:24 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: 7|app: 0|req: 1096/2227] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:13:24 2026] POST /v2.0/subnets => generated 726 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2228] 10.0.0.41 () {32 vars in 732 bytes} [Tue May 5 18:13:24 2026] GET /v2.0/policies/1d10d490-fa6a-4443-97d0-39ff85f935cd/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: 1097/2229] 10.0.0.41 () {34 vars in 663 bytes} [Tue May 5 18:13:24 2026] POST /v2.0/ports => generated 743 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2230] 10.0.0.41 () {34 vars in 663 bytes} [Tue May 5 18:13:24 2026] POST /v2.0/ports => generated 743 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1134/2231] 10.0.0.41 () {34 vars in 781 bytes} [Tue May 5 18:13:24 2026] PUT /v2.0/policies/1d10d490-fa6a-4443-97d0-39ff85f935cd/tags/black.or.white => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-05 18:13:25.028 7 INFO neutron.db.segments_db [None req-b62e510f-1498-46e1-aba2-50ea14813701 d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] Added segment 4baa6bde-867a-4c88-9afc-1ff12ed759b9 of type vxlan for network a2f03fe5-e30f-4061-aaf6-30bf8d918426 2026-05-05 18:13:25.084 8 INFO neutron.db.segments_db [None req-d39e2cc0-a279-4c49-a0fb-0d60c8e1c96a fa4a8f3d082e4c7cb7dfcb2984d7fbc8 6dfa859e38f145e8abdc3e73c2cbfd47 - - default default] Added segment d4eef673-09e1-472c-b551-f49f0fdeccf2 of type vxlan for network 213aad1d-cfd0-4b49-a725-c1f89940ee71 [pid: 7|app: 0|req: 1098/2232] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:13:24 2026] POST /v2.0/networks => generated 637 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2233] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:13:25 2026] POST /v2.0/networks => generated 632 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2234] 10.0.0.41 () {32 vars in 732 bytes} [Tue May 5 18:13:25 2026] GET /v2.0/policies/1d10d490-fa6a-4443-97d0-39ff85f935cd/tags => generated 52 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2235] 10.0.0.41 () {34 vars in 665 bytes} [Tue May 5 18:13:25 2026] POST /v2.0/trunks => generated 407 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2236] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:13:25 2026] POST /v2.0/subnets => generated 655 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2237] 10.0.0.41 () {34 vars in 752 bytes} [Tue May 5 18:13:25 2026] PUT /v2.0/policies/1d10d490-fa6a-4443-97d0-39ff85f935cd/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:13:25.585 8 INFO neutron.db.segments_db [None req-2de49a9d-abd0-4dc7-8b35-ce59f6eb280f b825d583a5444889b77591bfab86adb1 e7cb5accb3ca4c708848ec24426c85c1 - - default default] Added segment 6dd1c952-3782-4f83-9806-ab0838aff0fe of type vxlan for network 261ce884-1569-43b6-a46e-33c30bf2032e [pid: 7|app: 0|req: 1100/2238] 10.0.0.41 () {34 vars in 663 bytes} [Tue May 5 18:13:25 2026] POST /v2.0/ports => generated 743 bytes in 309 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: 1139/2239] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:13:25 2026] POST /v2.0/networks => generated 632 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2240] 10.0.0.41 () {32 vars in 732 bytes} [Tue May 5 18:13:25 2026] GET /v2.0/policies/1d10d490-fa6a-4443-97d0-39ff85f935cd/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:13:25.798 8 INFO neutron.db.segments_db [None req-04b7149b-17a0-4714-9cac-8d4b116d13d4 fa4a8f3d082e4c7cb7dfcb2984d7fbc8 6dfa859e38f145e8abdc3e73c2cbfd47 - - default default] Added segment 9bb7621b-ae36-4566-b281-8da1a23b909a of type vxlan for network 9d9c33aa-99e4-4fc7-8305-8d29f4e6d825 [pid: 8|app: 0|req: 1141/2241] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:13:25 2026] POST /v2.0/networks => generated 632 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2242] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:13:25 2026] POST /v2.0/subnets => generated 729 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2243] 10.0.0.41 () {32 vars in 740 bytes} [Tue May 5 18:13:25 2026] GET /v2.0/policies/1d10d490-fa6a-4443-97d0-39ff85f935cd/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2244] 10.0.0.41 () {34 vars in 663 bytes} [Tue May 5 18:13:25 2026] POST /v2.0/ports => generated 743 bytes in 326 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-05 18:13:26.297 8 INFO neutron.db.segments_db [None req-17ced742-c3c4-47cb-a5a2-00f083ed91cb d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] Added segment cee0eb7d-74d0-4222-a4cf-2dddeea17d9a of type vxlan for network f0cfa6ae-d451-4f13-a522-47798ce90eca [pid: 7|app: 0|req: 1103/2245] 10.0.0.41 () {34 vars in 663 bytes} [Tue May 5 18:13:25 2026] POST /v2.0/ports => generated 743 bytes in 370 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-05 18:13:26.355 7 INFO neutron.api.v2.resource [None req-2a43c4eb-d773-4868-a784-61fb199e7cdd 79fdcf7493484724b5b26d9dc2caaaa9 c851fdd02d154742ba5c71486275620a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1104/2246] 10.0.0.41 () {32 vars in 744 bytes} [Tue May 5 18:13:26 2026] GET /v2.0/policies/1d10d490-fa6a-4443-97d0-39ff85f935cd/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2247] 10.0.0.41 () {34 vars in 665 bytes} [Tue May 5 18:13:26 2026] POST /v2.0/trunks => generated 407 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:13:26.553 8 INFO neutron.db.l3_hamode_db [None req-17ced742-c3c4-47cb-a5a2-00f083ed91cb d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1106/2248] 10.0.0.41 () {34 vars in 746 bytes} [Tue May 5 18:13:26 2026] PUT /v2.0/ports/5dead0d8-bc9e-42a0-b4dd-f2f8082df307/tags => generated 17 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: 1107/2249] 10.0.0.41 () {32 vars in 743 bytes} [Tue May 5 18:13:26 2026] DELETE /v2.0/policies/1d10d490-fa6a-4443-97d0-39ff85f935cd/tags/red => 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: 1108/2250] 10.0.0.41 () {34 vars in 748 bytes} [Tue May 5 18:13:26 2026] PUT /v2.0/trunks/f68e13ea-bd72-42a8-8da9-839c036f457d/tags => generated 17 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2251] 10.0.0.41 () {34 vars in 746 bytes} [Tue May 5 18:13:26 2026] PUT /v2.0/ports/7e72f6d4-2e34-4c48-8e88-8ce09ab1b2e2/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1110/2252] 10.0.0.41 () {32 vars in 732 bytes} [Tue May 5 18:13:26 2026] GET /v2.0/policies/1d10d490-fa6a-4443-97d0-39ff85f935cd/tags => generated 30 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2253] 10.0.0.41 () {34 vars in 748 bytes} [Tue May 5 18:13:26 2026] PUT /v2.0/trunks/37088eca-a2fc-42c3-a6e7-f479937a5d28/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2254] 10.0.0.41 () {34 vars in 746 bytes} [Tue May 5 18:13:26 2026] PUT /v2.0/ports/dfbbdcfa-5365-4c14-920f-bb59bd61bb9b/tags => generated 34 bytes in 77 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-05 18:13:26.954 7 INFO neutron.api.v2.resource [None req-b04a10c0-68a0-4919-a595-66d25816b7df 79fdcf7493484724b5b26d9dc2caaaa9 c851fdd02d154742ba5c71486275620a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1113/2255] 10.0.0.41 () {32 vars in 747 bytes} [Tue May 5 18:13:26 2026] DELETE /v2.0/policies/1d10d490-fa6a-4443-97d0-39ff85f935cd/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2256] 10.0.0.41 () {34 vars in 748 bytes} [Tue May 5 18:13:26 2026] PUT /v2.0/trunks/5edcf2e0-72a5-4993-8d84-78312d60b5c2/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: 1115/2257] 10.0.0.41 () {34 vars in 746 bytes} [Tue May 5 18:13:26 2026] PUT /v2.0/ports/cb9de7b0-b13e-4622-8089-24c2014ac19c/tags => generated 19 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: 7|app: 0|req: 1116/2258] 10.0.0.41 () {32 vars in 735 bytes} [Tue May 5 18:13:27 2026] DELETE /v2.0/policies/1d10d490-fa6a-4443-97d0-39ff85f935cd/tags => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2259] 10.0.0.41 () {34 vars in 748 bytes} [Tue May 5 18:13:27 2026] PUT /v2.0/trunks/078b7592-0e8f-4193-96fb-fb0111117408/tags => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2260] 10.0.0.41 () {32 vars in 659 bytes} [Tue May 5 18:13:27 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2261] 10.0.0.41 () {32 vars in 732 bytes} [Tue May 5 18:13:27 2026] GET /v2.0/policies/1d10d490-fa6a-4443-97d0-39ff85f935cd/tags => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2262] 10.0.0.41 () {32 vars in 661 bytes} [Tue May 5 18:13:27 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:13:27.321 8 INFO neutron.db.l3_hamode_db [None req-17ced742-c3c4-47cb-a5a2-00f083ed91cb d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1121/2263] 10.0.0.41 () {32 vars in 673 bytes} [Tue May 5 18:13:27 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2264] 10.0.0.41 () {32 vars in 733 bytes} [Tue May 5 18:13:27 2026] DELETE /v2.0/qos/policies/1d10d490-fa6a-4443-97d0-39ff85f935cd => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2265] 10.0.0.41 () {32 vars in 675 bytes} [Tue May 5 18:13:27 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2266] 10.0.0.41 () {32 vars in 669 bytes} [Tue May 5 18:13:27 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2267] 10.0.0.41 () {32 vars in 671 bytes} [Tue May 5 18:13:27 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2268] 10.0.0.41 () {32 vars in 681 bytes} [Tue May 5 18:13:27 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2269] 10.0.0.41 () {32 vars in 683 bytes} [Tue May 5 18:13:27 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2270] 10.0.0.41 () {32 vars in 667 bytes} [Tue May 5 18:13:27 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2271] 10.0.0.41 () {32 vars in 669 bytes} [Tue May 5 18:13:27 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2272] 10.0.0.41 () {32 vars in 681 bytes} [Tue May 5 18:13:27 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2273] 10.0.0.41 () {32 vars in 683 bytes} [Tue May 5 18:13:27 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2274] 10.0.0.41 () {32 vars in 677 bytes} [Tue May 5 18:13:27 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2275] 10.0.0.41 () {32 vars in 679 bytes} [Tue May 5 18:13:27 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2276] 10.0.0.41 () {32 vars in 689 bytes} [Tue May 5 18:13:27 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2277] 10.0.0.41 () {32 vars in 691 bytes} [Tue May 5 18:13:27 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:13:27.979 7 INFO neutron_taas.services.taas.taas_plugin [None req-db45c7c4-6087-493a-b33f-3cd7adcb533a fa4a8f3d082e4c7cb7dfcb2984d7fbc8 6dfa859e38f145e8abdc3e73c2cbfd47 - - default default] TaaS: Handle Delete Port: 5dead0d8-bc9e-42a0-b4dd-f2f8082df307 2026-05-05 18:13:27.983 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db45c7c4-6087-493a-b33f-3cd7adcb533a fa4a8f3d082e4c7cb7dfcb2984d7fbc8 6dfa859e38f145e8abdc3e73c2cbfd47 - - default default] Tap Mirror: Handle Delete Port: 5dead0d8-bc9e-42a0-b4dd-f2f8082df307 [pid: 7|app: 0|req: 1136/2278] 10.0.0.41 () {32 vars in 719 bytes} [Tue May 5 18:13:27 2026] DELETE /v2.0/ports/5dead0d8-bc9e-42a0-b4dd-f2f8082df307 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2279] 10.0.0.41 () {32 vars in 718 bytes} [Tue May 5 18:13:28 2026] GET /v2.0/trunks/f68e13ea-bd72-42a8-8da9-839c036f457d => generated 412 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2280] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:13:26 2026] POST /v2.0/routers => generated 685 bytes in 1911 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:13:28.225 8 INFO neutron_taas.services.taas.taas_plugin [None req-0cddf7bf-0536-4535-8bbb-714e190702d0 fa4a8f3d082e4c7cb7dfcb2984d7fbc8 6dfa859e38f145e8abdc3e73c2cbfd47 - - default default] TaaS: Handle Delete Port: 7e72f6d4-2e34-4c48-8e88-8ce09ab1b2e2 2026-05-05 18:13:28.228 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0cddf7bf-0536-4535-8bbb-714e190702d0 fa4a8f3d082e4c7cb7dfcb2984d7fbc8 6dfa859e38f145e8abdc3e73c2cbfd47 - - default default] Tap Mirror: Handle Delete Port: 7e72f6d4-2e34-4c48-8e88-8ce09ab1b2e2 [pid: 7|app: 0|req: 1138/2281] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:13:28 2026] GET /v2.0/security-groups?tenant_id=c851fdd02d154742ba5c71486275620a&name=default => generated 2929 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2282] 10.0.0.41 () {32 vars in 719 bytes} [Tue May 5 18:13:28 2026] DELETE /v2.0/ports/7e72f6d4-2e34-4c48-8e88-8ce09ab1b2e2 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2283] 10.0.0.41 () {32 vars in 716 bytes} [Tue May 5 18:13:28 2026] GET /v2.0/ports/34662aa1-6309-406a-b9ae-3059744d8b06 => generated 826 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2284] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:13:28 2026] DELETE /v2.0/security-groups/2414e73f-2e37-4599-9ebe-6ddb6ea0cefa => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:13:28.565 7 INFO neutron_taas.services.taas.taas_plugin [None req-b81a868a-2d2c-4c6d-b6c0-c484943fa8d0 fa4a8f3d082e4c7cb7dfcb2984d7fbc8 6dfa859e38f145e8abdc3e73c2cbfd47 - - default default] TaaS: Handle Delete Port: dfbbdcfa-5365-4c14-920f-bb59bd61bb9b 2026-05-05 18:13:28.568 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b81a868a-2d2c-4c6d-b6c0-c484943fa8d0 fa4a8f3d082e4c7cb7dfcb2984d7fbc8 6dfa859e38f145e8abdc3e73c2cbfd47 - - default default] Tap Mirror: Handle Delete Port: dfbbdcfa-5365-4c14-920f-bb59bd61bb9b [pid: 7|app: 0|req: 1141/2285] 10.0.0.41 () {32 vars in 719 bytes} [Tue May 5 18:13:28 2026] DELETE /v2.0/ports/dfbbdcfa-5365-4c14-920f-bb59bd61bb9b => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2286] 10.0.0.41 () {32 vars in 721 bytes} [Tue May 5 18:13:28 2026] DELETE /v2.0/trunks/f68e13ea-bd72-42a8-8da9-839c036f457d => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2287] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:13:28 2026] GET /v2.0/security-groups?tenant_id=5a0301d1d45b40f7aeff6cb0adb596ae&name=default => generated 2929 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:13:28.960 7 INFO neutron_taas.services.taas.taas_plugin [None req-5689746b-af07-4355-9121-1c7ac7079830 fa4a8f3d082e4c7cb7dfcb2984d7fbc8 6dfa859e38f145e8abdc3e73c2cbfd47 - - default default] TaaS: Handle Delete Port: cb9de7b0-b13e-4622-8089-24c2014ac19c 2026-05-05 18:13:28.964 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5689746b-af07-4355-9121-1c7ac7079830 fa4a8f3d082e4c7cb7dfcb2984d7fbc8 6dfa859e38f145e8abdc3e73c2cbfd47 - - default default] Tap Mirror: Handle Delete Port: cb9de7b0-b13e-4622-8089-24c2014ac19c [pid: 7|app: 0|req: 1144/2288] 10.0.0.41 () {32 vars in 719 bytes} [Tue May 5 18:13:28 2026] DELETE /v2.0/ports/cb9de7b0-b13e-4622-8089-24c2014ac19c => 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: 1145/2289] 10.0.0.41 () {32 vars in 718 bytes} [Tue May 5 18:13:29 2026] GET /v2.0/trunks/37088eca-a2fc-42c3-a6e7-f479937a5d28 => generated 420 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2290] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:13:29 2026] DELETE /v2.0/security-groups/5b59470c-54de-4f50-a1ca-1d88254191a4 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:13:29.251 7 INFO neutron_taas.services.taas.taas_plugin [None req-9a31fdc1-329e-4fa3-91b6-9ab123e2f3d4 fa4a8f3d082e4c7cb7dfcb2984d7fbc8 6dfa859e38f145e8abdc3e73c2cbfd47 - - default default] TaaS: Handle Delete Port: 581e42b7-4ed9-4aa5-9148-6d33d6dcf889 2026-05-05 18:13:29.254 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a31fdc1-329e-4fa3-91b6-9ab123e2f3d4 fa4a8f3d082e4c7cb7dfcb2984d7fbc8 6dfa859e38f145e8abdc3e73c2cbfd47 - - default default] Tap Mirror: Handle Delete Port: 581e42b7-4ed9-4aa5-9148-6d33d6dcf889 [pid: 7|app: 0|req: 1147/2291] 10.0.0.41 () {32 vars in 719 bytes} [Tue May 5 18:13:29 2026] DELETE /v2.0/ports/581e42b7-4ed9-4aa5-9148-6d33d6dcf889 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2292] 10.0.0.41 () {32 vars in 716 bytes} [Tue May 5 18:13:29 2026] GET /v2.0/ports/13ae8572-f807-4164-a424-bfb9dabc3503 => generated 826 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:13:29.558 7 INFO neutron.services.segments.plugin [-] Segment d6747b4a-2239-4f24-a714-0af73f968d39 resource provider aggregate not found 2026-05-05 18:13:29.561 7 INFO neutron.services.segments.plugin [-] Segment d6747b4a-2239-4f24-a714-0af73f968d39 resource provider aggregate not found 2026-05-05 18:13:29.587 7 INFO neutron.services.segments.plugin [-] Segment d6747b4a-2239-4f24-a714-0af73f968d39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6747b4a-2239-4f24-a714-0af73f968d39 found for delete ", "request_id": "req-ae67f674-2513-40df-904a-f3f11d4436f2"}]} 2026-05-05 18:13:29.592 7 INFO neutron.services.segments.plugin [-] Segment d6747b4a-2239-4f24-a714-0af73f968d39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6747b4a-2239-4f24-a714-0af73f968d39 found for delete ", "request_id": "req-4a5a1735-484c-4a03-8093-002a51cbb606"}]} [pid: 7|app: 0|req: 1149/2293] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:13:29 2026] DELETE /v2.0/networks/d03a52e3-cb23-4e1e-9aca-378387996d17 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2294] 10.0.0.41 () {32 vars in 721 bytes} [Tue May 5 18:13:29 2026] DELETE /v2.0/trunks/37088eca-a2fc-42c3-a6e7-f479937a5d28 => 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: 1145/2295] 10.0.0.41 () {34 vars in 782 bytes} [Tue May 5 18:13:28 2026] PUT /v2.0/routers/dc8274e8-95c5-472d-928e-98a23dafaa47/add_router_interface => generated 309 bytes in 1404 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2296] 10.0.0.41 () {32 vars in 718 bytes} [Tue May 5 18:13:29 2026] GET /v2.0/trunks/5edcf2e0-72a5-4993-8d84-78312d60b5c2 => generated 429 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2297] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:13:29 2026] DELETE /v2.0/networks/f92e7c72-ac03-420a-9d65-6a1bf364cfe2 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2298] 10.0.0.41 () {32 vars in 716 bytes} [Tue May 5 18:13:29 2026] GET /v2.0/ports/db6b24f9-5257-49a0-9dd0-a41e60fa4cca => generated 826 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2299] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:13:29 2026] DELETE /v2.0/networks/f3b96351-43c1-4c7a-8bd9-59d5841d3129 => 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: 1154/2300] 10.0.0.41 () {32 vars in 721 bytes} [Tue May 5 18:13:30 2026] DELETE /v2.0/trunks/5edcf2e0-72a5-4993-8d84-78312d60b5c2 => 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: 1155/2301] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:13:30 2026] DELETE /v2.0/networks/213aad1d-cfd0-4b49-a725-c1f89940ee71 => 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: 1156/2302] 10.0.0.41 () {32 vars in 718 bytes} [Tue May 5 18:13:30 2026] GET /v2.0/trunks/078b7592-0e8f-4193-96fb-fb0111117408 => generated 414 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2303] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:13:30 2026] DELETE /v2.0/networks/9d9c33aa-99e4-4fc7-8305-8d29f4e6d825 => 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: 1158/2304] 10.0.0.41 () {32 vars in 716 bytes} [Tue May 5 18:13:30 2026] GET /v2.0/ports/e310c6f4-9daa-430a-a093-542e2c97fd9b => generated 826 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2305] 10.0.0.41 () {32 vars in 721 bytes} [Tue May 5 18:13:30 2026] DELETE /v2.0/trunks/078b7592-0e8f-4193-96fb-fb0111117408 => 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: 1160/2306] 10.0.0.41 () {32 vars in 718 bytes} [Tue May 5 18:13:30 2026] GET /v2.0/trunks/e3511e81-e4bb-4c28-ad40-6545b1915ca1 => generated 407 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2307] 10.0.0.41 () {32 vars in 716 bytes} [Tue May 5 18:13:30 2026] GET /v2.0/ports/4036388a-f23a-45b5-ba1f-422a7acdce8d => generated 826 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2308] 10.0.0.41 () {32 vars in 721 bytes} [Tue May 5 18:13:30 2026] DELETE /v2.0/trunks/e3511e81-e4bb-4c28-ad40-6545b1915ca1 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:13:31.035 7 INFO neutron_taas.services.taas.taas_plugin [None req-bce857b7-b56d-4e2a-a417-f079e8a9e006 b825d583a5444889b77591bfab86adb1 e7cb5accb3ca4c708848ec24426c85c1 - - default default] TaaS: Handle Delete Port: 34662aa1-6309-406a-b9ae-3059744d8b06 2026-05-05 18:13:31.052 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bce857b7-b56d-4e2a-a417-f079e8a9e006 b825d583a5444889b77591bfab86adb1 e7cb5accb3ca4c708848ec24426c85c1 - - default default] Tap Mirror: Handle Delete Port: 34662aa1-6309-406a-b9ae-3059744d8b06 [pid: 7|app: 0|req: 1163/2309] 10.0.0.41 () {32 vars in 719 bytes} [Tue May 5 18:13:30 2026] DELETE /v2.0/ports/34662aa1-6309-406a-b9ae-3059744d8b06 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2310] 10.0.0.41 () {34 vars in 782 bytes} [Tue May 5 18:13:29 2026] PUT /v2.0/routers/dc8274e8-95c5-472d-928e-98a23dafaa47/add_router_interface => generated 309 bytes in 1503 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:13:31.279 7 INFO neutron_taas.services.taas.taas_plugin [None req-d20004ec-99ac-4b25-90fe-6a050c10e76a b825d583a5444889b77591bfab86adb1 e7cb5accb3ca4c708848ec24426c85c1 - - default default] TaaS: Handle Delete Port: 13ae8572-f807-4164-a424-bfb9dabc3503 2026-05-05 18:13:31.282 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d20004ec-99ac-4b25-90fe-6a050c10e76a b825d583a5444889b77591bfab86adb1 e7cb5accb3ca4c708848ec24426c85c1 - - default default] Tap Mirror: Handle Delete Port: 13ae8572-f807-4164-a424-bfb9dabc3503 [pid: 7|app: 0|req: 1164/2311] 10.0.0.41 () {32 vars in 719 bytes} [Tue May 5 18:13:31 2026] DELETE /v2.0/ports/13ae8572-f807-4164-a424-bfb9dabc3503 => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:13:31.614 7 INFO neutron.services.segments.plugin [-] Segment 9bf51904-1ee0-4d56-8eb4-29bc383aba32 resource provider aggregate not found 2026-05-05 18:13:31.621 7 INFO neutron.services.segments.plugin [-] Segment 9bf51904-1ee0-4d56-8eb4-29bc383aba32 resource provider aggregate not found 2026-05-05 18:13:31.640 7 INFO neutron.services.segments.plugin [-] Segment 9bf51904-1ee0-4d56-8eb4-29bc383aba32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9bf51904-1ee0-4d56-8eb4-29bc383aba32 found for delete ", "request_id": "req-e236585a-23b3-47be-9734-0e8372009aa0"}]} 2026-05-05 18:13:31.642 7 INFO neutron.services.segments.plugin [-] Segment 9bf51904-1ee0-4d56-8eb4-29bc383aba32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9bf51904-1ee0-4d56-8eb4-29bc383aba32 found for delete ", "request_id": "req-b7898927-27fc-4e42-a644-28c4616bf05d"}]} 2026-05-05 18:13:31.662 7 INFO neutron.services.segments.plugin [-] Segment 2b1317b8-997a-45bc-ab15-b7edcf7ee086 resource provider aggregate not found 2026-05-05 18:13:31.668 7 INFO neutron.services.segments.plugin [-] Segment 2b1317b8-997a-45bc-ab15-b7edcf7ee086 resource provider aggregate not found 2026-05-05 18:13:31.688 7 INFO neutron.services.segments.plugin [-] Segment 2b1317b8-997a-45bc-ab15-b7edcf7ee086 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b1317b8-997a-45bc-ab15-b7edcf7ee086 found for delete ", "request_id": "req-a3bee535-499f-4a8c-8258-93a0b4f88054"}]} 2026-05-05 18:13:31.693 7 INFO neutron.services.segments.plugin [-] Segment 2b1317b8-997a-45bc-ab15-b7edcf7ee086 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b1317b8-997a-45bc-ab15-b7edcf7ee086 found for delete ", "request_id": "req-61c25aab-452a-47c6-b4c2-159f09e145c5"}]} 2026-05-05 18:13:31.718 7 INFO neutron.services.segments.plugin [-] Segment d4eef673-09e1-472c-b551-f49f0fdeccf2 resource provider aggregate not found 2026-05-05 18:13:31.718 7 INFO neutron.services.segments.plugin [-] Segment d4eef673-09e1-472c-b551-f49f0fdeccf2 resource provider aggregate not found 2026-05-05 18:13:31.748 7 INFO neutron.services.segments.plugin [-] Segment d4eef673-09e1-472c-b551-f49f0fdeccf2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4eef673-09e1-472c-b551-f49f0fdeccf2 found for delete ", "request_id": "req-905d673b-45b9-401e-8f42-97a1f2dd36f8"}]} 2026-05-05 18:13:31.757 7 INFO neutron.services.segments.plugin [-] Segment d4eef673-09e1-472c-b551-f49f0fdeccf2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4eef673-09e1-472c-b551-f49f0fdeccf2 found for delete ", "request_id": "req-049a304a-dc48-4dc1-8c6b-28358cabc0e2"}]} 2026-05-05 18:13:31.777 7 INFO neutron.services.segments.plugin [-] Segment 9bb7621b-ae36-4566-b281-8da1a23b909a resource provider aggregate not found 2026-05-05 18:13:31.811 7 INFO neutron.services.segments.plugin [-] Segment 9bb7621b-ae36-4566-b281-8da1a23b909a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9bb7621b-ae36-4566-b281-8da1a23b909a found for delete ", "request_id": "req-d328dbfd-2ba9-403d-8cf2-a0594e4e0dcd"}]} 2026-05-05 18:13:31.814 7 INFO neutron.services.segments.plugin [-] Segment 9bb7621b-ae36-4566-b281-8da1a23b909a resource provider aggregate not found 2026-05-05 18:13:31.836 7 INFO neutron.services.segments.plugin [-] Segment 9bb7621b-ae36-4566-b281-8da1a23b909a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9bb7621b-ae36-4566-b281-8da1a23b909a found for delete ", "request_id": "req-764d80ee-194e-46da-997f-23fcf9e494dc"}]} [pid: 7|app: 0|req: 1165/2312] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:13:31 2026] GET /v2.0/security-groups?tenant_id=d13fe36e509e45f68c04afe128320c9e&name=default => generated 2929 bytes in 471 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:13:31.987 7 INFO neutron_taas.services.taas.taas_plugin [None req-0f48abfb-ce95-4ab4-8894-4704c35442b2 b825d583a5444889b77591bfab86adb1 e7cb5accb3ca4c708848ec24426c85c1 - - default default] TaaS: Handle Delete Port: db6b24f9-5257-49a0-9dd0-a41e60fa4cca 2026-05-05 18:13:31.990 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f48abfb-ce95-4ab4-8894-4704c35442b2 b825d583a5444889b77591bfab86adb1 e7cb5accb3ca4c708848ec24426c85c1 - - default default] Tap Mirror: Handle Delete Port: db6b24f9-5257-49a0-9dd0-a41e60fa4cca [pid: 7|app: 0|req: 1166/2313] 10.0.0.41 () {32 vars in 719 bytes} [Tue May 5 18:13:31 2026] DELETE /v2.0/ports/db6b24f9-5257-49a0-9dd0-a41e60fa4cca => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2314] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:13:32 2026] DELETE /v2.0/security-groups/ee4c1aa8-aa3e-44b3-8763-03195ebd8f65 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:13:32.297 7 INFO neutron_taas.services.taas.taas_plugin [None req-9b4a37d7-e1ef-4946-a4bb-8b7925e348a3 b825d583a5444889b77591bfab86adb1 e7cb5accb3ca4c708848ec24426c85c1 - - default default] TaaS: Handle Delete Port: e310c6f4-9daa-430a-a093-542e2c97fd9b 2026-05-05 18:13:32.300 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9b4a37d7-e1ef-4946-a4bb-8b7925e348a3 b825d583a5444889b77591bfab86adb1 e7cb5accb3ca4c708848ec24426c85c1 - - default default] Tap Mirror: Handle Delete Port: e310c6f4-9daa-430a-a093-542e2c97fd9b [pid: 7|app: 0|req: 1168/2315] 10.0.0.41 () {32 vars in 719 bytes} [Tue May 5 18:13:32 2026] DELETE /v2.0/ports/e310c6f4-9daa-430a-a093-542e2c97fd9b => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2316] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:13:32 2026] GET /v2.0/security-groups?tenant_id=ef64f183edf44e88ba3244f052cc0af2&name=default => generated 2929 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:13:32.668 7 INFO neutron_taas.services.taas.taas_plugin [None req-87b0b946-8fbf-48e4-ac95-3fb8403e184f b825d583a5444889b77591bfab86adb1 e7cb5accb3ca4c708848ec24426c85c1 - - default default] TaaS: Handle Delete Port: 4036388a-f23a-45b5-ba1f-422a7acdce8d 2026-05-05 18:13:32.671 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-87b0b946-8fbf-48e4-ac95-3fb8403e184f b825d583a5444889b77591bfab86adb1 e7cb5accb3ca4c708848ec24426c85c1 - - default default] Tap Mirror: Handle Delete Port: 4036388a-f23a-45b5-ba1f-422a7acdce8d [pid: 8|app: 0|req: 1148/2317] 10.0.0.41 () {34 vars in 782 bytes} [Tue May 5 18:13:31 2026] PUT /v2.0/routers/dc8274e8-95c5-472d-928e-98a23dafaa47/add_router_interface => generated 309 bytes in 1473 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2318] 10.0.0.41 () {32 vars in 719 bytes} [Tue May 5 18:13:32 2026] DELETE /v2.0/ports/4036388a-f23a-45b5-ba1f-422a7acdce8d => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2319] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:13:32 2026] DELETE /v2.0/security-groups/670eb55e-2252-4f9d-8480-74d2fe7402e0 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:13:32.909 8 INFO neutron.services.segments.plugin [-] Segment 52c14ef3-edd1-4398-955a-12db0b05ed98 resource provider aggregate not found 2026-05-05 18:13:32.920 8 INFO neutron.services.segments.plugin [-] Segment 52c14ef3-edd1-4398-955a-12db0b05ed98 resource provider aggregate not found 2026-05-05 18:13:32.937 8 INFO neutron.services.segments.plugin [-] Segment 52c14ef3-edd1-4398-955a-12db0b05ed98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52c14ef3-edd1-4398-955a-12db0b05ed98 found for delete ", "request_id": "req-aba70c33-6a7e-4baa-9327-c158523097b1"}]} 2026-05-05 18:13:32.940 8 INFO neutron.services.segments.plugin [-] Segment 52c14ef3-edd1-4398-955a-12db0b05ed98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52c14ef3-edd1-4398-955a-12db0b05ed98 found for delete ", "request_id": "req-d1db4806-7625-45b0-9fab-4b01133d52c4"}]} [pid: 8|app: 0|req: 1150/2320] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:13:32 2026] DELETE /v2.0/networks/b9bcc3b4-0076-4fde-9777-fbe97e93e3bd => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2321] 10.0.0.41 () {34 vars in 683 bytes} [Tue May 5 18:13:32 2026] POST /v2.0/security-groups => generated 1629 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2322] 10.0.0.41 () {34 vars in 683 bytes} [Tue May 5 18:13:32 2026] POST /v2.0/security-groups => generated 1603 bytes in 440 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2323] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:13:33 2026] DELETE /v2.0/networks/e969dd63-b6f8-40b3-9843-0ced9e5db3fc => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2324] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:13:33 2026] GET /v2.0/security-groups?tenant_id=6dfa859e38f145e8abdc3e73c2cbfd47&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2325] 10.0.0.41 () {34 vars in 766 bytes} [Tue May 5 18:13:33 2026] PUT /v2.0/security-groups/ed25a4a0-e244-4147-a9c8-cde4de995aeb/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2326] 10.0.0.41 () {34 vars in 694 bytes} [Tue May 5 18:13:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2327] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:13:33 2026] DELETE /v2.0/security-groups/dac29e7e-dadc-41f8-aae5-793c6116e30b => 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: 1174/2328] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:13:33 2026] DELETE /v2.0/networks/12a84016-c6bf-47da-840e-5e092a0734d3 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2329] 10.0.0.41 () {32 vars in 746 bytes} [Tue May 5 18:13:33 2026] GET /v2.0/security-groups/ed25a4a0-e244-4147-a9c8-cde4de995aeb/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: 1175/2330] 10.0.0.41 () {34 vars in 694 bytes} [Tue May 5 18:13:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2331] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:13:33 2026] DELETE /v2.0/networks/fb1c4c75-fa0c-4c1d-bd69-440648b5a10e => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2332] 10.0.0.41 () {34 vars in 777 bytes} [Tue May 5 18:13:33 2026] PUT /v2.0/security-groups/ed25a4a0-e244-4147-a9c8-cde4de995aeb/tags/green => 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: 1177/2333] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:13:33 2026] DELETE /v2.0/networks/261ce884-1569-43b6-a46e-33c30bf2032e => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2334] 10.0.0.41 () {34 vars in 694 bytes} [Tue May 5 18:13:33 2026] POST /v2.0/security-group-rules => generated 599 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2335] 10.0.0.41 () {34 vars in 694 bytes} [Tue May 5 18:13:33 2026] POST /v2.0/security-group-rules => generated 601 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2336] 10.0.0.41 () {34 vars in 694 bytes} [Tue May 5 18:13:33 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: 1160/2337] 10.0.0.41 () {34 vars in 694 bytes} [Tue May 5 18:13:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2338] 10.0.0.41 () {34 vars in 694 bytes} [Tue May 5 18:13:34 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) 2026-05-05 18:13:34.256 7 INFO neutron.services.segments.plugin [-] Segment 08fcaed1-9eb2-4c6d-9f12-1692f49fdd71 resource provider aggregate not found 2026-05-05 18:13:34.261 7 INFO neutron.services.segments.plugin [-] Segment 08fcaed1-9eb2-4c6d-9f12-1692f49fdd71 resource provider aggregate not found 2026-05-05 18:13:34.279 7 INFO neutron.services.segments.plugin [-] Segment 08fcaed1-9eb2-4c6d-9f12-1692f49fdd71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08fcaed1-9eb2-4c6d-9f12-1692f49fdd71 found for delete ", "request_id": "req-3c03ba95-34e3-4ff9-999e-0e41ab767e8f"}]} 2026-05-05 18:13:34.282 7 INFO neutron.services.segments.plugin [-] Segment 08fcaed1-9eb2-4c6d-9f12-1692f49fdd71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08fcaed1-9eb2-4c6d-9f12-1692f49fdd71 found for delete ", "request_id": "req-7c3392e5-09b7-4e89-915f-854bf807c504"}]} [pid: 7|app: 0|req: 1178/2339] 10.0.0.41 () {32 vars in 746 bytes} [Tue May 5 18:13:33 2026] GET /v2.0/security-groups/ed25a4a0-e244-4147-a9c8-cde4de995aeb/tags => generated 34 bytes in 582 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:13:34.299 7 INFO neutron.services.segments.plugin [-] Segment 6dd1c952-3782-4f83-9806-ab0838aff0fe resource provider aggregate not found 2026-05-05 18:13:34.307 7 INFO neutron.services.segments.plugin [-] Segment 6dd1c952-3782-4f83-9806-ab0838aff0fe resource provider aggregate not found 2026-05-05 18:13:34.321 7 INFO neutron.services.segments.plugin [-] Segment 6dd1c952-3782-4f83-9806-ab0838aff0fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6dd1c952-3782-4f83-9806-ab0838aff0fe found for delete ", "request_id": "req-024db4f5-592d-4a8f-b129-36bb24085171"}]} [pid: 8|app: 0|req: 1162/2340] 10.0.0.41 () {34 vars in 694 bytes} [Tue May 5 18:13:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:13:34.324 7 INFO neutron.services.segments.plugin [-] Segment 6dd1c952-3782-4f83-9806-ab0838aff0fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6dd1c952-3782-4f83-9806-ab0838aff0fe found for delete ", "request_id": "req-17c8765f-2245-49b5-8de0-3220a464f265"}]} [pid: 7|app: 0|req: 1179/2341] 10.0.0.41 () {34 vars in 773 bytes} [Tue May 5 18:13:34 2026] PUT /v2.0/security-groups/ed25a4a0-e244-4147-a9c8-cde4de995aeb/tags/red => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2342] 10.0.0.41 () {32 vars in 746 bytes} [Tue May 5 18:13:34 2026] GET /v2.0/security-groups/ed25a4a0-e244-4147-a9c8-cde4de995aeb/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2343] 10.0.0.41 () {34 vars in 795 bytes} [Tue May 5 18:13:34 2026] PUT /v2.0/security-groups/ed25a4a0-e244-4147-a9c8-cde4de995aeb/tags/black.or.white => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2344] 10.0.0.41 () {34 vars in 694 bytes} [Tue May 5 18:13:34 2026] POST /v2.0/security-group-rules => generated 599 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2345] 10.0.0.41 () {32 vars in 746 bytes} [Tue May 5 18:13:34 2026] GET /v2.0/security-groups/ed25a4a0-e244-4147-a9c8-cde4de995aeb/tags => generated 52 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2348] 10.0.0.41 () {34 vars in 694 bytes} [Tue May 5 18:13:34 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) [pid: 8|app: 0|req: 1168/2349] 10.0.0.41 () {34 vars in 766 bytes} [Tue May 5 18:13:34 2026] PUT /v2.0/security-groups/ed25a4a0-e244-4147-a9c8-cde4de995aeb/tags => generated 37 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2350] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:13:34 2026] GET /v2.0/security-groups?tenant_id=630e2936ae044561a6f06a5d47a2befa&name=default => generated 2929 bytes in 335 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2351] 10.0.0.41 () {32 vars in 746 bytes} [Tue May 5 18:13:34 2026] GET /v2.0/security-groups/ed25a4a0-e244-4147-a9c8-cde4de995aeb/tags => generated 37 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2352] 10.0.0.41 () {34 vars in 694 bytes} [Tue May 5 18:13:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2353] 10.0.0.41 () {32 vars in 754 bytes} [Tue May 5 18:13:34 2026] GET /v2.0/security-groups/ed25a4a0-e244-4147-a9c8-cde4de995aeb/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2354] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:13:34 2026] DELETE /v2.0/security-groups/645e0984-5e95-49e8-99f9-36677d341f53 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:13:34.969 8 INFO neutron.services.segments.plugin [-] Segment 58c92a81-ac82-4815-a9ea-9bd961ce20eb resource provider aggregate not found 2026-05-05 18:13:34.976 8 INFO neutron.services.segments.plugin [-] Segment 58c92a81-ac82-4815-a9ea-9bd961ce20eb resource provider aggregate not found 2026-05-05 18:13:35.004 8 INFO neutron.services.segments.plugin [-] Segment 58c92a81-ac82-4815-a9ea-9bd961ce20eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58c92a81-ac82-4815-a9ea-9bd961ce20eb found for delete ", "request_id": "req-7e449dfc-26e0-445c-8991-a8225b1209a6"}]} 2026-05-05 18:13:35.006 8 INFO neutron.services.segments.plugin [-] Segment 58c92a81-ac82-4815-a9ea-9bd961ce20eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58c92a81-ac82-4815-a9ea-9bd961ce20eb found for delete ", "request_id": "req-a285d1ab-eef0-4019-87fc-82a44411b7cf"}]} 2026-05-05 18:13:35.023 8 INFO neutron.services.segments.plugin [-] Segment c650f2bb-e011-4f84-a491-e2b0466ffb89 resource provider aggregate not found 2026-05-05 18:13:35.026 8 INFO neutron.api.v2.resource [None req-6d9ed423-6b1b-4389-90eb-1eeb689e4d20 216894cc87324eb39ac0e9b3079c1ea6 c6b6729e77dc43c0900b9cef01c5feb2 - - default default] show failed (client error): The resource could not be found. 2026-05-05 18:13:35.028 8 INFO neutron.services.segments.plugin [-] Segment c650f2bb-e011-4f84-a491-e2b0466ffb89 resource provider aggregate not found [pid: 8|app: 0|req: 1171/2355] 10.0.0.41 () {32 vars in 758 bytes} [Tue May 5 18:13:34 2026] GET /v2.0/security-groups/ed25a4a0-e244-4147-a9c8-cde4de995aeb/tags/green => generated 99 bytes in 110 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-05 18:13:35.042 8 INFO neutron.services.segments.plugin [-] Segment c650f2bb-e011-4f84-a491-e2b0466ffb89 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c650f2bb-e011-4f84-a491-e2b0466ffb89 found for delete ", "request_id": "req-2242fe24-6bc0-4c1a-8655-ebc6be7744c2"}]} 2026-05-05 18:13:35.045 8 INFO neutron.services.segments.plugin [-] Segment c650f2bb-e011-4f84-a491-e2b0466ffb89 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c650f2bb-e011-4f84-a491-e2b0466ffb89 found for delete ", "request_id": "req-ebc11ba4-40a5-4913-89ba-ce6492e462b7"}]} [pid: 7|app: 0|req: 1185/2356] 10.0.0.41 () {32 vars in 757 bytes} [Tue May 5 18:13:35 2026] DELETE /v2.0/security-groups/ed25a4a0-e244-4147-a9c8-cde4de995aeb/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2357] 10.0.0.41 () {32 vars in 746 bytes} [Tue May 5 18:13:35 2026] GET /v2.0/security-groups/ed25a4a0-e244-4147-a9c8-cde4de995aeb/tags => generated 30 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:13:35.185 7 INFO neutron.api.v2.resource [None req-07d43a52-c8e8-4a5a-aa8e-57194f77596e 216894cc87324eb39ac0e9b3079c1ea6 c6b6729e77dc43c0900b9cef01c5feb2 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1186/2358] 10.0.0.41 () {32 vars in 761 bytes} [Tue May 5 18:13:35 2026] DELETE /v2.0/security-groups/ed25a4a0-e244-4147-a9c8-cde4de995aeb/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2359] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:13:35 2026] GET /v2.0/security-groups?tenant_id=e7cb5accb3ca4c708848ec24426c85c1&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2360] 10.0.0.198 () {34 vars in 1094 bytes} [Tue May 5 18:13:35 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-541489503&fields=id&tenant_id=fdea73ee579b41e498b02d89231fc417 => generated 69 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2361] 10.0.0.41 () {32 vars in 749 bytes} [Tue May 5 18:13:35 2026] DELETE /v2.0/security-groups/ed25a4a0-e244-4147-a9c8-cde4de995aeb/tags => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2362] 10.0.0.198 () {34 vars in 982 bytes} [Tue May 5 18:13:35 2026] GET /v2.0/networks?id=a09766be-09ab-49fa-8560-64d1492b30ab => generated 705 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2363] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:13:35 2026] DELETE /v2.0/security-groups/5b191d04-116b-4942-9cff-d9b34e19c50f => 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: 1189/2364] 10.0.0.198 () {34 vars in 965 bytes} [Tue May 5 18:13:35 2026] GET /v2.0/quotas/fdea73ee579b41e498b02d89231fc417 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2365] 10.0.0.41 () {32 vars in 746 bytes} [Tue May 5 18:13:35 2026] GET /v2.0/security-groups/ed25a4a0-e244-4147-a9c8-cde4de995aeb/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: 1177/2366] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:13:35 2026] DELETE /v2.0/security-groups/ed25a4a0-e244-4147-a9c8-cde4de995aeb => 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: 1190/2367] 10.0.0.198 () {34 vars in 1002 bytes} [Tue May 5 18:13:35 2026] GET /v2.0/ports?tenant_id=fdea73ee579b41e498b02d89231fc417&fields=id => generated 241 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2368] 10.0.0.198 () {34 vars in 1008 bytes} [Tue May 5 18:13:35 2026] GET /v2.0/networks/a09766be-09ab-49fa-8560-64d1492b30ab?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: 1178/2369] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:13:35 2026] GET /v2.0/security-groups?tenant_id=e7c9b4d5a992479fa18379af1ddc9327&name=default => generated 2929 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2370] 10.0.0.198 () {34 vars in 1108 bytes} [Tue May 5 18:13:35 2026] GET /v2.0/networks/a09766be-09ab-49fa-8560-64d1492b30ab?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: 1179/2371] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:13:35 2026] DELETE /v2.0/security-groups/84d7867f-8d64-4282-b310-7ad7f7d75416 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2372] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:13:35 2026] GET /v2.0/ports?device_id=adda96d0-0130-4cab-88ab-f024430dbb78 => 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: 1180/2373] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:13:36 2026] GET /v2.0/security-groups?tenant_id=c6b6729e77dc43c0900b9cef01c5feb2&name=default => generated 2929 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2374] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:13:36 2026] DELETE /v2.0/security-groups/9d76ca31-bdf3-41b3-8c93-9a01507c5244 => 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: 1181/2375] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:13:36 2026] GET /v2.0/security-groups?tenant_id=af8bed1749424e51a70fe765c6831902&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2376] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:13:36 2026] DELETE /v2.0/security-groups/8dbade58-f7b4-459b-9646-537281aecb77 => 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: 1182/2377] 10.0.0.41 () {34 vars in 677 bytes} [Tue May 5 18:13:37 2026] POST /v2.0/qos/policies => generated 359 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2378] 10.0.0.41 () {34 vars in 677 bytes} [Tue May 5 18:13:38 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: 8|app: 0|req: 1183/2379] 10.0.0.41 () {34 vars in 677 bytes} [Tue May 5 18:13:38 2026] POST /v2.0/qos/policies => generated 359 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2380] 10.0.0.41 () {34 vars in 677 bytes} [Tue May 5 18:13:38 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: 8|app: 0|req: 1184/2381] 10.0.0.41 () {34 vars in 677 bytes} [Tue May 5 18:13:38 2026] POST /v2.0/qos/policies => generated 359 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2382] 10.0.0.41 () {34 vars in 752 bytes} [Tue May 5 18:13:38 2026] PUT /v2.0/policies/e8668715-d446-4509-813f-e1209fcbfefb/tags => generated 17 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2383] 10.0.0.41 () {34 vars in 752 bytes} [Tue May 5 18:13:38 2026] PUT /v2.0/policies/be5f29ba-962a-4d60-a9d6-16a951df59ec/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2384] 10.0.0.41 () {34 vars in 752 bytes} [Tue May 5 18:13:38 2026] PUT /v2.0/policies/f0a0382e-5098-4ab2-b40f-d879e28b2c64/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2385] 10.0.0.41 () {34 vars in 752 bytes} [Tue May 5 18:13:38 2026] PUT /v2.0/policies/d0b95156-257d-4f7f-876f-40df0d609df3/tags => generated 19 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2386] 10.0.0.41 () {32 vars in 673 bytes} [Tue May 5 18:13:38 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2387] 10.0.0.41 () {32 vars in 687 bytes} [Tue May 5 18:13:39 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2388] 10.0.0.41 () {32 vars in 683 bytes} [Tue May 5 18:13:39 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2389] 10.0.0.41 () {32 vars in 695 bytes} [Tue May 5 18:13:39 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2390] 10.0.0.41 () {32 vars in 681 bytes} [Tue May 5 18:13:39 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2391] 10.0.0.41 () {32 vars in 695 bytes} [Tue May 5 18:13:39 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:13:39.497 7 INFO neutron.db.segments_db [None req-a95c2b5a-b790-475c-8f82-fc0eb6b2ede1 c0c31d5636234908a457aeb279033eba ad536809779c400681febaf54d8ffb4f - - default default] Added segment d2a54fd4-c8e1-439e-b00b-b7b67b6295ef of type vxlan for network 1785f29d-1fe2-49d1-bc45-0fa08486391c [pid: 8|app: 0|req: 1191/2392] 10.0.0.41 () {32 vars in 691 bytes} [Tue May 5 18:13:39 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2393] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:13:39 2026] POST /v2.0/networks => generated 632 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2394] 10.0.0.41 () {32 vars in 703 bytes} [Tue May 5 18:13:39 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2395] 10.0.0.41 () {34 vars in 752 bytes} [Tue May 5 18:13:39 2026] PUT /v2.0/networks/1785f29d-1fe2-49d1-bc45-0fa08486391c/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2396] 10.0.0.41 () {32 vars in 733 bytes} [Tue May 5 18:13:39 2026] DELETE /v2.0/qos/policies/e8668715-d446-4509-813f-e1209fcbfefb => 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: 1204/2397] 10.0.0.41 () {32 vars in 732 bytes} [Tue May 5 18:13:39 2026] GET /v2.0/networks/1785f29d-1fe2-49d1-bc45-0fa08486391c/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2398] 10.0.0.41 () {32 vars in 733 bytes} [Tue May 5 18:13:39 2026] DELETE /v2.0/qos/policies/be5f29ba-962a-4d60-a9d6-16a951df59ec => 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: 1195/2399] 10.0.0.41 () {32 vars in 733 bytes} [Tue May 5 18:13:39 2026] DELETE /v2.0/qos/policies/f0a0382e-5098-4ab2-b40f-d879e28b2c64 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2400] 10.0.0.41 () {34 vars in 763 bytes} [Tue May 5 18:13:39 2026] PUT /v2.0/networks/1785f29d-1fe2-49d1-bc45-0fa08486391c/tags/green => generated 4 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2401] 10.0.0.41 () {32 vars in 733 bytes} [Tue May 5 18:13:39 2026] DELETE /v2.0/qos/policies/d0b95156-257d-4f7f-876f-40df0d609df3 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2402] 10.0.0.41 () {32 vars in 732 bytes} [Tue May 5 18:13:39 2026] GET /v2.0/networks/1785f29d-1fe2-49d1-bc45-0fa08486391c/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2403] 10.0.0.41 () {32 vars in 733 bytes} [Tue May 5 18:13:39 2026] DELETE /v2.0/qos/policies/04464382-b15c-4692-a4c6-52fda8df442c => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2404] 10.0.0.41 () {34 vars in 759 bytes} [Tue May 5 18:13:39 2026] PUT /v2.0/networks/1785f29d-1fe2-49d1-bc45-0fa08486391c/tags/red => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2405] 10.0.0.41 () {32 vars in 732 bytes} [Tue May 5 18:13:39 2026] GET /v2.0/networks/1785f29d-1fe2-49d1-bc45-0fa08486391c/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: 1208/2406] 10.0.0.41 () {34 vars in 781 bytes} [Tue May 5 18:13:39 2026] PUT /v2.0/networks/1785f29d-1fe2-49d1-bc45-0fa08486391c/tags/black.or.white => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2407] 10.0.0.41 () {32 vars in 732 bytes} [Tue May 5 18:13:40 2026] GET /v2.0/networks/1785f29d-1fe2-49d1-bc45-0fa08486391c/tags => generated 52 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2408] 199.19.213.169 () {34 vars in 986 bytes} [Tue May 5 18:13:40 2026] GET /v2.0/networks?id=a09766be-09ab-49fa-8560-64d1492b30ab => generated 705 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2409] 10.0.0.41 () {34 vars in 752 bytes} [Tue May 5 18:13:40 2026] PUT /v2.0/networks/1785f29d-1fe2-49d1-bc45-0fa08486391c/tags => generated 37 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2410] 199.19.213.169 () {34 vars in 1050 bytes} [Tue May 5 18:13:40 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=fdea73ee579b41e498b02d89231fc417 => generated 178 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2411] 10.0.0.41 () {32 vars in 732 bytes} [Tue May 5 18:13:40 2026] GET /v2.0/networks/1785f29d-1fe2-49d1-bc45-0fa08486391c/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2412] 10.0.0.41 () {32 vars in 740 bytes} [Tue May 5 18:13:40 2026] GET /v2.0/networks/1785f29d-1fe2-49d1-bc45-0fa08486391c/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:13:40.316 8 INFO neutron.api.v2.resource [None req-42ba7256-47a1-4473-9f72-c638f4ddf22e c0c31d5636234908a457aeb279033eba ad536809779c400681febaf54d8ffb4f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1203/2413] 10.0.0.41 () {32 vars in 744 bytes} [Tue May 5 18:13:40 2026] GET /v2.0/networks/1785f29d-1fe2-49d1-bc45-0fa08486391c/tags/green => generated 99 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2414] 10.0.0.41 () {32 vars in 743 bytes} [Tue May 5 18:13:40 2026] DELETE /v2.0/networks/1785f29d-1fe2-49d1-bc45-0fa08486391c/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2415] 10.0.0.41 () {32 vars in 732 bytes} [Tue May 5 18:13:40 2026] GET /v2.0/networks/1785f29d-1fe2-49d1-bc45-0fa08486391c/tags => generated 30 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:13:40.499 8 INFO neutron.api.v2.resource [None req-bcc52451-14a3-4502-b5d3-710a52be5f96 c0c31d5636234908a457aeb279033eba ad536809779c400681febaf54d8ffb4f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1206/2416] 10.0.0.41 () {32 vars in 747 bytes} [Tue May 5 18:13:40 2026] DELETE /v2.0/networks/1785f29d-1fe2-49d1-bc45-0fa08486391c/tags/green => generated 99 bytes in 67 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2417] 199.19.213.169 () {38 vars in 955 bytes} [Tue May 5 18:13:40 2026] POST /v2.0/ports => generated 1183 bytes in 386 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: 1207/2418] 10.0.0.41 () {32 vars in 735 bytes} [Tue May 5 18:13:40 2026] DELETE /v2.0/networks/1785f29d-1fe2-49d1-bc45-0fa08486391c/tags => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2419] 10.0.0.41 () {32 vars in 732 bytes} [Tue May 5 18:13:40 2026] GET /v2.0/networks/1785f29d-1fe2-49d1-bc45-0fa08486391c/tags => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:13:40.763 8 INFO neutron.services.segments.plugin [-] Segment d2a54fd4-c8e1-439e-b00b-b7b67b6295ef resource provider aggregate not found 2026-05-05 18:13:40.769 8 INFO neutron.services.segments.plugin [-] Segment d2a54fd4-c8e1-439e-b00b-b7b67b6295ef resource provider aggregate not found 2026-05-05 18:13:40.787 8 INFO neutron.services.segments.plugin [-] Segment d2a54fd4-c8e1-439e-b00b-b7b67b6295ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2a54fd4-c8e1-439e-b00b-b7b67b6295ef found for delete ", "request_id": "req-b05efd8d-24e2-41ed-861c-8ebfa8c7a84d"}]} 2026-05-05 18:13:40.787 8 INFO neutron.services.segments.plugin [-] Segment d2a54fd4-c8e1-439e-b00b-b7b67b6295ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2a54fd4-c8e1-439e-b00b-b7b67b6295ef found for delete ", "request_id": "req-78f257ad-1b1c-4a3b-9483-ee35a836c225"}]} [pid: 8|app: 0|req: 1209/2420] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:13:40 2026] DELETE /v2.0/networks/1785f29d-1fe2-49d1-bc45-0fa08486391c => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2421] 199.19.213.169 () {38 vars in 1028 bytes} [Tue May 5 18:13:40 2026] PUT /v2.0/ports/451720f7-6549-45c7-abaa-75ef0b16a8bd => generated 1464 bytes in 508 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-05 18:13:41.133 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d96d90bf-19be-436d-bf1f-96c5718bdaa6'] response: {'name': 'network-changed', 'server_uuid': 'adda96d0-0130-4cab-88ab-f024430dbb78', 'tag': '451720f7-6549-45c7-abaa-75ef0b16a8bd', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1213/2422] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:13:41 2026] GET /v2.0/ports?device_id=adda96d0-0130-4cab-88ab-f024430dbb78 => generated 1198 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2423] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:13:41 2026] GET /v2.0/security-groups?id=99b53f01-fb61-453f-b37b-e829e7fd2ca6&fields=id&fields=name => generated 111 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2424] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:13:40 2026] GET /v2.0/security-groups?tenant_id=655cf6cf98a548e89a6cd424069d3683&name=default => generated 2929 bytes in 403 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2425] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:13:41 2026] DELETE /v2.0/security-groups/78ede1fc-2dc7-4770-9930-57148cad3a7f => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2426] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:13:41 2026] GET /v2.0/security-groups?tenant_id=f0231b63123442a5922e84a83841fe9b&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2427] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:13:41 2026] DELETE /v2.0/security-groups/92cd7509-5094-4af9-9326-ddb1d0e87056 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2428] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:13:41 2026] GET /v2.0/security-groups?tenant_id=349af51403a64882b51a6cfc7f3c0884&name=default => generated 2929 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2429] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:13:41 2026] GET /v2.0/ports?tenant_id=fdea73ee579b41e498b02d89231fc417&device_id=adda96d0-0130-4cab-88ab-f024430dbb78 => generated 1467 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2430] 199.19.213.169 () {34 vars in 1018 bytes} [Tue May 5 18:13:41 2026] GET /v2.0/networks?tenant_id=fdea73ee579b41e498b02d89231fc417&shared=False => generated 2374 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2431] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:13:41 2026] DELETE /v2.0/security-groups/87bebaf8-d9a7-401e-bb32-5784a63e4837 => 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: 1220/2432] 199.19.213.169 () {34 vars in 930 bytes} [Tue May 5 18:13:41 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: 8|app: 0|req: 1213/2433] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:13:41 2026] GET /v2.0/security-groups?tenant_id=5b18e9afb45f4e0cbe0af0f70e41cdbc&name=default => generated 2929 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2434] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:13:41 2026] GET /v2.0/security-groups?tenant_id=ad536809779c400681febaf54d8ffb4f&name=default => generated 2929 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2435] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:13:41 2026] DELETE /v2.0/security-groups/4ac1daaf-dd35-44c6-8d1d-f76ad1b1b529 => 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: 1215/2436] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:13:41 2026] DELETE /v2.0/security-groups/a1a10e41-87e5-465d-9117-f477da845f60 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2437] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:13:42 2026] GET /v2.0/ports?tenant_id=fdea73ee579b41e498b02d89231fc417&device_id=adda96d0-0130-4cab-88ab-f024430dbb78 => generated 1467 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2438] 199.19.213.169 () {34 vars in 1058 bytes} [Tue May 5 18:13:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.218&port_id=451720f7-6549-45c7-abaa-75ef0b16a8bd => 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: 1223/2439] 199.19.213.169 () {34 vars in 1104 bytes} [Tue May 5 18:13:42 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A37f&port_id=451720f7-6549-45c7-abaa-75ef0b16a8bd => 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: 1217/2440] 199.19.213.169 () {34 vars in 1064 bytes} [Tue May 5 18:13:42 2026] GET /v2.0/subnets?id=0bc05ce6-0130-4185-bfaa-99a347ae02c2&id=7cb8d332-2459-4fb3-b4be-9012ecc3ebd2 => generated 1411 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2441] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:13:43 2026] GET /v2.0/ports?network_id=a09766be-09ab-49fa-8560-64d1492b30ab&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2442] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:13:43 2026] GET /v2.0/ports?network_id=a09766be-09ab-49fa-8560-64d1492b30ab&device_owner=network%3Adhcp => generated 1457 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2443] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:13:43 2026] GET /v2.0/networks/a09766be-09ab-49fa-8560-64d1492b30ab?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: 1219/2444] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:13:43 2026] GET /v2.0/networks/a09766be-09ab-49fa-8560-64d1492b30ab?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-05 18:13:45.441 8 INFO neutron.db.segments_db [None req-7a3f7478-94b5-48f5-b9ec-7762ccdcac45 8ab072c16ebf4333958a3551735692b3 1f24b3a52fe7475fa031245567fa5a41 - - default default] Added segment 2af854c2-010a-490f-990f-f5fcbe2519f8 of type vxlan for network 2715c768-ff3d-483d-a25c-55835cf66a76 2026-05-05 18:13:45.706 8 INFO neutron.db.l3_hamode_db [None req-7a3f7478-94b5-48f5-b9ec-7762ccdcac45 8ab072c16ebf4333958a3551735692b3 1f24b3a52fe7475fa031245567fa5a41 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-05 18:13:45.821 8 INFO neutron.db.l3_hamode_db [None req-7a3f7478-94b5-48f5-b9ec-7762ccdcac45 8ab072c16ebf4333958a3551735692b3 1f24b3a52fe7475fa031245567fa5a41 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1226/2445] 10.0.0.41 () {34 vars in 675 bytes} [Tue May 5 18:13:45 2026] POST /v2.0/floatingips => generated 552 bytes in 647 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2446] 10.0.0.41 () {34 vars in 758 bytes} [Tue May 5 18:13:45 2026] PUT /v2.0/floatingips/e34d44f3-493d-4725-8519-9e57bdc72710/tags => generated 25 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2447] 10.0.0.41 () {32 vars in 738 bytes} [Tue May 5 18:13:45 2026] GET /v2.0/floatingips/e34d44f3-493d-4725-8519-9e57bdc72710/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: 1229/2448] 10.0.0.41 () {34 vars in 769 bytes} [Tue May 5 18:13:46 2026] PUT /v2.0/floatingips/e34d44f3-493d-4725-8519-9e57bdc72710/tags/green => generated 4 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2449] 10.0.0.41 () {32 vars in 738 bytes} [Tue May 5 18:13:46 2026] GET /v2.0/floatingips/e34d44f3-493d-4725-8519-9e57bdc72710/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2450] 10.0.0.41 () {34 vars in 765 bytes} [Tue May 5 18:13:46 2026] PUT /v2.0/floatingips/e34d44f3-493d-4725-8519-9e57bdc72710/tags/red => generated 4 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2451] 10.0.0.41 () {32 vars in 738 bytes} [Tue May 5 18:13:46 2026] GET /v2.0/floatingips/e34d44f3-493d-4725-8519-9e57bdc72710/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2452] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:13:46 2026] GET /v2.0/ports?device_id=adda96d0-0130-4cab-88ab-f024430dbb78 => generated 1198 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2453] 10.0.0.41 () {34 vars in 787 bytes} [Tue May 5 18:13:46 2026] PUT /v2.0/floatingips/e34d44f3-493d-4725-8519-9e57bdc72710/tags/black.or.white => generated 4 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2454] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:13:46 2026] GET /v2.0/security-groups?id=99b53f01-fb61-453f-b37b-e829e7fd2ca6&fields=id&fields=name => generated 111 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2455] 10.0.0.41 () {32 vars in 738 bytes} [Tue May 5 18:13:46 2026] GET /v2.0/floatingips/e34d44f3-493d-4725-8519-9e57bdc72710/tags => generated 52 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2456] 10.0.0.41 () {34 vars in 667 bytes} [Tue May 5 18:13:45 2026] POST /v2.0/routers => generated 474 bytes in 1173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2457] 10.0.0.41 () {34 vars in 758 bytes} [Tue May 5 18:13:46 2026] PUT /v2.0/floatingips/e34d44f3-493d-4725-8519-9e57bdc72710/tags => generated 37 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2458] 10.0.0.41 () {32 vars in 738 bytes} [Tue May 5 18:13:46 2026] GET /v2.0/floatingips/e34d44f3-493d-4725-8519-9e57bdc72710/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2459] 10.0.0.41 () {34 vars in 750 bytes} [Tue May 5 18:13:46 2026] PUT /v2.0/routers/526c8530-3e70-4d42-aa0f-9b8f780f0496/tags => generated 25 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2460] 10.0.0.41 () {32 vars in 746 bytes} [Tue May 5 18:13:46 2026] GET /v2.0/floatingips/e34d44f3-493d-4725-8519-9e57bdc72710/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:13:46.701 7 INFO neutron.api.v2.resource [None req-75b22f72-784c-424f-9c55-81d89eec519d a728fe794144418980a12bb4990d645c ec4953ab6532443783492f56e068b2ed - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1240/2461] 10.0.0.41 () {32 vars in 750 bytes} [Tue May 5 18:13:46 2026] GET /v2.0/floatingips/e34d44f3-493d-4725-8519-9e57bdc72710/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2462] 10.0.0.41 () {32 vars in 730 bytes} [Tue May 5 18:13:46 2026] GET /v2.0/routers/526c8530-3e70-4d42-aa0f-9b8f780f0496/tags => generated 25 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2463] 10.0.0.41 () {32 vars in 749 bytes} [Tue May 5 18:13:46 2026] DELETE /v2.0/floatingips/e34d44f3-493d-4725-8519-9e57bdc72710/tags/red => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2464] 10.0.0.41 () {32 vars in 738 bytes} [Tue May 5 18:13:46 2026] GET /v2.0/floatingips/e34d44f3-493d-4725-8519-9e57bdc72710/tags => generated 30 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:13:46.902 8 INFO neutron.api.v2.resource [None req-88f5372e-5edf-4315-b83c-05b0d0caf8c4 a728fe794144418980a12bb4990d645c ec4953ab6532443783492f56e068b2ed - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1224/2465] 10.0.0.41 () {32 vars in 753 bytes} [Tue May 5 18:13:46 2026] DELETE /v2.0/floatingips/e34d44f3-493d-4725-8519-9e57bdc72710/tags/green => generated 99 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2466] 10.0.0.41 () {34 vars in 761 bytes} [Tue May 5 18:13:46 2026] PUT /v2.0/routers/526c8530-3e70-4d42-aa0f-9b8f780f0496/tags/green => generated 4 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2467] 10.0.0.41 () {32 vars in 741 bytes} [Tue May 5 18:13:46 2026] DELETE /v2.0/floatingips/e34d44f3-493d-4725-8519-9e57bdc72710/tags => 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: 1243/2468] 10.0.0.41 () {32 vars in 730 bytes} [Tue May 5 18:13:46 2026] GET /v2.0/routers/526c8530-3e70-4d42-aa0f-9b8f780f0496/tags => generated 34 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2469] 10.0.0.41 () {32 vars in 738 bytes} [Tue May 5 18:13:46 2026] GET /v2.0/floatingips/e34d44f3-493d-4725-8519-9e57bdc72710/tags => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:13:47.146 8 INFO neutron_taas.services.taas.taas_plugin [None req-e11b1698-ff2a-4ceb-90ee-3305dffbaf3e a728fe794144418980a12bb4990d645c ec4953ab6532443783492f56e068b2ed - - default default] TaaS: Handle Delete Port: 84ee97c2-2545-44c0-887f-2e1ad8fb17de 2026-05-05 18:13:47.149 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e11b1698-ff2a-4ceb-90ee-3305dffbaf3e a728fe794144418980a12bb4990d645c ec4953ab6532443783492f56e068b2ed - - default default] Tap Mirror: Handle Delete Port: 84ee97c2-2545-44c0-887f-2e1ad8fb17de [pid: 7|app: 0|req: 1244/2470] 10.0.0.41 () {34 vars in 757 bytes} [Tue May 5 18:13:47 2026] PUT /v2.0/routers/526c8530-3e70-4d42-aa0f-9b8f780f0496/tags/red => generated 4 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2471] 10.0.0.41 () {32 vars in 730 bytes} [Tue May 5 18:13:47 2026] GET /v2.0/routers/526c8530-3e70-4d42-aa0f-9b8f780f0496/tags => generated 34 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2472] 10.0.0.41 () {32 vars in 731 bytes} [Tue May 5 18:13:47 2026] DELETE /v2.0/floatingips/e34d44f3-493d-4725-8519-9e57bdc72710 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2473] 10.0.0.41 () {34 vars in 779 bytes} [Tue May 5 18:13:47 2026] PUT /v2.0/routers/526c8530-3e70-4d42-aa0f-9b8f780f0496/tags/black.or.white => generated 4 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2474] 10.0.0.41 () {32 vars in 730 bytes} [Tue May 5 18:13:47 2026] GET /v2.0/routers/526c8530-3e70-4d42-aa0f-9b8f780f0496/tags => generated 52 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2475] 10.0.0.41 () {34 vars in 750 bytes} [Tue May 5 18:13:47 2026] PUT /v2.0/routers/526c8530-3e70-4d42-aa0f-9b8f780f0496/tags => generated 37 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2476] 10.0.0.41 () {32 vars in 730 bytes} [Tue May 5 18:13:47 2026] GET /v2.0/routers/526c8530-3e70-4d42-aa0f-9b8f780f0496/tags => generated 37 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2477] 10.0.0.41 () {32 vars in 738 bytes} [Tue May 5 18:13:47 2026] GET /v2.0/routers/526c8530-3e70-4d42-aa0f-9b8f780f0496/tags/red => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:13:47.952 8 INFO neutron.api.v2.resource [None req-6832516c-6b06-424c-80b6-140d9e3f5793 8ab072c16ebf4333958a3551735692b3 1f24b3a52fe7475fa031245567fa5a41 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1230/2478] 10.0.0.41 () {32 vars in 742 bytes} [Tue May 5 18:13:47 2026] GET /v2.0/routers/526c8530-3e70-4d42-aa0f-9b8f780f0496/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: 1249/2479] 10.0.0.41 () {32 vars in 741 bytes} [Tue May 5 18:13:47 2026] DELETE /v2.0/routers/526c8530-3e70-4d42-aa0f-9b8f780f0496/tags/red => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2480] 10.0.0.41 () {32 vars in 730 bytes} [Tue May 5 18:13:48 2026] GET /v2.0/routers/526c8530-3e70-4d42-aa0f-9b8f780f0496/tags => generated 30 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:13:48.274 8 INFO neutron.api.v2.resource [None req-134b60e4-fa5e-4a8e-8f06-659dbaf5e385 8ab072c16ebf4333958a3551735692b3 1f24b3a52fe7475fa031245567fa5a41 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1232/2481] 10.0.0.41 () {32 vars in 745 bytes} [Tue May 5 18:13:48 2026] DELETE /v2.0/routers/526c8530-3e70-4d42-aa0f-9b8f780f0496/tags/green => generated 99 bytes in 92 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2482] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:13:48 2026] GET /v2.0/security-groups?tenant_id=ec4953ab6532443783492f56e068b2ed&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: 1233/2483] 10.0.0.41 () {32 vars in 733 bytes} [Tue May 5 18:13:48 2026] DELETE /v2.0/routers/526c8530-3e70-4d42-aa0f-9b8f780f0496/tags => 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: 1251/2484] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:13:48 2026] DELETE /v2.0/security-groups/c3724fca-774a-4b27-9b10-5341803a863c => 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: 1234/2485] 10.0.0.41 () {32 vars in 730 bytes} [Tue May 5 18:13:48 2026] GET /v2.0/routers/526c8530-3e70-4d42-aa0f-9b8f780f0496/tags => generated 12 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2486] 10.0.0.41 () {32 vars in 720 bytes} [Tue May 5 18:13:48 2026] GET /v2.0/routers/526c8530-3e70-4d42-aa0f-9b8f780f0496 => generated 480 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2487] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:13:48 2026] GET /v2.0/security-groups?tenant_id=9ba024ed33624ae6a89eb7261f32176b&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2488] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:13:48 2026] DELETE /v2.0/security-groups/799b09bc-224c-4b1f-92fe-44d80ad272bd => 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: 1235/2489] 10.0.0.41 () {34 vars in 741 bytes} [Tue May 5 18:13:48 2026] PUT /v2.0/routers/526c8530-3e70-4d42-aa0f-9b8f780f0496 => generated 480 bytes in 496 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2490] 10.0.0.41 () {32 vars in 735 bytes} [Tue May 5 18:13:49 2026] GET /v2.0/ports?device_id=526c8530-3e70-4d42-aa0f-9b8f780f0496 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:13:49.211 8 INFO neutron_taas.services.taas.taas_plugin [None req-e8e7252c-7f09-47ae-8603-03eaa77f8856 8ab072c16ebf4333958a3551735692b3 1f24b3a52fe7475fa031245567fa5a41 - - default default] TaaS: Handle Delete Port: 33018343-223e-4388-8478-61745b12efef 2026-05-05 18:13:49.215 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e8e7252c-7f09-47ae-8603-03eaa77f8856 8ab072c16ebf4333958a3551735692b3 1f24b3a52fe7475fa031245567fa5a41 - - default default] Tap Mirror: Handle Delete Port: 33018343-223e-4388-8478-61745b12efef 2026-05-05 18:13:49.547 8 INFO neutron.services.segments.plugin [-] Segment 2af854c2-010a-490f-990f-f5fcbe2519f8 resource provider aggregate not found 2026-05-05 18:13:49.551 8 INFO neutron.services.segments.plugin [-] Segment 2af854c2-010a-490f-990f-f5fcbe2519f8 resource provider aggregate not found 2026-05-05 18:13:49.566 8 INFO neutron.services.segments.plugin [-] Segment 2af854c2-010a-490f-990f-f5fcbe2519f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2af854c2-010a-490f-990f-f5fcbe2519f8 found for delete ", "request_id": "req-f591c968-2b7b-4c8a-8e7c-9dc9ad5d0041"}]} 2026-05-05 18:13:49.572 8 INFO neutron.services.segments.plugin [-] Segment 2af854c2-010a-490f-990f-f5fcbe2519f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2af854c2-010a-490f-990f-f5fcbe2519f8 found for delete ", "request_id": "req-355dc6eb-c4bb-4b1e-88fa-203d596c5a99"}]} 2026-05-05 18:13:49.589 8 INFO neutron.db.l3_hamode_db [None req-e8e7252c-7f09-47ae-8603-03eaa77f8856 8ab072c16ebf4333958a3551735692b3 1f24b3a52fe7475fa031245567fa5a41 - - default default] HA network 2715c768-ff3d-483d-a25c-55835cf66a76 was deleted as no HA routers are present in tenant 1f24b3a52fe7475fa031245567fa5a41. [pid: 8|app: 0|req: 1236/2493] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:13:49 2026] DELETE /v2.0/routers/526c8530-3e70-4d42-aa0f-9b8f780f0496 => generated 0 bytes in 536 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2494] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:13:50 2026] GET /v2.0/security-groups?tenant_id=6d73b68c72b04b81b2ee2e345f22caa2&name=default => generated 2929 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2495] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:13:50 2026] DELETE /v2.0/security-groups/f09e90c0-a5b5-4380-bf2e-f95e443e32e8 => 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: 1259/2496] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:13:50 2026] GET /v2.0/security-groups?tenant_id=1f24b3a52fe7475fa031245567fa5a41&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2497] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:13:50 2026] DELETE /v2.0/security-groups/1a839862-c610-449a-af85-cbd18fd5c861 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2498] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:13:51 2026] GET /v2.0/ports?device_id=adda96d0-0130-4cab-88ab-f024430dbb78 => generated 1200 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2499] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:13:51 2026] GET /v2.0/security-groups?id=99b53f01-fb61-453f-b37b-e829e7fd2ca6&fields=id&fields=name => generated 111 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2500] 10.0.0.41 () {32 vars in 817 bytes} [Tue May 5 18:13:51 2026] GET /v2.0/ports?network_id=a09766be-09ab-49fa-8560-64d1492b30ab&mac_address=fa%3A16%3A3e%3A36%3Adc%3A71 => generated 1200 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:13:52.551 8 INFO neutron.db.l3_db [None req-4eaed114-d9e4-47eb-86f3-26dd7f1c93f8 d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] Floating IP a7055a8e-63bd-4e74-914e-cc183b784d2e associated. External IP: 10.96.250.217, port: 451720f7-6549-45c7-abaa-75ef0b16a8bd. 2026-05-05 18:13:52.628 7 INFO neutron.db.segments_db [None req-1b66b659-1403-4e9c-a088-832ff732a9ac cec42f72da98438dbcf84dcf57076cd7 683f17b93d1c4f299eaf18ce7d289cd2 - - default default] Added segment 288a7401-518f-4f6f-820b-38284343c9eb of type vxlan for network c7045222-b4a0-406c-ad6b-d948e2edec02 [pid: 7|app: 0|req: 1262/2501] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:13:52 2026] POST /v2.0/networks => generated 632 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2502] 10.0.0.41 () {34 vars in 676 bytes} [Tue May 5 18:13:51 2026] POST /v2.0/floatingips => generated 855 bytes in 1112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:13:52.923 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3de5b620-7c56-493e-8ac1-615933fbd417'] response: {'name': 'network-changed', 'server_uuid': 'adda96d0-0130-4cab-88ab-f024430dbb78', 'tag': '451720f7-6549-45c7-abaa-75ef0b16a8bd', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1241/2503] 10.0.0.198 () {34 vars in 1094 bytes} [Tue May 5 18:13:52 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-541489503&fields=id&tenant_id=fdea73ee579b41e498b02d89231fc417 => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2504] 10.0.0.41 () {34 vars in 663 bytes} [Tue May 5 18:13:52 2026] POST /v2.0/ports => generated 743 bytes in 278 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/2505] 10.0.0.198 () {34 vars in 982 bytes} [Tue May 5 18:13:53 2026] GET /v2.0/networks?id=a2f03fe5-e30f-4061-aaf6-30bf8d918426 => generated 704 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2506] 10.0.0.198 () {34 vars in 965 bytes} [Tue May 5 18:13:53 2026] GET /v2.0/quotas/fdea73ee579b41e498b02d89231fc417 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2507] 10.0.0.41 () {34 vars in 665 bytes} [Tue May 5 18:13:53 2026] POST /v2.0/trunks => generated 407 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2508] 10.0.0.41 () {34 vars in 748 bytes} [Tue May 5 18:13:53 2026] PUT /v2.0/trunks/806b50c5-7e3c-47ef-9d7c-65b7382679c4/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2509] 10.0.0.198 () {34 vars in 1002 bytes} [Tue May 5 18:13:53 2026] GET /v2.0/ports?tenant_id=fdea73ee579b41e498b02d89231fc417&fields=id => generated 333 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2510] 10.0.0.41 () {32 vars in 728 bytes} [Tue May 5 18:13:53 2026] GET /v2.0/trunks/806b50c5-7e3c-47ef-9d7c-65b7382679c4/tags => generated 25 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2511] 10.0.0.198 () {34 vars in 1008 bytes} [Tue May 5 18:13:53 2026] GET /v2.0/networks/a2f03fe5-e30f-4061-aaf6-30bf8d918426?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: 1267/2512] 10.0.0.41 () {34 vars in 759 bytes} [Tue May 5 18:13:53 2026] PUT /v2.0/trunks/806b50c5-7e3c-47ef-9d7c-65b7382679c4/tags/green => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2513] 10.0.0.198 () {34 vars in 1108 bytes} [Tue May 5 18:13:53 2026] GET /v2.0/networks/a2f03fe5-e30f-4061-aaf6-30bf8d918426?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: 1268/2514] 10.0.0.41 () {32 vars in 728 bytes} [Tue May 5 18:13:53 2026] GET /v2.0/trunks/806b50c5-7e3c-47ef-9d7c-65b7382679c4/tags => generated 34 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2515] 10.0.0.41 () {34 vars in 755 bytes} [Tue May 5 18:13:53 2026] PUT /v2.0/trunks/806b50c5-7e3c-47ef-9d7c-65b7382679c4/tags/red => generated 4 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2516] 10.0.0.41 () {32 vars in 728 bytes} [Tue May 5 18:13:53 2026] GET /v2.0/trunks/806b50c5-7e3c-47ef-9d7c-65b7382679c4/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: 1248/2517] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:13:53 2026] GET /v2.0/ports?tenant_id=fdea73ee579b41e498b02d89231fc417&device_id=adda96d0-0130-4cab-88ab-f024430dbb78 => generated 1469 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2518] 10.0.0.41 () {34 vars in 777 bytes} [Tue May 5 18:13:53 2026] PUT /v2.0/trunks/806b50c5-7e3c-47ef-9d7c-65b7382679c4/tags/black.or.white => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2519] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:13:53 2026] GET /v2.0/ports?device_id=e62d0b58-5550-4f35-8a74-3460a39a2ee6 => 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: 1272/2520] 10.0.0.41 () {32 vars in 728 bytes} [Tue May 5 18:13:53 2026] GET /v2.0/trunks/806b50c5-7e3c-47ef-9d7c-65b7382679c4/tags => generated 52 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2521] 199.19.213.169 () {34 vars in 986 bytes} [Tue May 5 18:13:53 2026] GET /v2.0/networks?id=a09766be-09ab-49fa-8560-64d1492b30ab => generated 801 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2522] 10.0.0.41 () {34 vars in 748 bytes} [Tue May 5 18:13:53 2026] PUT /v2.0/trunks/806b50c5-7e3c-47ef-9d7c-65b7382679c4/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2523] 10.0.0.41 () {32 vars in 728 bytes} [Tue May 5 18:13:53 2026] GET /v2.0/trunks/806b50c5-7e3c-47ef-9d7c-65b7382679c4/tags => generated 37 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2524] 199.19.213.169 () {34 vars in 1058 bytes} [Tue May 5 18:13:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.218&port_id=451720f7-6549-45c7-abaa-75ef0b16a8bd => generated 858 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2525] 199.19.213.169 () {34 vars in 1104 bytes} [Tue May 5 18:13:53 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A37f&port_id=451720f7-6549-45c7-abaa-75ef0b16a8bd => 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: 1251/2526] 10.0.0.41 () {32 vars in 736 bytes} [Tue May 5 18:13:53 2026] GET /v2.0/trunks/806b50c5-7e3c-47ef-9d7c-65b7382679c4/tags/red => generated 0 bytes in 27 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:13:53.640 8 INFO neutron.api.v2.resource [None req-419bcf01-d03f-483a-907e-7e77a008dc39 cec42f72da98438dbcf84dcf57076cd7 683f17b93d1c4f299eaf18ce7d289cd2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1276/2527] 199.19.213.169 () {34 vars in 1064 bytes} [Tue May 5 18:13:53 2026] GET /v2.0/subnets?id=0bc05ce6-0130-4185-bfaa-99a347ae02c2&id=7cb8d332-2459-4fb3-b4be-9012ecc3ebd2 => generated 1411 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2528] 10.0.0.41 () {32 vars in 740 bytes} [Tue May 5 18:13:53 2026] GET /v2.0/trunks/806b50c5-7e3c-47ef-9d7c-65b7382679c4/tags/green => generated 99 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2529] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:13:53 2026] GET /v2.0/ports?network_id=a09766be-09ab-49fa-8560-64d1492b30ab&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2530] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:13:53 2026] DELETE /v2.0/trunks/806b50c5-7e3c-47ef-9d7c-65b7382679c4/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2531] 10.0.0.41 () {32 vars in 728 bytes} [Tue May 5 18:13:53 2026] GET /v2.0/trunks/806b50c5-7e3c-47ef-9d7c-65b7382679c4/tags => generated 30 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2532] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:13:53 2026] GET /v2.0/ports?network_id=a09766be-09ab-49fa-8560-64d1492b30ab&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:13:53.738 8 INFO neutron.api.v2.resource [None req-e6ffc531-fc22-446f-8fe6-f9df06adbc36 cec42f72da98438dbcf84dcf57076cd7 683f17b93d1c4f299eaf18ce7d289cd2 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1255/2533] 10.0.0.41 () {32 vars in 743 bytes} [Tue May 5 18:13:53 2026] DELETE /v2.0/trunks/806b50c5-7e3c-47ef-9d7c-65b7382679c4/tags/green => generated 99 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2534] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:13:53 2026] GET /v2.0/networks/a09766be-09ab-49fa-8560-64d1492b30ab?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: 1256/2535] 10.0.0.41 () {32 vars in 731 bytes} [Tue May 5 18:13:53 2026] DELETE /v2.0/trunks/806b50c5-7e3c-47ef-9d7c-65b7382679c4/tags => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2536] 10.0.0.41 () {32 vars in 728 bytes} [Tue May 5 18:13:53 2026] GET /v2.0/trunks/806b50c5-7e3c-47ef-9d7c-65b7382679c4/tags => 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: 1280/2537] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:13:53 2026] GET /v2.0/networks/a09766be-09ab-49fa-8560-64d1492b30ab?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2538] 10.0.0.41 () {32 vars in 718 bytes} [Tue May 5 18:13:53 2026] GET /v2.0/trunks/806b50c5-7e3c-47ef-9d7c-65b7382679c4 => generated 407 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2539] 10.0.0.41 () {32 vars in 716 bytes} [Tue May 5 18:13:53 2026] GET /v2.0/ports/344b73a1-f953-4976-912d-2cee67b35eb2 => generated 826 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2540] 10.0.0.41 () {32 vars in 721 bytes} [Tue May 5 18:13:53 2026] DELETE /v2.0/trunks/806b50c5-7e3c-47ef-9d7c-65b7382679c4 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:13:54.089 7 INFO neutron_taas.services.taas.taas_plugin [None req-902a4c0e-2e52-4a83-b07f-83909df5cf8c cec42f72da98438dbcf84dcf57076cd7 683f17b93d1c4f299eaf18ce7d289cd2 - - default default] TaaS: Handle Delete Port: 344b73a1-f953-4976-912d-2cee67b35eb2 2026-05-05 18:13:54.093 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-902a4c0e-2e52-4a83-b07f-83909df5cf8c cec42f72da98438dbcf84dcf57076cd7 683f17b93d1c4f299eaf18ce7d289cd2 - - default default] Tap Mirror: Handle Delete Port: 344b73a1-f953-4976-912d-2cee67b35eb2 [pid: 7|app: 0|req: 1282/2541] 10.0.0.41 () {32 vars in 719 bytes} [Tue May 5 18:13:53 2026] DELETE /v2.0/ports/344b73a1-f953-4976-912d-2cee67b35eb2 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:13:54.299 8 INFO neutron.services.segments.plugin [-] Segment 288a7401-518f-4f6f-820b-38284343c9eb resource provider aggregate not found 2026-05-05 18:13:54.303 8 INFO neutron.services.segments.plugin [-] Segment 288a7401-518f-4f6f-820b-38284343c9eb resource provider aggregate not found 2026-05-05 18:13:54.320 8 INFO neutron.services.segments.plugin [-] Segment 288a7401-518f-4f6f-820b-38284343c9eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 288a7401-518f-4f6f-820b-38284343c9eb found for delete ", "request_id": "req-e157b116-0298-4ff9-83f4-320a53a07af4"}]} 2026-05-05 18:13:54.328 8 INFO neutron.services.segments.plugin [-] Segment 288a7401-518f-4f6f-820b-38284343c9eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 288a7401-518f-4f6f-820b-38284343c9eb found for delete ", "request_id": "req-7e1485e1-6a03-4743-ba5a-e7a89de843e9"}]} [pid: 8|app: 0|req: 1260/2542] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:13:54 2026] DELETE /v2.0/networks/c7045222-b4a0-406c-ad6b-d948e2edec02 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:13:54.453 7 INFO neutron.db.segments_db [None req-c773f377-0a40-4fee-b814-df2dfd571577 86a1f5cb4fea48deae6f7d6afc6a9da1 f083ce14855143b397aef235e195b99c - - default default] Added segment faff8c69-50be-4ebe-9cd5-ffe766392e52 of type vxlan for network 32556672-887b-4f08-9496-af2d86294800 [pid: 7|app: 0|req: 1283/2543] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:13:54 2026] POST /v2.0/networks => generated 630 bytes in 328 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2544] 10.0.0.41 () {34 vars in 668 bytes} [Tue May 5 18:13:54 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: 1284/2545] 10.0.0.41 () {34 vars in 750 bytes} [Tue May 5 18:13:54 2026] PUT /v2.0/subnets/e2b10a78-cc11-439c-85b3-b4252a8e1b60/tags => generated 25 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2546] 10.0.0.41 () {32 vars in 730 bytes} [Tue May 5 18:13:54 2026] GET /v2.0/subnets/e2b10a78-cc11-439c-85b3-b4252a8e1b60/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2547] 10.0.0.41 () {34 vars in 761 bytes} [Tue May 5 18:13:54 2026] PUT /v2.0/subnets/e2b10a78-cc11-439c-85b3-b4252a8e1b60/tags/green => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2548] 10.0.0.41 () {32 vars in 730 bytes} [Tue May 5 18:13:54 2026] GET /v2.0/subnets/e2b10a78-cc11-439c-85b3-b4252a8e1b60/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: 1287/2549] 10.0.0.41 () {34 vars in 757 bytes} [Tue May 5 18:13:55 2026] PUT /v2.0/subnets/e2b10a78-cc11-439c-85b3-b4252a8e1b60/tags/red => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2550] 10.0.0.41 () {32 vars in 730 bytes} [Tue May 5 18:13:55 2026] GET /v2.0/subnets/e2b10a78-cc11-439c-85b3-b4252a8e1b60/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2551] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:13:54 2026] GET /v2.0/security-groups?tenant_id=1bf6ede549284b6b8ebde7214608949d&name=default => generated 2929 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2552] 10.0.0.41 () {34 vars in 779 bytes} [Tue May 5 18:13:55 2026] PUT /v2.0/subnets/e2b10a78-cc11-439c-85b3-b4252a8e1b60/tags/black.or.white => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2553] 10.0.0.41 () {32 vars in 730 bytes} [Tue May 5 18:13:55 2026] GET /v2.0/subnets/e2b10a78-cc11-439c-85b3-b4252a8e1b60/tags => generated 52 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2554] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:13:55 2026] DELETE /v2.0/security-groups/5a1d5d9c-84fd-4279-9453-845883bdd9f9 => 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: 1291/2555] 10.0.0.41 () {34 vars in 750 bytes} [Tue May 5 18:13:55 2026] PUT /v2.0/subnets/e2b10a78-cc11-439c-85b3-b4252a8e1b60/tags => generated 37 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2556] 10.0.0.41 () {32 vars in 730 bytes} [Tue May 5 18:13:55 2026] GET /v2.0/subnets/e2b10a78-cc11-439c-85b3-b4252a8e1b60/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2557] 10.0.0.41 () {32 vars in 738 bytes} [Tue May 5 18:13:55 2026] GET /v2.0/subnets/e2b10a78-cc11-439c-85b3-b4252a8e1b60/tags/red => 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: 1266/2558] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:13:55 2026] GET /v2.0/security-groups?tenant_id=683f17b93d1c4f299eaf18ce7d289cd2&name=default => generated 2929 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:13:55.471 7 INFO neutron.api.v2.resource [None req-4b4d4b7b-f001-415b-9758-04f2683cd816 86a1f5cb4fea48deae6f7d6afc6a9da1 f083ce14855143b397aef235e195b99c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1293/2559] 10.0.0.41 () {32 vars in 742 bytes} [Tue May 5 18:13:55 2026] GET /v2.0/subnets/e2b10a78-cc11-439c-85b3-b4252a8e1b60/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2560] 10.0.0.41 () {32 vars in 741 bytes} [Tue May 5 18:13:55 2026] DELETE /v2.0/subnets/e2b10a78-cc11-439c-85b3-b4252a8e1b60/tags/red => 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: 1267/2561] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:13:55 2026] DELETE /v2.0/security-groups/18c36f62-3428-4ab1-ad9a-d0ccbefb0d09 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2562] 10.0.0.41 () {32 vars in 730 bytes} [Tue May 5 18:13:55 2026] GET /v2.0/subnets/e2b10a78-cc11-439c-85b3-b4252a8e1b60/tags => generated 30 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:13:55.689 8 INFO neutron.api.v2.resource [None req-7ea54cf9-1106-42ac-854f-835936214e33 86a1f5cb4fea48deae6f7d6afc6a9da1 f083ce14855143b397aef235e195b99c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1268/2563] 10.0.0.41 () {32 vars in 745 bytes} [Tue May 5 18:13:55 2026] DELETE /v2.0/subnets/e2b10a78-cc11-439c-85b3-b4252a8e1b60/tags/green => generated 99 bytes in 67 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2564] 10.0.0.41 () {32 vars in 733 bytes} [Tue May 5 18:13:55 2026] DELETE /v2.0/subnets/e2b10a78-cc11-439c-85b3-b4252a8e1b60/tags => 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: 1269/2565] 10.0.0.41 () {32 vars in 730 bytes} [Tue May 5 18:13:55 2026] GET /v2.0/subnets/e2b10a78-cc11-439c-85b3-b4252a8e1b60/tags => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2566] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:13:55 2026] DELETE /v2.0/subnets/e2b10a78-cc11-439c-85b3-b4252a8e1b60 => 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: 1270/2567] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:13:55 2026] DELETE /v2.0/networks/32556672-887b-4f08-9496-af2d86294800 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:13:56.343 8 INFO neutron.services.segments.plugin [-] Segment faff8c69-50be-4ebe-9cd5-ffe766392e52 resource provider aggregate not found 2026-05-05 18:13:56.352 8 INFO neutron.services.segments.plugin [-] Segment faff8c69-50be-4ebe-9cd5-ffe766392e52 resource provider aggregate not found 2026-05-05 18:13:56.358 8 INFO neutron.services.segments.plugin [-] Segment faff8c69-50be-4ebe-9cd5-ffe766392e52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid faff8c69-50be-4ebe-9cd5-ffe766392e52 found for delete ", "request_id": "req-ff83b7ff-29e6-4725-a849-7a9c43287117"}]} 2026-05-05 18:13:56.369 8 INFO neutron.services.segments.plugin [-] Segment faff8c69-50be-4ebe-9cd5-ffe766392e52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid faff8c69-50be-4ebe-9cd5-ffe766392e52 found for delete ", "request_id": "req-d18b7182-deb5-4c65-8f63-2c20d597d536"}]} [pid: 7|app: 0|req: 1298/2568] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:13:56 2026] GET /v2.0/security-groups?tenant_id=f083ce14855143b397aef235e195b99c&name=default => generated 2929 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2569] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:13:57 2026] DELETE /v2.0/security-groups/cc0085fd-e797-4b47-8d77-aa9c5921c4ca => 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: 1299/2570] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:13:57 2026] GET /v2.0/security-groups?tenant_id=85e828eb817b45f891229d27205860e6&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2571] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:13:57 2026] DELETE /v2.0/security-groups/1f2143ce-73a7-43f1-ae2d-c22f8e5a20c9 => 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: 1300/2572] 199.19.213.169 () {34 vars in 986 bytes} [Tue May 5 18:13:57 2026] GET /v2.0/networks?id=a2f03fe5-e30f-4061-aaf6-30bf8d918426 => generated 704 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2573] 199.19.213.169 () {34 vars in 1050 bytes} [Tue May 5 18:13:57 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=fdea73ee579b41e498b02d89231fc417 => generated 178 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2574] 199.19.213.169 () {38 vars in 955 bytes} [Tue May 5 18:13:57 2026] POST /v2.0/ports => generated 1187 bytes in 487 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: 1302/2575] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:13:58 2026] GET /v2.0/ports?device_id=e62d0b58-5550-4f35-8a74-3460a39a2ee6 => generated 1202 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2576] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:13:58 2026] GET /v2.0/security-groups?id=99b53f01-fb61-453f-b37b-e829e7fd2ca6&fields=id&fields=name => generated 111 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2577] 199.19.213.169 () {38 vars in 1028 bytes} [Tue May 5 18:13:58 2026] PUT /v2.0/ports/d1c2adba-562b-478a-8867-54f05e448129 => generated 1468 bytes in 421 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:13:58.840 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-51977919-3de6-4f33-8ee1-8662ffad8286'] response: {'name': 'network-changed', 'server_uuid': 'e62d0b58-5550-4f35-8a74-3460a39a2ee6', 'tag': 'd1c2adba-562b-478a-8867-54f05e448129', '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: 1275/2578] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:13:59 2026] GET /v2.0/ports?tenant_id=fdea73ee579b41e498b02d89231fc417&device_id=e62d0b58-5550-4f35-8a74-3460a39a2ee6 => generated 1471 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2579] 199.19.213.169 () {34 vars in 1018 bytes} [Tue May 5 18:13:59 2026] GET /v2.0/networks?tenant_id=fdea73ee579b41e498b02d89231fc417&shared=False => generated 2374 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2580] 199.19.213.169 () {34 vars in 930 bytes} [Tue May 5 18:13:59 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: 1304/2581] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:13:59 2026] GET /v2.0/security-groups?tenant_id=3be1ded4c70e450895a6a7c1d12d4ea7&name=default => generated 2929 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2582] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:13:59 2026] DELETE /v2.0/security-groups/6a7c62e8-b4e9-42ed-b971-ccc64736764d => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2583] 10.0.0.84 () {34 vars in 989 bytes} [Tue May 5 18:13:59 2026] GET /v2.0/ports?device_id=adda96d0-0130-4cab-88ab-f024430dbb78 => generated 1469 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2584] 10.0.0.84 () {34 vars in 1039 bytes} [Tue May 5 18:13:59 2026] GET /v2.0/security-groups?id=99b53f01-fb61-453f-b37b-e829e7fd2ca6&fields=id&fields=name => generated 111 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2585] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:13:59 2026] GET /v2.0/security-groups?tenant_id=2432aa64b8dc4374800b36ce74c388a2&name=default => generated 2929 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2586] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:14:00 2026] DELETE /v2.0/security-groups/22a4a4fb-0385-44af-a2ea-f8f485d7b36c => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2587] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:14:00 2026] GET /v2.0/ports?tenant_id=fdea73ee579b41e498b02d89231fc417&device_id=e62d0b58-5550-4f35-8a74-3460a39a2ee6 => generated 1471 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2588] 199.19.213.169 () {34 vars in 1058 bytes} [Tue May 5 18:14:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.138&port_id=d1c2adba-562b-478a-8867-54f05e448129 => 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: 1308/2589] 199.19.213.169 () {34 vars in 1106 bytes} [Tue May 5 18:14:00 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2c5&port_id=d1c2adba-562b-478a-8867-54f05e448129 => 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: 1282/2590] 199.19.213.169 () {34 vars in 1064 bytes} [Tue May 5 18:14:00 2026] GET /v2.0/subnets?id=04d0b477-6a1d-42c9-8d77-2c417f6b28f8&id=8a54b399-d378-4e34-ac8c-eb90dcbb490f => generated 1413 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2591] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:14:00 2026] GET /v2.0/ports?network_id=a2f03fe5-e30f-4061-aaf6-30bf8d918426&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: 1283/2592] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:14:00 2026] GET /v2.0/ports?network_id=a2f03fe5-e30f-4061-aaf6-30bf8d918426&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: 1310/2593] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:14:00 2026] GET /v2.0/networks/a2f03fe5-e30f-4061-aaf6-30bf8d918426?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: 1284/2594] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:14:00 2026] GET /v2.0/networks/a2f03fe5-e30f-4061-aaf6-30bf8d918426?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: 1311/2595] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:14:03 2026] GET /v2.0/ports?device_id=e62d0b58-5550-4f35-8a74-3460a39a2ee6 => generated 1204 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2596] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:14:03 2026] GET /v2.0/security-groups?id=99b53f01-fb61-453f-b37b-e829e7fd2ca6&fields=id&fields=name => generated 111 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2599] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:14:08 2026] GET /v2.0/ports?device_id=e62d0b58-5550-4f35-8a74-3460a39a2ee6 => generated 1204 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2600] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:14:09 2026] GET /v2.0/security-groups?id=99b53f01-fb61-453f-b37b-e829e7fd2ca6&fields=id&fields=name => generated 111 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2601] 10.0.0.41 () {32 vars in 817 bytes} [Tue May 5 18:14:09 2026] GET /v2.0/ports?network_id=a2f03fe5-e30f-4061-aaf6-30bf8d918426&mac_address=fa%3A16%3A3e%3A05%3A03%3A2d => generated 1204 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:14:09.963 8 INFO neutron.db.l3_db [None req-90083d4d-ef0a-45b6-8565-cde73e7dc85c d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] Floating IP 835e9559-6b1a-494c-8d10-f163d9086bec associated. External IP: 10.96.250.214, port: d1c2adba-562b-478a-8867-54f05e448129. [pid: 8|app: 0|req: 1288/2602] 10.0.0.41 () {34 vars in 676 bytes} [Tue May 5 18:14:09 2026] POST /v2.0/floatingips => generated 855 bytes in 1056 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:14:10.274 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b704a47a-f4c0-4b9c-9406-6a2841ebb37d'] response: {'name': 'network-changed', 'server_uuid': 'e62d0b58-5550-4f35-8a74-3460a39a2ee6', 'tag': 'd1c2adba-562b-478a-8867-54f05e448129', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1315/2603] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:14:10 2026] GET /v2.0/ports?tenant_id=fdea73ee579b41e498b02d89231fc417&device_id=e62d0b58-5550-4f35-8a74-3460a39a2ee6 => generated 1473 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2604] 199.19.213.169 () {34 vars in 986 bytes} [Tue May 5 18:14:10 2026] GET /v2.0/networks?id=a2f03fe5-e30f-4061-aaf6-30bf8d918426 => generated 799 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2605] 199.19.213.169 () {34 vars in 1058 bytes} [Tue May 5 18:14:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.138&port_id=d1c2adba-562b-478a-8867-54f05e448129 => generated 858 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2606] 199.19.213.169 () {34 vars in 1106 bytes} [Tue May 5 18:14:10 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2c5&port_id=d1c2adba-562b-478a-8867-54f05e448129 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2607] 199.19.213.169 () {34 vars in 1064 bytes} [Tue May 5 18:14:10 2026] GET /v2.0/subnets?id=04d0b477-6a1d-42c9-8d77-2c417f6b28f8&id=8a54b399-d378-4e34-ac8c-eb90dcbb490f => generated 1413 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2608] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:14:11 2026] GET /v2.0/ports?network_id=a2f03fe5-e30f-4061-aaf6-30bf8d918426&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2609] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:14:11 2026] GET /v2.0/ports?network_id=a2f03fe5-e30f-4061-aaf6-30bf8d918426&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2610] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:14:11 2026] GET /v2.0/networks/a2f03fe5-e30f-4061-aaf6-30bf8d918426?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: 1319/2611] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:14:11 2026] GET /v2.0/networks/a2f03fe5-e30f-4061-aaf6-30bf8d918426?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: 1293/2612] 10.0.0.84 () {34 vars in 989 bytes} [Tue May 5 18:14:16 2026] GET /v2.0/ports?device_id=e62d0b58-5550-4f35-8a74-3460a39a2ee6 => generated 1473 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2613] 10.0.0.84 () {34 vars in 1039 bytes} [Tue May 5 18:14:16 2026] GET /v2.0/security-groups?id=99b53f01-fb61-453f-b37b-e829e7fd2ca6&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2616] 10.0.0.41 () {32 vars in 720 bytes} [Tue May 5 18:14:27 2026] GET /v2.0/subnets/2e63e44a-1ee3-4238-92fb-890f3d3a25d4 => 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: 1322/2617] 10.0.0.21 () {30 vars in 689 bytes} [Tue May 5 18:14:28 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2618] 10.0.0.21 () {30 vars in 691 bytes} [Tue May 5 18:14:28 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: 1323/2619] 10.0.0.21 () {30 vars in 667 bytes} [Tue May 5 18:14:28 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2620] 10.0.0.21 () {30 vars in 703 bytes} [Tue May 5 18:14:28 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: 1324/2621] 10.0.0.21 () {28 vars in 438 bytes} [Tue May 5 18:14:29 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: 1298/2622] 10.0.0.21 () {30 vars in 727 bytes} [Tue May 5 18:14:29 2026] GET /v2.0/subnets/2e63e44a-1ee3-4238-92fb-890f3d3a25d4 => generated 658 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2623] 10.0.0.21 () {30 vars in 689 bytes} [Tue May 5 18:14:29 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: 1299/2624] 10.0.0.21 () {30 vars in 691 bytes} [Tue May 5 18:14:29 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: 1326/2625] 10.0.0.21 () {30 vars in 667 bytes} [Tue May 5 18:14:29 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2626] 10.0.0.21 () {30 vars in 703 bytes} [Tue May 5 18:14:29 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: 1327/2627] 10.0.0.21 () {30 vars in 727 bytes} [Tue May 5 18:14:29 2026] GET /v2.0/subnets/2e63e44a-1ee3-4238-92fb-890f3d3a25d4 => 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: 1301/2628] 10.0.0.21 () {30 vars in 689 bytes} [Tue May 5 18:14:29 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: 1328/2629] 10.0.0.21 () {30 vars in 691 bytes} [Tue May 5 18:14:29 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2630] 10.0.0.21 () {30 vars in 667 bytes} [Tue May 5 18:14:29 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2631] 10.0.0.21 () {30 vars in 703 bytes} [Tue May 5 18:14:29 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2632] 10.0.0.21 () {30 vars in 729 bytes} [Tue May 5 18:14:29 2026] GET /v2.0/networks/1e58f94a-2086-4023-b3ff-c332f6344414 => generated 799 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2633] 10.0.0.21 () {30 vars in 681 bytes} [Tue May 5 18:14:29 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2634] 10.0.0.21 () {34 vars in 703 bytes} [Tue May 5 18:14:29 2026] POST /v2.0/ports => generated 1128 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2635] 199.19.213.169 () {30 vars in 703 bytes} [Tue May 5 18:14:32 2026] GET /v2.0/extensions/security-group => generated 170 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: 1305/2636] 199.19.213.169 () {30 vars in 705 bytes} [Tue May 5 18:14:32 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2637] 199.19.213.169 () {30 vars in 681 bytes} [Tue May 5 18:14:32 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: 1306/2638] 199.19.213.169 () {30 vars in 717 bytes} [Tue May 5 18:14:32 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2639] 199.19.213.169 () {30 vars in 737 bytes} [Tue May 5 18:14:32 2026] GET /v2.0/ports/e7ec4557-9fd2-44c7-8b08-ee28fc68a065 => 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: 1307/2640] 199.19.213.169 () {30 vars in 703 bytes} [Tue May 5 18:14:33 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: 1334/2641] 199.19.213.169 () {30 vars in 705 bytes} [Tue May 5 18:14:33 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2642] 199.19.213.169 () {30 vars in 681 bytes} [Tue May 5 18:14:33 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: 1335/2643] 199.19.213.169 () {30 vars in 717 bytes} [Tue May 5 18:14:33 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:14:33.292 8 INFO neutron.api.v2.resource [None req-485bb0a8-053a-4f4a-a879-c9d6b6ad47fe c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1309/2644] 199.19.213.169 () {30 vars in 763 bytes} [Tue May 5 18:14:33 2026] GET /v2.0/security-groups/lb-fed75e2a-5830-49d9-bba0-a16fbaebf1cb => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2645] 199.19.213.169 () {30 vars in 785 bytes} [Tue May 5 18:14:33 2026] GET /v2.0/security-groups?name=lb-fed75e2a-5830-49d9-bba0-a16fbaebf1cb => generated 23 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2646] 199.19.213.169 () {34 vars in 736 bytes} [Tue May 5 18:14:33 2026] POST /v2.0/security-groups => generated 1638 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2647] 199.19.213.169 () {30 vars in 815 bytes} [Tue May 5 18:14:33 2026] GET /v2.0/security-group-rules?security_group_id=1a3fe3b6-6491-4662-b363-46e8f7c414d9 => generated 1182 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2648] 199.19.213.169 () {34 vars in 789 bytes} [Tue May 5 18:14:33 2026] PUT /v2.0/ports/e7ec4557-9fd2-44c7-8b08-ee28fc68a065 => generated 1128 bytes in 313 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2649] 199.19.213.169 () {30 vars in 703 bytes} [Tue May 5 18:14:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1312/2650] 199.19.213.169 () {30 vars in 705 bytes} [Tue May 5 18:14:33 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: 1339/2651] 199.19.213.169 () {30 vars in 681 bytes} [Tue May 5 18:14:33 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: 1313/2652] 199.19.213.169 () {30 vars in 717 bytes} [Tue May 5 18:14:33 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: 1340/2653] 199.19.213.169 () {30 vars in 741 bytes} [Tue May 5 18:14:33 2026] GET /v2.0/subnets/2e63e44a-1ee3-4238-92fb-890f3d3a25d4 => 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: 1342/2656] 10.0.0.198 () {34 vars in 1016 bytes} [Tue May 5 18:14:41 2026] GET /v2.0/security-groups?id=1c7b1d28-9897-4378-a6fb-9de4abdb86b6&fields=id => generated 69 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2657] 10.0.0.198 () {34 vars in 982 bytes} [Tue May 5 18:14:41 2026] GET /v2.0/networks?id=b6007952-ec85-45ac-8d9e-b3c89896f40b => generated 735 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2658] 10.0.0.198 () {34 vars in 965 bytes} [Tue May 5 18:14:41 2026] GET /v2.0/quotas/25d0a2ac30f34d7a8dfccc75e533560a => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2659] 10.0.0.198 () {34 vars in 1002 bytes} [Tue May 5 18:14:41 2026] GET /v2.0/ports?tenant_id=25d0a2ac30f34d7a8dfccc75e533560a&fields=id => generated 149 bytes in 651 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2660] 10.0.0.198 () {34 vars in 1008 bytes} [Tue May 5 18:14:42 2026] GET /v2.0/networks/b6007952-ec85-45ac-8d9e-b3c89896f40b?fields=segments => generated 14 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2661] 10.0.0.198 () {34 vars in 1108 bytes} [Tue May 5 18:14:42 2026] GET /v2.0/networks/b6007952-ec85-45ac-8d9e-b3c89896f40b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2662] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:14:42 2026] GET /v2.0/ports?device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2663] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:14:43 2026] GET /v2.0/ports?device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2664] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:14:45 2026] GET /v2.0/ports?device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => 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: 1319/2665] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:14:46 2026] GET /v2.0/ports?device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => 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: 1347/2666] 199.19.213.169 () {34 vars in 986 bytes} [Tue May 5 18:14:47 2026] GET /v2.0/networks?id=b6007952-ec85-45ac-8d9e-b3c89896f40b => generated 735 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2667] 199.19.213.169 () {34 vars in 1050 bytes} [Tue May 5 18:14:47 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=25d0a2ac30f34d7a8dfccc75e533560a => generated 343 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2668] 199.19.213.169 () {38 vars in 955 bytes} [Tue May 5 18:14:47 2026] POST /v2.0/ports => generated 1082 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2669] 199.19.213.169 () {38 vars in 1028 bytes} [Tue May 5 18:14:47 2026] PUT /v2.0/ports/a4cb2490-71c0-42b2-bf2a-1f99c68e455d => generated 1243 bytes in 488 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:14:48.078 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f3da5211-311c-4811-9807-ea17feefaf29'] response: {'name': 'network-changed', 'server_uuid': '657305c3-5928-4a86-8b34-ae26bae6bf5f', 'tag': 'a4cb2490-71c0-42b2-bf2a-1f99c68e455d', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1349/2670] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:14:48 2026] GET /v2.0/ports?tenant_id=25d0a2ac30f34d7a8dfccc75e533560a&device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => generated 1246 bytes in 59 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: 1322/2671] 199.19.213.169 () {34 vars in 1018 bytes} [Tue May 5 18:14:48 2026] GET /v2.0/networks?tenant_id=25d0a2ac30f34d7a8dfccc75e533560a&shared=False => generated 735 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2672] 199.19.213.169 () {34 vars in 930 bytes} [Tue May 5 18:14:48 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2673] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:14:48 2026] GET /v2.0/ports?device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => generated 1246 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2674] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:14:48 2026] GET /v2.0/security-groups?id=1c7b1d28-9897-4378-a6fb-9de4abdb86b6&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2675] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:14:48 2026] GET /v2.0/ports?device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => generated 1246 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2678] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:14:49 2026] GET /v2.0/ports?tenant_id=25d0a2ac30f34d7a8dfccc75e533560a&device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => generated 1246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2679] 199.19.213.169 () {34 vars in 1062 bytes} [Tue May 5 18:14:49 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.134&port_id=a4cb2490-71c0-42b2-bf2a-1f99c68e455d => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2680] 199.19.213.169 () {34 vars in 984 bytes} [Tue May 5 18:14:49 2026] GET /v2.0/subnets?id=e47a3732-0de7-4d15-97b8-fe80d11cca97 => 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: 1327/2681] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:14:49 2026] GET /v2.0/ports?network_id=b6007952-ec85-45ac-8d9e-b3c89896f40b&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2682] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:14:49 2026] GET /v2.0/networks/b6007952-ec85-45ac-8d9e-b3c89896f40b?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: 1328/2683] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:14:50 2026] GET /v2.0/networks/b6007952-ec85-45ac-8d9e-b3c89896f40b?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: 1356/2684] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:14:51 2026] GET /v2.0/ports?device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => generated 1246 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2685] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:14:52 2026] GET /v2.0/security-groups?id=1c7b1d28-9897-4378-a6fb-9de4abdb86b6&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2686] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:14:52 2026] GET /v2.0/ports?device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => generated 1246 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2687] 199.19.213.169 () {34 vars in 994 bytes} [Tue May 5 18:14:53 2026] GET /v2.0/ports?device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => generated 1248 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2688] 199.19.213.169 () {34 vars in 1044 bytes} [Tue May 5 18:14:53 2026] GET /v2.0/security-groups?id=1c7b1d28-9897-4378-a6fb-9de4abdb86b6&fields=id&fields=name => generated 96 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2689] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:14:54 2026] GET /v2.0/ports?device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2690] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:14:54 2026] GET /v2.0/security-groups?id=1c7b1d28-9897-4378-a6fb-9de4abdb86b6&fields=id&fields=name => generated 96 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2691] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:14:54 2026] GET /v2.0/ports?device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => generated 1248 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2692] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:14:57 2026] GET /v2.0/ports?device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => generated 1248 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2693] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:14:58 2026] GET /v2.0/security-groups?id=1c7b1d28-9897-4378-a6fb-9de4abdb86b6&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2694] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:14:58 2026] GET /v2.0/ports?device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => generated 1248 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2699] 199.19.213.169 () {30 vars in 703 bytes} [Tue May 5 18:15:32 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2700] 199.19.213.169 () {30 vars in 705 bytes} [Tue May 5 18:15:32 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: 1365/2701] 199.19.213.169 () {30 vars in 681 bytes} [Tue May 5 18:15:32 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2702] 199.19.213.169 () {30 vars in 717 bytes} [Tue May 5 18:15:32 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: 1366/2703] 199.19.213.169 () {30 vars in 741 bytes} [Tue May 5 18:15:32 2026] GET /v2.0/subnets/2e63e44a-1ee3-4238-92fb-890f3d3a25d4 => 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: 1338/2704] 199.19.213.169 () {30 vars in 769 bytes} [Tue May 5 18:15:32 2026] GET /v2.0/ports?device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => generated 1248 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2705] 199.19.213.169 () {34 vars in 717 bytes} [Tue May 5 18:15:32 2026] POST /v2.0/ports => generated 1055 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2706] 10.0.0.198 () {34 vars in 971 bytes} [Tue May 5 18:15:33 2026] GET /v2.0/ports/1aa3d0e7-6a4e-4477-9dd7-616c2a51eed7 => generated 1055 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2707] 10.0.0.198 () {34 vars in 907 bytes} [Tue May 5 18:15:33 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2710] 199.19.213.169 () {34 vars in 1262 bytes} [Tue May 5 18:15:34 2026] GET /v2.0/ports/1aa3d0e7-6a4e-4477-9dd7-616c2a51eed7?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2711] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:15:34 2026] GET /v2.0/networks/1e58f94a-2086-4023-b3ff-c332f6344414?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2712] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:15:34 2026] GET /v2.0/networks/1e58f94a-2086-4023-b3ff-c332f6344414?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: 1342/2713] 199.19.213.169 () {34 vars in 975 bytes} [Tue May 5 18:15:35 2026] GET /v2.0/ports/1aa3d0e7-6a4e-4477-9dd7-616c2a51eed7 => generated 1055 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2714] 199.19.213.169 () {34 vars in 986 bytes} [Tue May 5 18:15:35 2026] GET /v2.0/networks?id=1e58f94a-2086-4023-b3ff-c332f6344414 => generated 802 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2715] 199.19.213.169 () {38 vars in 1028 bytes} [Tue May 5 18:15:35 2026] PUT /v2.0/ports/1aa3d0e7-6a4e-4477-9dd7-616c2a51eed7 => generated 1245 bytes in 480 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:15:35.768 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6bc85a58-2eee-4905-b707-490b8a65d03b'] response: {'name': 'network-changed', 'server_uuid': '657305c3-5928-4a86-8b34-ae26bae6bf5f', 'tag': '1aa3d0e7-6a4e-4477-9dd7-616c2a51eed7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1373/2716] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:15:36 2026] GET /v2.0/ports?tenant_id=25d0a2ac30f34d7a8dfccc75e533560a&device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => generated 2485 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2717] 199.19.213.169 () {34 vars in 986 bytes} [Tue May 5 18:15:36 2026] GET /v2.0/networks?id=1e58f94a-2086-4023-b3ff-c332f6344414 => generated 802 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2718] 199.19.213.169 () {34 vars in 1056 bytes} [Tue May 5 18:15:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.24&port_id=1aa3d0e7-6a4e-4477-9dd7-616c2a51eed7 => 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: 1345/2719] 199.19.213.169 () {34 vars in 984 bytes} [Tue May 5 18:15:36 2026] GET /v2.0/subnets?id=2e63e44a-1ee3-4238-92fb-890f3d3a25d4 => generated 679 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2720] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:15:36 2026] GET /v2.0/ports?network_id=1e58f94a-2086-4023-b3ff-c332f6344414&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: 1346/2721] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:15:36 2026] GET /v2.0/networks/1e58f94a-2086-4023-b3ff-c332f6344414?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: 1376/2722] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:15:36 2026] GET /v2.0/networks/1e58f94a-2086-4023-b3ff-c332f6344414?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: 1347/2723] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:15:37 2026] GET /v2.0/ports?tenant_id=25d0a2ac30f34d7a8dfccc75e533560a&device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => generated 2485 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2724] 199.19.213.169 () {34 vars in 1062 bytes} [Tue May 5 18:15:37 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.134&port_id=a4cb2490-71c0-42b2-bf2a-1f99c68e455d => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2725] 199.19.213.169 () {34 vars in 984 bytes} [Tue May 5 18:15:37 2026] GET /v2.0/subnets?id=e47a3732-0de7-4d15-97b8-fe80d11cca97 => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2726] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:15:37 2026] GET /v2.0/ports?network_id=b6007952-ec85-45ac-8d9e-b3c89896f40b&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2727] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:15:37 2026] GET /v2.0/networks/b6007952-ec85-45ac-8d9e-b3c89896f40b?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: 1379/2728] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:15:37 2026] GET /v2.0/networks/b6007952-ec85-45ac-8d9e-b3c89896f40b?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: 1350/2729] 199.19.213.169 () {34 vars in 1056 bytes} [Tue May 5 18:15:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.24&port_id=1aa3d0e7-6a4e-4477-9dd7-616c2a51eed7 => 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: 1380/2730] 199.19.213.169 () {34 vars in 984 bytes} [Tue May 5 18:15:37 2026] GET /v2.0/subnets?id=2e63e44a-1ee3-4238-92fb-890f3d3a25d4 => 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: 1351/2731] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:15:37 2026] GET /v2.0/ports?network_id=1e58f94a-2086-4023-b3ff-c332f6344414&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2732] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:15:38 2026] GET /v2.0/networks/1e58f94a-2086-4023-b3ff-c332f6344414?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: 1352/2733] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:15:38 2026] GET /v2.0/networks/1e58f94a-2086-4023-b3ff-c332f6344414?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: 1382/2734] 10.0.0.198 () {34 vars in 971 bytes} [Tue May 5 18:15:42 2026] GET /v2.0/ports/1aa3d0e7-6a4e-4477-9dd7-616c2a51eed7 => generated 1247 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2735] 199.19.213.169 () {34 vars in 789 bytes} [Tue May 5 18:15:42 2026] PUT /v2.0/ports/1aa3d0e7-6a4e-4477-9dd7-616c2a51eed7 => generated 1271 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:15:42.378 7 INFO neutron.api.v2.resource [None req-49fa62ca-3f7b-4bd8-bdfd-5d27c4440489 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1383/2736] 199.19.213.169 () {30 vars in 763 bytes} [Tue May 5 18:15:42 2026] GET /v2.0/security-groups/lb-fed75e2a-5830-49d9-bba0-a16fbaebf1cb => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 18:15:42.394 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-688e897c-f70f-42bd-ad2c-befb57c43e6f'] response: {'name': 'network-changed', 'server_uuid': '657305c3-5928-4a86-8b34-ae26bae6bf5f', 'tag': '1aa3d0e7-6a4e-4477-9dd7-616c2a51eed7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1354/2737] 199.19.213.169 () {30 vars in 785 bytes} [Tue May 5 18:15:42 2026] GET /v2.0/security-groups?name=lb-fed75e2a-5830-49d9-bba0-a16fbaebf1cb => generated 1639 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2738] 199.19.213.169 () {34 vars in 789 bytes} [Tue May 5 18:15:42 2026] PUT /v2.0/ports/1aa3d0e7-6a4e-4477-9dd7-616c2a51eed7 => generated 1309 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:15:42.782 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3177fc61-e8ba-4ac2-8b80-753d7acdc3ea'] response: {'name': 'network-changed', 'server_uuid': '657305c3-5928-4a86-8b34-ae26bae6bf5f', 'tag': '1aa3d0e7-6a4e-4477-9dd7-616c2a51eed7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1355/2739] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:15:42 2026] GET /v2.0/ports?tenant_id=25d0a2ac30f34d7a8dfccc75e533560a&device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => generated 2585 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: 1385/2740] 199.19.213.169 () {34 vars in 986 bytes} [Tue May 5 18:15:42 2026] GET /v2.0/networks?id=1e58f94a-2086-4023-b3ff-c332f6344414 => generated 802 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2741] 199.19.213.169 () {34 vars in 1056 bytes} [Tue May 5 18:15:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.24&port_id=1aa3d0e7-6a4e-4477-9dd7-616c2a51eed7 => 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: 1386/2742] 199.19.213.169 () {34 vars in 984 bytes} [Tue May 5 18:15:43 2026] GET /v2.0/subnets?id=2e63e44a-1ee3-4238-92fb-890f3d3a25d4 => generated 679 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2743] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:15:43 2026] GET /v2.0/ports?network_id=1e58f94a-2086-4023-b3ff-c332f6344414&device_owner=network%3Adhcp => generated 1461 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2744] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:15:43 2026] GET /v2.0/networks/1e58f94a-2086-4023-b3ff-c332f6344414?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: 1358/2745] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:15:43 2026] GET /v2.0/networks/1e58f94a-2086-4023-b3ff-c332f6344414?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: 1388/2746] 199.19.213.169 () {30 vars in 703 bytes} [Tue May 5 18:15:43 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: 1359/2747] 199.19.213.169 () {30 vars in 705 bytes} [Tue May 5 18:15:43 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: 1389/2748] 199.19.213.169 () {30 vars in 681 bytes} [Tue May 5 18:15:43 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: 1360/2749] 199.19.213.169 () {30 vars in 717 bytes} [Tue May 5 18:15:43 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: 1390/2750] 199.19.213.169 () {30 vars in 741 bytes} [Tue May 5 18:15:43 2026] GET /v2.0/subnets/2e63e44a-1ee3-4238-92fb-890f3d3a25d4 => generated 676 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2751] 199.19.213.169 () {30 vars in 737 bytes} [Tue May 5 18:15:43 2026] GET /v2.0/ports/e7ec4557-9fd2-44c7-8b08-ee28fc68a065 => generated 1128 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2752] 199.19.213.169 () {30 vars in 737 bytes} [Tue May 5 18:15:43 2026] GET /v2.0/ports/1aa3d0e7-6a4e-4477-9dd7-616c2a51eed7 => generated 1345 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2753] 199.19.213.169 () {30 vars in 741 bytes} [Tue May 5 18:15:43 2026] GET /v2.0/subnets/2e63e44a-1ee3-4238-92fb-890f3d3a25d4 => 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: 1392/2754] 199.19.213.169 () {30 vars in 743 bytes} [Tue May 5 18:15:43 2026] GET /v2.0/networks/1e58f94a-2086-4023-b3ff-c332f6344414 => generated 799 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2755] 199.19.213.169 () {30 vars in 737 bytes} [Tue May 5 18:15:43 2026] GET /v2.0/ports/e7ec4557-9fd2-44c7-8b08-ee28fc68a065 => generated 1128 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2756] 199.19.213.169 () {30 vars in 741 bytes} [Tue May 5 18:15:43 2026] GET /v2.0/subnets/2e63e44a-1ee3-4238-92fb-890f3d3a25d4 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2757] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:15:44 2026] GET /v2.0/ports?tenant_id=25d0a2ac30f34d7a8dfccc75e533560a&device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => generated 2585 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2758] 199.19.213.169 () {34 vars in 986 bytes} [Tue May 5 18:15:44 2026] GET /v2.0/networks?id=1e58f94a-2086-4023-b3ff-c332f6344414 => generated 802 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2759] 199.19.213.169 () {34 vars in 1056 bytes} [Tue May 5 18:15:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.24&port_id=1aa3d0e7-6a4e-4477-9dd7-616c2a51eed7 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2760] 199.19.213.169 () {34 vars in 984 bytes} [Tue May 5 18:15:44 2026] GET /v2.0/subnets?id=2e63e44a-1ee3-4238-92fb-890f3d3a25d4 => generated 679 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2761] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:15:44 2026] GET /v2.0/ports?network_id=1e58f94a-2086-4023-b3ff-c332f6344414&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: 1396/2762] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:15:44 2026] GET /v2.0/networks/1e58f94a-2086-4023-b3ff-c332f6344414?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2763] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:15:44 2026] GET /v2.0/networks/1e58f94a-2086-4023-b3ff-c332f6344414?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:15:51.199 8 INFO neutron.db.l3_db [None req-fe7938dc-29f3-4671-8956-c47bd3fe1c9d d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] Floating IP fbf6140d-3c3d-4235-8b86-f18e452540f6 associated. External IP: 10.96.250.212, port: e7ec4557-9fd2-44c7-8b08-ee28fc68a065. [pid: 8|app: 0|req: 1369/2766] 10.0.0.41 () {34 vars in 676 bytes} [Tue May 5 18:15:50 2026] POST /v2.0/floatingips => generated 898 bytes in 1102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2767] 199.19.213.169 () {30 vars in 703 bytes} [Tue May 5 18:15:56 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2768] 199.19.213.169 () {30 vars in 705 bytes} [Tue May 5 18:15:56 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: 1399/2769] 199.19.213.169 () {30 vars in 681 bytes} [Tue May 5 18:15:56 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2770] 199.19.213.169 () {30 vars in 717 bytes} [Tue May 5 18:15:56 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-05 18:15:56.491 7 INFO neutron.api.v2.resource [None req-f96653b6-a928-4285-a47f-060afaf6b241 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1400/2771] 199.19.213.169 () {30 vars in 763 bytes} [Tue May 5 18:15:56 2026] GET /v2.0/security-groups/lb-fed75e2a-5830-49d9-bba0-a16fbaebf1cb => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2772] 199.19.213.169 () {30 vars in 785 bytes} [Tue May 5 18:15:56 2026] GET /v2.0/security-groups?name=lb-fed75e2a-5830-49d9-bba0-a16fbaebf1cb => generated 1639 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2773] 199.19.213.169 () {30 vars in 815 bytes} [Tue May 5 18:15:56 2026] GET /v2.0/security-group-rules?security_group_id=1a3fe3b6-6491-4662-b363-46e8f7c414d9 => generated 1182 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2774] 199.19.213.169 () {34 vars in 747 bytes} [Tue May 5 18:15:56 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: 7|app: 0|req: 1402/2775] 199.19.213.169 () {34 vars in 747 bytes} [Tue May 5 18:15:56 2026] POST /v2.0/security-group-rules => generated 601 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2778] 10.0.0.21 () {30 vars in 689 bytes} [Tue May 5 18:16:07 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2779] 10.0.0.21 () {30 vars in 691 bytes} [Tue May 5 18:16:07 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: 1405/2780] 10.0.0.21 () {30 vars in 667 bytes} [Tue May 5 18:16:07 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: 1376/2781] 10.0.0.21 () {30 vars in 703 bytes} [Tue May 5 18:16:07 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: 1406/2782] 10.0.0.21 () {28 vars in 438 bytes} [Tue May 5 18:16:07 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: 1377/2783] 10.0.0.21 () {30 vars in 727 bytes} [Tue May 5 18:16:07 2026] GET /v2.0/subnets/0bc05ce6-0130-4185-bfaa-99a347ae02c2 => generated 656 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2784] 199.19.213.169 () {30 vars in 703 bytes} [Tue May 5 18:16:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2785] 199.19.213.169 () {30 vars in 705 bytes} [Tue May 5 18:16:08 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: 1408/2786] 199.19.213.169 () {30 vars in 681 bytes} [Tue May 5 18:16:08 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2787] 199.19.213.169 () {30 vars in 717 bytes} [Tue May 5 18:16: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: 1409/2788] 199.19.213.169 () {30 vars in 741 bytes} [Tue May 5 18:16:08 2026] GET /v2.0/subnets/0bc05ce6-0130-4185-bfaa-99a347ae02c2 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2789] 199.19.213.169 () {30 vars in 769 bytes} [Tue May 5 18:16:08 2026] GET /v2.0/ports?device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => generated 2585 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2790] 199.19.213.169 () {30 vars in 703 bytes} [Tue May 5 18:16:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2791] 199.19.213.169 () {30 vars in 705 bytes} [Tue May 5 18:16:08 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2792] 199.19.213.169 () {30 vars in 681 bytes} [Tue May 5 18:16:08 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2793] 199.19.213.169 () {30 vars in 717 bytes} [Tue May 5 18:16:08 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: 1412/2794] 199.19.213.169 () {34 vars in 717 bytes} [Tue May 5 18:16:08 2026] POST /v2.0/ports => generated 1328 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2795] 10.0.0.198 () {34 vars in 971 bytes} [Tue May 5 18:16:09 2026] GET /v2.0/ports/0ca7ded8-3b85-4e40-afc6-8c1164f5ed19 => generated 1328 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1413/2796] 199.19.213.169 () {34 vars in 1262 bytes} [Tue May 5 18:16:10 2026] GET /v2.0/ports/0ca7ded8-3b85-4e40-afc6-8c1164f5ed19?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2797] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:16:10 2026] GET /v2.0/networks/a09766be-09ab-49fa-8560-64d1492b30ab?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: 1414/2798] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:16:10 2026] GET /v2.0/networks/a09766be-09ab-49fa-8560-64d1492b30ab?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2799] 199.19.213.169 () {34 vars in 975 bytes} [Tue May 5 18:16:11 2026] GET /v2.0/ports/0ca7ded8-3b85-4e40-afc6-8c1164f5ed19 => generated 1328 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2800] 199.19.213.169 () {34 vars in 986 bytes} [Tue May 5 18:16:11 2026] GET /v2.0/networks?id=a09766be-09ab-49fa-8560-64d1492b30ab => generated 801 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2801] 199.19.213.169 () {38 vars in 1028 bytes} [Tue May 5 18:16:11 2026] PUT /v2.0/ports/0ca7ded8-3b85-4e40-afc6-8c1164f5ed19 => generated 1518 bytes in 445 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:16:11.647 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8069976b-84d8-45aa-8374-a4531fa34a12'] response: {'name': 'network-changed', 'server_uuid': '657305c3-5928-4a86-8b34-ae26bae6bf5f', 'tag': '0ca7ded8-3b85-4e40-afc6-8c1164f5ed19', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1416/2802] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:16:12 2026] GET /v2.0/ports?tenant_id=25d0a2ac30f34d7a8dfccc75e533560a&device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => generated 4095 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1387/2803] 199.19.213.169 () {34 vars in 986 bytes} [Tue May 5 18:16:12 2026] GET /v2.0/networks?id=a09766be-09ab-49fa-8560-64d1492b30ab => generated 801 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2804] 199.19.213.169 () {34 vars in 1058 bytes} [Tue May 5 18:16:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.119&port_id=0ca7ded8-3b85-4e40-afc6-8c1164f5ed19 => 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: 1388/2805] 199.19.213.169 () {34 vars in 1104 bytes} [Tue May 5 18:16:12 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A27f&port_id=0ca7ded8-3b85-4e40-afc6-8c1164f5ed19 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2806] 199.19.213.169 () {34 vars in 1064 bytes} [Tue May 5 18:16:12 2026] GET /v2.0/subnets?id=0bc05ce6-0130-4185-bfaa-99a347ae02c2&id=7cb8d332-2459-4fb3-b4be-9012ecc3ebd2 => generated 1411 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2807] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:16:12 2026] GET /v2.0/ports?network_id=a09766be-09ab-49fa-8560-64d1492b30ab&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2808] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:16:12 2026] GET /v2.0/ports?network_id=a09766be-09ab-49fa-8560-64d1492b30ab&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2809] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:16:12 2026] GET /v2.0/networks/a09766be-09ab-49fa-8560-64d1492b30ab?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: 1420/2810] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:16:12 2026] GET /v2.0/networks/a09766be-09ab-49fa-8560-64d1492b30ab?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2811] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:16:13 2026] GET /v2.0/ports?tenant_id=25d0a2ac30f34d7a8dfccc75e533560a&device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => generated 4095 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2812] 199.19.213.169 () {34 vars in 1062 bytes} [Tue May 5 18:16:13 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.134&port_id=a4cb2490-71c0-42b2-bf2a-1f99c68e455d => 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: 1392/2813] 199.19.213.169 () {34 vars in 984 bytes} [Tue May 5 18:16:13 2026] GET /v2.0/subnets?id=e47a3732-0de7-4d15-97b8-fe80d11cca97 => 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: 1422/2814] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:16:13 2026] GET /v2.0/ports?network_id=b6007952-ec85-45ac-8d9e-b3c89896f40b&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2815] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:16:13 2026] GET /v2.0/networks/b6007952-ec85-45ac-8d9e-b3c89896f40b?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: 1423/2816] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:16:13 2026] GET /v2.0/networks/b6007952-ec85-45ac-8d9e-b3c89896f40b?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: 1394/2817] 199.19.213.169 () {34 vars in 1056 bytes} [Tue May 5 18:16:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.24&port_id=1aa3d0e7-6a4e-4477-9dd7-616c2a51eed7 => 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: 1424/2818] 199.19.213.169 () {34 vars in 984 bytes} [Tue May 5 18:16:13 2026] GET /v2.0/subnets?id=2e63e44a-1ee3-4238-92fb-890f3d3a25d4 => generated 679 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2819] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:16:13 2026] GET /v2.0/ports?network_id=1e58f94a-2086-4023-b3ff-c332f6344414&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2820] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:16:13 2026] GET /v2.0/networks/1e58f94a-2086-4023-b3ff-c332f6344414?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: 1396/2821] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:16:13 2026] GET /v2.0/networks/1e58f94a-2086-4023-b3ff-c332f6344414?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2822] 199.19.213.169 () {34 vars in 1058 bytes} [Tue May 5 18:16:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.119&port_id=0ca7ded8-3b85-4e40-afc6-8c1164f5ed19 => 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: 1397/2823] 199.19.213.169 () {34 vars in 1104 bytes} [Tue May 5 18:16:14 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A27f&port_id=0ca7ded8-3b85-4e40-afc6-8c1164f5ed19 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2824] 199.19.213.169 () {34 vars in 1064 bytes} [Tue May 5 18:16:14 2026] GET /v2.0/subnets?id=0bc05ce6-0130-4185-bfaa-99a347ae02c2&id=7cb8d332-2459-4fb3-b4be-9012ecc3ebd2 => generated 1411 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2825] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:16:14 2026] GET /v2.0/ports?network_id=a09766be-09ab-49fa-8560-64d1492b30ab&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2826] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:16:14 2026] GET /v2.0/ports?network_id=a09766be-09ab-49fa-8560-64d1492b30ab&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2827] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:16:14 2026] GET /v2.0/networks/a09766be-09ab-49fa-8560-64d1492b30ab?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2828] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:16:14 2026] GET /v2.0/networks/a09766be-09ab-49fa-8560-64d1492b30ab?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: 1400/2829] 10.0.0.198 () {34 vars in 971 bytes} [Tue May 5 18:16:18 2026] GET /v2.0/ports/0ca7ded8-3b85-4e40-afc6-8c1164f5ed19 => generated 1520 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2830] 199.19.213.169 () {30 vars in 743 bytes} [Tue May 5 18:16:18 2026] GET /v2.0/networks/a09766be-09ab-49fa-8560-64d1492b30ab => generated 798 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2831] 199.19.213.169 () {30 vars in 741 bytes} [Tue May 5 18:16:18 2026] GET /v2.0/subnets/0bc05ce6-0130-4185-bfaa-99a347ae02c2 => generated 674 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2832] 199.19.213.169 () {30 vars in 741 bytes} [Tue May 5 18:16:18 2026] GET /v2.0/subnets/7cb8d332-2459-4fb3-b4be-9012ecc3ebd2 => generated 744 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2833] 199.19.213.169 () {30 vars in 703 bytes} [Tue May 5 18:16:18 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: 1432/2834] 199.19.213.169 () {30 vars in 705 bytes} [Tue May 5 18:16:18 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2835] 199.19.213.169 () {30 vars in 681 bytes} [Tue May 5 18:16:18 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2836] 199.19.213.169 () {30 vars in 717 bytes} [Tue May 5 18:16:18 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: 1404/2837] 199.19.213.169 () {30 vars in 741 bytes} [Tue May 5 18:16:18 2026] GET /v2.0/subnets/2e63e44a-1ee3-4238-92fb-890f3d3a25d4 => 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: 1434/2838] 199.19.213.169 () {30 vars in 737 bytes} [Tue May 5 18:16:18 2026] GET /v2.0/ports/e7ec4557-9fd2-44c7-8b08-ee28fc68a065 => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2839] 199.19.213.169 () {30 vars in 737 bytes} [Tue May 5 18:16:18 2026] GET /v2.0/ports/1aa3d0e7-6a4e-4477-9dd7-616c2a51eed7 => generated 1345 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2840] 199.19.213.169 () {30 vars in 741 bytes} [Tue May 5 18:16:18 2026] GET /v2.0/subnets/2e63e44a-1ee3-4238-92fb-890f3d3a25d4 => 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: 1406/2841] 199.19.213.169 () {30 vars in 743 bytes} [Tue May 5 18:16:18 2026] GET /v2.0/networks/1e58f94a-2086-4023-b3ff-c332f6344414 => generated 799 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2842] 199.19.213.169 () {30 vars in 737 bytes} [Tue May 5 18:16:18 2026] GET /v2.0/ports/e7ec4557-9fd2-44c7-8b08-ee28fc68a065 => generated 1128 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2843] 199.19.213.169 () {30 vars in 741 bytes} [Tue May 5 18:16:19 2026] GET /v2.0/subnets/2e63e44a-1ee3-4238-92fb-890f3d3a25d4 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2846] 10.0.0.21 () {30 vars in 689 bytes} [Tue May 5 18:16:28 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: 1409/2847] 10.0.0.21 () {30 vars in 691 bytes} [Tue May 5 18:16:28 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: 1439/2848] 10.0.0.21 () {30 vars in 667 bytes} [Tue May 5 18:16:28 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: 1410/2849] 10.0.0.21 () {30 vars in 703 bytes} [Tue May 5 18:16:28 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2850] 10.0.0.21 () {28 vars in 438 bytes} [Tue May 5 18:16:28 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2851] 10.0.0.21 () {30 vars in 727 bytes} [Tue May 5 18:16:28 2026] GET /v2.0/subnets/8a54b399-d378-4e34-ac8c-eb90dcbb490f => generated 655 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2852] 199.19.213.169 () {30 vars in 703 bytes} [Tue May 5 18:16:29 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2853] 199.19.213.169 () {30 vars in 705 bytes} [Tue May 5 18:16:29 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2854] 199.19.213.169 () {30 vars in 681 bytes} [Tue May 5 18:16:29 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2855] 199.19.213.169 () {30 vars in 717 bytes} [Tue May 5 18:16:29 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: 1443/2856] 199.19.213.169 () {30 vars in 741 bytes} [Tue May 5 18:16:29 2026] GET /v2.0/subnets/0bc05ce6-0130-4185-bfaa-99a347ae02c2 => generated 674 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2857] 199.19.213.169 () {30 vars in 741 bytes} [Tue May 5 18:16:29 2026] GET /v2.0/subnets/8a54b399-d378-4e34-ac8c-eb90dcbb490f => generated 673 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2858] 199.19.213.169 () {30 vars in 769 bytes} [Tue May 5 18:16:29 2026] GET /v2.0/ports?device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => generated 4097 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2859] 199.19.213.169 () {30 vars in 703 bytes} [Tue May 5 18:16:30 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: 1445/2860] 199.19.213.169 () {30 vars in 705 bytes} [Tue May 5 18:16:30 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: 1416/2861] 199.19.213.169 () {30 vars in 681 bytes} [Tue May 5 18:16:30 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: 1446/2862] 199.19.213.169 () {30 vars in 717 bytes} [Tue May 5 18:16:30 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: 1417/2863] 199.19.213.169 () {34 vars in 717 bytes} [Tue May 5 18:16:30 2026] POST /v2.0/ports => generated 1332 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2864] 10.0.0.198 () {34 vars in 971 bytes} [Tue May 5 18:16:30 2026] GET /v2.0/ports/a423c843-3796-452a-b788-7a26831a0305 => generated 1332 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1418/2865] 10.0.0.198 () {34 vars in 907 bytes} [Tue May 5 18:16:30 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2866] 199.19.213.169 () {34 vars in 1262 bytes} [Tue May 5 18:16:31 2026] GET /v2.0/ports/a423c843-3796-452a-b788-7a26831a0305?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2867] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:16:31 2026] GET /v2.0/networks/a2f03fe5-e30f-4061-aaf6-30bf8d918426?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: 1449/2868] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:16:31 2026] GET /v2.0/networks/a2f03fe5-e30f-4061-aaf6-30bf8d918426?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2869] 199.19.213.169 () {34 vars in 975 bytes} [Tue May 5 18:16:33 2026] GET /v2.0/ports/a423c843-3796-452a-b788-7a26831a0305 => generated 1332 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2870] 199.19.213.169 () {34 vars in 986 bytes} [Tue May 5 18:16:33 2026] GET /v2.0/networks?id=a2f03fe5-e30f-4061-aaf6-30bf8d918426 => generated 799 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2871] 199.19.213.169 () {38 vars in 1028 bytes} [Tue May 5 18:16:33 2026] PUT /v2.0/ports/a423c843-3796-452a-b788-7a26831a0305 => generated 1522 bytes in 459 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:16:34.436 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-34d5cadb-a415-461a-9c7f-4bd12419524e'] response: {'name': 'network-changed', 'server_uuid': '657305c3-5928-4a86-8b34-ae26bae6bf5f', 'tag': 'a423c843-3796-452a-b788-7a26831a0305', '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: 1423/2874] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:16:34 2026] GET /v2.0/ports?tenant_id=25d0a2ac30f34d7a8dfccc75e533560a&device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => generated 5611 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2875] 199.19.213.169 () {34 vars in 986 bytes} [Tue May 5 18:16:35 2026] GET /v2.0/networks?id=a2f03fe5-e30f-4061-aaf6-30bf8d918426 => generated 799 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2876] 199.19.213.169 () {34 vars in 1058 bytes} [Tue May 5 18:16:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.173&port_id=a423c843-3796-452a-b788-7a26831a0305 => 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: 1453/2877] 199.19.213.169 () {34 vars in 1106 bytes} [Tue May 5 18:16:35 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A281&port_id=a423c843-3796-452a-b788-7a26831a0305 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2878] 199.19.213.169 () {34 vars in 1064 bytes} [Tue May 5 18:16:35 2026] GET /v2.0/subnets?id=04d0b477-6a1d-42c9-8d77-2c417f6b28f8&id=8a54b399-d378-4e34-ac8c-eb90dcbb490f => generated 1413 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2879] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:16:35 2026] GET /v2.0/ports?network_id=a2f03fe5-e30f-4061-aaf6-30bf8d918426&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2880] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:16:35 2026] GET /v2.0/ports?network_id=a2f03fe5-e30f-4061-aaf6-30bf8d918426&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: 1455/2881] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:16:35 2026] GET /v2.0/networks/a2f03fe5-e30f-4061-aaf6-30bf8d918426?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: 1427/2882] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:16:35 2026] GET /v2.0/networks/a2f03fe5-e30f-4061-aaf6-30bf8d918426?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2883] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:16:36 2026] GET /v2.0/ports?tenant_id=25d0a2ac30f34d7a8dfccc75e533560a&device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => generated 5611 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2884] 199.19.213.169 () {34 vars in 1062 bytes} [Tue May 5 18:16:36 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.134&port_id=a4cb2490-71c0-42b2-bf2a-1f99c68e455d => 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: 1457/2885] 199.19.213.169 () {34 vars in 984 bytes} [Tue May 5 18:16:36 2026] GET /v2.0/subnets?id=e47a3732-0de7-4d15-97b8-fe80d11cca97 => generated 654 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2886] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:16:36 2026] GET /v2.0/ports?network_id=b6007952-ec85-45ac-8d9e-b3c89896f40b&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: 1458/2887] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:16:36 2026] GET /v2.0/networks/b6007952-ec85-45ac-8d9e-b3c89896f40b?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: 1430/2888] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:16:36 2026] GET /v2.0/networks/b6007952-ec85-45ac-8d9e-b3c89896f40b?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: 1459/2889] 199.19.213.169 () {34 vars in 1056 bytes} [Tue May 5 18:16:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.24&port_id=1aa3d0e7-6a4e-4477-9dd7-616c2a51eed7 => 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: 1431/2890] 199.19.213.169 () {34 vars in 984 bytes} [Tue May 5 18:16:36 2026] GET /v2.0/subnets?id=2e63e44a-1ee3-4238-92fb-890f3d3a25d4 => generated 679 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2891] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:16:36 2026] GET /v2.0/ports?network_id=1e58f94a-2086-4023-b3ff-c332f6344414&device_owner=network%3Adhcp => generated 1461 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2892] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:16:36 2026] GET /v2.0/networks/1e58f94a-2086-4023-b3ff-c332f6344414?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: 1461/2893] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:16:36 2026] GET /v2.0/networks/1e58f94a-2086-4023-b3ff-c332f6344414?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2894] 199.19.213.169 () {34 vars in 1058 bytes} [Tue May 5 18:16:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.119&port_id=0ca7ded8-3b85-4e40-afc6-8c1164f5ed19 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2895] 199.19.213.169 () {34 vars in 1104 bytes} [Tue May 5 18:16:36 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A27f&port_id=0ca7ded8-3b85-4e40-afc6-8c1164f5ed19 => 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: 1434/2896] 199.19.213.169 () {34 vars in 1064 bytes} [Tue May 5 18:16:36 2026] GET /v2.0/subnets?id=0bc05ce6-0130-4185-bfaa-99a347ae02c2&id=7cb8d332-2459-4fb3-b4be-9012ecc3ebd2 => generated 1411 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2897] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:16:36 2026] GET /v2.0/ports?network_id=a09766be-09ab-49fa-8560-64d1492b30ab&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2898] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:16:36 2026] GET /v2.0/ports?network_id=a09766be-09ab-49fa-8560-64d1492b30ab&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: 1464/2899] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:16:37 2026] GET /v2.0/networks/a09766be-09ab-49fa-8560-64d1492b30ab?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: 1436/2900] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:16:37 2026] GET /v2.0/networks/a09766be-09ab-49fa-8560-64d1492b30ab?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2901] 199.19.213.169 () {34 vars in 1058 bytes} [Tue May 5 18:16:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.173&port_id=a423c843-3796-452a-b788-7a26831a0305 => 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: 1437/2902] 199.19.213.169 () {34 vars in 1106 bytes} [Tue May 5 18:16:37 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A281&port_id=a423c843-3796-452a-b788-7a26831a0305 => 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: 1466/2903] 199.19.213.169 () {34 vars in 1064 bytes} [Tue May 5 18:16:37 2026] GET /v2.0/subnets?id=04d0b477-6a1d-42c9-8d77-2c417f6b28f8&id=8a54b399-d378-4e34-ac8c-eb90dcbb490f => generated 1413 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2904] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:16:37 2026] GET /v2.0/ports?network_id=a2f03fe5-e30f-4061-aaf6-30bf8d918426&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: 1467/2905] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:16:37 2026] GET /v2.0/ports?network_id=a2f03fe5-e30f-4061-aaf6-30bf8d918426&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2906] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:16:37 2026] GET /v2.0/networks/a2f03fe5-e30f-4061-aaf6-30bf8d918426?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: 1468/2907] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:16:37 2026] GET /v2.0/networks/a2f03fe5-e30f-4061-aaf6-30bf8d918426?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: 1440/2908] 10.0.0.198 () {34 vars in 971 bytes} [Tue May 5 18:16:41 2026] GET /v2.0/ports/a423c843-3796-452a-b788-7a26831a0305 => generated 1524 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2909] 199.19.213.169 () {30 vars in 743 bytes} [Tue May 5 18:16:41 2026] GET /v2.0/networks/a2f03fe5-e30f-4061-aaf6-30bf8d918426 => generated 796 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2910] 199.19.213.169 () {30 vars in 741 bytes} [Tue May 5 18:16:41 2026] GET /v2.0/subnets/8a54b399-d378-4e34-ac8c-eb90dcbb490f => 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: 1470/2911] 199.19.213.169 () {30 vars in 741 bytes} [Tue May 5 18:16:41 2026] GET /v2.0/subnets/04d0b477-6a1d-42c9-8d77-2c417f6b28f8 => generated 747 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2912] 199.19.213.169 () {30 vars in 737 bytes} [Tue May 5 18:16:41 2026] GET /v2.0/ports/0ca7ded8-3b85-4e40-afc6-8c1164f5ed19 => generated 1520 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2913] 199.19.213.169 () {34 vars in 790 bytes} [Tue May 5 18:16:41 2026] PUT /v2.0/ports/0ca7ded8-3b85-4e40-afc6-8c1164f5ed19 => generated 1255 bytes in 362 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:16:41.863 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0d46ab6c-d2d8-47e3-abf1-66d0b182acee'] response: {'name': 'network-changed', 'server_uuid': '657305c3-5928-4a86-8b34-ae26bae6bf5f', 'tag': '0ca7ded8-3b85-4e40-afc6-8c1164f5ed19', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1443/2914] 199.19.213.169 () {30 vars in 743 bytes} [Tue May 5 18:16:41 2026] GET /v2.0/networks/a09766be-09ab-49fa-8560-64d1492b30ab => generated 798 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1472/2915] 199.19.213.169 () {30 vars in 741 bytes} [Tue May 5 18:16:41 2026] GET /v2.0/subnets/0bc05ce6-0130-4185-bfaa-99a347ae02c2 => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2916] 199.19.213.169 () {30 vars in 703 bytes} [Tue May 5 18:16:42 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2917] 199.19.213.169 () {30 vars in 705 bytes} [Tue May 5 18:16:42 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: 1445/2918] 199.19.213.169 () {30 vars in 681 bytes} [Tue May 5 18:16:42 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: 1474/2919] 199.19.213.169 () {30 vars in 717 bytes} [Tue May 5 18:16:42 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: 1446/2920] 199.19.213.169 () {30 vars in 741 bytes} [Tue May 5 18:16:42 2026] GET /v2.0/subnets/2e63e44a-1ee3-4238-92fb-890f3d3a25d4 => 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: 1475/2921] 199.19.213.169 () {30 vars in 737 bytes} [Tue May 5 18:16:42 2026] GET /v2.0/ports/e7ec4557-9fd2-44c7-8b08-ee28fc68a065 => 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: 1447/2922] 199.19.213.169 () {30 vars in 737 bytes} [Tue May 5 18:16:42 2026] GET /v2.0/ports/1aa3d0e7-6a4e-4477-9dd7-616c2a51eed7 => generated 1345 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2923] 199.19.213.169 () {30 vars in 741 bytes} [Tue May 5 18:16:42 2026] GET /v2.0/subnets/2e63e44a-1ee3-4238-92fb-890f3d3a25d4 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2924] 199.19.213.169 () {30 vars in 743 bytes} [Tue May 5 18:16:42 2026] GET /v2.0/networks/1e58f94a-2086-4023-b3ff-c332f6344414 => generated 799 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2925] 199.19.213.169 () {30 vars in 737 bytes} [Tue May 5 18:16:42 2026] GET /v2.0/ports/e7ec4557-9fd2-44c7-8b08-ee28fc68a065 => generated 1128 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2926] 199.19.213.169 () {30 vars in 741 bytes} [Tue May 5 18:16:42 2026] GET /v2.0/subnets/2e63e44a-1ee3-4238-92fb-890f3d3a25d4 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2927] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:16:42 2026] GET /v2.0/ports?tenant_id=25d0a2ac30f34d7a8dfccc75e533560a&device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => generated 5384 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2928] 199.19.213.169 () {34 vars in 986 bytes} [Tue May 5 18:16:42 2026] GET /v2.0/networks?id=a09766be-09ab-49fa-8560-64d1492b30ab => generated 801 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2929] 199.19.213.169 () {34 vars in 1058 bytes} [Tue May 5 18:16:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.119&port_id=0ca7ded8-3b85-4e40-afc6-8c1164f5ed19 => 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: 1451/2930] 199.19.213.169 () {34 vars in 984 bytes} [Tue May 5 18:16:42 2026] GET /v2.0/subnets?id=0bc05ce6-0130-4185-bfaa-99a347ae02c2 => generated 677 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2931] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:16:42 2026] GET /v2.0/ports?network_id=a09766be-09ab-49fa-8560-64d1492b30ab&device_owner=network%3Adhcp => generated 1457 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2932] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:16:42 2026] GET /v2.0/networks/a09766be-09ab-49fa-8560-64d1492b30ab?fields=segments => generated 14 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2933] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:16:42 2026] GET /v2.0/networks/a09766be-09ab-49fa-8560-64d1492b30ab?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2936] 199.19.213.169 () {30 vars in 703 bytes} [Tue May 5 18:16:53 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2937] 199.19.213.169 () {30 vars in 705 bytes} [Tue May 5 18:16:53 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2938] 199.19.213.169 () {30 vars in 681 bytes} [Tue May 5 18:16:53 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2939] 199.19.213.169 () {30 vars in 717 bytes} [Tue May 5 18:16:53 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: 1485/2940] 199.19.213.169 () {30 vars in 741 bytes} [Tue May 5 18:16:53 2026] GET /v2.0/subnets/0bc05ce6-0130-4185-bfaa-99a347ae02c2 => generated 674 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2941] 199.19.213.169 () {30 vars in 769 bytes} [Tue May 5 18:16:53 2026] GET /v2.0/ports?device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => generated 5384 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2942] 199.19.213.169 () {30 vars in 703 bytes} [Tue May 5 18:16:53 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: 1457/2943] 199.19.213.169 () {30 vars in 705 bytes} [Tue May 5 18:16:53 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: 1487/2944] 199.19.213.169 () {30 vars in 681 bytes} [Tue May 5 18:16:53 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: 1458/2945] 199.19.213.169 () {30 vars in 717 bytes} [Tue May 5 18:16:53 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2946] 199.19.213.169 () {30 vars in 737 bytes} [Tue May 5 18:16:53 2026] GET /v2.0/ports/a423c843-3796-452a-b788-7a26831a0305 => generated 1524 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2947] 199.19.213.169 () {34 vars in 790 bytes} [Tue May 5 18:16:53 2026] PUT /v2.0/ports/a423c843-3796-452a-b788-7a26831a0305 => generated 1255 bytes in 330 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:16:54.262 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-97cf0e1f-4189-434a-a3e3-5640c99623bc'] response: {'name': 'network-changed', 'server_uuid': '657305c3-5928-4a86-8b34-ae26bae6bf5f', 'tag': 'a423c843-3796-452a-b788-7a26831a0305', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1489/2948] 199.19.213.169 () {30 vars in 743 bytes} [Tue May 5 18:16:54 2026] GET /v2.0/networks/a2f03fe5-e30f-4061-aaf6-30bf8d918426 => generated 796 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1460/2949] 199.19.213.169 () {30 vars in 741 bytes} [Tue May 5 18:16:54 2026] GET /v2.0/subnets/8a54b399-d378-4e34-ac8c-eb90dcbb490f => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2950] 199.19.213.169 () {30 vars in 737 bytes} [Tue May 5 18:16:54 2026] GET /v2.0/ports/a423c843-3796-452a-b788-7a26831a0305 => generated 1291 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2951] 199.19.213.169 () {34 vars in 789 bytes} [Tue May 5 18:16:54 2026] PUT /v2.0/ports/a423c843-3796-452a-b788-7a26831a0305 => generated 1080 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2952] 199.19.213.169 () {30 vars in 743 bytes} [Tue May 5 18:16:54 2026] GET /v2.0/networks/a2f03fe5-e30f-4061-aaf6-30bf8d918426 => generated 796 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1462/2953] 199.19.213.169 () {30 vars in 769 bytes} [Tue May 5 18:16:54 2026] GET /v2.0/ports?device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => generated 4976 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2954] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:16:54 2026] GET /v2.0/ports?tenant_id=25d0a2ac30f34d7a8dfccc75e533560a&device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => generated 4976 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2955] 199.19.213.169 () {34 vars in 986 bytes} [Tue May 5 18:16:54 2026] GET /v2.0/networks?id=a2f03fe5-e30f-4061-aaf6-30bf8d918426 => generated 799 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2956] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:16:54 2026] GET /v2.0/networks/a2f03fe5-e30f-4061-aaf6-30bf8d918426?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: 1464/2957] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:16:54 2026] GET /v2.0/networks/a2f03fe5-e30f-4061-aaf6-30bf8d918426?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2958] 199.19.213.169 () {30 vars in 769 bytes} [Tue May 5 18:16:55 2026] GET /v2.0/ports?device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => generated 4976 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:16:56.327 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-79f7a4a9-568b-4d27-bb26-a0650cc014a3'] response: {'name': 'network-changed', 'server_uuid': '657305c3-5928-4a86-8b34-ae26bae6bf5f', 'tag': 'a423c843-3796-452a-b788-7a26831a0305', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1465/2959] 199.19.213.169 () {30 vars in 769 bytes} [Tue May 5 18:16:56 2026] GET /v2.0/ports?device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => generated 4976 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2960] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:16:56 2026] GET /v2.0/ports?tenant_id=25d0a2ac30f34d7a8dfccc75e533560a&device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => generated 4976 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2961] 199.19.213.169 () {34 vars in 986 bytes} [Tue May 5 18:16:56 2026] GET /v2.0/networks?id=a2f03fe5-e30f-4061-aaf6-30bf8d918426 => generated 799 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2962] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:16:56 2026] GET /v2.0/networks/a2f03fe5-e30f-4061-aaf6-30bf8d918426?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: 1467/2963] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:16:56 2026] GET /v2.0/networks/a2f03fe5-e30f-4061-aaf6-30bf8d918426?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2964] 199.19.213.169 () {30 vars in 769 bytes} [Tue May 5 18:16:57 2026] GET /v2.0/ports?device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => generated 4976 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2965] 199.19.213.169 () {34 vars in 975 bytes} [Tue May 5 18:16:57 2026] GET /v2.0/ports/a423c843-3796-452a-b788-7a26831a0305 => generated 1116 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2966] 199.19.213.169 () {34 vars in 1060 bytes} [Tue May 5 18:16:57 2026] GET /v2.0/ports/a423c843-3796-452a-b788-7a26831a0305?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2967] 199.19.213.169 () {34 vars in 1016 bytes} [Tue May 5 18:16:57 2026] GET /v2.0/networks/a2f03fe5-e30f-4061-aaf6-30bf8d918426?fields=dns_domain => generated 29 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2968] 199.19.213.169 () {38 vars in 1028 bytes} [Tue May 5 18:16:57 2026] PUT /v2.0/ports/a423c843-3796-452a-b788-7a26831a0305 => generated 917 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2969] 199.19.213.169 () {30 vars in 769 bytes} [Tue May 5 18:16:58 2026] GET /v2.0/ports?device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => generated 3868 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, ' 2026-05-05 18:16:58.641 7 INFO neutron_taas.services.taas.taas_plugin [None req-ccc79bee-55a5-47ff-a8e7-0cc77d8e5dac c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] TaaS: Handle Delete Port: a423c843-3796-452a-b788-7a26831a0305 2026-05-05 18:16:58.644 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ccc79bee-55a5-47ff-a8e7-0cc77d8e5dac c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Tap Mirror: Handle Delete Port: a423c843-3796-452a-b788-7a26831a0305 [pid: 7|app: 0|req: 1500/2970] 199.19.213.169 () {32 vars in 759 bytes} [Tue May 5 18:16:58 2026] DELETE /v2.0/ports/a423c843-3796-452a-b788-7a26831a0305 => 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: 1471/2971] 199.19.213.169 () {30 vars in 703 bytes} [Tue May 5 18:16:58 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2972] 199.19.213.169 () {30 vars in 705 bytes} [Tue May 5 18:16:58 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: 1472/2973] 199.19.213.169 () {30 vars in 681 bytes} [Tue May 5 18:16:58 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: 1502/2974] 199.19.213.169 () {30 vars in 717 bytes} [Tue May 5 18:16:58 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: 1473/2975] 199.19.213.169 () {30 vars in 741 bytes} [Tue May 5 18:16:58 2026] GET /v2.0/subnets/2e63e44a-1ee3-4238-92fb-890f3d3a25d4 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2976] 199.19.213.169 () {30 vars in 737 bytes} [Tue May 5 18:16:58 2026] GET /v2.0/ports/e7ec4557-9fd2-44c7-8b08-ee28fc68a065 => generated 1128 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2977] 199.19.213.169 () {30 vars in 737 bytes} [Tue May 5 18:16:58 2026] GET /v2.0/ports/1aa3d0e7-6a4e-4477-9dd7-616c2a51eed7 => generated 1345 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2978] 199.19.213.169 () {30 vars in 741 bytes} [Tue May 5 18:16:58 2026] GET /v2.0/subnets/2e63e44a-1ee3-4238-92fb-890f3d3a25d4 => 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: 1475/2979] 199.19.213.169 () {30 vars in 743 bytes} [Tue May 5 18:16:59 2026] GET /v2.0/networks/1e58f94a-2086-4023-b3ff-c332f6344414 => generated 799 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2980] 199.19.213.169 () {30 vars in 737 bytes} [Tue May 5 18:16:59 2026] GET /v2.0/ports/e7ec4557-9fd2-44c7-8b08-ee28fc68a065 => generated 1128 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2981] 199.19.213.169 () {30 vars in 741 bytes} [Tue May 5 18:16:59 2026] GET /v2.0/subnets/2e63e44a-1ee3-4238-92fb-890f3d3a25d4 => generated 676 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/2982] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:16:59 2026] GET /v2.0/ports?tenant_id=25d0a2ac30f34d7a8dfccc75e533560a&device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => generated 3868 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2983] 199.19.213.169 () {34 vars in 1226 bytes} [Tue May 5 18:16:59 2026] GET /v2.0/networks?id=b6007952-ec85-45ac-8d9e-b3c89896f40b&id=1e58f94a-2086-4023-b3ff-c332f6344414&id=a09766be-09ab-49fa-8560-64d1492b30ab&id=a2f03fe5-e30f-4061-aaf6-30bf8d918426 => generated 3095 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/2984] 199.19.213.169 () {34 vars in 1062 bytes} [Tue May 5 18:16:59 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.134&port_id=a4cb2490-71c0-42b2-bf2a-1f99c68e455d => 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: 1478/2985] 199.19.213.169 () {34 vars in 984 bytes} [Tue May 5 18:16:59 2026] GET /v2.0/subnets?id=e47a3732-0de7-4d15-97b8-fe80d11cca97 => 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: 1508/2986] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:16:59 2026] GET /v2.0/ports?network_id=b6007952-ec85-45ac-8d9e-b3c89896f40b&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2987] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:16:59 2026] GET /v2.0/networks/b6007952-ec85-45ac-8d9e-b3c89896f40b?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: 1509/2988] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:16:59 2026] GET /v2.0/networks/b6007952-ec85-45ac-8d9e-b3c89896f40b?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: 1480/2989] 199.19.213.169 () {34 vars in 1056 bytes} [Tue May 5 18:16:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.24&port_id=1aa3d0e7-6a4e-4477-9dd7-616c2a51eed7 => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/2990] 199.19.213.169 () {34 vars in 984 bytes} [Tue May 5 18:16:59 2026] GET /v2.0/subnets?id=2e63e44a-1ee3-4238-92fb-890f3d3a25d4 => generated 679 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2991] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:16:59 2026] GET /v2.0/ports?network_id=1e58f94a-2086-4023-b3ff-c332f6344414&device_owner=network%3Adhcp => generated 1461 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/2992] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:16:59 2026] GET /v2.0/networks/1e58f94a-2086-4023-b3ff-c332f6344414?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: 1482/2993] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:16:59 2026] GET /v2.0/networks/1e58f94a-2086-4023-b3ff-c332f6344414?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/2994] 199.19.213.169 () {34 vars in 1058 bytes} [Tue May 5 18:17:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.119&port_id=0ca7ded8-3b85-4e40-afc6-8c1164f5ed19 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2995] 199.19.213.169 () {34 vars in 984 bytes} [Tue May 5 18:17:00 2026] GET /v2.0/subnets?id=0bc05ce6-0130-4185-bfaa-99a347ae02c2 => generated 677 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/2996] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:17:00 2026] GET /v2.0/ports?network_id=a09766be-09ab-49fa-8560-64d1492b30ab&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: 1484/2997] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:17:00 2026] GET /v2.0/networks/a09766be-09ab-49fa-8560-64d1492b30ab?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: 1514/2998] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:17:00 2026] GET /v2.0/networks/a09766be-09ab-49fa-8560-64d1492b30ab?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: 1485/2999] 199.19.213.169 () {30 vars in 703 bytes} [Tue May 5 18:17:03 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3000] 199.19.213.169 () {30 vars in 705 bytes} [Tue May 5 18:17:03 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/3001] 199.19.213.169 () {30 vars in 681 bytes} [Tue May 5 18:17:03 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/3002] 199.19.213.169 () {30 vars in 717 bytes} [Tue May 5 18:17:03 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/3003] 199.19.213.169 () {30 vars in 769 bytes} [Tue May 5 18:17:03 2026] GET /v2.0/ports?device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => generated 3868 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/3004] 199.19.213.169 () {30 vars in 703 bytes} [Tue May 5 18:17:04 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: 1488/3005] 199.19.213.169 () {30 vars in 705 bytes} [Tue May 5 18:17:04 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: 1518/3006] 199.19.213.169 () {30 vars in 681 bytes} [Tue May 5 18:17:04 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: 1489/3007] 199.19.213.169 () {30 vars in 717 bytes} [Tue May 5 18:17:04 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3008] 199.19.213.169 () {30 vars in 737 bytes} [Tue May 5 18:17:04 2026] GET /v2.0/ports/0ca7ded8-3b85-4e40-afc6-8c1164f5ed19 => generated 1291 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3009] 199.19.213.169 () {34 vars in 789 bytes} [Tue May 5 18:17:04 2026] PUT /v2.0/ports/0ca7ded8-3b85-4e40-afc6-8c1164f5ed19 => generated 1080 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:17:04.486 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8cdbd60c-26a1-4663-82a7-4c72666dcfe2'] response: {'name': 'network-changed', 'server_uuid': '657305c3-5928-4a86-8b34-ae26bae6bf5f', 'tag': '0ca7ded8-3b85-4e40-afc6-8c1164f5ed19', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1520/3012] 199.19.213.169 () {30 vars in 743 bytes} [Tue May 5 18:17:04 2026] GET /v2.0/networks/a09766be-09ab-49fa-8560-64d1492b30ab => 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: 1493/3013] 199.19.213.169 () {30 vars in 769 bytes} [Tue May 5 18:17:04 2026] GET /v2.0/ports?device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => 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: 1521/3014] 199.19.213.169 () {30 vars in 769 bytes} [Tue May 5 18:17:04 2026] GET /v2.0/ports?device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => generated 3693 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/3015] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:17:04 2026] GET /v2.0/ports?tenant_id=25d0a2ac30f34d7a8dfccc75e533560a&device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => generated 3693 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3016] 199.19.213.169 () {34 vars in 986 bytes} [Tue May 5 18:17:05 2026] GET /v2.0/networks?id=a09766be-09ab-49fa-8560-64d1492b30ab => 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: 1495/3017] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:17:05 2026] GET /v2.0/networks/a09766be-09ab-49fa-8560-64d1492b30ab?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: 1523/3018] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:17:05 2026] GET /v2.0/networks/a09766be-09ab-49fa-8560-64d1492b30ab?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: 1496/3019] 199.19.213.169 () {30 vars in 769 bytes} [Tue May 5 18:17:05 2026] GET /v2.0/ports?device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => generated 3693 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/3020] 199.19.213.169 () {30 vars in 769 bytes} [Tue May 5 18:17:06 2026] GET /v2.0/ports?device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => generated 3693 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/3021] 199.19.213.169 () {34 vars in 975 bytes} [Tue May 5 18:17:06 2026] GET /v2.0/ports/0ca7ded8-3b85-4e40-afc6-8c1164f5ed19 => generated 1116 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3022] 199.19.213.169 () {34 vars in 1060 bytes} [Tue May 5 18:17:06 2026] GET /v2.0/ports/0ca7ded8-3b85-4e40-afc6-8c1164f5ed19?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3023] 199.19.213.169 () {34 vars in 1016 bytes} [Tue May 5 18:17:06 2026] GET /v2.0/networks/a09766be-09ab-49fa-8560-64d1492b30ab?fields=dns_domain => generated 29 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3024] 199.19.213.169 () {38 vars in 1028 bytes} [Tue May 5 18:17:06 2026] PUT /v2.0/ports/0ca7ded8-3b85-4e40-afc6-8c1164f5ed19 => generated 917 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/3025] 199.19.213.169 () {30 vars in 769 bytes} [Tue May 5 18:17:07 2026] GET /v2.0/ports?device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => generated 2585 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-05 18:17:08.015 7 INFO neutron_taas.services.taas.taas_plugin [None req-03dac15b-28ab-4207-8fcc-d8ddba157f56 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] TaaS: Handle Delete Port: 0ca7ded8-3b85-4e40-afc6-8c1164f5ed19 2026-05-05 18:17:08.018 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03dac15b-28ab-4207-8fcc-d8ddba157f56 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Tap Mirror: Handle Delete Port: 0ca7ded8-3b85-4e40-afc6-8c1164f5ed19 [pid: 7|app: 0|req: 1527/3026] 199.19.213.169 () {32 vars in 759 bytes} [Tue May 5 18:17:07 2026] DELETE /v2.0/ports/0ca7ded8-3b85-4e40-afc6-8c1164f5ed19 => 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: 1500/3027] 199.19.213.169 () {30 vars in 703 bytes} [Tue May 5 18:17:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3028] 199.19.213.169 () {30 vars in 705 bytes} [Tue May 5 18:17:08 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: 1501/3029] 199.19.213.169 () {30 vars in 681 bytes} [Tue May 5 18:17:08 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3030] 199.19.213.169 () {30 vars in 717 bytes} [Tue May 5 18:17:08 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3031] 199.19.213.169 () {30 vars in 741 bytes} [Tue May 5 18:17:08 2026] GET /v2.0/subnets/2e63e44a-1ee3-4238-92fb-890f3d3a25d4 => generated 676 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3032] 199.19.213.169 () {30 vars in 737 bytes} [Tue May 5 18:17:08 2026] GET /v2.0/ports/e7ec4557-9fd2-44c7-8b08-ee28fc68a065 => generated 1128 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/3033] 199.19.213.169 () {30 vars in 737 bytes} [Tue May 5 18:17:08 2026] GET /v2.0/ports/1aa3d0e7-6a4e-4477-9dd7-616c2a51eed7 => generated 1345 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3034] 199.19.213.169 () {30 vars in 741 bytes} [Tue May 5 18:17:08 2026] GET /v2.0/subnets/2e63e44a-1ee3-4238-92fb-890f3d3a25d4 => 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: 1504/3035] 199.19.213.169 () {30 vars in 743 bytes} [Tue May 5 18:17:08 2026] GET /v2.0/networks/1e58f94a-2086-4023-b3ff-c332f6344414 => generated 799 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3036] 199.19.213.169 () {30 vars in 737 bytes} [Tue May 5 18:17:08 2026] GET /v2.0/ports/e7ec4557-9fd2-44c7-8b08-ee28fc68a065 => 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/3037] 199.19.213.169 () {30 vars in 741 bytes} [Tue May 5 18:17:08 2026] GET /v2.0/subnets/2e63e44a-1ee3-4238-92fb-890f3d3a25d4 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3038] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:17:08 2026] GET /v2.0/ports?tenant_id=25d0a2ac30f34d7a8dfccc75e533560a&device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => generated 2585 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3039] 199.19.213.169 () {34 vars in 1146 bytes} [Tue May 5 18:17:08 2026] GET /v2.0/networks?id=b6007952-ec85-45ac-8d9e-b3c89896f40b&id=1e58f94a-2086-4023-b3ff-c332f6344414&id=a09766be-09ab-49fa-8560-64d1492b30ab => generated 2310 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3040] 199.19.213.169 () {34 vars in 1062 bytes} [Tue May 5 18:17:08 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.134&port_id=a4cb2490-71c0-42b2-bf2a-1f99c68e455d => 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: 1507/3041] 199.19.213.169 () {34 vars in 984 bytes} [Tue May 5 18:17:08 2026] GET /v2.0/subnets?id=e47a3732-0de7-4d15-97b8-fe80d11cca97 => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3042] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:17:08 2026] GET /v2.0/ports?network_id=b6007952-ec85-45ac-8d9e-b3c89896f40b&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: 1508/3043] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:17:08 2026] GET /v2.0/networks/b6007952-ec85-45ac-8d9e-b3c89896f40b?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: 1536/3044] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:17:08 2026] GET /v2.0/networks/b6007952-ec85-45ac-8d9e-b3c89896f40b?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: 1509/3045] 199.19.213.169 () {34 vars in 1056 bytes} [Tue May 5 18:17:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.24&port_id=1aa3d0e7-6a4e-4477-9dd7-616c2a51eed7 => 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: 1537/3046] 199.19.213.169 () {34 vars in 984 bytes} [Tue May 5 18:17:09 2026] GET /v2.0/subnets?id=2e63e44a-1ee3-4238-92fb-890f3d3a25d4 => generated 679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3047] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:17:09 2026] GET /v2.0/ports?network_id=1e58f94a-2086-4023-b3ff-c332f6344414&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3048] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:17:09 2026] GET /v2.0/networks/1e58f94a-2086-4023-b3ff-c332f6344414?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: 1511/3049] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:17:09 2026] GET /v2.0/networks/1e58f94a-2086-4023-b3ff-c332f6344414?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: 1540/3052] 199.19.213.169 () {30 vars in 703 bytes} [Tue May 5 18:17:19 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3053] 199.19.213.169 () {30 vars in 705 bytes} [Tue May 5 18:17:19 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: 1541/3054] 199.19.213.169 () {30 vars in 681 bytes} [Tue May 5 18:17:19 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: 1514/3055] 199.19.213.169 () {30 vars in 717 bytes} [Tue May 5 18:17:19 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-05 18:17:19.976 7 INFO neutron.api.v2.resource [None req-9880991f-dcbf-4f73-9fe3-a571b3187619 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1542/3056] 199.19.213.169 () {30 vars in 763 bytes} [Tue May 5 18:17:19 2026] GET /v2.0/security-groups/lb-fed75e2a-5830-49d9-bba0-a16fbaebf1cb => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3057] 199.19.213.169 () {30 vars in 785 bytes} [Tue May 5 18:17:19 2026] GET /v2.0/security-groups?name=lb-fed75e2a-5830-49d9-bba0-a16fbaebf1cb => generated 2865 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3058] 199.19.213.169 () {30 vars in 815 bytes} [Tue May 5 18:17:20 2026] GET /v2.0/security-group-rules?security_group_id=1a3fe3b6-6491-4662-b363-46e8f7c414d9 => generated 2334 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3059] 199.19.213.169 () {32 vars in 789 bytes} [Tue May 5 18:17:20 2026] DELETE /v2.0/security-group-rules/2d74446b-b383-4a44-ad42-216059778090 => 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: 1544/3060] 199.19.213.169 () {32 vars in 789 bytes} [Tue May 5 18:17:20 2026] DELETE /v2.0/security-group-rules/52fb2d06-b534-474f-8d32-db330e11f72c => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:17:23.972 8 INFO neutron_taas.services.taas.taas_plugin [None req-2f26d5a4-f3b8-47d1-a7db-4faf38408211 d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] TaaS: Handle Delete Port: 3bc29d41-0cfe-4155-b100-4541961fe6dd 2026-05-05 18:17:23.976 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f26d5a4-f3b8-47d1-a7db-4faf38408211 d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] Tap Mirror: Handle Delete Port: 3bc29d41-0cfe-4155-b100-4541961fe6dd 2026-05-05 18:17:24.162 8 INFO neutron.db.l3_db [None req-2f26d5a4-f3b8-47d1-a7db-4faf38408211 d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] Floating IP fbf6140d-3c3d-4235-8b86-f18e452540f6 disassociated (deleted). External IP: 10.96.250.212, port: e7ec4557-9fd2-44c7-8b08-ee28fc68a065. [pid: 8|app: 0|req: 1517/3061] 10.0.0.41 () {32 vars in 731 bytes} [Tue May 5 18:17:23 2026] DELETE /v2.0/floatingips/fbf6140d-3c3d-4235-8b86-f18e452540f6 => generated 0 bytes in 635 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:17:24.505 7 INFO neutron.api.v2.resource [None req-c6a94ad6-1502-4729-86c8-ecbe5a0cf6bd d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1545/3062] 10.0.0.41 () {32 vars in 728 bytes} [Tue May 5 18:17:24 2026] GET /v2.0/floatingips/fbf6140d-3c3d-4235-8b86-f18e452540f6 => generated 144 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3063] 199.19.213.169 () {30 vars in 703 bytes} [Tue May 5 18:17:25 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3064] 199.19.213.169 () {30 vars in 705 bytes} [Tue May 5 18:17:25 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3065] 199.19.213.169 () {30 vars in 681 bytes} [Tue May 5 18:17:25 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: 1547/3066] 199.19.213.169 () {30 vars in 717 bytes} [Tue May 5 18:17:25 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:17:25.764 8 INFO neutron.api.v2.resource [None req-9f9cabc9-58cc-439a-9ea5-60390b6bbb79 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1520/3067] 199.19.213.169 () {30 vars in 763 bytes} [Tue May 5 18:17:25 2026] GET /v2.0/security-groups/lb-fed75e2a-5830-49d9-bba0-a16fbaebf1cb => generated 149 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3068] 199.19.213.169 () {30 vars in 785 bytes} [Tue May 5 18:17:25 2026] GET /v2.0/security-groups?name=lb-fed75e2a-5830-49d9-bba0-a16fbaebf1cb => generated 1639 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3069] 199.19.213.169 () {30 vars in 815 bytes} [Tue May 5 18:17:25 2026] GET /v2.0/security-group-rules?security_group_id=1a3fe3b6-6491-4662-b363-46e8f7c414d9 => generated 1182 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3070] 199.19.213.169 () {30 vars in 703 bytes} [Tue May 5 18:17:25 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3071] 199.19.213.169 () {30 vars in 705 bytes} [Tue May 5 18:17:26 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: 1550/3072] 199.19.213.169 () {30 vars in 681 bytes} [Tue May 5 18:17:26 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3073] 199.19.213.169 () {30 vars in 717 bytes} [Tue May 5 18:17:26 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3074] 199.19.213.169 () {30 vars in 741 bytes} [Tue May 5 18:17:26 2026] GET /v2.0/subnets/2e63e44a-1ee3-4238-92fb-890f3d3a25d4 => 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: 1524/3075] 199.19.213.169 () {30 vars in 769 bytes} [Tue May 5 18:17:26 2026] GET /v2.0/ports?device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => generated 2585 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3076] 199.19.213.169 () {30 vars in 769 bytes} [Tue May 5 18:17:26 2026] GET /v2.0/ports?device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => generated 2585 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3077] 199.19.213.169 () {30 vars in 769 bytes} [Tue May 5 18:17:26 2026] GET /v2.0/ports?device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => generated 2585 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3078] 199.19.213.169 () {30 vars in 769 bytes} [Tue May 5 18:17:27 2026] GET /v2.0/ports?device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => 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: 1526/3079] 199.19.213.169 () {34 vars in 975 bytes} [Tue May 5 18:17:28 2026] GET /v2.0/ports/1aa3d0e7-6a4e-4477-9dd7-616c2a51eed7 => generated 1345 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3080] 199.19.213.169 () {34 vars in 1060 bytes} [Tue May 5 18:17:28 2026] GET /v2.0/ports/1aa3d0e7-6a4e-4477-9dd7-616c2a51eed7?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3081] 199.19.213.169 () {30 vars in 769 bytes} [Tue May 5 18:17:28 2026] GET /v2.0/ports?device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => generated 2585 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3082] 199.19.213.169 () {34 vars in 1016 bytes} [Tue May 5 18:17:28 2026] GET /v2.0/networks/1e58f94a-2086-4023-b3ff-c332f6344414?fields=dns_domain => generated 29 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3083] 199.19.213.169 () {38 vars in 1028 bytes} [Tue May 5 18:17:28 2026] PUT /v2.0/ports/1aa3d0e7-6a4e-4477-9dd7-616c2a51eed7 => generated 1146 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3084] 199.19.213.169 () {30 vars in 769 bytes} [Tue May 5 18:17:29 2026] GET /v2.0/ports?device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => generated 1248 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1529/3085] 199.19.213.169 () {34 vars in 789 bytes} [Tue May 5 18:17:29 2026] PUT /v2.0/ports/1aa3d0e7-6a4e-4477-9dd7-616c2a51eed7 => generated 1086 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3086] 199.19.213.169 () {30 vars in 737 bytes} [Tue May 5 18:17:29 2026] GET /v2.0/ports/1aa3d0e7-6a4e-4477-9dd7-616c2a51eed7 => generated 1086 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-05 18:17:29.865 8 INFO neutron_taas.services.taas.taas_plugin [None req-3abf5e49-c828-41df-a063-aa64c9d59d65 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] TaaS: Handle Delete Port: 1aa3d0e7-6a4e-4477-9dd7-616c2a51eed7 2026-05-05 18:17:29.868 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3abf5e49-c828-41df-a063-aa64c9d59d65 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Tap Mirror: Handle Delete Port: 1aa3d0e7-6a4e-4477-9dd7-616c2a51eed7 [pid: 8|app: 0|req: 1530/3087] 199.19.213.169 () {32 vars in 759 bytes} [Tue May 5 18:17:29 2026] DELETE /v2.0/ports/1aa3d0e7-6a4e-4477-9dd7-616c2a51eed7 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3088] 199.19.213.169 () {30 vars in 703 bytes} [Tue May 5 18:17:30 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: 1531/3089] 199.19.213.169 () {30 vars in 705 bytes} [Tue May 5 18:17:30 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: 1559/3090] 199.19.213.169 () {30 vars in 681 bytes} [Tue May 5 18:17:30 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: 1532/3091] 199.19.213.169 () {30 vars in 717 bytes} [Tue May 5 18:17:30 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:17:30.186 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a4722958-4014-4863-9885-743cb9ddbb7e c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1560/3092] 199.19.213.169 () {32 vars in 759 bytes} [Tue May 5 18:17:30 2026] DELETE /v2.0/ports/1aa3d0e7-6a4e-4477-9dd7-616c2a51eed7 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3093] 199.19.213.169 () {30 vars in 737 bytes} [Tue May 5 18:17:30 2026] GET /v2.0/ports/e7ec4557-9fd2-44c7-8b08-ee28fc68a065 => generated 1128 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:17:30.254 8 INFO neutron.api.v2.resource [None req-fc7cfbed-5b88-4655-96aa-0b6c9f120f1b c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1534/3094] 199.19.213.169 () {30 vars in 763 bytes} [Tue May 5 18:17:30 2026] GET /v2.0/security-groups/lb-fed75e2a-5830-49d9-bba0-a16fbaebf1cb => generated 149 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3095] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:17:30 2026] GET /v2.0/ports?tenant_id=25d0a2ac30f34d7a8dfccc75e533560a&device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => generated 1248 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3096] 199.19.213.169 () {30 vars in 785 bytes} [Tue May 5 18:17:30 2026] GET /v2.0/security-groups?name=lb-fed75e2a-5830-49d9-bba0-a16fbaebf1cb => generated 1639 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3097] 199.19.213.169 () {30 vars in 737 bytes} [Tue May 5 18:17:30 2026] GET /v2.0/ports/e7ec4557-9fd2-44c7-8b08-ee28fc68a065 => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3098] 199.19.213.169 () {34 vars in 1066 bytes} [Tue May 5 18:17:30 2026] GET /v2.0/networks?id=b6007952-ec85-45ac-8d9e-b3c89896f40b&id=1e58f94a-2086-4023-b3ff-c332f6344414 => generated 1523 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3099] 199.19.213.169 () {34 vars in 1062 bytes} [Tue May 5 18:17:30 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.134&port_id=a4cb2490-71c0-42b2-bf2a-1f99c68e455d => 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: 1538/3100] 199.19.213.169 () {34 vars in 984 bytes} [Tue May 5 18:17:30 2026] GET /v2.0/subnets?id=e47a3732-0de7-4d15-97b8-fe80d11cca97 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3101] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:17:30 2026] GET /v2.0/ports?network_id=b6007952-ec85-45ac-8d9e-b3c89896f40b&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: 1540/3102] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:17:30 2026] GET /v2.0/networks/b6007952-ec85-45ac-8d9e-b3c89896f40b?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: 1541/3103] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:17:30 2026] GET /v2.0/networks/b6007952-ec85-45ac-8d9e-b3c89896f40b?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: 1563/3104] 199.19.213.169 () {34 vars in 789 bytes} [Tue May 5 18:17:30 2026] PUT /v2.0/ports/e7ec4557-9fd2-44c7-8b08-ee28fc68a065 => generated 1090 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3105] 199.19.213.169 () {32 vars in 779 bytes} [Tue May 5 18:17:30 2026] DELETE /v2.0/security-groups/1a3fe3b6-6491-4662-b363-46e8f7c414d9 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:17:30.773 7 INFO neutron_taas.services.taas.taas_plugin [None req-207c777c-0488-44b9-8c19-6f1a12dc15a2 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] TaaS: Handle Delete Port: e7ec4557-9fd2-44c7-8b08-ee28fc68a065 2026-05-05 18:17:30.776 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-207c777c-0488-44b9-8c19-6f1a12dc15a2 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Tap Mirror: Handle Delete Port: e7ec4557-9fd2-44c7-8b08-ee28fc68a065 [pid: 7|app: 0|req: 1564/3106] 199.19.213.169 () {32 vars in 759 bytes} [Tue May 5 18:17:30 2026] DELETE /v2.0/ports/e7ec4557-9fd2-44c7-8b08-ee28fc68a065 => generated 0 bytes in 255 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3107] 199.19.213.169 () {34 vars in 994 bytes} [Tue May 5 18:17:33 2026] GET /v2.0/ports?device_id=657305c3-5928-4a86-8b34-ae26bae6bf5f => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:17:33.948 7 INFO neutron_taas.services.taas.taas_plugin [req-4ee8910a-cdaf-4a94-8b58-612653a086a5 req-844bdd17-a277-4e51-91b8-669dcc51ee95 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] TaaS: Handle Delete Port: a4cb2490-71c0-42b2-bf2a-1f99c68e455d 2026-05-05 18:17:33.951 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4ee8910a-cdaf-4a94-8b58-612653a086a5 req-844bdd17-a277-4e51-91b8-669dcc51ee95 c702521419f64f25944b444edd258ca8 25d0a2ac30f34d7a8dfccc75e533560a - - default default] Tap Mirror: Handle Delete Port: a4cb2490-71c0-42b2-bf2a-1f99c68e455d [pid: 7|app: 0|req: 1565/3108] 199.19.213.169 () {36 vars in 997 bytes} [Tue May 5 18:17:33 2026] DELETE /v2.0/ports/a4cb2490-71c0-42b2-bf2a-1f99c68e455d => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:17:34.135 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0ae4cccf-00cc-4fd5-95f1-8de6cc402a77'] response: {'server_uuid': '657305c3-5928-4a86-8b34-ae26bae6bf5f', 'name': 'network-vif-deleted', 'tag': 'a4cb2490-71c0-42b2-bf2a-1f99c68e455d', 'status': 'completed', 'code': 200} 2026-05-05 18:17:34.846 7 INFO neutron_taas.services.taas.taas_plugin [None req-818ea055-9e5d-4529-ba1b-803efa1a6ee5 d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] TaaS: Handle Delete Port: 89b6a655-f05b-484b-9f3a-8ecc8852aa81 2026-05-05 18:17:34.850 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-818ea055-9e5d-4529-ba1b-803efa1a6ee5 d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] Tap Mirror: Handle Delete Port: 89b6a655-f05b-484b-9f3a-8ecc8852aa81 2026-05-05 18:17:35.030 7 INFO neutron.db.l3_db [None req-818ea055-9e5d-4529-ba1b-803efa1a6ee5 d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] Floating IP 835e9559-6b1a-494c-8d10-f163d9086bec disassociated (deleted). External IP: 10.96.250.214, port: d1c2adba-562b-478a-8867-54f05e448129. [pid: 7|app: 0|req: 1567/3111] 10.0.0.41 () {32 vars in 731 bytes} [Tue May 5 18:17:34 2026] DELETE /v2.0/floatingips/835e9559-6b1a-494c-8d10-f163d9086bec => generated 0 bytes in 638 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:17:35.369 8 INFO neutron.api.v2.resource [None req-595e44c0-ca71-4ca7-9ea6-8ec6adb88560 d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1545/3112] 10.0.0.41 () {32 vars in 728 bytes} [Tue May 5 18:17:35 2026] GET /v2.0/floatingips/835e9559-6b1a-494c-8d10-f163d9086bec => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3113] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:17:35 2026] GET /v2.0/ports?device_id=e62d0b58-5550-4f35-8a74-3460a39a2ee6 => generated 1204 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3114] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:17:35 2026] GET /v2.0/security-groups?id=99b53f01-fb61-453f-b37b-e829e7fd2ca6&fields=id&fields=name => generated 111 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:17:36.174 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0a28a543-8d39-4821-93db-d7a6f6cbe57c'] response: {'name': 'network-changed', 'server_uuid': 'e62d0b58-5550-4f35-8a74-3460a39a2ee6', 'tag': 'd1c2adba-562b-478a-8867-54f05e448129', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1569/3115] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:17:36 2026] GET /v2.0/ports?tenant_id=fdea73ee579b41e498b02d89231fc417&device_id=e62d0b58-5550-4f35-8a74-3460a39a2ee6 => generated 1473 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3116] 199.19.213.169 () {34 vars in 986 bytes} [Tue May 5 18:17:36 2026] GET /v2.0/networks?id=a2f03fe5-e30f-4061-aaf6-30bf8d918426 => generated 799 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3117] 199.19.213.169 () {34 vars in 1058 bytes} [Tue May 5 18:17:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.138&port_id=d1c2adba-562b-478a-8867-54f05e448129 => 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: 1548/3118] 199.19.213.169 () {34 vars in 1106 bytes} [Tue May 5 18:17:36 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2c5&port_id=d1c2adba-562b-478a-8867-54f05e448129 => 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: 1571/3119] 199.19.213.169 () {34 vars in 1064 bytes} [Tue May 5 18:17:36 2026] GET /v2.0/subnets?id=04d0b477-6a1d-42c9-8d77-2c417f6b28f8&id=8a54b399-d378-4e34-ac8c-eb90dcbb490f => generated 1413 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3120] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:17:36 2026] GET /v2.0/ports?network_id=a2f03fe5-e30f-4061-aaf6-30bf8d918426&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3121] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:17:36 2026] GET /v2.0/ports?network_id=a2f03fe5-e30f-4061-aaf6-30bf8d918426&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3122] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:17:36 2026] GET /v2.0/networks/a2f03fe5-e30f-4061-aaf6-30bf8d918426?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: 1573/3123] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:17:37 2026] GET /v2.0/networks/a2f03fe5-e30f-4061-aaf6-30bf8d918426?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: 1551/3124] 199.19.213.169 () {34 vars in 994 bytes} [Tue May 5 18:17:37 2026] GET /v2.0/ports?device_id=e62d0b58-5550-4f35-8a74-3460a39a2ee6 => generated 1204 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:17:38.158 7 INFO neutron_taas.services.taas.taas_plugin [req-bb781a9b-a402-4fea-8c24-b87d23e39694 req-1020d0b4-b21a-4f64-a87d-dde631f04632 d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] TaaS: Handle Delete Port: d1c2adba-562b-478a-8867-54f05e448129 2026-05-05 18:17:38.161 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-bb781a9b-a402-4fea-8c24-b87d23e39694 req-1020d0b4-b21a-4f64-a87d-dde631f04632 d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] Tap Mirror: Handle Delete Port: d1c2adba-562b-478a-8867-54f05e448129 [pid: 7|app: 0|req: 1574/3125] 199.19.213.169 () {36 vars in 997 bytes} [Tue May 5 18:17:38 2026] DELETE /v2.0/ports/d1c2adba-562b-478a-8867-54f05e448129 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:17:38.368 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5ab92e01-9481-4397-aab5-d36dd5da8268'] response: {'server_uuid': 'e62d0b58-5550-4f35-8a74-3460a39a2ee6', 'name': 'network-vif-deleted', 'tag': 'd1c2adba-562b-478a-8867-54f05e448129', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1552/3126] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:17:40 2026] GET /v2.0/ports?device_id=e62d0b58-5550-4f35-8a74-3460a39a2ee6 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:17:45.945 7 INFO neutron_taas.services.taas.taas_plugin [None req-8caaa224-4858-4fe8-b424-b497d8bf9e45 d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] TaaS: Handle Delete Port: cedce05e-a2b2-4a84-b2ae-3f9ee51c5844 2026-05-05 18:17:45.948 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8caaa224-4858-4fe8-b424-b497d8bf9e45 d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] Tap Mirror: Handle Delete Port: cedce05e-a2b2-4a84-b2ae-3f9ee51c5844 2026-05-05 18:17:46.151 7 INFO neutron.db.l3_db [None req-8caaa224-4858-4fe8-b424-b497d8bf9e45 d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] Floating IP a7055a8e-63bd-4e74-914e-cc183b784d2e disassociated (deleted). External IP: 10.96.250.217, port: 451720f7-6549-45c7-abaa-75ef0b16a8bd. [pid: 7|app: 0|req: 1575/3127] 10.0.0.41 () {32 vars in 731 bytes} [Tue May 5 18:17:45 2026] DELETE /v2.0/floatingips/a7055a8e-63bd-4e74-914e-cc183b784d2e => generated 0 bytes in 658 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:17:46.508 8 INFO neutron.api.v2.resource [None req-fd7f77ca-7739-487a-be62-9823047b2140 d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1553/3128] 10.0.0.41 () {32 vars in 728 bytes} [Tue May 5 18:17:46 2026] GET /v2.0/floatingips/a7055a8e-63bd-4e74-914e-cc183b784d2e => generated 144 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 18:17:46.516 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d377797a-dc98-42b8-ac6f-c353bb78667e'] response: {'name': 'network-changed', 'server_uuid': 'adda96d0-0130-4cab-88ab-f024430dbb78', 'tag': '451720f7-6549-45c7-abaa-75ef0b16a8bd', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1576/3129] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:17:46 2026] GET /v2.0/ports?device_id=adda96d0-0130-4cab-88ab-f024430dbb78 => generated 1200 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3130] 10.0.0.198 () {34 vars in 1040 bytes} [Tue May 5 18:17:46 2026] GET /v2.0/security-groups?id=99b53f01-fb61-453f-b37b-e829e7fd2ca6&fields=id&fields=name => generated 111 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3131] 199.19.213.169 () {34 vars in 1080 bytes} [Tue May 5 18:17:47 2026] GET /v2.0/ports?tenant_id=fdea73ee579b41e498b02d89231fc417&device_id=adda96d0-0130-4cab-88ab-f024430dbb78 => generated 1469 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3132] 199.19.213.169 () {34 vars in 986 bytes} [Tue May 5 18:17:47 2026] GET /v2.0/networks?id=a09766be-09ab-49fa-8560-64d1492b30ab => 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: 1578/3133] 199.19.213.169 () {34 vars in 1058 bytes} [Tue May 5 18:17:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.218&port_id=451720f7-6549-45c7-abaa-75ef0b16a8bd => 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: 1556/3134] 199.19.213.169 () {34 vars in 1104 bytes} [Tue May 5 18:17:47 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A37f&port_id=451720f7-6549-45c7-abaa-75ef0b16a8bd => 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: 1579/3135] 199.19.213.169 () {34 vars in 1064 bytes} [Tue May 5 18:17:47 2026] GET /v2.0/subnets?id=0bc05ce6-0130-4185-bfaa-99a347ae02c2&id=7cb8d332-2459-4fb3-b4be-9012ecc3ebd2 => generated 1411 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3136] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:17:47 2026] GET /v2.0/ports?network_id=a09766be-09ab-49fa-8560-64d1492b30ab&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: 1580/3137] 199.19.213.169 () {34 vars in 1052 bytes} [Tue May 5 18:17:47 2026] GET /v2.0/ports?network_id=a09766be-09ab-49fa-8560-64d1492b30ab&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3138] 199.19.213.169 () {34 vars in 1012 bytes} [Tue May 5 18:17:47 2026] GET /v2.0/networks/a09766be-09ab-49fa-8560-64d1492b30ab?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: 1581/3139] 199.19.213.169 () {34 vars in 1112 bytes} [Tue May 5 18:17:47 2026] GET /v2.0/networks/a09766be-09ab-49fa-8560-64d1492b30ab?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3140] 199.19.213.169 () {34 vars in 994 bytes} [Tue May 5 18:17:49 2026] GET /v2.0/ports?device_id=adda96d0-0130-4cab-88ab-f024430dbb78 => generated 1200 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-05 18:17:49.460 7 INFO neutron_taas.services.taas.taas_plugin [req-36146435-094b-4142-8e5b-7104cc67aaec req-2e093595-07da-43dd-8249-83f4f27bf95e d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] TaaS: Handle Delete Port: 451720f7-6549-45c7-abaa-75ef0b16a8bd 2026-05-05 18:17:49.463 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-36146435-094b-4142-8e5b-7104cc67aaec req-2e093595-07da-43dd-8249-83f4f27bf95e d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] Tap Mirror: Handle Delete Port: 451720f7-6549-45c7-abaa-75ef0b16a8bd [pid: 7|app: 0|req: 1582/3143] 199.19.213.169 () {36 vars in 997 bytes} [Tue May 5 18:17:49 2026] DELETE /v2.0/ports/451720f7-6549-45c7-abaa-75ef0b16a8bd => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:17:49.676 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-690d6c41-5145-490a-a7f0-b6878d056eaf'] response: {'server_uuid': 'adda96d0-0130-4cab-88ab-f024430dbb78', 'name': 'network-vif-deleted', 'tag': '451720f7-6549-45c7-abaa-75ef0b16a8bd', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1562/3144] 10.0.0.198 () {34 vars in 990 bytes} [Tue May 5 18:17:51 2026] GET /v2.0/ports?device_id=adda96d0-0130-4cab-88ab-f024430dbb78 => 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: 1583/3145] 10.0.0.41 () {32 vars in 749 bytes} [Tue May 5 18:17:56 2026] DELETE /v2.0/security-group-rules/b243edf0-4c02-42aa-810e-561e0cd98703 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:17:57.034 8 INFO neutron.api.v2.resource [None req-863782a6-daf5-4b08-85de-9eb7d6042e71 d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1563/3146] 10.0.0.41 () {32 vars in 746 bytes} [Tue May 5 18:17:57 2026] GET /v2.0/security-group-rules/b243edf0-4c02-42aa-810e-561e0cd98703 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3147] 10.0.0.41 () {32 vars in 749 bytes} [Tue May 5 18:17:57 2026] DELETE /v2.0/security-group-rules/05f46d2e-c1f3-4557-8391-423211b58ea2 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:17:57.123 8 INFO neutron.api.v2.resource [None req-56e5530e-c526-4f25-a260-f0054d9ad18d d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1564/3148] 10.0.0.41 () {32 vars in 746 bytes} [Tue May 5 18:17:57 2026] GET /v2.0/security-group-rules/05f46d2e-c1f3-4557-8391-423211b58ea2 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3149] 10.0.0.41 () {32 vars in 749 bytes} [Tue May 5 18:17:57 2026] DELETE /v2.0/security-group-rules/8946f3b5-6b94-4136-9f49-d80e2319e8e8 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:17:57.213 8 INFO neutron.api.v2.resource [None req-43320aae-20bb-4ed7-b451-15840f9caeb9 d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1565/3150] 10.0.0.41 () {32 vars in 746 bytes} [Tue May 5 18:17:57 2026] GET /v2.0/security-group-rules/8946f3b5-6b94-4136-9f49-d80e2319e8e8 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3151] 10.0.0.41 () {32 vars in 749 bytes} [Tue May 5 18:17:57 2026] DELETE /v2.0/security-group-rules/613e0f03-5f62-4bf7-b9c7-be34a0944293 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:17:57.300 8 INFO neutron.api.v2.resource [None req-e9a1ab22-4db3-4b9b-9540-48204be961ca d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1566/3152] 10.0.0.41 () {32 vars in 746 bytes} [Tue May 5 18:17:57 2026] GET /v2.0/security-group-rules/613e0f03-5f62-4bf7-b9c7-be34a0944293 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3153] 10.0.0.41 () {32 vars in 749 bytes} [Tue May 5 18:17:57 2026] DELETE /v2.0/security-group-rules/278f6da9-4e91-4e92-a023-ad59ee0c29b7 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:17:57.388 8 INFO neutron.api.v2.resource [None req-ac3931ff-fc99-445d-91d0-ed1ed49c17b1 d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1567/3154] 10.0.0.41 () {32 vars in 746 bytes} [Tue May 5 18:17:57 2026] GET /v2.0/security-group-rules/278f6da9-4e91-4e92-a023-ad59ee0c29b7 => 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: 1588/3155] 10.0.0.41 () {32 vars in 749 bytes} [Tue May 5 18:17:57 2026] DELETE /v2.0/security-group-rules/c69c6ed5-d48d-4f9f-9c1c-4ddbfa2bb27e => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:17:57.471 8 INFO neutron.api.v2.resource [None req-8b4614dc-1fd4-4d83-8633-2c0709e84c22 d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1568/3156] 10.0.0.41 () {32 vars in 746 bytes} [Tue May 5 18:17:57 2026] GET /v2.0/security-group-rules/c69c6ed5-d48d-4f9f-9c1c-4ddbfa2bb27e => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3157] 10.0.0.41 () {32 vars in 749 bytes} [Tue May 5 18:17:57 2026] DELETE /v2.0/security-group-rules/6956ff72-db30-41bb-b19b-b8640a74b045 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:17:57.566 8 INFO neutron.api.v2.resource [None req-90d28eaa-aed7-44dd-a327-2c4dd2392b18 d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1569/3158] 10.0.0.41 () {32 vars in 746 bytes} [Tue May 5 18:17:57 2026] GET /v2.0/security-group-rules/6956ff72-db30-41bb-b19b-b8640a74b045 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3159] 10.0.0.41 () {32 vars in 749 bytes} [Tue May 5 18:17:57 2026] DELETE /v2.0/security-group-rules/4e7bc41c-7143-47bc-8f80-43800468d7b0 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:17:57.655 8 INFO neutron.api.v2.resource [None req-53de1493-08da-4355-a10e-feef2382b0a2 d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1570/3160] 10.0.0.41 () {32 vars in 746 bytes} [Tue May 5 18:17:57 2026] GET /v2.0/security-group-rules/4e7bc41c-7143-47bc-8f80-43800468d7b0 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3161] 10.0.0.41 () {32 vars in 749 bytes} [Tue May 5 18:17:57 2026] DELETE /v2.0/security-group-rules/b599c720-42e3-491d-9b70-cb83f1cc3ef3 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:17:57.735 8 INFO neutron.api.v2.resource [None req-efe648a1-d4c3-4405-aea5-626b21be8d7b d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1571/3162] 10.0.0.41 () {32 vars in 746 bytes} [Tue May 5 18:17:57 2026] GET /v2.0/security-group-rules/b599c720-42e3-491d-9b70-cb83f1cc3ef3 => 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: 1592/3163] 10.0.0.41 () {32 vars in 749 bytes} [Tue May 5 18:17:57 2026] DELETE /v2.0/security-group-rules/40be8add-207f-48bb-ae2a-795f111f95f5 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:17:57.818 8 INFO neutron.api.v2.resource [None req-05424108-8771-4335-81f9-2af35dcee6c0 d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1572/3164] 10.0.0.41 () {32 vars in 746 bytes} [Tue May 5 18:17:57 2026] GET /v2.0/security-group-rules/40be8add-207f-48bb-ae2a-795f111f95f5 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3165] 10.0.0.41 () {32 vars in 749 bytes} [Tue May 5 18:17:57 2026] DELETE /v2.0/security-group-rules/912695c0-edba-4ade-8b15-d74ddc2665ac => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:17:57.902 8 INFO neutron.api.v2.resource [None req-ef1ac5cc-e7a1-40e8-ae24-21c359eae97d d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1573/3166] 10.0.0.41 () {32 vars in 746 bytes} [Tue May 5 18:17:57 2026] GET /v2.0/security-group-rules/912695c0-edba-4ade-8b15-d74ddc2665ac => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3167] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:17:57 2026] DELETE /v2.0/security-groups/99b53f01-fb61-453f-b37b-e829e7fd2ca6 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:17:57.985 8 INFO neutron.api.v2.resource [None req-f7308f76-707a-43b5-831c-888aecd154ff d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1574/3168] 10.0.0.41 () {32 vars in 736 bytes} [Tue May 5 18:17:57 2026] GET /v2.0/security-groups/99b53f01-fb61-453f-b37b-e829e7fd2ca6 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 18:17:58.410 7 INFO neutron_taas.services.taas.taas_plugin [None req-4faf69be-dfb8-421e-a616-dcaebc8449eb d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] TaaS: Handle Delete Port: 0575d556-1e95-4007-bc61-aa44d6ba9bbf 2026-05-05 18:17:58.413 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4faf69be-dfb8-421e-a616-dcaebc8449eb d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] Tap Mirror: Handle Delete Port: 0575d556-1e95-4007-bc61-aa44d6ba9bbf [pid: 7|app: 0|req: 1595/3169] 10.0.0.41 () {34 vars in 788 bytes} [Tue May 5 18:17:58 2026] PUT /v2.0/routers/dc8274e8-95c5-472d-928e-98a23dafaa47/remove_router_interface => generated 309 bytes in 874 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:17:59.048 8 INFO neutron.api.v2.resource [None req-af7bbc3a-a8b6-40e7-b1ad-14dab34e349f d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1575/3170] 10.0.0.41 () {34 vars in 788 bytes} [Tue May 5 18:17:58 2026] PUT /v2.0/routers/dc8274e8-95c5-472d-928e-98a23dafaa47/remove_router_interface => generated 198 bytes in 141 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 18:17:59.430 7 INFO neutron_taas.services.taas.taas_plugin [None req-d796a540-fcc9-406a-908d-973938e8ead9 d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] TaaS: Handle Delete Port: e25d5594-1bb2-4fb6-af65-e91d9b483d1c 2026-05-05 18:17:59.433 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d796a540-fcc9-406a-908d-973938e8ead9 d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] Tap Mirror: Handle Delete Port: e25d5594-1bb2-4fb6-af65-e91d9b483d1c [pid: 7|app: 0|req: 1596/3171] 10.0.0.41 () {34 vars in 788 bytes} [Tue May 5 18:17:59 2026] PUT /v2.0/routers/dc8274e8-95c5-472d-928e-98a23dafaa47/remove_router_interface => generated 309 bytes in 877 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:18:00.082 8 INFO neutron.api.v2.resource [None req-19f98b77-fa4b-4077-b4eb-6d52b0404ab3 d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1576/3172] 10.0.0.41 () {34 vars in 788 bytes} [Tue May 5 18:17:59 2026] PUT /v2.0/routers/dc8274e8-95c5-472d-928e-98a23dafaa47/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-05 18:18:00.508 7 INFO neutron_taas.services.taas.taas_plugin [None req-a8e8a99b-3fdd-4321-b860-08570c460129 d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] TaaS: Handle Delete Port: cd5ec4f4-0892-4c6d-b37b-3061f040faec 2026-05-05 18:18:00.513 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8e8a99b-3fdd-4321-b860-08570c460129 d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] Tap Mirror: Handle Delete Port: cd5ec4f4-0892-4c6d-b37b-3061f040faec [pid: 7|app: 0|req: 1597/3173] 10.0.0.41 () {34 vars in 788 bytes} [Tue May 5 18:18:00 2026] PUT /v2.0/routers/dc8274e8-95c5-472d-928e-98a23dafaa47/remove_router_interface => generated 309 bytes in 1019 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-05 18:18:01.297 8 INFO neutron.api.v2.resource [None req-93c48fd3-9df2-4bcc-8c9c-8b99b6b01a26 d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1577/3174] 10.0.0.41 () {34 vars in 788 bytes} [Tue May 5 18:18:01 2026] PUT /v2.0/routers/dc8274e8-95c5-472d-928e-98a23dafaa47/remove_router_interface => generated 198 bytes in 173 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 18:18:02.267 7 INFO neutron_taas.services.taas.taas_plugin [None req-9875af23-617f-42b0-a693-27ae5298bb18 d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] TaaS: Handle Delete Port: e87398e3-70db-402f-a4d8-857e6f82f7e7 2026-05-05 18:18:02.270 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9875af23-617f-42b0-a693-27ae5298bb18 d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] Tap Mirror: Handle Delete Port: e87398e3-70db-402f-a4d8-857e6f82f7e7 2026-05-05 18:18:02.574 7 INFO neutron_taas.services.taas.taas_plugin [None req-9875af23-617f-42b0-a693-27ae5298bb18 d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] TaaS: Handle Delete Port: 0f43e3d3-e72d-4db9-a440-12864d2cffe4 2026-05-05 18:18:02.579 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9875af23-617f-42b0-a693-27ae5298bb18 d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] Tap Mirror: Handle Delete Port: 0f43e3d3-e72d-4db9-a440-12864d2cffe4 2026-05-05 18:18:02.914 7 INFO neutron.db.l3_hamode_db [None req-9875af23-617f-42b0-a693-27ae5298bb18 d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] HA network f0cfa6ae-d451-4f13-a522-47798ce90eca was deleted as no HA routers are present in tenant fdea73ee579b41e498b02d89231fc417. [pid: 7|app: 0|req: 1598/3175] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:18:01 2026] DELETE /v2.0/routers/dc8274e8-95c5-472d-928e-98a23dafaa47 => generated 0 bytes in 1607 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:18:02.925 7 INFO neutron.services.segments.plugin [-] Segment cee0eb7d-74d0-4222-a4cf-2dddeea17d9a resource provider aggregate not found 2026-05-05 18:18:02.939 7 INFO neutron.services.segments.plugin [-] Segment cee0eb7d-74d0-4222-a4cf-2dddeea17d9a resource provider aggregate not found 2026-05-05 18:18:02.945 8 INFO neutron.api.v2.resource [None req-6fca4ec7-0579-43de-8663-0a5c6a000819 d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] show failed (client error): The resource could not be found. 2026-05-05 18:18:02.945 7 INFO neutron.services.segments.plugin [-] Segment cee0eb7d-74d0-4222-a4cf-2dddeea17d9a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cee0eb7d-74d0-4222-a4cf-2dddeea17d9a found for delete ", "request_id": "req-08def03f-f132-49c2-9be3-0b0b954d94ef"}]} [pid: 8|app: 0|req: 1578/3176] 10.0.0.41 () {32 vars in 720 bytes} [Tue May 5 18:18:02 2026] GET /v2.0/routers/dc8274e8-95c5-472d-928e-98a23dafaa47 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 18:18:02.958 7 INFO neutron.services.segments.plugin [-] Segment cee0eb7d-74d0-4222-a4cf-2dddeea17d9a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cee0eb7d-74d0-4222-a4cf-2dddeea17d9a found for delete ", "request_id": "req-92612a51-a817-4ec9-8be4-b43bd5ab589a"}]} [pid: 7|app: 0|req: 1599/3177] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:18:02 2026] DELETE /v2.0/subnets/04d0b477-6a1d-42c9-8d77-2c417f6b28f8 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:18:03.132 8 INFO neutron.pecan_wsgi.hooks.translation [None req-52eb246a-b0ef-4105-8512-aa25cdbaf145 d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1579/3178] 10.0.0.41 () {32 vars in 720 bytes} [Tue May 5 18:18:03 2026] GET /v2.0/subnets/04d0b477-6a1d-42c9-8d77-2c417f6b28f8 => generated 136 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3179] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:18:03 2026] DELETE /v2.0/subnets/8a54b399-d378-4e34-ac8c-eb90dcbb490f => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:18:03.309 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3c62fe63-54a2-4341-b45a-f0a1bf2546cc d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1580/3180] 10.0.0.41 () {32 vars in 720 bytes} [Tue May 5 18:18:03 2026] GET /v2.0/subnets/8a54b399-d378-4e34-ac8c-eb90dcbb490f => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 18:18:03.385 7 INFO neutron_taas.services.taas.taas_plugin [None req-c253d128-d9cf-4363-b6e6-3e8a26e11de3 d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] TaaS: Handle Delete Port: fad12fdb-c8d0-4770-9d50-dbe847a41edd 2026-05-05 18:18:03.388 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c253d128-d9cf-4363-b6e6-3e8a26e11de3 d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] Tap Mirror: Handle Delete Port: fad12fdb-c8d0-4770-9d50-dbe847a41edd [pid: 7|app: 0|req: 1601/3181] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:18:03 2026] DELETE /v2.0/networks/a2f03fe5-e30f-4061-aaf6-30bf8d918426 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:18:03.599 8 INFO neutron.pecan_wsgi.hooks.translation [None req-deadfdb3-8d44-4b86-985d-0b18557c0ba1 d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1581/3182] 10.0.0.41 () {32 vars in 722 bytes} [Tue May 5 18:18:03 2026] GET /v2.0/networks/a2f03fe5-e30f-4061-aaf6-30bf8d918426 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3183] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:18:03 2026] DELETE /v2.0/subnets/7cb8d332-2459-4fb3-b4be-9012ecc3ebd2 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:18:03.804 8 INFO neutron.pecan_wsgi.hooks.translation [None req-56aa2e49-c1b3-4191-a53d-441b542cebba d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1582/3184] 10.0.0.41 () {32 vars in 720 bytes} [Tue May 5 18:18:03 2026] GET /v2.0/subnets/7cb8d332-2459-4fb3-b4be-9012ecc3ebd2 => generated 136 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3185] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:18:03 2026] DELETE /v2.0/subnets/0bc05ce6-0130-4185-bfaa-99a347ae02c2 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:18:03.985 8 INFO neutron.pecan_wsgi.hooks.translation [None req-24863502-0b41-4fc0-aad0-25f74e4fadf0 d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1583/3186] 10.0.0.41 () {32 vars in 720 bytes} [Tue May 5 18:18:03 2026] GET /v2.0/subnets/0bc05ce6-0130-4185-bfaa-99a347ae02c2 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 18:18:04.098 7 INFO neutron_taas.services.taas.taas_plugin [None req-cea0cc50-cac4-4877-bd6e-0ae79fd928dd d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] TaaS: Handle Delete Port: 2e26cc9a-84d3-425b-aac9-a5187e70dcdd 2026-05-05 18:18:04.101 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cea0cc50-cac4-4877-bd6e-0ae79fd928dd d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] Tap Mirror: Handle Delete Port: 2e26cc9a-84d3-425b-aac9-a5187e70dcdd [pid: 7|app: 0|req: 1604/3187] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:18:03 2026] DELETE /v2.0/networks/a09766be-09ab-49fa-8560-64d1492b30ab => generated 0 bytes in 308 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:18:04.318 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2e87bffa-2c12-4c81-890b-6e70c97c1d50 d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1584/3188] 10.0.0.41 () {32 vars in 722 bytes} [Tue May 5 18:18:04 2026] GET /v2.0/networks/a09766be-09ab-49fa-8560-64d1492b30ab => 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: 1605/3189] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:18:04 2026] DELETE /v2.0/subnets/09da229e-90b9-49b9-a01f-cfcbd34f8149 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:18:04.488 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bd8e54e4-c823-47d5-8c4f-17c73ddd6fd7 d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1607/3192] 10.0.0.41 () {32 vars in 720 bytes} [Tue May 5 18:18:04 2026] GET /v2.0/subnets/09da229e-90b9-49b9-a01f-cfcbd34f8149 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3193] 10.0.0.41 () {32 vars in 723 bytes} [Tue May 5 18:18:04 2026] DELETE /v2.0/subnets/2e63e44a-1ee3-4238-92fb-890f3d3a25d4 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:18:04.690 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cbd6a5d3-d8c0-45c8-8c54-bcfdc6f5b821 d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1608/3194] 10.0.0.41 () {32 vars in 720 bytes} [Tue May 5 18:18:04 2026] GET /v2.0/subnets/2e63e44a-1ee3-4238-92fb-890f3d3a25d4 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 18:18:04.811 8 INFO neutron_taas.services.taas.taas_plugin [None req-f4cd1d16-b663-4f44-b6f9-2b4b99a0435b d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] TaaS: Handle Delete Port: 446c3a86-6320-4191-beaa-643c652bfe29 2026-05-05 18:18:04.813 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4cd1d16-b663-4f44-b6f9-2b4b99a0435b d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] Tap Mirror: Handle Delete Port: 446c3a86-6320-4191-beaa-643c652bfe29 2026-05-05 18:18:04.965 7 INFO neutron.services.segments.plugin [-] Segment 4baa6bde-867a-4c88-9afc-1ff12ed759b9 resource provider aggregate not found 2026-05-05 18:18:04.982 7 INFO neutron.services.segments.plugin [-] Segment 4baa6bde-867a-4c88-9afc-1ff12ed759b9 resource provider aggregate not found [pid: 8|app: 0|req: 1587/3195] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:18:04 2026] DELETE /v2.0/networks/1e58f94a-2086-4023-b3ff-c332f6344414 => generated 0 bytes in 315 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:18:05.012 8 INFO neutron.services.segments.plugin [-] Segment e0e63913-5b3c-4df3-9e7c-1f5421216258 resource provider aggregate not found 2026-05-05 18:18:05.019 7 INFO neutron.services.segments.plugin [-] Segment 4baa6bde-867a-4c88-9afc-1ff12ed759b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4baa6bde-867a-4c88-9afc-1ff12ed759b9 found for delete ", "request_id": "req-d091b557-0bca-42ba-8d35-fcc0b18c8a38"}]} 2026-05-05 18:18:05.024 7 INFO neutron.services.segments.plugin [-] Segment 4baa6bde-867a-4c88-9afc-1ff12ed759b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4baa6bde-867a-4c88-9afc-1ff12ed759b9 found for delete ", "request_id": "req-5ea9cd5d-41d9-4ebf-ba0b-8dd265973e2d"}]} 2026-05-05 18:18:05.025 8 INFO neutron.services.segments.plugin [-] Segment e0e63913-5b3c-4df3-9e7c-1f5421216258 resource provider aggregate not found 2026-05-05 18:18:05.031 8 INFO neutron.services.segments.plugin [-] Segment e0e63913-5b3c-4df3-9e7c-1f5421216258 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0e63913-5b3c-4df3-9e7c-1f5421216258 found for delete ", "request_id": "req-2c97c7b1-02b8-495c-9ccb-28d4cdcdaf77"}]} 2026-05-05 18:18:05.035 7 INFO neutron.services.segments.plugin [-] Segment b01cc1fb-42f6-4c32-82fa-e8c97d0cc0a2 resource provider aggregate not found 2026-05-05 18:18:05.043 7 INFO neutron.pecan_wsgi.hooks.translation [None req-92df7beb-7639-4c45-b5ec-2937df98c3a2 d40f095cf643494ea00081ddc0bab443 fdea73ee579b41e498b02d89231fc417 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1609/3196] 10.0.0.41 () {32 vars in 722 bytes} [Tue May 5 18:18:05 2026] GET /v2.0/networks/1e58f94a-2086-4023-b3ff-c332f6344414 => generated 138 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-05 18:18:05.048 8 INFO neutron.services.segments.plugin [-] Segment e0e63913-5b3c-4df3-9e7c-1f5421216258 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0e63913-5b3c-4df3-9e7c-1f5421216258 found for delete ", "request_id": "req-9bd28636-690e-463b-a68d-a1ba11814f16"}]} 2026-05-05 18:18:05.052 7 INFO neutron.services.segments.plugin [-] Segment b01cc1fb-42f6-4c32-82fa-e8c97d0cc0a2 resource provider aggregate not found 2026-05-05 18:18:05.057 7 INFO neutron.services.segments.plugin [-] Segment b01cc1fb-42f6-4c32-82fa-e8c97d0cc0a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b01cc1fb-42f6-4c32-82fa-e8c97d0cc0a2 found for delete ", "request_id": "req-932c11ae-b469-4820-ac75-1dbccf2f773f"}]} 2026-05-05 18:18:05.065 7 INFO neutron.services.segments.plugin [-] Segment b01cc1fb-42f6-4c32-82fa-e8c97d0cc0a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b01cc1fb-42f6-4c32-82fa-e8c97d0cc0a2 found for delete ", "request_id": "req-aedc4587-464d-4151-a46b-d15d9850f2cd"}]} [pid: 8|app: 0|req: 1588/3197] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:18:07 2026] GET /v2.0/security-groups?tenant_id=fdea73ee579b41e498b02d89231fc417&name=default => generated 2925 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3198] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:18:07 2026] DELETE /v2.0/security-groups/29764df0-8a13-47b4-ad6e-4eb9804da97f => 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: 1589/3199] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:18:07 2026] GET /v2.0/security-groups?tenant_id=2fcf196d9fe6496fa35a6ad07ac1f60a&name=default => generated 2929 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3200] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:18:07 2026] DELETE /v2.0/security-groups/1d7d53a0-e268-4044-aea3-6f23e043e0b2 => 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: 1590/3201] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:18:07 2026] GET /v2.0/security-groups?tenant_id=f606266974dc4188831c472f3e89fd74&name=default => generated 2929 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3202] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:18:08 2026] DELETE /v2.0/security-groups/d2dbd7a7-274b-4207-8ef2-ede748504b4e => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3203] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:18:08 2026] GET /v2.0/security-groups?tenant_id=50b2e5fcfe384b40b56ec8b33ae06dc8&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3204] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:18:08 2026] DELETE /v2.0/security-groups/241db6e5-19d7-4cc1-b4d3-9bb411b83b4b => 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: 1592/3205] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:18:08 2026] GET /v2.0/security-groups?tenant_id=d19ecdcf744a416bafc130d8f2ac30b8&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: 1614/3206] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:18:08 2026] DELETE /v2.0/security-groups/29a39de7-5028-4727-8c68-826a38b1548a => 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: 1593/3207] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:18:09 2026] GET /v2.0/security-groups?tenant_id=4d2a7a463a7e4784ba3e4a8d8ced7f91&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3208] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:18:09 2026] DELETE /v2.0/security-groups/8ad7cb03-1b98-4a6c-a0a0-789a381bd622 => 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: 1594/3209] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:18:09 2026] GET /v2.0/security-groups?tenant_id=0353813f36ae4cc1bc85c01628c5c168&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3210] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:18:09 2026] DELETE /v2.0/security-groups/9c346cb8-1da5-4a19-afa5-338ccf4db218 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3211] 10.0.0.41 () {34 vars in 683 bytes} [Tue May 5 18:18:13 2026] POST /v2.0/security-groups => generated 1603 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3212] 10.0.0.41 () {34 vars in 683 bytes} [Tue May 5 18:18:14 2026] POST /v2.0/security-groups => generated 1603 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3213] 10.0.0.41 () {34 vars in 683 bytes} [Tue May 5 18:18:14 2026] POST /v2.0/security-groups => generated 1603 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3214] 10.0.0.41 () {34 vars in 683 bytes} [Tue May 5 18:18:14 2026] POST /v2.0/security-groups => generated 1603 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3215] 10.0.0.41 () {34 vars in 683 bytes} [Tue May 5 18:18:14 2026] POST /v2.0/security-groups => generated 1603 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3216] 10.0.0.41 () {34 vars in 766 bytes} [Tue May 5 18:18:14 2026] PUT /v2.0/security-groups/59db2d85-0053-49da-ba49-d0ef810f2d66/tags => generated 17 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3217] 10.0.0.41 () {34 vars in 766 bytes} [Tue May 5 18:18:14 2026] PUT /v2.0/security-groups/44190e1f-7764-4989-881c-d65c90db3e86/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: 1620/3218] 10.0.0.41 () {34 vars in 766 bytes} [Tue May 5 18:18:14 2026] PUT /v2.0/security-groups/5ea71058-564d-4c56-b978-dbfb2452ecda/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: 1599/3219] 10.0.0.41 () {34 vars in 766 bytes} [Tue May 5 18:18:14 2026] PUT /v2.0/security-groups/a62cae4d-d0e0-43b2-9fc4-3d4361a82585/tags => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3220] 10.0.0.41 () {32 vars in 679 bytes} [Tue May 5 18:18:14 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3221] 10.0.0.41 () {32 vars in 693 bytes} [Tue May 5 18:18:14 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3222] 10.0.0.41 () {32 vars in 689 bytes} [Tue May 5 18:18:14 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3223] 10.0.0.41 () {32 vars in 701 bytes} [Tue May 5 18:18:14 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3224] 10.0.0.41 () {32 vars in 687 bytes} [Tue May 5 18:18:14 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3225] 10.0.0.41 () {32 vars in 701 bytes} [Tue May 5 18:18:14 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3226] 10.0.0.41 () {32 vars in 697 bytes} [Tue May 5 18:18:15 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3227] 10.0.0.41 () {32 vars in 709 bytes} [Tue May 5 18:18:15 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3228] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:18:15 2026] DELETE /v2.0/security-groups/59db2d85-0053-49da-ba49-d0ef810f2d66 => 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: 1604/3229] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:18:15 2026] DELETE /v2.0/security-groups/44190e1f-7764-4989-881c-d65c90db3e86 => 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: 1626/3230] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:18:15 2026] DELETE /v2.0/security-groups/5ea71058-564d-4c56-b978-dbfb2452ecda => 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: 1605/3231] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:18:15 2026] DELETE /v2.0/security-groups/a62cae4d-d0e0-43b2-9fc4-3d4361a82585 => 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: 1627/3232] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:18:15 2026] DELETE /v2.0/security-groups/15d9306f-673a-41c9-b62f-7a1a60475cf3 => 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: 1606/3233] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:18:16 2026] GET /v2.0/security-groups?tenant_id=4253a3a681ab44aaabe82a969ffed9ae&name=default => generated 2929 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3234] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:18:16 2026] DELETE /v2.0/security-groups/c91ea90f-c8d6-4e85-a0ab-ef8596bd6c24 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3235] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:18:16 2026] GET /v2.0/security-groups?tenant_id=1f42a82b4ecb41febbc06852cb9f956c&name=default => generated 2929 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3236] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:18:16 2026] DELETE /v2.0/security-groups/85610227-5dbd-4f63-b57e-20a2341c6e9e => 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: 1608/3237] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:18:17 2026] GET /v2.0/security-groups?tenant_id=8529d4638282484cacfc1e0012f463a0&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: 1630/3238] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:18:17 2026] DELETE /v2.0/security-groups/6929b1d0-5aa2-405e-a646-434265c17ae4 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3241] 10.0.0.41 () {34 vars in 675 bytes} [Tue May 5 18:18:20 2026] POST /v2.0/subnetpools => generated 516 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3242] 10.0.0.41 () {34 vars in 758 bytes} [Tue May 5 18:18:20 2026] PUT /v2.0/subnetpools/9d8d2441-20dd-4a41-9cfa-b86b06952f22/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3243] 10.0.0.41 () {32 vars in 738 bytes} [Tue May 5 18:18:20 2026] GET /v2.0/subnetpools/9d8d2441-20dd-4a41-9cfa-b86b06952f22/tags => generated 25 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3244] 10.0.0.41 () {34 vars in 769 bytes} [Tue May 5 18:18:20 2026] PUT /v2.0/subnetpools/9d8d2441-20dd-4a41-9cfa-b86b06952f22/tags/green => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3245] 10.0.0.41 () {32 vars in 738 bytes} [Tue May 5 18:18:20 2026] GET /v2.0/subnetpools/9d8d2441-20dd-4a41-9cfa-b86b06952f22/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3246] 10.0.0.41 () {34 vars in 765 bytes} [Tue May 5 18:18:20 2026] PUT /v2.0/subnetpools/9d8d2441-20dd-4a41-9cfa-b86b06952f22/tags/red => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3247] 10.0.0.41 () {32 vars in 738 bytes} [Tue May 5 18:18:20 2026] GET /v2.0/subnetpools/9d8d2441-20dd-4a41-9cfa-b86b06952f22/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: 1635/3248] 10.0.0.41 () {34 vars in 787 bytes} [Tue May 5 18:18:20 2026] PUT /v2.0/subnetpools/9d8d2441-20dd-4a41-9cfa-b86b06952f22/tags/black.or.white => 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: 1614/3249] 10.0.0.41 () {32 vars in 738 bytes} [Tue May 5 18:18:20 2026] GET /v2.0/subnetpools/9d8d2441-20dd-4a41-9cfa-b86b06952f22/tags => generated 52 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3250] 10.0.0.41 () {34 vars in 758 bytes} [Tue May 5 18:18:20 2026] PUT /v2.0/subnetpools/9d8d2441-20dd-4a41-9cfa-b86b06952f22/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3251] 10.0.0.41 () {32 vars in 738 bytes} [Tue May 5 18:18:20 2026] GET /v2.0/subnetpools/9d8d2441-20dd-4a41-9cfa-b86b06952f22/tags => generated 37 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3252] 10.0.0.41 () {32 vars in 746 bytes} [Tue May 5 18:18:21 2026] GET /v2.0/subnetpools/9d8d2441-20dd-4a41-9cfa-b86b06952f22/tags/red => generated 0 bytes in 27 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:18:21.064 8 INFO neutron.api.v2.resource [None req-52a8b0f8-216f-488b-b1ad-5bac7d7340fd 33a07d2b1fcc4bc6a1e18e6693fa0788 20c9c78dec4043e683bf20f48063b9b5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1616/3253] 10.0.0.41 () {32 vars in 750 bytes} [Tue May 5 18:18:21 2026] GET /v2.0/subnetpools/9d8d2441-20dd-4a41-9cfa-b86b06952f22/tags/green => generated 99 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1638/3254] 10.0.0.41 () {32 vars in 749 bytes} [Tue May 5 18:18:21 2026] DELETE /v2.0/subnetpools/9d8d2441-20dd-4a41-9cfa-b86b06952f22/tags/red => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1617/3255] 10.0.0.41 () {32 vars in 738 bytes} [Tue May 5 18:18:21 2026] GET /v2.0/subnetpools/9d8d2441-20dd-4a41-9cfa-b86b06952f22/tags => generated 30 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:18:21.190 7 INFO neutron.api.v2.resource [None req-a8592313-6b0b-4212-9d74-e837284ad6ae 33a07d2b1fcc4bc6a1e18e6693fa0788 20c9c78dec4043e683bf20f48063b9b5 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1639/3256] 10.0.0.41 () {32 vars in 753 bytes} [Tue May 5 18:18:21 2026] DELETE /v2.0/subnetpools/9d8d2441-20dd-4a41-9cfa-b86b06952f22/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3257] 10.0.0.41 () {32 vars in 741 bytes} [Tue May 5 18:18:21 2026] DELETE /v2.0/subnetpools/9d8d2441-20dd-4a41-9cfa-b86b06952f22/tags => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1640/3258] 10.0.0.41 () {32 vars in 738 bytes} [Tue May 5 18:18:21 2026] GET /v2.0/subnetpools/9d8d2441-20dd-4a41-9cfa-b86b06952f22/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3259] 10.0.0.41 () {32 vars in 731 bytes} [Tue May 5 18:18:21 2026] DELETE /v2.0/subnetpools/9d8d2441-20dd-4a41-9cfa-b86b06952f22 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1641/3260] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:18:22 2026] GET /v2.0/security-groups?tenant_id=20c9c78dec4043e683bf20f48063b9b5&name=default => generated 2929 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3261] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:18:22 2026] DELETE /v2.0/security-groups/455a43d3-29f5-48dd-8b88-e76920ac5207 => 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: 1642/3262] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:18:22 2026] GET /v2.0/security-groups?tenant_id=9030457c5d2a47dabd1709fac846ea40&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1621/3263] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:18:22 2026] DELETE /v2.0/security-groups/45cbe179-e629-4db8-b319-c6dea474c4ef => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-05 18:18:26.029 7 INFO neutron.db.segments_db [None req-491db05d-6c20-4ab2-b8b2-9acc918b91d4 493465bdbf714e78bda46fc788a695f9 e1568580787c4ca0adb01d1e56bc7dc9 - - default default] Added segment 06e3f29c-246f-418d-b16d-8dbf552b0886 of type vxlan for network 1eca6a04-902a-4694-ae9e-65bef4a2ae17 [pid: 7|app: 0|req: 1643/3264] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:18:25 2026] POST /v2.0/networks => generated 631 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-05 18:18:26.182 8 INFO neutron.db.segments_db [None req-b2b2c41b-b3c1-4ab1-a0f8-a25237564c29 493465bdbf714e78bda46fc788a695f9 e1568580787c4ca0adb01d1e56bc7dc9 - - default default] Added segment d2a304d1-3964-4f38-ac4a-44379bedc424 of type vxlan for network 03e55250-2204-4b2c-b791-1f2d3df5ee4b [pid: 8|app: 0|req: 1622/3265] 10.0.0.41 () {34 vars in 669 bytes} [Tue May 5 18:18:26 2026] POST /v2.0/networks => generated 630 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3266] 10.0.0.41 () {34 vars in 752 bytes} [Tue May 5 18:18:26 2026] PUT /v2.0/networks/1eca6a04-902a-4694-ae9e-65bef4a2ae17/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/3267] 10.0.0.41 () {32 vars in 732 bytes} [Tue May 5 18:18:26 2026] GET /v2.0/networks/1eca6a04-902a-4694-ae9e-65bef4a2ae17/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3268] 10.0.0.41 () {34 vars in 752 bytes} [Tue May 5 18:18:26 2026] PUT /v2.0/networks/03e55250-2204-4b2c-b791-1f2d3df5ee4b/tags => generated 17 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/3269] 10.0.0.41 () {32 vars in 732 bytes} [Tue May 5 18:18:26 2026] GET /v2.0/networks/03e55250-2204-4b2c-b791-1f2d3df5ee4b/tags => generated 17 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1646/3270] 10.0.0.41 () {34 vars in 752 bytes} [Tue May 5 18:18:26 2026] PUT /v2.0/networks/03e55250-2204-4b2c-b791-1f2d3df5ee4b/tags => generated 12 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/3271] 10.0.0.41 () {32 vars in 732 bytes} [Tue May 5 18:18:26 2026] GET /v2.0/networks/03e55250-2204-4b2c-b791-1f2d3df5ee4b/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: 1647/3272] 10.0.0.41 () {32 vars in 732 bytes} [Tue May 5 18:18:26 2026] GET /v2.0/networks/1eca6a04-902a-4694-ae9e-65bef4a2ae17/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-05 18:18:26.776 8 INFO neutron.services.segments.plugin [-] Segment 06e3f29c-246f-418d-b16d-8dbf552b0886 resource provider aggregate not found 2026-05-05 18:18:26.781 8 INFO neutron.services.segments.plugin [-] Segment 06e3f29c-246f-418d-b16d-8dbf552b0886 resource provider aggregate not found 2026-05-05 18:18:26.799 8 INFO neutron.services.segments.plugin [-] Segment 06e3f29c-246f-418d-b16d-8dbf552b0886 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06e3f29c-246f-418d-b16d-8dbf552b0886 found for delete ", "request_id": "req-ca8fd1df-a559-4ef5-b7e3-74813c52cdd6"}]} 2026-05-05 18:18:26.805 8 INFO neutron.services.segments.plugin [-] Segment 06e3f29c-246f-418d-b16d-8dbf552b0886 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06e3f29c-246f-418d-b16d-8dbf552b0886 found for delete ", "request_id": "req-c4b04ef4-21d3-4979-82d2-53fdb16be871"}]} [pid: 8|app: 0|req: 1626/3273] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:18:26 2026] DELETE /v2.0/networks/1eca6a04-902a-4694-ae9e-65bef4a2ae17 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-05 18:18:26.958 7 INFO neutron.services.segments.plugin [-] Segment d2a304d1-3964-4f38-ac4a-44379bedc424 resource provider aggregate not found 2026-05-05 18:18:26.964 7 INFO neutron.services.segments.plugin [-] Segment d2a304d1-3964-4f38-ac4a-44379bedc424 resource provider aggregate not found 2026-05-05 18:18:26.976 7 INFO neutron.services.segments.plugin [-] Segment d2a304d1-3964-4f38-ac4a-44379bedc424 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2a304d1-3964-4f38-ac4a-44379bedc424 found for delete ", "request_id": "req-bf7c5617-dcfc-45a1-929d-1b245c337869"}]} 2026-05-05 18:18:26.981 7 INFO neutron.services.segments.plugin [-] Segment d2a304d1-3964-4f38-ac4a-44379bedc424 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2a304d1-3964-4f38-ac4a-44379bedc424 found for delete ", "request_id": "req-4e4e784e-5159-41c9-87a4-aa25171b631c"}]} [pid: 7|app: 0|req: 1648/3274] 10.0.0.41 () {32 vars in 725 bytes} [Tue May 5 18:18:26 2026] DELETE /v2.0/networks/03e55250-2204-4b2c-b791-1f2d3df5ee4b => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3275] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:18:27 2026] GET /v2.0/security-groups?tenant_id=e1568580787c4ca0adb01d1e56bc7dc9&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1649/3276] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:18:27 2026] DELETE /v2.0/security-groups/44ab369e-1445-44e7-b92d-713c2f006d5e => 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: 1628/3277] 10.0.0.41 () {32 vars in 773 bytes} [Tue May 5 18:18:27 2026] GET /v2.0/security-groups?tenant_id=1f66c403c37e46b9922865cbd37a4905&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1650/3278] 10.0.0.41 () {32 vars in 739 bytes} [Tue May 5 18:18:28 2026] DELETE /v2.0/security-groups/ff5e1f97-8d6e-4acb-a503-b54b6947a7b7 => 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: 1629/3279] 10.0.0.41 () {32 vars in 648 bytes} [Tue May 5 18:18:30 2026] GET /v2.0/networks => generated 2168 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1651/3280] 10.0.0.41 () {32 vars in 654 bytes} [Tue May 5 18:18:31 2026] GET /v2.0/floatingips => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/3281] 10.0.0.41 () {32 vars in 646 bytes} [Tue May 5 18:18:31 2026] GET /v2.0/routers => generated 15 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3282] 10.0.0.41 () {32 vars in 642 bytes} [Tue May 5 18:18:31 2026] GET /v2.0/ports => generated 4725 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3283] 10.0.0.41 () {32 vars in 646 bytes} [Tue May 5 18:18:31 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3284] 10.0.0.41 () {32 vars in 648 bytes} [Tue May 5 18:18:32 2026] GET /v2.0/networks => generated 2168 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/3285] 10.0.0.41 () {32 vars in 662 bytes} [Tue May 5 18:18:32 2026] GET /v2.0/security-groups => generated 17401 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1654/3286] 10.0.0.41 () {32 vars in 654 bytes} [Tue May 5 18:18:32 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)