+ 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 [Sun Aug 16 13:30:37 2026] *** compiled with version: 13.3.0 on 02 June 2026 01:53:56 os: Linux-5.15.0-187-generic #197-Ubuntu SMP Fri Jul 17 19:17:01 UTC 2026 nodename: neutron-server-68df58745f-54c89 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 23 2026, 19:04:32) [GCC 13.3.0] Python main interpreter initialized at 0x7f4055fa3668 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-08-16 13:30:42.186 7 INFO neutron.common.config [-] Logging enabled! 2026-08-16 13:30:42.187 7 INFO neutron.common.config [-] uwsgi version 27.0.4.dev14 2026-08-16 13:30:42.529 8 INFO neutron.common.config [-] Logging enabled! 2026-08-16 13:30:42.530 8 INFO neutron.common.config [-] uwsgi version 27.0.4.dev14 2026-08-16 13:30:42.559 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-16 13:30:42.916 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-08-16 13:30:43.993 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-16 13:30:43.996 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-16 13:30:43.999 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-16 13:30:44.000 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-16 13:30:44.000 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-16 13:30:44.001 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-08-16 13:30:44.001 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-16 13:30:44.008 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-16 13:30:44.008 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-16 13:30:44.008 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-16 13:30:44.030 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-16 13:30:44.031 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-16 13:30:44.031 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-16 13:30:44.058 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-16 13:30:44.058 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-16 13:30:44.058 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-16 13:30:44.059 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-16 13:30:44.375 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-16 13:30:44.377 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-08-16 13:30:44.379 7 INFO neutron.plugins.ml2.managers [None req-157b3321-0ed6-4515-957a-326333b58605 - - - - - -] Initializing driver for type 'vlan' 2026-08-16 13:30:44.381 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-08-16 13:30:44.382 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-08-16 13:30:44.382 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-08-16 13:30:44.382 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-08-16 13:30:44.383 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-16 13:30:44.390 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-16 13:30:44.390 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-08-16 13:30:44.390 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-08-16 13:30:44.411 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-08-16 13:30:44.412 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-08-16 13:30:44.412 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-08-16 13:30:44.439 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-08-16 13:30:44.439 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-08-16 13:30:44.440 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-08-16 13:30:44.440 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-08-16 13:30:44.654 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-157b3321-0ed6-4515-957a-326333b58605 - - - - - -] VlanTypeDriver initialization complete 2026-08-16 13:30:44.654 7 INFO neutron.plugins.ml2.managers [None req-157b3321-0ed6-4515-957a-326333b58605 - - - - - -] Initializing driver for type 'vxlan' 2026-08-16 13:30:44.654 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-157b3321-0ed6-4515-957a-326333b58605 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-16 13:30:44.673 7 INFO neutron.plugins.ml2.managers [None req-157b3321-0ed6-4515-957a-326333b58605 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-16 13:30:44.673 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-157b3321-0ed6-4515-957a-326333b58605 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-16 13:30:44.673 7 INFO neutron.plugins.ml2.managers [None req-157b3321-0ed6-4515-957a-326333b58605 - - - - - -] Initializing extension driver 'port_security' 2026-08-16 13:30:44.673 7 INFO neutron.plugins.ml2.extensions.port_security [None req-157b3321-0ed6-4515-957a-326333b58605 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-16 13:30:44.674 7 INFO neutron.plugins.ml2.managers [None req-157b3321-0ed6-4515-957a-326333b58605 - - - - - -] Initializing extension driver 'qos' 2026-08-16 13:30:44.674 7 INFO neutron.plugins.ml2.managers [None req-157b3321-0ed6-4515-957a-326333b58605 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-16 13:30:44.674 7 INFO neutron.plugins.ml2.managers [None req-157b3321-0ed6-4515-957a-326333b58605 - - - - - -] Initializing mechanism driver 'l2population' 2026-08-16 13:30:44.687 7 INFO neutron.quota [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded quota_driver: . 2026-08-16 13:30:44.687 7 INFO neutron.plugins.ml2.plugin [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Modular L2 Plugin initialization complete 2026-08-16 13:30:44.688 7 INFO neutron.plugins.ml2.managers [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-16 13:30:44.688 7 INFO neutron.plugins.ml2.managers [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-16 13:30:44.688 7 INFO neutron.plugins.ml2.managers [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Got port-security extension from driver 'port_security' 2026-08-16 13:30:44.688 7 INFO neutron.manager [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loading Plugin: qos 2026-08-16 13:30:44.700 7 INFO neutron.manager [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loading Plugin: router 2026-08-16 13:30:44.727 8 INFO neutron.plugins.ml2.managers [None req-8f15eaea-8c93-41c6-b52c-e0c570603021 - - - - - -] Initializing driver for type 'vlan' 2026-08-16 13:30:44.740 7 INFO neutron.services.service_base [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-16 13:30:44.740 7 INFO neutron.manager [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loading Plugin: segments 2026-08-16 13:30:44.833 7 INFO neutron.manager [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loading Plugin: trunk 2026-08-16 13:30:44.848 7 INFO neutron.manager [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loading Plugin: vpnaas 2026-08-16 13:30:44.884 7 WARNING stevedore.named [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-16 13:30:44.947 7 INFO neutron_vpnaas.services.vpn.plugin [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-16 13:30:44.947 7 INFO neutron.common.utils [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-08-16 13:30:44.947 7 INFO neutron.manager [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loading Plugin: taas 2026-08-16 13:30:44.968 7 WARNING stevedore.named [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-16 13:30:44.989 7 INFO neutron_taas.services.taas.taas_plugin [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-16 13:30:44.989 7 INFO neutron.manager [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loading Plugin: tapmirror 2026-08-16 13:30:44.997 7 WARNING stevedore.named [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-16 13:30:45.012 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-16 13:30:45.012 7 INFO neutron.manager [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loading Plugin: auto_allocate 2026-08-16 13:30:45.018 7 INFO neutron.manager [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loading Plugin: tag 2026-08-16 13:30:45.026 7 INFO neutron.manager [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loading Plugin: timestamp 2026-08-16 13:30:45.028 7 INFO neutron.manager [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loading Plugin: network_ip_availability 2026-08-16 13:30:45.033 7 INFO neutron.manager [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loading Plugin: flavors 2026-08-16 13:30:45.036 7 INFO neutron.manager [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loading Plugin: revisions 2026-08-16 13:30:45.039 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Initializing extension manager. 2026-08-16 13:30:45.041 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: address-group 2026-08-16 13:30:45.042 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: address-scope 2026-08-16 13:30:45.042 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-16 13:30:45.043 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: agent 2026-08-16 13:30:45.044 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: agent-resources-synced 2026-08-16 13:30:45.045 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: allowed-address-pairs 2026-08-16 13:30:45.045 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: auto-allocated-topology 2026-08-16 13:30:45.046 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: availability_zone 2026-08-16 13:30:45.047 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: availability_zone_filter 2026-08-16 13:30:45.047 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-16 13:30:45.048 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: default-subnetpools 2026-08-16 13:30:45.049 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-16 13:30:45.050 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: dns-integration 2026-08-16 13:30:45.050 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: dns-domain-ports 2026-08-16 13:30:45.051 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-16 13:30:45.051 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: dvr 2026-08-16 13:30:45.052 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-16 13:30:45.052 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: empty-string-filtering 2026-08-16 13:30:45.053 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-16 13:30:45.053 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-16 13:30:45.054 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: external-net 2026-08-16 13:30:45.054 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-16 13:30:45.054 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: extraroute 2026-08-16 13:30:45.055 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: extraroute-atomic 2026-08-16 13:30:45.056 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-08-16 13:30:45.056 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-16 13:30:45.057 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-16 13:30:45.057 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-16 13:30:45.058 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: fip-port-details 2026-08-16 13:30:45.059 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: flavors 2026-08-16 13:30:45.060 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-16 13:30:45.060 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: floatingip-pools 2026-08-16 13:30:45.061 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: ip_allocation 2026-08-16 13:30:45.061 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: ip-substring-filtering 2026-08-16 13:30:45.062 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: l2_adjacency 2026-08-16 13:30:45.063 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: router 2026-08-16 13:30:45.064 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-16 13:30:45.065 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-16 13:30:45.066 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-16 13:30:45.066 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: ext-gw-mode 2026-08-16 13:30:45.067 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: l3-ha 2026-08-16 13:30:45.067 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-16 13:30:45.068 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-16 13:30:45.068 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: l3-flavors 2026-08-16 13:30:45.069 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-16 13:30:45.070 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-16 13:30:45.072 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-16 13:30:45.073 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-16 13:30:45.074 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Extension logging not supported by any of loaded plugins 2026-08-16 13:30:45.075 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-16 13:30:45.076 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-16 13:30:45.076 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: multi-provider 2026-08-16 13:30:45.077 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: net-mtu 2026-08-16 13:30:45.077 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: net-mtu-writable 2026-08-16 13:30:45.078 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: network_availability_zone 2026-08-16 13:30:45.079 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: network_ha 2026-08-16 13:30:45.079 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: network-ip-availability 2026-08-16 13:30:45.080 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-16 13:30:45.081 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: pagination 2026-08-16 13:30:45.081 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: port-device-profile 2026-08-16 13:30:45.082 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-16 13:30:45.082 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-16 13:30:45.082 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-16 13:30:45.083 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: port-mac-override 2026-08-16 13:30:45.083 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-16 13:30:45.084 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-16 13:30:45.084 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-16 13:30:45.085 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: port-resource-request 2026-08-16 13:30:45.085 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: port-resource-request-groups 2026-08-16 13:30:45.086 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-16 13:30:45.086 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: binding 2026-08-16 13:30:45.088 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: binding-extended 2026-08-16 13:30:45.089 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: port-security 2026-08-16 13:30:45.090 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: project-id 2026-08-16 13:30:45.090 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: provider 2026-08-16 13:30:45.091 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-08-16 13:30:45.093 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: qos 2026-08-16 13:30:45.094 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-16 13:30:45.094 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-16 13:30:45.094 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: qos-default 2026-08-16 13:30:45.095 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: qos-fip 2026-08-16 13:30:45.095 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-16 13:30:45.096 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: qos-gateway-ip 2026-08-16 13:30:45.096 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: qos-port-network-policy 2026-08-16 13:30:45.097 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: qos-pps-minimum 2026-08-16 13:30:45.097 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-16 13:30:45.098 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: qos-pps 2026-08-16 13:30:45.099 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: qos-rule-type-details 2026-08-16 13:30:45.099 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-16 13:30:45.100 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: qos-rules-alias 2026-08-16 13:30:45.100 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: quota-check-limit 2026-08-16 13:30:45.101 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: quota-check-limit-default 2026-08-16 13:30:45.103 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: quotas 2026-08-16 13:30:45.104 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: quota_details 2026-08-16 13:30:45.105 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: rbac-policies 2026-08-16 13:30:45.106 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: rbac-address-group 2026-08-16 13:30:45.106 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: rbac-address-scope 2026-08-16 13:30:45.107 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: rbac-security-groups 2026-08-16 13:30:45.107 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: rbac-subnetpool 2026-08-16 13:30:45.108 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: revision-if-match 2026-08-16 13:30:45.108 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: standard-attr-revisions 2026-08-16 13:30:45.109 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: router_availability_zone 2026-08-16 13:30:45.109 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-16 13:30:45.111 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: security-groups-default-rules 2026-08-16 13:30:45.111 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-16 13:30:45.112 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-16 13:30:45.112 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-16 13:30:45.113 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-16 13:30:45.113 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-16 13:30:45.118 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: security-group 2026-08-16 13:30:45.119 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: segment 2026-08-16 13:30:45.119 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-16 13:30:45.120 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: service-type 2026-08-16 13:30:45.120 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: sorting 2026-08-16 13:30:45.121 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: standard-attr-segment 2026-08-16 13:30:45.122 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: standard-attr-description 2026-08-16 13:30:45.121 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-8f15eaea-8c93-41c6-b52c-e0c570603021 - - - - - -] VlanTypeDriver initialization complete 2026-08-16 13:30:45.122 8 INFO neutron.plugins.ml2.managers [None req-8f15eaea-8c93-41c6-b52c-e0c570603021 - - - - - -] Initializing driver for type 'vxlan' 2026-08-16 13:30:45.122 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: stateful-security-group 2026-08-16 13:30:45.122 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-8f15eaea-8c93-41c6-b52c-e0c570603021 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-08-16 13:30:45.122 7 WARNING neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-16 13:30:45.123 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-16 13:30:45.124 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: subnet-external-network 2026-08-16 13:30:45.124 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: subnet_onboard 2026-08-16 13:30:45.125 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-16 13:30:45.125 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: subnet-service-types 2026-08-16 13:30:45.126 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: subnet_allocation 2026-08-16 13:30:45.126 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-16 13:30:45.127 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: tag-creation 2026-08-16 13:30:45.127 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-16 13:30:45.131 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: standard-attr-tag 2026-08-16 13:30:45.132 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-16 13:30:45.132 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: trunk 2026-08-16 13:30:45.133 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: trunk-details 2026-08-16 13:30:45.133 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-16 13:30:45.134 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-16 13:30:45.135 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-16 13:30:45.136 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-16 13:30:45.137 8 INFO neutron.plugins.ml2.managers [None req-8f15eaea-8c93-41c6-b52c-e0c570603021 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-08-16 13:30:45.137 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-16 13:30:45.138 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-8f15eaea-8c93-41c6-b52c-e0c570603021 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-08-16 13:30:45.138 8 INFO neutron.plugins.ml2.managers [None req-8f15eaea-8c93-41c6-b52c-e0c570603021 - - - - - -] Initializing extension driver 'port_security' 2026-08-16 13:30:45.138 8 INFO neutron.plugins.ml2.extensions.port_security [None req-8f15eaea-8c93-41c6-b52c-e0c570603021 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-08-16 13:30:45.138 8 INFO neutron.plugins.ml2.managers [None req-8f15eaea-8c93-41c6-b52c-e0c570603021 - - - - - -] Initializing extension driver 'qos' 2026-08-16 13:30:45.138 8 INFO neutron.plugins.ml2.managers [None req-8f15eaea-8c93-41c6-b52c-e0c570603021 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-08-16 13:30:45.138 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-16 13:30:45.138 8 INFO neutron.plugins.ml2.managers [None req-8f15eaea-8c93-41c6-b52c-e0c570603021 - - - - - -] Initializing mechanism driver 'l2population' 2026-08-16 13:30:45.139 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: vpn-flavors 2026-08-16 13:30:45.141 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: vpnaas 2026-08-16 13:30:45.142 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: taas 2026-08-16 13:30:45.143 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: tap-mirror 2026-08-16 13:30:45.143 7 INFO neutron.api.extensions [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Loaded extension: taas-vlan-filter 2026-08-16 13:30:45.145 7 INFO neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Creating instance of TrackedResource for resource:network 2026-08-16 13:30:45.146 7 INFO neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-08-16 13:30:45.146 7 INFO neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-16 13:30:45.146 7 INFO neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Creating instance of TrackedResource for resource:port 2026-08-16 13:30:45.149 7 INFO neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-16 13:30:45.149 7 INFO neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-16 13:30:45.154 7 INFO neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-16 13:30:45.154 7 INFO neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-16 13:30:45.155 7 INFO neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-16 13:30:45.156 7 INFO neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-16 13:30:45.156 7 WARNING neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] subnetpool is already registered 2026-08-16 13:30:45.156 7 INFO neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-16 13:30:45.156 8 INFO neutron.quota [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded quota_driver: . 2026-08-16 13:30:45.156 7 WARNING neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] subnetpool is already registered 2026-08-16 13:30:45.156 8 INFO neutron.plugins.ml2.plugin [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Modular L2 Plugin initialization complete 2026-08-16 13:30:45.156 8 INFO neutron.plugins.ml2.managers [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-08-16 13:30:45.157 8 INFO neutron.plugins.ml2.managers [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-08-16 13:30:45.157 8 INFO neutron.plugins.ml2.managers [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Got port-security extension from driver 'port_security' 2026-08-16 13:30:45.157 7 INFO neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-16 13:30:45.157 8 INFO neutron.manager [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loading Plugin: qos 2026-08-16 13:30:45.157 7 INFO neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-16 13:30:45.157 7 INFO neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-16 13:30:45.158 7 INFO neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-16 13:30:45.158 7 INFO neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-16 13:30:45.159 7 INFO neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-16 13:30:45.159 7 INFO neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-16 13:30:45.159 7 WARNING neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] ipsecpolicy is already registered 2026-08-16 13:30:45.160 7 INFO neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-16 13:30:45.160 7 WARNING neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] ikepolicy is already registered 2026-08-16 13:30:45.164 7 INFO neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-16 13:30:45.164 7 WARNING neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] router is already registered 2026-08-16 13:30:45.164 7 INFO neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-16 13:30:45.165 7 WARNING neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] floatingip is already registered 2026-08-16 13:30:45.168 7 INFO neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-16 13:30:45.168 7 WARNING neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] rbac_policy is already registered 2026-08-16 13:30:45.169 7 INFO neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-16 13:30:45.169 7 WARNING neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] security_group is already registered 2026-08-16 13:30:45.169 7 INFO neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-16 13:30:45.169 7 WARNING neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] security_group_rule is already registered 2026-08-16 13:30:45.170 7 INFO neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-16 13:30:45.170 7 WARNING neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] subnetpool is already registered 2026-08-16 13:30:45.170 8 INFO neutron.manager [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loading Plugin: router 2026-08-16 13:30:45.171 7 INFO neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-16 13:30:45.171 7 WARNING neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] subnetpool is already registered 2026-08-16 13:30:45.171 7 INFO neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-16 13:30:45.171 7 WARNING neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] trunk is already registered 2026-08-16 13:30:45.172 7 INFO neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-16 13:30:45.172 7 WARNING neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] ikepolicy is already registered 2026-08-16 13:30:45.172 7 INFO neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-16 13:30:45.172 7 WARNING neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] ipsecpolicy is already registered 2026-08-16 13:30:45.173 7 INFO neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-16 13:30:45.173 7 WARNING neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] endpoint_group is already registered 2026-08-16 13:30:45.173 7 INFO neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-16 13:30:45.173 7 WARNING neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] vpnservice is already registered 2026-08-16 13:30:45.174 7 INFO neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-16 13:30:45.174 7 WARNING neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] ipsec_site_connection is already registered 2026-08-16 13:30:45.174 7 INFO neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-16 13:30:45.174 7 WARNING neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] ipsecpolicy is already registered 2026-08-16 13:30:45.175 7 INFO neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-16 13:30:45.175 7 WARNING neutron.quota.resource_registry [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] ikepolicy is already registered 2026-08-16 13:30:45.211 7 WARNING keystonemiddleware._common.config [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-08-16 13:30:45.212 8 INFO neutron.services.service_base [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-08-16 13:30:45.213 8 INFO neutron.manager [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loading Plugin: segments 2026-08-16 13:30:45.217 7 WARNING oslo_config.cfg [None req-a71a843a-f23b-48f1-9d6a-00a6c49fb601 - - - - - -] 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 0x7f4055fa3668 pid: 7 (default app) 2026-08-16 13:30:45.310 8 INFO neutron.manager [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loading Plugin: trunk 2026-08-16 13:30:45.326 8 INFO neutron.manager [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loading Plugin: vpnaas 2026-08-16 13:30:45.364 8 WARNING stevedore.named [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-08-16 13:30:45.422 8 INFO neutron_vpnaas.services.vpn.plugin [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-08-16 13:30:45.422 8 INFO neutron.common.utils [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-08-16 13:30:45.423 8 INFO neutron.manager [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loading Plugin: taas 2026-08-16 13:30:45.449 8 WARNING stevedore.named [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-16 13:30:45.472 8 INFO neutron_taas.services.taas.taas_plugin [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-08-16 13:30:45.473 8 INFO neutron.manager [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loading Plugin: tapmirror 2026-08-16 13:30:45.487 8 WARNING stevedore.named [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-08-16 13:30:45.511 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-08-16 13:30:45.512 8 INFO neutron.manager [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loading Plugin: auto_allocate 2026-08-16 13:30:45.526 8 INFO neutron.manager [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loading Plugin: tag 2026-08-16 13:30:45.542 8 INFO neutron.manager [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loading Plugin: timestamp 2026-08-16 13:30:45.549 8 INFO neutron.manager [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loading Plugin: network_ip_availability 2026-08-16 13:30:45.560 8 INFO neutron.manager [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loading Plugin: flavors 2026-08-16 13:30:45.565 8 INFO neutron.manager [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loading Plugin: revisions 2026-08-16 13:30:45.570 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Initializing extension manager. 2026-08-16 13:30:45.571 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: address-group 2026-08-16 13:30:45.572 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: address-scope 2026-08-16 13:30:45.573 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-08-16 13:30:45.574 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: agent 2026-08-16 13:30:45.574 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: agent-resources-synced 2026-08-16 13:30:45.576 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: allowed-address-pairs 2026-08-16 13:30:45.576 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: auto-allocated-topology 2026-08-16 13:30:45.577 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: availability_zone 2026-08-16 13:30:45.578 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: availability_zone_filter 2026-08-16 13:30:45.578 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-08-16 13:30:45.579 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: default-subnetpools 2026-08-16 13:30:45.580 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-08-16 13:30:45.581 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: dns-integration 2026-08-16 13:30:45.581 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: dns-domain-ports 2026-08-16 13:30:45.582 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-08-16 13:30:45.583 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: dvr 2026-08-16 13:30:45.583 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-08-16 13:30:45.584 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: empty-string-filtering 2026-08-16 13:30:45.584 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-08-16 13:30:45.585 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-08-16 13:30:45.585 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: external-net 2026-08-16 13:30:45.586 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: extra_dhcp_opt 2026-08-16 13:30:45.587 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: extraroute 2026-08-16 13:30:45.587 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: extraroute-atomic 2026-08-16 13:30:45.588 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-08-16 13:30:45.589 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-08-16 13:30:45.589 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-08-16 13:30:45.590 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-08-16 13:30:45.591 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: fip-port-details 2026-08-16 13:30:45.592 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: flavors 2026-08-16 13:30:45.593 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-08-16 13:30:45.594 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: floatingip-pools 2026-08-16 13:30:45.595 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: ip_allocation 2026-08-16 13:30:45.596 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: ip-substring-filtering 2026-08-16 13:30:45.596 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: l2_adjacency 2026-08-16 13:30:45.598 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: router 2026-08-16 13:30:45.600 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-08-16 13:30:45.601 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-08-16 13:30:45.602 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-08-16 13:30:45.602 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: ext-gw-mode 2026-08-16 13:30:45.603 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: l3-ha 2026-08-16 13:30:45.604 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-08-16 13:30:45.604 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-08-16 13:30:45.605 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: l3-flavors 2026-08-16 13:30:45.606 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-08-16 13:30:45.607 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-08-16 13:30:45.610 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: l3_agent_scheduler 2026-08-16 13:30:45.611 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-08-16 13:30:45.612 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Extension logging not supported by any of loaded plugins 2026-08-16 13:30:45.614 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Extension metering not supported by any of loaded plugins 2026-08-16 13:30:45.615 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-08-16 13:30:45.616 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: multi-provider 2026-08-16 13:30:45.617 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: net-mtu 2026-08-16 13:30:45.617 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: net-mtu-writable 2026-08-16 13:30:45.618 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: network_availability_zone 2026-08-16 13:30:45.619 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: network_ha 2026-08-16 13:30:45.620 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: network-ip-availability 2026-08-16 13:30:45.627 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-08-16 13:30:45.628 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: pagination 2026-08-16 13:30:45.629 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: port-device-profile 2026-08-16 13:30:45.630 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-08-16 13:30:45.632 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-08-16 13:30:45.632 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-08-16 13:30:45.633 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: port-mac-override 2026-08-16 13:30:45.633 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-08-16 13:30:45.634 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-08-16 13:30:45.634 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-08-16 13:30:45.635 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: port-resource-request 2026-08-16 13:30:45.635 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: port-resource-request-groups 2026-08-16 13:30:45.636 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-08-16 13:30:45.636 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: binding 2026-08-16 13:30:45.637 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: binding-extended 2026-08-16 13:30:45.637 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: port-security 2026-08-16 13:30:45.638 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: project-id 2026-08-16 13:30:45.638 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: provider 2026-08-16 13:30:45.639 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-08-16 13:30:45.641 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: qos 2026-08-16 13:30:45.642 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-08-16 13:30:45.643 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-08-16 13:30:45.643 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: qos-default 2026-08-16 13:30:45.644 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: qos-fip 2026-08-16 13:30:45.644 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-08-16 13:30:45.645 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: qos-gateway-ip 2026-08-16 13:30:45.645 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: qos-port-network-policy 2026-08-16 13:30:45.646 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: qos-pps-minimum 2026-08-16 13:30:45.647 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-08-16 13:30:45.648 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: qos-pps 2026-08-16 13:30:45.648 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: qos-rule-type-details 2026-08-16 13:30:45.649 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: qos-rule-type-filter 2026-08-16 13:30:45.649 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: qos-rules-alias 2026-08-16 13:30:45.650 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: quota-check-limit 2026-08-16 13:30:45.651 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: quota-check-limit-default 2026-08-16 13:30:45.653 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: quotas 2026-08-16 13:30:45.654 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: quota_details 2026-08-16 13:30:45.655 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: rbac-policies 2026-08-16 13:30:45.656 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: rbac-address-group 2026-08-16 13:30:45.657 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: rbac-address-scope 2026-08-16 13:30:45.657 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: rbac-security-groups 2026-08-16 13:30:45.658 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: rbac-subnetpool 2026-08-16 13:30:45.659 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: revision-if-match 2026-08-16 13:30:45.660 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: standard-attr-revisions 2026-08-16 13:30:45.661 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: router_availability_zone 2026-08-16 13:30:45.661 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-08-16 13:30:45.663 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: security-groups-default-rules 2026-08-16 13:30:45.664 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-08-16 13:30:45.664 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: port-security-groups-filtering 2026-08-16 13:30:45.665 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-08-16 13:30:45.665 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-08-16 13:30:45.666 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-08-16 13:30:45.670 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: security-group 2026-08-16 13:30:45.671 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: segment 2026-08-16 13:30:45.672 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-08-16 13:30:45.673 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: service-type 2026-08-16 13:30:45.673 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: sorting 2026-08-16 13:30:45.674 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: standard-attr-segment 2026-08-16 13:30:45.674 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: standard-attr-description 2026-08-16 13:30:45.675 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: stateful-security-group 2026-08-16 13:30:45.675 8 WARNING neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-08-16 13:30:45.676 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-08-16 13:30:45.676 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: subnet-external-network 2026-08-16 13:30:45.677 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: subnet_onboard 2026-08-16 13:30:45.677 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-08-16 13:30:45.678 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: subnet-service-types 2026-08-16 13:30:45.678 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: subnet_allocation 2026-08-16 13:30:45.679 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-08-16 13:30:45.681 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: tag-creation 2026-08-16 13:30:45.681 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-08-16 13:30:45.685 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: standard-attr-tag 2026-08-16 13:30:45.686 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: standard-attr-timestamp 2026-08-16 13:30:45.687 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: trunk 2026-08-16 13:30:45.687 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: trunk-details 2026-08-16 13:30:45.688 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-08-16 13:30:45.688 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-08-16 13:30:45.689 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-08-16 13:30:45.689 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: vpn-aes-ctr 2026-08-16 13:30:45.691 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-08-16 13:30:45.692 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-08-16 13:30:45.693 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: vpn-flavors 2026-08-16 13:30:45.694 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: vpnaas 2026-08-16 13:30:45.696 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: taas 2026-08-16 13:30:45.697 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: tap-mirror 2026-08-16 13:30:45.697 8 INFO neutron.api.extensions [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Loaded extension: taas-vlan-filter 2026-08-16 13:30:45.700 8 INFO neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Creating instance of TrackedResource for resource:network 2026-08-16 13:30:45.701 8 INFO neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-08-16 13:30:45.701 8 INFO neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-16 13:30:45.701 8 INFO neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Creating instance of TrackedResource for resource:port 2026-08-16 13:30:45.705 8 INFO neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-16 13:30:45.705 8 INFO neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-16 13:30:45.710 8 INFO neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-16 13:30:45.711 8 INFO neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-16 13:30:45.712 8 INFO neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-16 13:30:45.713 8 INFO neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-16 13:30:45.713 8 WARNING neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] subnetpool is already registered 2026-08-16 13:30:45.713 8 INFO neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-16 13:30:45.713 8 WARNING neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] subnetpool is already registered 2026-08-16 13:30:45.714 8 INFO neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-16 13:30:45.714 8 INFO neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-16 13:30:45.715 8 INFO neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-16 13:30:45.715 8 INFO neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-16 13:30:45.715 8 INFO neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-16 13:30:45.716 8 INFO neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-16 13:30:45.716 8 INFO neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-16 13:30:45.716 8 WARNING neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] ipsecpolicy is already registered 2026-08-16 13:30:45.717 8 INFO neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-16 13:30:45.717 8 WARNING neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] ikepolicy is already registered 2026-08-16 13:30:45.721 8 INFO neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Creating instance of TrackedResource for resource:router 2026-08-16 13:30:45.722 8 WARNING neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] router is already registered 2026-08-16 13:30:45.722 8 INFO neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-08-16 13:30:45.722 8 WARNING neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] floatingip is already registered 2026-08-16 13:30:45.726 8 INFO neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-08-16 13:30:45.726 8 WARNING neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] rbac_policy is already registered 2026-08-16 13:30:45.727 8 INFO neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-08-16 13:30:45.727 8 WARNING neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] security_group is already registered 2026-08-16 13:30:45.728 8 INFO neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-08-16 13:30:45.728 8 WARNING neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] security_group_rule is already registered 2026-08-16 13:30:45.729 8 INFO neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-16 13:30:45.729 8 WARNING neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] subnetpool is already registered 2026-08-16 13:30:45.729 8 INFO neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-08-16 13:30:45.729 8 WARNING neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] subnetpool is already registered 2026-08-16 13:30:45.730 8 INFO neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-08-16 13:30:45.730 8 WARNING neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] trunk is already registered 2026-08-16 13:30:45.730 8 INFO neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-16 13:30:45.731 8 WARNING neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] ikepolicy is already registered 2026-08-16 13:30:45.731 8 INFO neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-16 13:30:45.731 8 WARNING neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] ipsecpolicy is already registered 2026-08-16 13:30:45.731 8 INFO neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-08-16 13:30:45.732 8 WARNING neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] endpoint_group is already registered 2026-08-16 13:30:45.732 8 INFO neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-08-16 13:30:45.732 8 WARNING neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] vpnservice is already registered 2026-08-16 13:30:45.732 8 INFO neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-08-16 13:30:45.733 8 WARNING neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] ipsec_site_connection is already registered 2026-08-16 13:30:45.733 8 INFO neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-08-16 13:30:45.733 8 WARNING neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] ipsecpolicy is already registered 2026-08-16 13:30:45.733 8 INFO neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-08-16 13:30:45.734 8 WARNING neutron.quota.resource_registry [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] ikepolicy is already registered 2026-08-16 13:30:45.773 8 WARNING keystonemiddleware._common.config [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-08-16 13:30:45.782 8 WARNING oslo_config.cfg [None req-5d10e2b4-6c99-446d-853e-353b639338c7 - - - - - -] 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 0x7f4055fa3668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-16 13:30:50.026 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c9235a1b-c22c-4dc2-99c8-7832473cfbda ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/4] 199.204.45.205 () {44 vars in 927 bytes} [Sun Aug 16 13:30:49 2026] GET /v2.0/networks/public => generated 108 bytes in 792 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 2/5] 199.204.45.205 () {44 vars in 949 bytes} [Sun Aug 16 13:30:50 2026] GET /v2.0/networks?name=public => generated 15 bytes in 477 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 13:30:50.981 7 WARNING neutron.services.revisions.revision_plugin [None req-b91bdde2-27de-48fa-afec-13070bbcc3c6 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Could not find related network for resource to bump revision. 2026-08-16 13:30:51.006 7 INFO neutron.db.segments_db [None req-b91bdde2-27de-48fa-afec-13070bbcc3c6 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Added segment 8000ea08-76b4-4b27-bced-86d61fc89a7f of type flat for network cf46ada1-53ac-4b05-8fe2-5296b1c0e8f8 2026-08-16 13:30:51.057 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b91bdde2-27de-48fa-afec-13070bbcc3c6 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/6] 199.204.45.205 () {48 vars in 967 bytes} [Sun Aug 16 13:30:50 2026] POST /v2.0/networks => generated 124 bytes in 558 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-16 13:30:57.234 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dff51044-5a9c-4fcc-900c-cada229582a3 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/7] 199.204.45.205 () {44 vars in 927 bytes} [Sun Aug 16 13:30:56 2026] GET /v2.0/networks/public => generated 108 bytes in 407 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/8] 199.204.45.205 () {44 vars in 949 bytes} [Sun Aug 16 13:30: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-08-16 13:30:57.507 8 WARNING neutron.services.revisions.revision_plugin [None req-9b8c69d1-2a57-44e5-9828-1e9f40ca9687 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Could not find related network for resource to bump revision. 2026-08-16 13:30:57.538 8 INFO neutron.db.segments_db [None req-9b8c69d1-2a57-44e5-9828-1e9f40ca9687 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Added segment 9282a130-7bbb-4c74-a248-2701f1d2fa9b of type flat for network 419ff538-8e41-459a-9139-0d67dafe2391 2026-08-16 13:30:57.587 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9b8c69d1-2a57-44e5-9828-1e9f40ca9687 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/9] 199.204.45.205 () {48 vars in 967 bytes} [Sun Aug 16 13:30:57 2026] POST /v2.0/networks => generated 124 bytes in 338 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-16 13:31:03.432 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1717c436-7171-454d-af0c-9d33e3ba0583 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/10] 199.204.45.205 () {44 vars in 927 bytes} [Sun Aug 16 13:31:03 2026] GET /v2.0/networks/public => generated 108 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 5/11] 199.204.45.205 () {44 vars in 949 bytes} [Sun Aug 16 13:31:03 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-08-16 13:31:03.499 7 WARNING neutron.services.revisions.revision_plugin [None req-49f9b616-e3b1-4996-8a6b-2e79a9967ed5 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Could not find related network for resource to bump revision. 2026-08-16 13:31:03.517 7 INFO neutron.db.segments_db [None req-49f9b616-e3b1-4996-8a6b-2e79a9967ed5 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Added segment af2388b3-f159-4198-ac2f-31c856bd1cbf of type flat for network ac55ff88-f9ae-4369-a377-61610b8aeb78 2026-08-16 13:31:03.549 7 INFO neutron.pecan_wsgi.hooks.translation [None req-49f9b616-e3b1-4996-8a6b-2e79a9967ed5 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/12] 199.204.45.205 () {48 vars in 967 bytes} [Sun Aug 16 13:31:03 2026] POST /v2.0/networks => generated 124 bytes in 106 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-16 13:31:09.367 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1e194ad3-8e4f-4f3c-89e8-dc651d51c1aa ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/14] 199.204.45.205 () {44 vars in 927 bytes} [Sun Aug 16 13:31:09 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: 8|app: 0|req: 7/15] 199.204.45.205 () {44 vars in 949 bytes} [Sun Aug 16 13:31:09 2026] GET /v2.0/networks?name=public => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 13:31:09.447 7 WARNING neutron.services.revisions.revision_plugin [None req-ffbd221f-65a7-42e9-9bc9-0d743cc55ba4 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Could not find related network for resource to bump revision. 2026-08-16 13:31:09.464 7 INFO neutron.db.segments_db [None req-ffbd221f-65a7-42e9-9bc9-0d743cc55ba4 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Added segment b53a3e11-6337-465b-9197-6c68758419f8 of type flat for network c6a9726e-0aea-4238-93ba-199a136862e2 2026-08-16 13:31:09.500 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ffbd221f-65a7-42e9-9bc9-0d743cc55ba4 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/16] 199.204.45.205 () {48 vars in 967 bytes} [Sun Aug 16 13:31:09 2026] POST /v2.0/networks => generated 124 bytes in 112 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-16 13:31:15.359 8 INFO neutron.pecan_wsgi.hooks.translation [None req-28c0575a-d45d-4761-9dd6-de674cd5b4be ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/17] 199.204.45.205 () {44 vars in 927 bytes} [Sun Aug 16 13:31:15 2026] GET /v2.0/networks/public => generated 108 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/18] 199.204.45.205 () {44 vars in 949 bytes} [Sun Aug 16 13:31:15 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 13:31:15.421 8 WARNING neutron.services.revisions.revision_plugin [None req-dea6410f-ddfc-4b96-a627-19b7d2d483ad ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Could not find related network for resource to bump revision. 2026-08-16 13:31:15.438 8 INFO neutron.db.segments_db [None req-dea6410f-ddfc-4b96-a627-19b7d2d483ad ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Added segment 4dc8655f-ebc4-4ecc-a974-59d3e77eda9a of type flat for network 18d00024-7782-43eb-9bf4-4f12ad087551 2026-08-16 13:31:15.463 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dea6410f-ddfc-4b96-a627-19b7d2d483ad ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/19] 199.204.45.205 () {48 vars in 967 bytes} [Sun Aug 16 13:31:15 2026] POST /v2.0/networks => generated 124 bytes in 96 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-16 13:31:21.369 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a333dd23-3f9e-4ef0-a421-f0ee18963837 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/21] 199.204.45.205 () {44 vars in 927 bytes} [Sun Aug 16 13:31:21 2026] GET /v2.0/networks/public => generated 108 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/22] 199.204.45.205 () {44 vars in 949 bytes} [Sun Aug 16 13:31:21 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-08-16 13:31:21.705 8 WARNING neutron.services.revisions.revision_plugin [None req-3c09a23b-b9d7-440d-9ea2-58f462b5d66b ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Could not find related network for resource to bump revision. 2026-08-16 13:31:21.720 8 INFO neutron.db.segments_db [None req-3c09a23b-b9d7-440d-9ea2-58f462b5d66b ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Added segment aa45c768-c70e-4c0e-b2cf-f9386b872647 of type flat for network 91843983-1685-40bf-ac5d-b6f0a65e8275 [pid: 8|app: 0|req: 11/23] 199.204.45.205 () {48 vars in 967 bytes} [Sun Aug 16 13:31:21 2026] POST /v2.0/networks => generated 706 bytes in 1169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 13:31:23.845 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5b817b50-c926-45ad-8f6d-2e5a9cfe4474 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 13/24] 199.204.45.205 () {44 vars in 927 bytes} [Sun Aug 16 13:31:23 2026] GET /v2.0/networks/public => generated 108 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/25] 199.204.45.205 () {44 vars in 949 bytes} [Sun Aug 16 13:31:23 2026] GET /v2.0/networks?name=public => generated 709 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 13:31:23.944 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b3c6ff75-d706-49e4-acef-1658a0dd6ba0 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 14/26] 199.204.45.205 () {44 vars in 1034 bytes} [Sun Aug 16 13:31:23 2026] GET /v2.0/subnets/public-subnet?network_id=91843983-1685-40bf-ac5d-b6f0a65e8275 => generated 113 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/27] 199.204.45.205 () {44 vars in 1057 bytes} [Sun Aug 16 13:31:23 2026] GET /v2.0/subnets?name=public-subnet&network_id=91843983-1685-40bf-ac5d-b6f0a65e8275 => generated 14 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 15/28] 199.204.45.205 () {48 vars in 965 bytes} [Sun Aug 16 13:31:23 2026] POST /v2.0/subnets => generated 664 bytes in 328 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 13:36:14.414 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0d315d3f-8e61-4960-b675-e7307a690ce2 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 33/66] 199.204.45.205 () {44 vars in 937 bytes} [Sun Aug 16 13:36:14 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 93 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/67] 199.204.45.205 () {44 vars in 959 bytes} [Sun Aug 16 13:36:14 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-08-16 13:36:14.512 8 INFO neutron.db.segments_db [None req-a58ab796-3277-4bf7-a0fb-4adfecc237c9 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Added segment c5dff313-9de1-45cd-ba6c-60a43f4e5e54 of type vxlan for network 86ad5103-e965-414f-870f-b34ba647c854 [pid: 8|app: 0|req: 34/68] 199.204.45.205 () {48 vars in 966 bytes} [Sun Aug 16 13:36:14 2026] POST /v2.0/networks => generated 707 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 13:36:15.512 7 INFO neutron.pecan_wsgi.hooks.translation [None req-85080656-fc37-47c6-b62c-e50ab7f6bf71 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/69] 199.204.45.205 () {44 vars in 937 bytes} [Sun Aug 16 13:36:15 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/70] 199.204.45.205 () {44 vars in 959 bytes} [Sun Aug 16 13:36:15 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 13:36:15.572 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8a62753e-8e5a-4ef7-85ec-4b948715496a ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 36/71] 199.204.45.205 () {44 vars in 1036 bytes} [Sun Aug 16 13:36:15 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=86ad5103-e965-414f-870f-b34ba647c854 => generated 114 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/72] 199.204.45.205 () {44 vars in 1059 bytes} [Sun Aug 16 13:36:15 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=86ad5103-e965-414f-870f-b34ba647c854 => generated 14 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/73] 199.204.45.205 () {48 vars in 965 bytes} [Sun Aug 16 13:36:15 2026] POST /v2.0/subnets => generated 651 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 13:36:16.898 8 INFO neutron.api.v2.resource [None req-650fed2d-e433-465d-a78f-59db48e77920 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 37/74] 199.204.45.205 () {44 vars in 971 bytes} [Sun Aug 16 13:36:16 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/75] 199.204.45.205 () {44 vars in 993 bytes} [Sun Aug 16 13:36:16 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/76] 199.204.45.205 () {48 vars in 980 bytes} [Sun Aug 16 13:36:16 2026] POST /v2.0/security-groups => generated 1616 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/77] 199.204.45.205 () {44 vars in 1001 bytes} [Sun Aug 16 13:36:18 2026] GET /v2.0/security-groups/00ab0a1e-cb8b-4b38-a33e-cabea68ae3df => generated 1616 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/78] 199.204.45.205 () {44 vars in 1001 bytes} [Sun Aug 16 13:36:18 2026] GET /v2.0/security-groups/00ab0a1e-cb8b-4b38-a33e-cabea68ae3df => generated 1616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/79] 199.204.45.205 () {44 vars in 1001 bytes} [Sun Aug 16 13:36:18 2026] GET /v2.0/security-groups/00ab0a1e-cb8b-4b38-a33e-cabea68ae3df => generated 1616 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/80] 199.204.45.205 () {48 vars in 991 bytes} [Sun Aug 16 13:36:18 2026] POST /v2.0/security-group-rules => generated 601 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/81] 199.204.45.205 () {44 vars in 1001 bytes} [Sun Aug 16 13:36:19 2026] GET /v2.0/security-groups/00ab0a1e-cb8b-4b38-a33e-cabea68ae3df => generated 2230 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/82] 199.204.45.205 () {44 vars in 1001 bytes} [Sun Aug 16 13:36:19 2026] GET /v2.0/security-groups/00ab0a1e-cb8b-4b38-a33e-cabea68ae3df => generated 2230 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/83] 199.204.45.205 () {44 vars in 1001 bytes} [Sun Aug 16 13:36:19 2026] GET /v2.0/security-groups/00ab0a1e-cb8b-4b38-a33e-cabea68ae3df => generated 2230 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/84] 199.204.45.205 () {48 vars in 991 bytes} [Sun Aug 16 13:36:19 2026] POST /v2.0/security-group-rules => generated 603 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/87] 199.204.45.205 () {44 vars in 1001 bytes} [Sun Aug 16 13:36:20 2026] GET /v2.0/security-groups/00ab0a1e-cb8b-4b38-a33e-cabea68ae3df => 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/88] 199.204.45.205 () {44 vars in 1001 bytes} [Sun Aug 16 13:36:20 2026] GET /v2.0/security-groups/00ab0a1e-cb8b-4b38-a33e-cabea68ae3df => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/89] 199.204.45.205 () {44 vars in 1001 bytes} [Sun Aug 16 13:36:20 2026] GET /v2.0/security-groups/00ab0a1e-cb8b-4b38-a33e-cabea68ae3df => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/90] 199.204.45.205 () {48 vars in 991 bytes} [Sun Aug 16 13:36:20 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: 46/91] 199.204.45.205 () {44 vars in 1001 bytes} [Sun Aug 16 13:36:21 2026] GET /v2.0/security-groups/00ab0a1e-cb8b-4b38-a33e-cabea68ae3df => 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/92] 199.204.45.205 () {44 vars in 1001 bytes} [Sun Aug 16 13:36:21 2026] GET /v2.0/security-groups/00ab0a1e-cb8b-4b38-a33e-cabea68ae3df => generated 3462 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/93] 199.204.45.205 () {44 vars in 1001 bytes} [Sun Aug 16 13:36:21 2026] GET /v2.0/security-groups/00ab0a1e-cb8b-4b38-a33e-cabea68ae3df => generated 3462 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/94] 199.204.45.205 () {48 vars in 991 bytes} [Sun Aug 16 13:36:21 2026] POST /v2.0/security-group-rules => generated 603 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/95] 199.204.45.205 () {44 vars in 1001 bytes} [Sun Aug 16 13:36:22 2026] GET /v2.0/security-groups/00ab0a1e-cb8b-4b38-a33e-cabea68ae3df => generated 4078 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/96] 199.204.45.205 () {44 vars in 1001 bytes} [Sun Aug 16 13:36:22 2026] GET /v2.0/security-groups/00ab0a1e-cb8b-4b38-a33e-cabea68ae3df => generated 4078 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/97] 199.204.45.205 () {44 vars in 1001 bytes} [Sun Aug 16 13:36:22 2026] GET /v2.0/security-groups/00ab0a1e-cb8b-4b38-a33e-cabea68ae3df => generated 4078 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/98] 199.204.45.205 () {48 vars in 991 bytes} [Sun Aug 16 13:36:22 2026] POST /v2.0/security-group-rules => generated 603 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/99] 199.204.45.205 () {44 vars in 987 bytes} [Sun Aug 16 13:36:23 2026] GET /v2.0/networks/86ad5103-e965-414f-870f-b34ba647c854 => generated 732 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 13:36:23.588 8 INFO neutron.pecan_wsgi.hooks.translation [None req-549abaf1-4aef-481b-863a-1d402a02d64b ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 50/100] 199.204.45.205 () {44 vars in 1076 bytes} [Sun Aug 16 13:36:23 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=86ad5103-e965-414f-870f-b34ba647c854 => generated 132 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/101] 199.204.45.205 () {44 vars in 1099 bytes} [Sun Aug 16 13:36:23 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=86ad5103-e965-414f-870f-b34ba647c854 => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/102] 199.204.45.205 () {44 vars in 1001 bytes} [Sun Aug 16 13:36:23 2026] GET /v2.0/security-groups/00ab0a1e-cb8b-4b38-a33e-cabea68ae3df => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/103] 199.204.45.205 () {48 vars in 961 bytes} [Sun Aug 16 13:36:23 2026] POST /v2.0/ports => generated 1096 bytes in 498 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-16 13:36:30.957 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b7716ac9-6d6c-4860-8098-c0bf01eb0231 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 52/104] 199.204.45.205 () {44 vars in 979 bytes} [Sun Aug 16 13:36:30 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: 53/105] 199.204.45.205 () {44 vars in 1001 bytes} [Sun Aug 16 13:36:30 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/106] 199.204.45.205 () {48 vars in 1031 bytes} [Sun Aug 16 13:36:31 2026] PUT /v2.0/ports/ff17cd49-020d-4288-a533-227d3562b3c2 => generated 1245 bytes in 780 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/107] 199.204.45.205 () {44 vars in 920 bytes} [Sun Aug 16 13:36:33 2026] GET /v2.0/ports => generated 3726 bytes in 88 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-08-16 13:36:34.394 8 INFO neutron.api.v2.resource [None req-24e1d3d6-be3d-49d5-81c7-5edc02b0ee95 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 54/108] 199.204.45.205 () {44 vars in 959 bytes} [Sun Aug 16 13:36:34 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/109] 199.204.45.205 () {44 vars in 981 bytes} [Sun Aug 16 13:36:34 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/110] 199.204.45.205 () {48 vars in 980 bytes} [Sun Aug 16 13:36:34 2026] POST /v2.0/security-groups => generated 1610 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/113] 199.204.45.205 () {44 vars in 1001 bytes} [Sun Aug 16 13:36:35 2026] GET /v2.0/security-groups/75a7b614-c2c3-4b57-aa73-408e141c64b8 => generated 1610 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/114] 199.204.45.205 () {44 vars in 1001 bytes} [Sun Aug 16 13:36:35 2026] GET /v2.0/security-groups/75a7b614-c2c3-4b57-aa73-408e141c64b8 => generated 1610 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/115] 199.204.45.205 () {44 vars in 1001 bytes} [Sun Aug 16 13:36:35 2026] GET /v2.0/security-groups/75a7b614-c2c3-4b57-aa73-408e141c64b8 => generated 1610 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/116] 199.204.45.205 () {48 vars in 991 bytes} [Sun Aug 16 13:36:35 2026] POST /v2.0/security-group-rules => generated 621 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/117] 199.204.45.205 () {44 vars in 1001 bytes} [Sun Aug 16 13:36:36 2026] GET /v2.0/security-groups/75a7b614-c2c3-4b57-aa73-408e141c64b8 => generated 2244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/118] 199.204.45.205 () {44 vars in 1001 bytes} [Sun Aug 16 13:36:36 2026] GET /v2.0/security-groups/75a7b614-c2c3-4b57-aa73-408e141c64b8 => generated 2244 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/119] 199.204.45.205 () {44 vars in 1001 bytes} [Sun Aug 16 13:36:36 2026] GET /v2.0/security-groups/75a7b614-c2c3-4b57-aa73-408e141c64b8 => generated 2244 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/120] 199.204.45.205 () {48 vars in 991 bytes} [Sun Aug 16 13:36:36 2026] POST /v2.0/security-group-rules => generated 625 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 65/129] 199.204.45.205 () {44 vars in 975 bytes} [Sun Aug 16 13:37:38 2026] GET /v2.0/quotas/8f4899f6a15547a2ad17d699395f0cad => generated 292 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 65/130] 199.204.45.205 () {48 vars in 1027 bytes} [Sun Aug 16 13:37:38 2026] PUT /v2.0/quotas/8f4899f6a15547a2ad17d699395f0cad => generated 291 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-16 13:39:59.816 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c31cd721-ce92-46ae-8817-4e660e6bfdd6 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 75/149] 199.204.45.205 () {30 vars in 741 bytes} [Sun Aug 16 13:39:59 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 167 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 75/150] 199.204.45.205 () {30 vars in 763 bytes} [Sun Aug 16 13:39:59 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 13:40:01.915 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a4f9c5e2-692e-4367-91fc-670961efe1a6 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 76/151] 199.204.45.205 () {30 vars in 741 bytes} [Sun Aug 16 13:40:01 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 76/152] 199.204.45.205 () {30 vars in 763 bytes} [Sun Aug 16 13:40:01 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 13:46:30.381 7 INFO neutron.api.v2.resource [None req-da9378f9-e7a4-46c5-b64e-1c9e19feea19 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 103/205] 199.204.45.205 () {44 vars in 1074 bytes} [Sun Aug 16 13:46:30 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=232474a3c17b4f399632861f7df886e9 => generated 139 bytes in 118 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/206] 199.204.45.205 () {44 vars in 1097 bytes} [Sun Aug 16 13:46:30 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=232474a3c17b4f399632861f7df886e9 => generated 23 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/207] 199.204.45.205 () {48 vars in 981 bytes} [Sun Aug 16 13:46:30 2026] POST /v2.0/security-groups => generated 1624 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/208] 199.204.45.205 () {44 vars in 1088 bytes} [Sun Aug 16 13:46:31 2026] GET /v2.0/security-groups/559ab1b2-5aa0-4d36-9204-bebbc6588a4d?project_id=232474a3c17b4f399632861f7df886e9 => generated 1624 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/209] 199.204.45.205 () {44 vars in 1001 bytes} [Sun Aug 16 13:46:31 2026] GET /v2.0/security-groups/559ab1b2-5aa0-4d36-9204-bebbc6588a4d => generated 1624 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/210] 199.204.45.205 () {44 vars in 1088 bytes} [Sun Aug 16 13:46:31 2026] GET /v2.0/security-groups/559ab1b2-5aa0-4d36-9204-bebbc6588a4d?project_id=232474a3c17b4f399632861f7df886e9 => generated 1624 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/211] 199.204.45.205 () {48 vars in 991 bytes} [Sun Aug 16 13:46:31 2026] POST /v2.0/security-group-rules => generated 597 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/212] 199.204.45.205 () {44 vars in 1088 bytes} [Sun Aug 16 13:46:32 2026] GET /v2.0/security-groups/559ab1b2-5aa0-4d36-9204-bebbc6588a4d?project_id=232474a3c17b4f399632861f7df886e9 => generated 2234 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/213] 199.204.45.205 () {44 vars in 1001 bytes} [Sun Aug 16 13:46:32 2026] GET /v2.0/security-groups/559ab1b2-5aa0-4d36-9204-bebbc6588a4d => generated 2234 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/214] 199.204.45.205 () {44 vars in 1088 bytes} [Sun Aug 16 13:46:32 2026] GET /v2.0/security-groups/559ab1b2-5aa0-4d36-9204-bebbc6588a4d?project_id=232474a3c17b4f399632861f7df886e9 => 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/215] 199.204.45.205 () {48 vars in 991 bytes} [Sun Aug 16 13:46:33 2026] POST /v2.0/security-group-rules => generated 599 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/216] 199.204.45.205 () {44 vars in 1088 bytes} [Sun Aug 16 13:46:34 2026] GET /v2.0/security-groups/559ab1b2-5aa0-4d36-9204-bebbc6588a4d?project_id=232474a3c17b4f399632861f7df886e9 => generated 2846 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/217] 199.204.45.205 () {44 vars in 1001 bytes} [Sun Aug 16 13:46:34 2026] GET /v2.0/security-groups/559ab1b2-5aa0-4d36-9204-bebbc6588a4d => generated 2846 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/218] 199.204.45.205 () {44 vars in 1088 bytes} [Sun Aug 16 13:46:34 2026] GET /v2.0/security-groups/559ab1b2-5aa0-4d36-9204-bebbc6588a4d?project_id=232474a3c17b4f399632861f7df886e9 => generated 2846 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/219] 199.204.45.205 () {48 vars in 991 bytes} [Sun Aug 16 13:46:34 2026] POST /v2.0/security-group-rules => generated 601 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/222] 199.204.45.205 () {44 vars in 1088 bytes} [Sun Aug 16 13:46:35 2026] GET /v2.0/security-groups/559ab1b2-5aa0-4d36-9204-bebbc6588a4d?project_id=232474a3c17b4f399632861f7df886e9 => generated 3460 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/223] 199.204.45.205 () {44 vars in 1001 bytes} [Sun Aug 16 13:46:35 2026] GET /v2.0/security-groups/559ab1b2-5aa0-4d36-9204-bebbc6588a4d => generated 3460 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/224] 199.204.45.205 () {44 vars in 1088 bytes} [Sun Aug 16 13:46:35 2026] GET /v2.0/security-groups/559ab1b2-5aa0-4d36-9204-bebbc6588a4d?project_id=232474a3c17b4f399632861f7df886e9 => generated 3460 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/225] 199.204.45.205 () {48 vars in 991 bytes} [Sun Aug 16 13:46:35 2026] POST /v2.0/security-group-rules => generated 602 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/242] 199.204.45.205 () {30 vars in 740 bytes} [Sun Aug 16 13:48:49 2026] GET /v2.0/networks?tenant_id=232474a3c17b4f399632861f7df886e9&shared=False => generated 15 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 13:48:49.580 8 INFO neutron.db.segments_db [None req-ae2e81da-1f61-4796-9c5c-83398c7bd57a db9f89f138f44fc3b0ce1c9d957f129a 232474a3c17b4f399632861f7df886e9 - - a51bbd43c020494f8e1a2a1640ed22a3 a51bbd43c020494f8e1a2a1640ed22a3] Added segment a71ffa1c-ea94-4060-9f2a-74febb803860 of type vxlan for network 77315be0-90ec-4fb0-bb48-0ad0a5285ea7 [pid: 8|app: 0|req: 121/245] 199.204.45.205 () {34 vars in 682 bytes} [Sun Aug 16 13:48:49 2026] POST /v2.0/networks => generated 718 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/246] 199.204.45.205 () {30 vars in 722 bytes} [Sun Aug 16 13:48:49 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/247] 199.204.45.205 () {30 vars in 633 bytes} [Sun Aug 16 13:48:49 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/248] 199.204.45.205 () {34 vars in 677 bytes} [Sun Aug 16 13:48:49 2026] POST /v2.0/ports => generated 999 bytes in 390 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/249] 199.204.45.205 () {30 vars in 703 bytes} [Sun Aug 16 13:48:50 2026] GET /v2.0/networks/77315be0-90ec-4fb0-bb48-0ad0a5285ea7 => generated 705 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/250] 199.204.45.205 () {30 vars in 722 bytes} [Sun Aug 16 13:48:52 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/251] 199.204.45.205 () {30 vars in 703 bytes} [Sun Aug 16 13:48:52 2026] GET /v2.0/networks/77315be0-90ec-4fb0-bb48-0ad0a5285ea7 => generated 705 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/254] 199.204.45.205 () {44 vars in 975 bytes} [Sun Aug 16 13:49:08 2026] GET /v2.0/quotas/232474a3c17b4f399632861f7df886e9 => 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: 126/255] 199.204.45.205 () {48 vars in 1027 bytes} [Sun Aug 16 13:49:09 2026] PUT /v2.0/quotas/232474a3c17b4f399632861f7df886e9 => generated 291 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:01:26.265 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c477dbcf-cc61-47b9-bf52-9e55ab3e81bf ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 176/354] 199.204.45.205 () {44 vars in 927 bytes} [Sun Aug 16 14:01:26 2026] GET /v2.0/networks/public => generated 108 bytes in 123 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/355] 199.204.45.205 () {44 vars in 949 bytes} [Sun Aug 16 14:01:26 2026] GET /v2.0/networks?name=public => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:01:27.515 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4b4e5465-2e1e-41cd-9203-1924af27d44e ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 177/356] 199.204.45.205 () {44 vars in 927 bytes} [Sun Aug 16 14:01:27 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/357] 199.204.45.205 () {44 vars in 949 bytes} [Sun Aug 16 14:01:27 2026] GET /v2.0/networks?name=public => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:01:27.588 8 INFO neutron.pecan_wsgi.hooks.translation [None req-35c42f01-bc5a-474b-8959-5ebfa13dbd36 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 178/358] 199.204.45.205 () {44 vars in 1034 bytes} [Sun Aug 16 14:01:27 2026] GET /v2.0/subnets/public-subnet?network_id=91843983-1685-40bf-ac5d-b6f0a65e8275 => generated 113 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/359] 199.204.45.205 () {44 vars in 1057 bytes} [Sun Aug 16 14:01:27 2026] GET /v2.0/subnets?name=public-subnet&network_id=91843983-1685-40bf-ac5d-b6f0a65e8275 => generated 667 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:01:56.579 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0628484b-2d0e-4200-b676-8f933105f75d ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 181/364] 199.204.45.205 () {44 vars in 937 bytes} [Sun Aug 16 14:01:56 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 64 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/365] 199.204.45.205 () {44 vars in 959 bytes} [Sun Aug 16 14:01:56 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:01:57.509 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8b308e8a-00ee-4f76-b8f5-f6af79d49a4a ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 182/366] 199.204.45.205 () {44 vars in 937 bytes} [Sun Aug 16 14:01:57 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/367] 199.204.45.205 () {44 vars in 959 bytes} [Sun Aug 16 14:01:57 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:01:57.596 8 INFO neutron.pecan_wsgi.hooks.translation [None req-50e50ba1-15ad-4d83-b0ce-2a0270a5f45c ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 183/368] 199.204.45.205 () {44 vars in 1036 bytes} [Sun Aug 16 14:01:57 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=86ad5103-e965-414f-870f-b34ba647c854 => generated 114 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/369] 199.204.45.205 () {44 vars in 1059 bytes} [Sun Aug 16 14:01:57 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=86ad5103-e965-414f-870f-b34ba647c854 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:01:58.674 8 INFO neutron.api.v2.resource [None req-00771f2c-87da-4a5d-a088-fb085f775faa ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 184/370] 199.204.45.205 () {44 vars in 971 bytes} [Sun Aug 16 14:01:58 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/371] 199.204.45.205 () {44 vars in 993 bytes} [Sun Aug 16 14:01:58 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/372] 199.204.45.205 () {44 vars in 1001 bytes} [Sun Aug 16 14:01:59 2026] GET /v2.0/security-groups/00ab0a1e-cb8b-4b38-a33e-cabea68ae3df => generated 4694 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/373] 199.204.45.205 () {44 vars in 1001 bytes} [Sun Aug 16 14:01:59 2026] GET /v2.0/security-groups/00ab0a1e-cb8b-4b38-a33e-cabea68ae3df => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/374] 199.204.45.205 () {44 vars in 1011 bytes} [Sun Aug 16 14:01:59 2026] GET /v2.0/security-group-rules/6e63151a-c6bd-49a1-8f3a-054514b508a1 => generated 601 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/375] 199.204.45.205 () {44 vars in 1001 bytes} [Sun Aug 16 14:02:00 2026] GET /v2.0/security-groups/00ab0a1e-cb8b-4b38-a33e-cabea68ae3df => generated 4694 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/376] 199.204.45.205 () {44 vars in 1001 bytes} [Sun Aug 16 14:02:00 2026] GET /v2.0/security-groups/00ab0a1e-cb8b-4b38-a33e-cabea68ae3df => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/377] 199.204.45.205 () {44 vars in 1011 bytes} [Sun Aug 16 14:02:00 2026] GET /v2.0/security-group-rules/564203c2-912d-43e2-9581-cfc48996c7da => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/378] 199.204.45.205 () {44 vars in 1001 bytes} [Sun Aug 16 14:02:01 2026] GET /v2.0/security-groups/00ab0a1e-cb8b-4b38-a33e-cabea68ae3df => generated 4694 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/379] 199.204.45.205 () {44 vars in 1001 bytes} [Sun Aug 16 14:02:01 2026] GET /v2.0/security-groups/00ab0a1e-cb8b-4b38-a33e-cabea68ae3df => generated 4694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/380] 199.204.45.205 () {44 vars in 1011 bytes} [Sun Aug 16 14:02:01 2026] GET /v2.0/security-group-rules/7bb2e068-4806-4654-ab5d-fad5c1c75809 => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/381] 199.204.45.205 () {44 vars in 1001 bytes} [Sun Aug 16 14:02:02 2026] GET /v2.0/security-groups/00ab0a1e-cb8b-4b38-a33e-cabea68ae3df => generated 4694 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/382] 199.204.45.205 () {44 vars in 1001 bytes} [Sun Aug 16 14:02:02 2026] GET /v2.0/security-groups/00ab0a1e-cb8b-4b38-a33e-cabea68ae3df => generated 4694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/383] 199.204.45.205 () {44 vars in 1011 bytes} [Sun Aug 16 14:02:02 2026] GET /v2.0/security-group-rules/ab071e61-708f-418f-96fa-4b801851c136 => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/384] 199.204.45.205 () {44 vars in 1001 bytes} [Sun Aug 16 14:02:03 2026] GET /v2.0/security-groups/00ab0a1e-cb8b-4b38-a33e-cabea68ae3df => generated 4694 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/385] 199.204.45.205 () {44 vars in 1001 bytes} [Sun Aug 16 14:02:03 2026] GET /v2.0/security-groups/00ab0a1e-cb8b-4b38-a33e-cabea68ae3df => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/386] 199.204.45.205 () {44 vars in 1011 bytes} [Sun Aug 16 14:02:03 2026] GET /v2.0/security-group-rules/10a8c105-a9ee-4e57-8fb8-12e19749f056 => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/389] 199.204.45.205 () {44 vars in 987 bytes} [Sun Aug 16 14:02:04 2026] GET /v2.0/networks/86ad5103-e965-414f-870f-b34ba647c854 => generated 732 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:02:04.798 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bfea5fef-a202-435c-b469-a0db934dd14c ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 196/390] 199.204.45.205 () {44 vars in 1076 bytes} [Sun Aug 16 14:02:04 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=86ad5103-e965-414f-870f-b34ba647c854 => generated 132 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/391] 199.204.45.205 () {44 vars in 1099 bytes} [Sun Aug 16 14:02:04 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=86ad5103-e965-414f-870f-b34ba647c854 => generated 1250 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/392] 199.204.45.205 () {44 vars in 1001 bytes} [Sun Aug 16 14:02:04 2026] GET /v2.0/security-groups/00ab0a1e-cb8b-4b38-a33e-cabea68ae3df => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:02:12.462 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e1c65638-f317-40e2-ae3d-7d1309f71bc5 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 196/393] 199.204.45.205 () {44 vars in 979 bytes} [Sun Aug 16 14:02:12 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/394] 199.204.45.205 () {44 vars in 1001 bytes} [Sun Aug 16 14:02:12 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/395] 199.204.45.205 () {44 vars in 920 bytes} [Sun Aug 16 14:02:14 2026] GET /v2.0/ports => generated 4721 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:02:15.218 7 INFO neutron.api.v2.resource [None req-9643227d-a3b8-443e-b2af-a14f68c2d4a3 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 199/396] 199.204.45.205 () {44 vars in 959 bytes} [Sun Aug 16 14:02:15 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/397] 199.204.45.205 () {44 vars in 981 bytes} [Sun Aug 16 14:02:15 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/398] 199.204.45.205 () {44 vars in 1001 bytes} [Sun Aug 16 14:02:16 2026] GET /v2.0/security-groups/75a7b614-c2c3-4b57-aa73-408e141c64b8 => generated 2882 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/399] 199.204.45.205 () {44 vars in 1001 bytes} [Sun Aug 16 14:02:16 2026] GET /v2.0/security-groups/75a7b614-c2c3-4b57-aa73-408e141c64b8 => generated 2882 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/400] 199.204.45.205 () {44 vars in 1011 bytes} [Sun Aug 16 14:02:16 2026] GET /v2.0/security-group-rules/567c2eb6-dc28-4791-957d-65ac627cc23f => generated 621 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/401] 199.204.45.205 () {44 vars in 1001 bytes} [Sun Aug 16 14:02:17 2026] GET /v2.0/security-groups/75a7b614-c2c3-4b57-aa73-408e141c64b8 => generated 2882 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/402] 199.204.45.205 () {44 vars in 1001 bytes} [Sun Aug 16 14:02:17 2026] GET /v2.0/security-groups/75a7b614-c2c3-4b57-aa73-408e141c64b8 => generated 2882 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/403] 199.204.45.205 () {44 vars in 1011 bytes} [Sun Aug 16 14:02:17 2026] GET /v2.0/security-group-rules/2943c52b-e58d-40b9-a1cc-56416bd65cc2 => generated 625 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/406] 199.204.45.205 () {44 vars in 975 bytes} [Sun Aug 16 14:02:30 2026] GET /v2.0/quotas/8f4899f6a15547a2ad17d699395f0cad => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:03:25.579 7 INFO neutron.api.v2.resource [None req-9557b004-6a44-4ecb-bc26-d72423132ecc ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 209/415] 199.204.45.205 () {44 vars in 1074 bytes} [Sun Aug 16 14:03:25 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=232474a3c17b4f399632861f7df886e9 => generated 139 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/416] 199.204.45.205 () {44 vars in 1097 bytes} [Sun Aug 16 14:03:25 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=232474a3c17b4f399632861f7df886e9 => generated 4072 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/417] 199.204.45.205 () {44 vars in 1088 bytes} [Sun Aug 16 14:03:26 2026] GET /v2.0/security-groups/559ab1b2-5aa0-4d36-9204-bebbc6588a4d?project_id=232474a3c17b4f399632861f7df886e9 => generated 4075 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/418] 199.204.45.205 () {44 vars in 1001 bytes} [Sun Aug 16 14:03:26 2026] GET /v2.0/security-groups/559ab1b2-5aa0-4d36-9204-bebbc6588a4d => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/419] 199.204.45.205 () {44 vars in 1011 bytes} [Sun Aug 16 14:03:26 2026] GET /v2.0/security-group-rules/04f0592f-9885-4f22-9a23-e6a0eda8108b => generated 597 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/420] 199.204.45.205 () {44 vars in 1088 bytes} [Sun Aug 16 14:03:27 2026] GET /v2.0/security-groups/559ab1b2-5aa0-4d36-9204-bebbc6588a4d?project_id=232474a3c17b4f399632861f7df886e9 => generated 4075 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/421] 199.204.45.205 () {44 vars in 1001 bytes} [Sun Aug 16 14:03:27 2026] GET /v2.0/security-groups/559ab1b2-5aa0-4d36-9204-bebbc6588a4d => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/422] 199.204.45.205 () {44 vars in 1011 bytes} [Sun Aug 16 14:03:27 2026] GET /v2.0/security-group-rules/f548fd50-4cc7-4426-90cc-8d5eb84f1cae => generated 599 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/423] 199.204.45.205 () {44 vars in 1088 bytes} [Sun Aug 16 14:03:28 2026] GET /v2.0/security-groups/559ab1b2-5aa0-4d36-9204-bebbc6588a4d?project_id=232474a3c17b4f399632861f7df886e9 => generated 4075 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/424] 199.204.45.205 () {44 vars in 1001 bytes} [Sun Aug 16 14:03:28 2026] GET /v2.0/security-groups/559ab1b2-5aa0-4d36-9204-bebbc6588a4d => generated 4075 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/425] 199.204.45.205 () {44 vars in 1011 bytes} [Sun Aug 16 14:03:28 2026] GET /v2.0/security-group-rules/59dc1132-d268-4442-b8ab-d1098d3cf2ed => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/426] 199.204.45.205 () {44 vars in 1088 bytes} [Sun Aug 16 14:03:29 2026] GET /v2.0/security-groups/559ab1b2-5aa0-4d36-9204-bebbc6588a4d?project_id=232474a3c17b4f399632861f7df886e9 => 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: 215/427] 199.204.45.205 () {44 vars in 1001 bytes} [Sun Aug 16 14:03:29 2026] GET /v2.0/security-groups/559ab1b2-5aa0-4d36-9204-bebbc6588a4d => generated 4075 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/428] 199.204.45.205 () {44 vars in 1011 bytes} [Sun Aug 16 14:03:29 2026] GET /v2.0/security-group-rules/2deead9c-1a69-4b33-847e-1eed31b7ac1c => generated 602 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/431] 199.204.45.205 () {44 vars in 975 bytes} [Sun Aug 16 14:03:37 2026] GET /v2.0/quotas/232474a3c17b4f399632861f7df886e9 => generated 291 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/438] 199.204.45.205 () {44 vars in 949 bytes} [Sun Aug 16 14:04:30 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: 8|app: 0|req: 223/445] 10.0.0.218 () {32 vars in 649 bytes} [Sun Aug 16 14:05:11 2026] GET /v2.0/networks => generated 2168 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/446] 10.0.0.218 () {32 vars in 655 bytes} [Sun Aug 16 14:05:12 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: 224/447] 10.0.0.218 () {32 vars in 647 bytes} [Sun Aug 16 14:05:12 2026] GET /v2.0/routers => generated 15 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/448] 10.0.0.218 () {32 vars in 643 bytes} [Sun Aug 16 14:05:12 2026] GET /v2.0/ports => generated 4721 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/449] 10.0.0.218 () {32 vars in 647 bytes} [Sun Aug 16 14:05:12 2026] GET /v2.0/subnets => generated 1308 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/450] 10.0.0.218 () {32 vars in 649 bytes} [Sun Aug 16 14:05:12 2026] GET /v2.0/networks => generated 2168 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/451] 10.0.0.218 () {32 vars in 663 bytes} [Sun Aug 16 14:05:12 2026] GET /v2.0/security-groups => generated 17397 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/452] 10.0.0.218 () {32 vars in 655 bytes} [Sun Aug 16 14:05:12 2026] GET /v2.0/subnetpools => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:05:23.637 8 INFO neutron.db.segments_db [None req-79ff135a-c30a-4a3b-a191-b090965b1fdb ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Added segment 81f61dae-cba6-4ca5-b20e-87d4fd5bb67b of type vxlan for network 39ccd487-e612-4169-b846-be16baa2d8ea [pid: 8|app: 0|req: 228/455] 10.0.0.218 () {34 vars in 671 bytes} [Sun Aug 16 14:05:23 2026] POST /v2.0/networks => generated 748 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:05:23.708 7 INFO neutron.db.segments_db [None req-b43e3bcb-d7dd-41d2-801f-3946553dddf7 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Added segment b16881f6-218f-4b42-b628-6f3cbc346917 of type vxlan for network b73e093b-0c82-4970-93f6-5a3e8af62d41 [pid: 7|app: 0|req: 228/456] 10.0.0.218 () {34 vars in 671 bytes} [Sun Aug 16 14:05:23 2026] POST /v2.0/networks => generated 745 bytes in 469 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:05:23.871 8 INFO neutron.db.segments_db [None req-eadb6618-6b1a-401a-b945-24fd6aaaeb65 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Added segment e175ed08-f1b6-46c9-a2d3-135f8a4a0e1c of type vxlan for network f1a2c878-dda6-4a37-a0f8-c4fc365963ac [pid: 8|app: 0|req: 229/457] 10.0.0.218 () {34 vars in 671 bytes} [Sun Aug 16 14:05:23 2026] POST /v2.0/networks => generated 752 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/458] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:05:23 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) [pid: 8|app: 0|req: 230/459] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:05:23 2026] POST /v2.0/subnets => generated 692 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:05:24.181 8 INFO neutron.db.segments_db [None req-db1c3faa-d308-40cb-86f8-c3b7b2f33d95 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Added segment 2d9110cc-4bd4-4f03-962d-054d9cbc70f6 of type vxlan for network aa3994ac-e5e7-44e6-bb3f-d3a56b8d7382 [pid: 7|app: 0|req: 230/460] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:05:24 2026] POST /v2.0/subnets => generated 699 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:05:24.245 7 INFO neutron.db.segments_db [None req-2eca101f-3321-4ffb-872a-4646129b2ef9 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Added segment 0de2fdec-4a75-4986-b229-ec61034ff1a6 of type vxlan for network 2a184e41-6792-4795-9e95-cc93ff31053a 2026-08-16 14:05:24.423 8 INFO neutron.db.l3_hamode_db [None req-db1c3faa-d308-40cb-86f8-c3b7b2f33d95 ac8f354c06fc4a68823948485460818c 56a57bf3d3684acfa1e286ffdddc802a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-16 14:05:24.482 7 INFO neutron.db.l3_hamode_db [None req-2eca101f-3321-4ffb-872a-4646129b2ef9 ac8f354c06fc4a68823948485460818c 4ecae4c6d3584123a8f57a6007ecd98b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-16 14:05:25.576 8 INFO neutron.db.l3_hamode_db [None req-db1c3faa-d308-40cb-86f8-c3b7b2f33d95 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-16 14:05:25.681 7 INFO neutron.db.l3_hamode_db [None req-2eca101f-3321-4ffb-872a-4646129b2ef9 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 231/461] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:05:24 2026] POST /v2.0/routers => generated 735 bytes in 2256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:05:26.442 8 INFO neutron.db.segments_db [None req-f4568528-2ae6-4173-a615-653ae614bef4 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Added segment c0c46a93-a5be-4e39-98c5-4a918e2e35ea of type vxlan for network c6e7c0a7-c8ec-41f3-a108-ab48d0d93d58 [pid: 7|app: 0|req: 231/462] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:05:24 2026] POST /v2.0/routers => generated 732 bytes in 2472 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:05:26.704 8 INFO neutron.db.l3_hamode_db [None req-f4568528-2ae6-4173-a615-653ae614bef4 ac8f354c06fc4a68823948485460818c 7fa58acd95b242cd92fdd32afe2c9d27 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 232/463] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:05:26 2026] GET /v2.0/security-groups?tenant_id=681854ceb14b40f59b94a6e4b2ab2c06&name=default => generated 2924 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:05:27.355 8 INFO neutron.db.l3_hamode_db [None req-f4568528-2ae6-4173-a615-653ae614bef4 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 233/464] 10.0.0.218 () {34 vars in 783 bytes} [Sun Aug 16 14:05:26 2026] PUT /v2.0/routers/7f8f841c-9ce8-4887-8e99-6a520c1e251a/add_router_interface => generated 309 bytes in 996 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/465] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:05:26 2026] POST /v2.0/routers => generated 739 bytes in 1694 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/466] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:05:28 2026] DELETE /v2.0/security-groups/5de9ca45-5f8a-406e-9c59-cfb156643ca6 => 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: 234/467] 10.0.0.218 () {34 vars in 783 bytes} [Sun Aug 16 14:05:27 2026] PUT /v2.0/routers/8ed53c52-4b32-4a3f-aa50-42eb4d6048f1/add_router_interface => generated 309 bytes in 1060 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/468] 10.0.0.236 () {38 vars in 971 bytes} [Sun Aug 16 14:05:28 2026] POST /v2.0/security-groups => generated 1685 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/469] 10.0.0.218 () {34 vars in 783 bytes} [Sun Aug 16 14:05:28 2026] PUT /v2.0/routers/3af238fe-6b9f-4536-9919-c085bf0c19e8/add_router_interface => generated 309 bytes in 1039 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/470] 10.0.0.236 () {38 vars in 971 bytes} [Sun Aug 16 14:05:29 2026] POST /v2.0/security-groups => generated 1682 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/471] 10.0.0.236 () {38 vars in 971 bytes} [Sun Aug 16 14:05:29 2026] POST /v2.0/security-groups => generated 1680 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/472] 10.0.0.236 () {34 vars in 991 bytes} [Sun Aug 16 14:05:29 2026] GET /v2.0/security-groups/f0310ebc-4d05-4e6e-943b-fe17795c1876 => generated 1685 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/473] 10.0.0.236 () {38 vars in 971 bytes} [Sun Aug 16 14:05:29 2026] POST /v2.0/security-groups => generated 1681 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/474] 10.0.0.236 () {38 vars in 981 bytes} [Sun Aug 16 14:05:29 2026] POST /v2.0/security-group-rules => generated 614 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/475] 10.0.0.236 () {34 vars in 1002 bytes} [Sun Aug 16 14:05:29 2026] GET /v2.0/security-groups?tenant_id=4ecae4c6d3584123a8f57a6007ecd98b => generated 7904 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:05:30.056 7 INFO neutron.db.segments_db [None req-b9aca2e8-05cd-4194-903b-38cb209ae689 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Added segment 87fbc5b3-0e2f-4958-bf61-d6b00af7b48b of type vxlan for network a0eaf7dd-0cb5-4c0c-86d5-d8a4a94099a7 [pid: 8|app: 0|req: 238/476] 10.0.0.218 () {34 vars in 685 bytes} [Sun Aug 16 14:05:29 2026] POST /v2.0/security-groups => generated 1661 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/477] 10.0.0.218 () {34 vars in 671 bytes} [Sun Aug 16 14:05:29 2026] POST /v2.0/networks => generated 744 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/478] 10.0.0.236 () {34 vars in 991 bytes} [Sun Aug 16 14:05:30 2026] GET /v2.0/security-groups/ac1993f6-f88a-4f1e-ad29-569b0e11158a => generated 2918 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/479] 10.0.0.236 () {38 vars in 971 bytes} [Sun Aug 16 14:05:30 2026] POST /v2.0/security-groups => generated 1685 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/480] 10.0.0.218 () {34 vars in 695 bytes} [Sun Aug 16 14:05:30 2026] POST /v2.0/security-group-rules => generated 597 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/481] 10.0.0.236 () {34 vars in 991 bytes} [Sun Aug 16 14:05:30 2026] GET /v2.0/security-groups/ac1993f6-f88a-4f1e-ad29-569b0e11158a => generated 2918 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/482] 10.0.0.236 () {34 vars in 991 bytes} [Sun Aug 16 14:05:30 2026] GET /v2.0/security-groups/3ab27ec3-56d4-4647-9161-22399c1a7787 => generated 1685 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/483] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:05:30 2026] POST /v2.0/subnets => generated 691 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/484] 10.0.0.236 () {34 vars in 991 bytes} [Sun Aug 16 14:05:30 2026] GET /v2.0/security-groups/c29e045b-53a1-4bbb-a224-348182bae75b => generated 1682 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/485] 10.0.0.218 () {34 vars in 695 bytes} [Sun Aug 16 14:05:30 2026] POST /v2.0/security-group-rules => generated 602 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:05:30.465 7 INFO neutron.db.segments_db [None req-756e96fb-b0b2-4e29-8974-620826d1f4c6 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Added segment 83530952-cfc6-430c-9a01-670a1a0e016d of type vxlan for network 3558697a-fe5f-4c7d-88a3-30d7c4e5133a [pid: 8|app: 0|req: 242/486] 10.0.0.236 () {38 vars in 981 bytes} [Sun Aug 16 14:05:30 2026] POST /v2.0/security-group-rules => generated 614 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/487] 10.0.0.236 () {36 vars in 1013 bytes} [Sun Aug 16 14:05:30 2026] DELETE /v2.0/security-groups/c29e045b-53a1-4bbb-a224-348182bae75b => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:05:30.714 7 INFO neutron.db.l3_hamode_db [None req-756e96fb-b0b2-4e29-8974-620826d1f4c6 ac8f354c06fc4a68823948485460818c d46c098249d54f96878fa17835d58f61 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-16 14:05:31.397 7 INFO neutron.db.l3_hamode_db [None req-756e96fb-b0b2-4e29-8974-620826d1f4c6 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 244/488] 10.0.0.218 () {34 vars in 676 bytes} [Sun Aug 16 14:05:30 2026] POST /v2.0/floatingips => generated 552 bytes in 782 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/489] 10.0.0.236 () {34 vars in 991 bytes} [Sun Aug 16 14:05:31 2026] GET /v2.0/security-groups/3ab27ec3-56d4-4647-9161-22399c1a7787 => generated 2310 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:05:31.472 8 INFO neutron.api.v2.resource [req-f96a6be3-0a77-4865-8a4d-ff4e38329ece req-4395716a-951c-42b9-b832-a05cda7c7d8f 8483e32975b04a2fa2611c469e33fca1 4ecae4c6d3584123a8f57a6007ecd98b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 246/490] 10.0.0.236 () {34 vars in 991 bytes} [Sun Aug 16 14:05:31 2026] GET /v2.0/security-groups/c29e045b-53a1-4bbb-a224-348182bae75b => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/491] 10.0.0.236 () {38 vars in 981 bytes} [Sun Aug 16 14:05:31 2026] POST /v2.0/security-group-rules => generated 619 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/492] 10.0.0.236 () {34 vars in 991 bytes} [Sun Aug 16 14:05:31 2026] GET /v2.0/security-groups/35ded751-0fe8-4874-91e9-199c14f3fe52 => generated 1680 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/493] 10.0.0.236 () {34 vars in 991 bytes} [Sun Aug 16 14:05:31 2026] GET /v2.0/security-groups/3ab27ec3-56d4-4647-9161-22399c1a7787 => generated 2940 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/494] 10.0.0.236 () {36 vars in 1013 bytes} [Sun Aug 16 14:05:31 2026] DELETE /v2.0/security-groups/35ded751-0fe8-4874-91e9-199c14f3fe52 => 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: 251/495] 10.0.0.236 () {34 vars in 1001 bytes} [Sun Aug 16 14:05:31 2026] GET /v2.0/security-group-rules/69ee54d6-6fc6-43e8-82a9-c878f8b74ac2 => generated 616 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/496] 10.0.0.236 () {34 vars in 991 bytes} [Sun Aug 16 14:05:31 2026] GET /v2.0/security-groups/3ab27ec3-56d4-4647-9161-22399c1a7787 => generated 2940 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/497] 10.0.0.236 () {36 vars in 1023 bytes} [Sun Aug 16 14:05:31 2026] DELETE /v2.0/security-group-rules/69ee54d6-6fc6-43e8-82a9-c878f8b74ac2 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/498] 10.0.0.236 () {34 vars in 1100 bytes} [Sun Aug 16 14:05:31 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2038378965&fields=id&tenant_id=7fa58acd95b242cd92fdd32afe2c9d27 => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:05:31.924 8 INFO neutron.api.v2.resource [req-3f0bb573-ba84-4864-95e4-155267be0dce req-241c93aa-4e08-4bd4-8bd3-fb5ed77fc91b 8483e32975b04a2fa2611c469e33fca1 4ecae4c6d3584123a8f57a6007ecd98b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 255/499] 10.0.0.236 () {34 vars in 991 bytes} [Sun Aug 16 14:05:31 2026] GET /v2.0/security-groups/35ded751-0fe8-4874-91e9-199c14f3fe52 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/500] 10.0.0.236 () {34 vars in 982 bytes} [Sun Aug 16 14:05:31 2026] GET /v2.0/networks?id=f1a2c878-dda6-4a37-a0f8-c4fc365963ac => generated 684 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/501] 10.0.0.236 () {34 vars in 991 bytes} [Sun Aug 16 14:05:31 2026] GET /v2.0/security-groups/3ab27ec3-56d4-4647-9161-22399c1a7787 => generated 2310 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/502] 10.0.0.236 () {34 vars in 965 bytes} [Sun Aug 16 14:05:32 2026] GET /v2.0/quotas/7fa58acd95b242cd92fdd32afe2c9d27 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/503] 10.0.0.236 () {36 vars in 1013 bytes} [Sun Aug 16 14:05:32 2026] DELETE /v2.0/security-groups/3ab27ec3-56d4-4647-9161-22399c1a7787 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/504] 10.0.0.236 () {34 vars in 1002 bytes} [Sun Aug 16 14:05:32 2026] GET /v2.0/ports?tenant_id=7fa58acd95b242cd92fdd32afe2c9d27&fields=id => generated 57 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/505] 10.0.0.236 () {34 vars in 991 bytes} [Sun Aug 16 14:05:32 2026] GET /v2.0/security-groups/df77e5bf-c8d6-48b4-aa2a-08e4e8c2ee03 => generated 1681 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/506] 10.0.0.236 () {36 vars in 1013 bytes} [Sun Aug 16 14:05:32 2026] DELETE /v2.0/security-groups/df77e5bf-c8d6-48b4-aa2a-08e4e8c2ee03 => 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: 263/507] 10.0.0.236 () {34 vars in 991 bytes} [Sun Aug 16 14:05:32 2026] GET /v2.0/security-groups/f0310ebc-4d05-4e6e-943b-fe17795c1876 => generated 2310 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/508] 10.0.0.236 () {36 vars in 1013 bytes} [Sun Aug 16 14:05:32 2026] DELETE /v2.0/security-groups/f0310ebc-4d05-4e6e-943b-fe17795c1876 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/509] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:05:30 2026] POST /v2.0/routers => generated 731 bytes in 2285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:05:32.724 7 INFO neutron.api.v2.resource [req-46e7f5ff-c682-46ce-b62d-1681068f4233 req-cc568074-0d2d-46d3-8a28-d5d9f833ac7b 8483e32975b04a2fa2611c469e33fca1 4ecae4c6d3584123a8f57a6007ecd98b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 246/510] 10.0.0.236 () {34 vars in 991 bytes} [Sun Aug 16 14:05:32 2026] GET /v2.0/security-groups/df77e5bf-c8d6-48b4-aa2a-08e4e8c2ee03 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/511] 10.0.0.236 () {34 vars in 907 bytes} [Sun Aug 16 14:05:32 2026] GET /v2.0/extensions => generated 21537 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-08-16 14:05:32.821 8 INFO neutron_taas.services.taas.taas_plugin [None req-f359b705-f52a-4c81-b86d-8d9d3d1185b3 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] TaaS: Handle Delete Port: bbc6e37c-d03b-4d9e-94a2-aac5dc565173 2026-08-16 14:05:32.828 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f359b705-f52a-4c81-b86d-8d9d3d1185b3 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Tap Mirror: Handle Delete Port: bbc6e37c-d03b-4d9e-94a2-aac5dc565173 [pid: 8|app: 0|req: 265/512] 10.0.0.218 () {34 vars in 789 bytes} [Sun Aug 16 14:05:32 2026] PUT /v2.0/routers/7f8f841c-9ce8-4887-8e99-6a520c1e251a/remove_router_interface => generated 309 bytes in 904 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/513] 10.0.0.236 () {34 vars in 1002 bytes} [Sun Aug 16 14:05:33 2026] GET /v2.0/security-groups?tenant_id=4ecae4c6d3584123a8f57a6007ecd98b => generated 2921 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/514] 10.0.0.236 () {34 vars in 1008 bytes} [Sun Aug 16 14:05:33 2026] GET /v2.0/networks/f1a2c878-dda6-4a37-a0f8-c4fc365963ac?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:05:33.593 8 INFO neutron_taas.services.taas.taas_plugin [None req-345a80d9-bcb8-4faf-a360-948f49f86b6b ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] TaaS: Handle Delete Port: b15465f8-9ff8-4082-b8fb-ba641d2929ae 2026-08-16 14:05:33.595 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-345a80d9-bcb8-4faf-a360-948f49f86b6b ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Tap Mirror: Handle Delete Port: b15465f8-9ff8-4082-b8fb-ba641d2929ae [pid: 7|app: 0|req: 248/515] 10.0.0.218 () {34 vars in 783 bytes} [Sun Aug 16 14:05:32 2026] PUT /v2.0/routers/6de9203d-ede7-42ad-b718-ce5df31b8d0d/add_router_interface => generated 309 bytes in 953 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/516] 10.0.0.236 () {34 vars in 991 bytes} [Sun Aug 16 14:05:33 2026] GET /v2.0/security-groups/ac1993f6-f88a-4f1e-ad29-569b0e11158a => generated 2918 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:05:33.766 8 INFO neutron_taas.services.taas.taas_plugin [None req-345a80d9-bcb8-4faf-a360-948f49f86b6b ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] TaaS: Handle Delete Port: 623f4960-daf0-4648-a32b-ba68cf15b350 2026-08-16 14:05:33.768 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-345a80d9-bcb8-4faf-a360-948f49f86b6b ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Tap Mirror: Handle Delete Port: 623f4960-daf0-4648-a32b-ba68cf15b350 [pid: 7|app: 0|req: 250/517] 10.0.0.236 () {34 vars in 1108 bytes} [Sun Aug 16 14:05:33 2026] GET /v2.0/networks/f1a2c878-dda6-4a37-a0f8-c4fc365963ac?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: 251/518] 10.0.0.236 () {34 vars in 991 bytes} [Sun Aug 16 14:05:33 2026] GET /v2.0/security-groups/ac1993f6-f88a-4f1e-ad29-569b0e11158a => generated 2918 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:05:33.838 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-345a80d9-bcb8-4faf-a360-948f49f86b6b ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - 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 2248, 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 649, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-08-16 14:05:33.881 7 INFO neutron.api.v2.resource [req-dccc6353-3b86-4075-8590-e8b8681c761e req-96fe9569-c196-45da-b6b7-22ceb64d6439 8483e32975b04a2fa2611c469e33fca1 4ecae4c6d3584123a8f57a6007ecd98b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 252/519] 10.0.0.236 () {34 vars in 991 bytes} [Sun Aug 16 14:05:33 2026] GET /v2.0/security-groups/df77e5bf-c8d6-48b4-aa2a-08e4e8c2ee03 => generated 146 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-16 14:05:33.917 7 INFO neutron.api.v2.resource [req-e116edb3-d918-4186-a4e7-61da80fba7ea req-a462dc35-0aa4-4bf9-8844-96c4a46f6607 8483e32975b04a2fa2611c469e33fca1 4ecae4c6d3584123a8f57a6007ecd98b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 253/520] 10.0.0.236 () {34 vars in 991 bytes} [Sun Aug 16 14:05:33 2026] GET /v2.0/security-groups/35ded751-0fe8-4874-91e9-199c14f3fe52 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-16 14:05:33.950 7 INFO neutron.api.v2.resource [req-03698e72-9d43-4433-933c-09983dfb2acd req-6e2556a4-8ddc-4d2c-b21d-7a125b1fc844 8483e32975b04a2fa2611c469e33fca1 4ecae4c6d3584123a8f57a6007ecd98b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 254/521] 10.0.0.236 () {34 vars in 991 bytes} [Sun Aug 16 14:05:33 2026] GET /v2.0/security-groups/c29e045b-53a1-4bbb-a224-348182bae75b => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-16 14:05:34.189 8 INFO neutron.db.l3_hamode_db [None req-345a80d9-bcb8-4faf-a360-948f49f86b6b ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] HA network aa3994ac-e5e7-44e6-bb3f-d3a56b8d7382 was deleted as no HA routers are present in tenant 56a57bf3d3684acfa1e286ffdddc802a. [pid: 8|app: 0|req: 268/522] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:05:33 2026] DELETE /v2.0/routers/7f8f841c-9ce8-4887-8e99-6a520c1e251a => generated 0 bytes in 801 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/523] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:05:34 2026] GET /v2.0/ports?device_id=460a34f9-5eb2-4731-ae01-6dd861d24ebe => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/524] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:05:34 2026] DELETE /v2.0/subnets/d4acf1da-dc1c-4b7e-827d-eafa48d62380 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:05:34.429 7 INFO neutron_taas.services.taas.taas_plugin [None req-787b3c9f-c646-48df-a49e-4d79c2378bb5 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] TaaS: Handle Delete Port: bb4aa7f5-962e-42c8-9d0e-d31e0178ccac 2026-08-16 14:05:34.438 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-787b3c9f-c646-48df-a49e-4d79c2378bb5 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Tap Mirror: Handle Delete Port: bb4aa7f5-962e-42c8-9d0e-d31e0178ccac 2026-08-16 14:05:34.537 8 INFO neutron.services.segments.plugin [-] Segment 2d9110cc-4bd4-4f03-962d-054d9cbc70f6 resource provider aggregate not found [pid: 8|app: 0|req: 271/525] 10.0.0.218 () {34 vars in 685 bytes} [Sun Aug 16 14:05:34 2026] POST /v2.0/security-groups => generated 1659 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-16 14:05:34.567 8 INFO neutron.services.segments.plugin [-] Segment 2d9110cc-4bd4-4f03-962d-054d9cbc70f6 resource provider aggregate not found 2026-08-16 14:05:34.574 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2d9110cc-4bd4-4f03-962d-054d9cbc70f6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d9110cc-4bd4-4f03-962d-054d9cbc70f6 found for delete ", "request_id": "req-529165cc-6c04-4822-98b4-d91359c99569"}]} 2026-08-16 14:05:34.593 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2d9110cc-4bd4-4f03-962d-054d9cbc70f6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d9110cc-4bd4-4f03-962d-054d9cbc70f6 found for delete ", "request_id": "req-14648a83-b3f9-4b3e-833a-004d1ac81985"}]} 2026-08-16 14:05:34.645 8 INFO neutron_taas.services.taas.taas_plugin [None req-989b789f-e441-417b-b4b8-f72f6a2f8aef ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] TaaS: Handle Delete Port: 56ae65d6-e8b2-497f-b122-b2f81f11173f 2026-08-16 14:05:34.648 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-989b789f-e441-417b-b4b8-f72f6a2f8aef ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Tap Mirror: Handle Delete Port: 56ae65d6-e8b2-497f-b122-b2f81f11173f [pid: 8|app: 0|req: 272/526] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:05:34 2026] DELETE /v2.0/networks/39ccd487-e612-4169-b846-be16baa2d8ea => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/527] 10.0.0.218 () {34 vars in 695 bytes} [Sun Aug 16 14:05:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/530] 10.0.0.218 () {34 vars in 695 bytes} [Sun Aug 16 14:05:34 2026] POST /v2.0/security-group-rules => generated 602 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/531] 10.0.0.218 () {34 vars in 789 bytes} [Sun Aug 16 14:05:33 2026] PUT /v2.0/routers/8ed53c52-4b32-4a3f-aa50-42eb4d6048f1/remove_router_interface => generated 309 bytes in 1095 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/532] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:05:35 2026] GET /v2.0/security-groups?tenant_id=56a57bf3d3684acfa1e286ffdddc802a&name=default => generated 2921 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:05:35.252 8 INFO neutron_taas.services.taas.taas_plugin [None req-a6d0fc05-3a47-4760-8eb4-526e464238b4 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] TaaS: Handle Delete Port: 4f41bb82-c2f0-40b0-ac56-6c00573e94f3 2026-08-16 14:05:35.255 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a6d0fc05-3a47-4760-8eb4-526e464238b4 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Tap Mirror: Handle Delete Port: 4f41bb82-c2f0-40b0-ac56-6c00573e94f3 [pid: 7|app: 0|req: 256/533] 10.0.0.218 () {34 vars in 676 bytes} [Sun Aug 16 14:05:35 2026] POST /v2.0/floatingips => generated 552 bytes in 440 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:05:35.513 8 INFO neutron_taas.services.taas.taas_plugin [None req-a6d0fc05-3a47-4760-8eb4-526e464238b4 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] TaaS: Handle Delete Port: 86fa5d7e-db87-4c61-a658-70f3f43e712c 2026-08-16 14:05:35.517 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a6d0fc05-3a47-4760-8eb4-526e464238b4 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Tap Mirror: Handle Delete Port: 86fa5d7e-db87-4c61-a658-70f3f43e712c [pid: 7|app: 0|req: 257/534] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:05:35 2026] DELETE /v2.0/security-groups/c0cea4a0-be3d-43bf-89a4-8d26c4e7d6c0 => 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: 258/535] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:05:35 2026] GET /v2.0/ports?device_id=460a34f9-5eb2-4731-ae01-6dd861d24ebe => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:05:35.824 8 INFO neutron.db.l3_hamode_db [None req-a6d0fc05-3a47-4760-8eb4-526e464238b4 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] HA network 2a184e41-6792-4795-9e95-cc93ff31053a was deleted as no HA routers are present in tenant 4ecae4c6d3584123a8f57a6007ecd98b. [pid: 8|app: 0|req: 278/536] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:05:35 2026] DELETE /v2.0/routers/8ed53c52-4b32-4a3f-aa50-42eb4d6048f1 => generated 0 bytes in 754 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/537] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:05:35 2026] DELETE /v2.0/subnets/ec4d12f2-2aca-4cfe-acfb-d87263fc895d => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/538] 10.0.0.236 () {34 vars in 1098 bytes} [Sun Aug 16 14:05:35 2026] GET /v2.0/security-groups?name=tempest-securitygroup--237115642&fields=id&tenant_id=d46c098249d54f96878fa17835d58f61 => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/539] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:05:35 2026] DELETE /v2.0/networks/b73e093b-0c82-4970-93f6-5a3e8af62d41 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/540] 10.0.0.236 () {34 vars in 982 bytes} [Sun Aug 16 14:05:36 2026] GET /v2.0/networks?id=a0eaf7dd-0cb5-4c0c-86d5-d8a4a94099a7 => generated 676 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/541] 10.0.0.236 () {34 vars in 965 bytes} [Sun Aug 16 14:05:36 2026] GET /v2.0/quotas/d46c098249d54f96878fa17835d58f61 => 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: 281/542] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:05:36 2026] GET /v2.0/security-groups?tenant_id=4ecae4c6d3584123a8f57a6007ecd98b&name=default => generated 2921 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/543] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:05:36 2026] DELETE /v2.0/security-groups/ac1993f6-f88a-4f1e-ad29-569b0e11158a => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/544] 10.0.0.236 () {34 vars in 1002 bytes} [Sun Aug 16 14:05:36 2026] GET /v2.0/ports?tenant_id=d46c098249d54f96878fa17835d58f61&fields=id => generated 57 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:05:36.593 8 INFO neutron.services.segments.plugin [-] Segment 81f61dae-cba6-4ca5-b20e-87d4fd5bb67b resource provider aggregate not found 2026-08-16 14:05:36.621 8 INFO neutron.services.segments.plugin [-] Segment 81f61dae-cba6-4ca5-b20e-87d4fd5bb67b resource provider aggregate not found 2026-08-16 14:05:36.626 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 81f61dae-cba6-4ca5-b20e-87d4fd5bb67b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81f61dae-cba6-4ca5-b20e-87d4fd5bb67b found for delete ", "request_id": "req-2cd3511c-d420-4f6f-8a40-da01a3b96bc8"}]} 2026-08-16 14:05:36.656 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 81f61dae-cba6-4ca5-b20e-87d4fd5bb67b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81f61dae-cba6-4ca5-b20e-87d4fd5bb67b found for delete ", "request_id": "req-4f47b764-2680-49a8-b9e7-7eae466c070a"}]} 2026-08-16 14:05:36.668 8 INFO neutron.services.segments.plugin [-] Segment 0de2fdec-4a75-4986-b229-ec61034ff1a6 resource provider aggregate not found 2026-08-16 14:05:36.673 8 INFO neutron.services.segments.plugin [-] Segment 0de2fdec-4a75-4986-b229-ec61034ff1a6 resource provider aggregate not found 2026-08-16 14:05:36.691 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0de2fdec-4a75-4986-b229-ec61034ff1a6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0de2fdec-4a75-4986-b229-ec61034ff1a6 found for delete ", "request_id": "req-1be3020d-dfe1-4936-9eb2-0a99492e2be1"}]} 2026-08-16 14:05:36.695 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0de2fdec-4a75-4986-b229-ec61034ff1a6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0de2fdec-4a75-4986-b229-ec61034ff1a6 found for delete ", "request_id": "req-d147aec9-d186-4599-ac07-e3b59e073210"}]} 2026-08-16 14:05:36.707 8 INFO neutron.services.segments.plugin [-] Segment b16881f6-218f-4b42-b628-6f3cbc346917 resource provider aggregate not found 2026-08-16 14:05:36.714 8 INFO neutron.services.segments.plugin [-] Segment b16881f6-218f-4b42-b628-6f3cbc346917 resource provider aggregate not found 2026-08-16 14:05:36.718 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b16881f6-218f-4b42-b628-6f3cbc346917 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b16881f6-218f-4b42-b628-6f3cbc346917 found for delete ", "request_id": "req-fec12ab7-8df8-40d4-b218-3b3b5fc6f0c6"}]} 2026-08-16 14:05:36.727 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b16881f6-218f-4b42-b628-6f3cbc346917 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b16881f6-218f-4b42-b628-6f3cbc346917 found for delete ", "request_id": "req-4524ea46-2ef5-4751-8711-10a2c5512c67"}]} [pid: 7|app: 0|req: 263/545] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:05:36 2026] GET /v2.0/ports?device_id=460a34f9-5eb2-4731-ae01-6dd861d24ebe => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/546] 10.0.0.236 () {34 vars in 907 bytes} [Sun Aug 16 14:05:36 2026] GET /v2.0/extensions => generated 21537 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/547] 10.0.0.236 () {34 vars in 1008 bytes} [Sun Aug 16 14:05:36 2026] GET /v2.0/networks/a0eaf7dd-0cb5-4c0c-86d5-d8a4a94099a7?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: 284/548] 10.0.0.236 () {34 vars in 1108 bytes} [Sun Aug 16 14:05:36 2026] GET /v2.0/networks/a0eaf7dd-0cb5-4c0c-86d5-d8a4a94099a7?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: 265/549] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:05:36 2026] GET /v2.0/ports?device_id=d98c4c34-ab3f-4625-83e7-cec5f4ee5c47 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/550] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:05:37 2026] GET /v2.0/ports?device_id=460a34f9-5eb2-4731-ae01-6dd861d24ebe => 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: 286/551] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:05:38 2026] GET /v2.0/ports?device_id=d98c4c34-ab3f-4625-83e7-cec5f4ee5c47 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:05:38.395 7 INFO neutron.db.segments_db [None req-fb8fd335-1010-4547-b431-0e4e8e269fda ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Added segment 5004a974-25fe-4632-b5fc-d09cae066902 of type vxlan for network 2d25f268-a428-44b5-8071-0931c5bb834d [pid: 7|app: 0|req: 266/552] 10.0.0.218 () {34 vars in 671 bytes} [Sun Aug 16 14:05:38 2026] POST /v2.0/networks => generated 748 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/553] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:05:38 2026] POST /v2.0/subnets => generated 695 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:05:38.869 7 INFO neutron.db.segments_db [None req-262f7ccc-523a-4e89-bbc3-848faf867b7d ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Added segment 94cfbce0-ec1c-4b39-af38-a73cbfe181aa of type vxlan for network 71994d37-9e48-484f-bbe7-ce9a415e091b [pid: 8|app: 0|req: 288/554] 199.204.45.205 () {34 vars in 986 bytes} [Sun Aug 16 14:05:38 2026] GET /v2.0/networks?id=f1a2c878-dda6-4a37-a0f8-c4fc365963ac => generated 684 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/555] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:05:38 2026] GET /v2.0/ports?device_id=460a34f9-5eb2-4731-ae01-6dd861d24ebe => 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: 290/556] 199.204.45.205 () {34 vars in 911 bytes} [Sun Aug 16 14:05:38 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: 291/557] 199.204.45.205 () {34 vars in 1050 bytes} [Sun Aug 16 14:05:39 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7fa58acd95b242cd92fdd32afe2c9d27 => generated 181 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:05:39.157 7 INFO neutron.db.l3_hamode_db [None req-262f7ccc-523a-4e89-bbc3-848faf867b7d ac8f354c06fc4a68823948485460818c c09a6450c8b2457b8e7a78870b0930dd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 292/558] 199.204.45.205 () {38 vars in 955 bytes} [Sun Aug 16 14:05:39 2026] POST /v2.0/ports => generated 954 bytes in 323 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: 293/559] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:05:39 2026] GET /v2.0/ports?device_id=d98c4c34-ab3f-4625-83e7-cec5f4ee5c47 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:05:39.931 7 INFO neutron.db.l3_hamode_db [None req-262f7ccc-523a-4e89-bbc3-848faf867b7d ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 294/560] 199.204.45.205 () {38 vars in 1028 bytes} [Sun Aug 16 14:05:39 2026] PUT /v2.0/ports/b7995329-59de-493b-805e-53f2c1a25b8d => generated 1235 bytes in 462 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: 295/561] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:05:40 2026] GET /v2.0/ports?device_id=460a34f9-5eb2-4731-ae01-6dd861d24ebe => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/562] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:05:40 2026] GET /v2.0/security-groups?tenant_id=add92ea4f3c74529b169969c74b73ac5&name=default => generated 2925 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/563] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:05:40 2026] GET /v2.0/security-groups?id=67725bfe-e646-438c-8f18-5894da3011c3&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: 298/564] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:05:40 2026] DELETE /v2.0/security-groups/335cb9ca-9817-45d3-98bd-59a274ab492a => 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: 299/565] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:05:40 2026] GET /v2.0/ports?device_id=d98c4c34-ab3f-4625-83e7-cec5f4ee5c47 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:05:40.802 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c1b77ac6-154c-4229-98e2-6f8fa95d7009'] response: {'name': 'network-changed', 'server_uuid': '460a34f9-5eb2-4731-ae01-6dd861d24ebe', 'tag': 'b7995329-59de-493b-805e-53f2c1a25b8d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 300/566] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:05:40 2026] GET /v2.0/security-groups?tenant_id=b60115c133144a458584c76e8a7ee9f9&name=default => generated 2925 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/567] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:05:38 2026] POST /v2.0/routers => generated 735 bytes in 2042 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/568] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:05:40 2026] DELETE /v2.0/security-groups/3aa9927e-0cea-45b1-9446-c2f284181395 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/569] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:05:41 2026] GET /v2.0/ports?tenant_id=7fa58acd95b242cd92fdd32afe2c9d27&device_id=460a34f9-5eb2-4731-ae01-6dd861d24ebe => generated 1238 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/570] 199.204.45.205 () {34 vars in 1058 bytes} [Sun Aug 16 14:05:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=b7995329-59de-493b-805e-53f2c1a25b8d => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/571] 199.204.45.205 () {34 vars in 984 bytes} [Sun Aug 16 14:05:41 2026] GET /v2.0/subnets?id=b7cf14d5-acd0-4a24-b925-fd95b462cd72 => generated 702 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/572] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:05:41 2026] GET /v2.0/ports?network_id=f1a2c878-dda6-4a37-a0f8-c4fc365963ac&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/573] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:05:41 2026] GET /v2.0/networks/f1a2c878-dda6-4a37-a0f8-c4fc365963ac?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: 307/574] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:05:41 2026] GET /v2.0/networks/f1a2c878-dda6-4a37-a0f8-c4fc365963ac?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: 308/575] 199.204.45.205 () {34 vars in 986 bytes} [Sun Aug 16 14:05:41 2026] GET /v2.0/networks?id=a0eaf7dd-0cb5-4c0c-86d5-d8a4a94099a7 => generated 676 bytes in 353 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/576] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:05:41 2026] GET /v2.0/ports?device_id=460a34f9-5eb2-4731-ae01-6dd861d24ebe => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/577] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:05:41 2026] GET /v2.0/ports?device_id=d98c4c34-ab3f-4625-83e7-cec5f4ee5c47 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/578] 199.204.45.205 () {34 vars in 1050 bytes} [Sun Aug 16 14:05:41 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d46c098249d54f96878fa17835d58f61 => generated 180 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/579] 10.0.0.218 () {34 vars in 783 bytes} [Sun Aug 16 14:05:40 2026] PUT /v2.0/routers/f26fd1f5-40cc-4faa-b2eb-e208e1f4a038/add_router_interface => generated 309 bytes in 1113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/580] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:05:41 2026] GET /v2.0/security-groups?id=67725bfe-e646-438c-8f18-5894da3011c3&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/581] 199.204.45.205 () {38 vars in 955 bytes} [Sun Aug 16 14:05:41 2026] POST /v2.0/ports => generated 954 bytes in 479 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 313/582] 199.204.45.205 () {38 vars in 1028 bytes} [Sun Aug 16 14:05:42 2026] PUT /v2.0/ports/f59b98c8-430c-4cb4-8f81-8e5fa0e38dd4 => generated 1235 bytes in 359 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-08-16 14:05:42.878 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-63a3d166-7425-4ba0-8125-7819425910cf'] response: {'name': 'network-changed', 'server_uuid': 'd98c4c34-ab3f-4625-83e7-cec5f4ee5c47', 'tag': 'f59b98c8-430c-4cb4-8f81-8e5fa0e38dd4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 314/583] 10.0.0.218 () {34 vars in 685 bytes} [Sun Aug 16 14:05:42 2026] POST /v2.0/security-groups => generated 1660 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/584] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:05:42 2026] GET /v2.0/ports?tenant_id=7fa58acd95b242cd92fdd32afe2c9d27&device_id=460a34f9-5eb2-4731-ae01-6dd861d24ebe => generated 1238 bytes in 424 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/585] 199.204.45.205 () {34 vars in 986 bytes} [Sun Aug 16 14:05:42 2026] GET /v2.0/networks?id=f1a2c878-dda6-4a37-a0f8-c4fc365963ac => generated 780 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/586] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:05:43 2026] GET /v2.0/ports?device_id=d98c4c34-ab3f-4625-83e7-cec5f4ee5c47 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/587] 10.0.0.218 () {34 vars in 695 bytes} [Sun Aug 16 14:05:42 2026] POST /v2.0/security-group-rules => generated 597 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/588] 199.204.45.205 () {34 vars in 1058 bytes} [Sun Aug 16 14:05:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=b7995329-59de-493b-805e-53f2c1a25b8d => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/589] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:05:43 2026] GET /v2.0/ports?device_id=460a34f9-5eb2-4731-ae01-6dd861d24ebe => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/590] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:05:43 2026] GET /v2.0/security-groups?id=53cd31bb-986a-4a2f-a46e-5110ada95ded&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: 275/591] 199.204.45.205 () {34 vars in 984 bytes} [Sun Aug 16 14:05:43 2026] GET /v2.0/subnets?id=b7cf14d5-acd0-4a24-b925-fd95b462cd72 => generated 702 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/592] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:05:43 2026] GET /v2.0/security-groups?id=67725bfe-e646-438c-8f18-5894da3011c3&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: 317/593] 10.0.0.218 () {34 vars in 695 bytes} [Sun Aug 16 14:05:43 2026] POST /v2.0/security-group-rules => generated 602 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/594] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:05:43 2026] GET /v2.0/ports?network_id=f1a2c878-dda6-4a37-a0f8-c4fc365963ac&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/595] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:05:43 2026] GET /v2.0/networks/f1a2c878-dda6-4a37-a0f8-c4fc365963ac?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: 279/596] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:05:43 2026] GET /v2.0/networks/f1a2c878-dda6-4a37-a0f8-c4fc365963ac?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: 280/597] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:05:43 2026] GET /v2.0/ports?tenant_id=d46c098249d54f96878fa17835d58f61&device_id=d98c4c34-ab3f-4625-83e7-cec5f4ee5c47 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/598] 199.204.45.205 () {34 vars in 1018 bytes} [Sun Aug 16 14:05:43 2026] GET /v2.0/networks?tenant_id=d46c098249d54f96878fa17835d58f61&shared=False => generated 772 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/599] 199.204.45.205 () {34 vars in 930 bytes} [Sun Aug 16 14:05:43 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/600] 10.0.0.218 () {34 vars in 676 bytes} [Sun Aug 16 14:05:43 2026] POST /v2.0/floatingips => generated 552 bytes in 491 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/601] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:05:44 2026] GET /v2.0/ports?device_id=d98c4c34-ab3f-4625-83e7-cec5f4ee5c47 => 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: 284/602] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:05:44 2026] GET /v2.0/security-groups?id=53cd31bb-986a-4a2f-a46e-5110ada95ded&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/603] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:05:44 2026] GET /v2.0/ports?device_id=460a34f9-5eb2-4731-ae01-6dd861d24ebe => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/604] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:05:44 2026] GET /v2.0/security-groups?id=67725bfe-e646-438c-8f18-5894da3011c3&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/605] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:05:44 2026] GET /v2.0/ports?tenant_id=d46c098249d54f96878fa17835d58f61&device_id=d98c4c34-ab3f-4625-83e7-cec5f4ee5c47 => 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: 286/606] 199.204.45.205 () {34 vars in 1058 bytes} [Sun Aug 16 14:05:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=f59b98c8-430c-4cb4-8f81-8e5fa0e38dd4 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/607] 199.204.45.205 () {34 vars in 984 bytes} [Sun Aug 16 14:05:44 2026] GET /v2.0/subnets?id=38e5f26a-bdcc-49ca-851b-f5541f446175 => generated 694 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/608] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:05:44 2026] GET /v2.0/ports?network_id=a0eaf7dd-0cb5-4c0c-86d5-d8a4a94099a7&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: 322/609] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:05:44 2026] GET /v2.0/networks/a0eaf7dd-0cb5-4c0c-86d5-d8a4a94099a7?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/610] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:05:44 2026] GET /v2.0/networks/a0eaf7dd-0cb5-4c0c-86d5-d8a4a94099a7?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: 323/611] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:05:45 2026] GET /v2.0/ports?device_id=d98c4c34-ab3f-4625-83e7-cec5f4ee5c47 => generated 969 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/612] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:05:45 2026] GET /v2.0/security-groups?id=53cd31bb-986a-4a2f-a46e-5110ada95ded&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: 289/613] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:05:45 2026] GET /v2.0/ports?device_id=460a34f9-5eb2-4731-ae01-6dd861d24ebe => 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: 325/614] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:05:45 2026] GET /v2.0/security-groups?id=67725bfe-e646-438c-8f18-5894da3011c3&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: 290/615] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:05:46 2026] GET /v2.0/security-groups?tenant_id=6b6f1a396576440aa22e2277e32188a1&name=default => generated 2925 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/616] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:05:46 2026] DELETE /v2.0/security-groups/fb776c60-cc21-47cf-8e7f-d67e693de9fa => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/617] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:05:46 2026] GET /v2.0/ports?device_id=d98c4c34-ab3f-4625-83e7-cec5f4ee5c47 => 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: 291/618] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:05:46 2026] GET /v2.0/security-groups?tenant_id=914009a65e834d05938b75ffe9f220b0&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/619] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:05:46 2026] GET /v2.0/ports?device_id=460a34f9-5eb2-4731-ae01-6dd861d24ebe => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/620] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:05:46 2026] GET /v2.0/security-groups?id=53cd31bb-986a-4a2f-a46e-5110ada95ded&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/621] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:05:46 2026] GET /v2.0/security-groups?id=67725bfe-e646-438c-8f18-5894da3011c3&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: 329/622] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:05:46 2026] DELETE /v2.0/security-groups/5e5dc00b-9868-4f3d-ad58-22fc0b4db30f => 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: 294/623] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:05:47 2026] GET /v2.0/ports?device_id=d98c4c34-ab3f-4625-83e7-cec5f4ee5c47 => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/624] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:05:47 2026] GET /v2.0/ports?device_id=460a34f9-5eb2-4731-ae01-6dd861d24ebe => 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: 295/625] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:05:47 2026] GET /v2.0/security-groups?id=53cd31bb-986a-4a2f-a46e-5110ada95ded&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: 331/626] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:05:47 2026] GET /v2.0/security-groups?id=67725bfe-e646-438c-8f18-5894da3011c3&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/627] 10.0.0.236 () {34 vars in 1098 bytes} [Sun Aug 16 14:05:48 2026] GET /v2.0/security-groups?name=tempest-securitygroup--136934176&fields=id&tenant_id=c09a6450c8b2457b8e7a78870b0930dd => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/628] 10.0.0.236 () {34 vars in 982 bytes} [Sun Aug 16 14:05:48 2026] GET /v2.0/networks?id=2d25f268-a428-44b5-8071-0931c5bb834d => generated 680 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/629] 10.0.0.236 () {34 vars in 965 bytes} [Sun Aug 16 14:05:48 2026] GET /v2.0/quotas/c09a6450c8b2457b8e7a78870b0930dd => 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: 333/630] 10.0.0.236 () {34 vars in 1002 bytes} [Sun Aug 16 14:05:48 2026] GET /v2.0/ports?tenant_id=c09a6450c8b2457b8e7a78870b0930dd&fields=id => generated 103 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/631] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:05:48 2026] GET /v2.0/ports?device_id=d98c4c34-ab3f-4625-83e7-cec5f4ee5c47 => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/632] 10.0.0.236 () {34 vars in 1008 bytes} [Sun Aug 16 14:05:49 2026] GET /v2.0/networks/2d25f268-a428-44b5-8071-0931c5bb834d?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/633] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:05:49 2026] GET /v2.0/security-groups?id=53cd31bb-986a-4a2f-a46e-5110ada95ded&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/634] 10.0.0.236 () {34 vars in 1108 bytes} [Sun Aug 16 14:05:49 2026] GET /v2.0/networks/2d25f268-a428-44b5-8071-0931c5bb834d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/635] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:05:49 2026] GET /v2.0/ports?device_id=460a34f9-5eb2-4731-ae01-6dd861d24ebe => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/636] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:05:49 2026] GET /v2.0/security-groups?id=67725bfe-e646-438c-8f18-5894da3011c3&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: 7|app: 0|req: 301/637] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:05:49 2026] GET /v2.0/ports?device_id=eec7a34d-2f4b-491a-b3d9-d53ba29d537f => 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: 303/640] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:05:50 2026] GET /v2.0/ports?device_id=d98c4c34-ab3f-4625-83e7-cec5f4ee5c47 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/641] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:05:50 2026] GET /v2.0/security-groups?id=53cd31bb-986a-4a2f-a46e-5110ada95ded&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/642] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:05:50 2026] GET /v2.0/ports?device_id=460a34f9-5eb2-4731-ae01-6dd861d24ebe => 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: 339/643] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:05:50 2026] GET /v2.0/security-groups?id=67725bfe-e646-438c-8f18-5894da3011c3&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/644] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:05:50 2026] GET /v2.0/ports?device_id=eec7a34d-2f4b-491a-b3d9-d53ba29d537f => 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: 340/645] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:05:51 2026] GET /v2.0/ports?device_id=d98c4c34-ab3f-4625-83e7-cec5f4ee5c47 => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/646] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:05:51 2026] GET /v2.0/security-groups?id=53cd31bb-986a-4a2f-a46e-5110ada95ded&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/647] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:05:51 2026] GET /v2.0/ports?device_id=460a34f9-5eb2-4731-ae01-6dd861d24ebe => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/648] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:05:51 2026] GET /v2.0/security-groups?id=67725bfe-e646-438c-8f18-5894da3011c3&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: 307/649] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:05:51 2026] GET /v2.0/ports?device_id=d98c4c34-ab3f-4625-83e7-cec5f4ee5c47 => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/650] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:05:51 2026] GET /v2.0/ports?device_id=eec7a34d-2f4b-491a-b3d9-d53ba29d537f => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:05:51.998 8 INFO neutron.db.l3_db [None req-55219b33-1940-4a98-a449-f770ff8fe440 9ca1826226a24a77995280dd06151217 d46c098249d54f96878fa17835d58f61 - - default default] Floating IP 6ac04695-7d16-476c-ab6f-b1fb1fb80a9b associated. External IP: 10.96.250.213, port: f59b98c8-430c-4cb4-8f81-8e5fa0e38dd4. [pid: 8|app: 0|req: 343/651] 10.0.0.218 () {34 vars in 749 bytes} [Sun Aug 16 14:05:51 2026] PUT /v2.0/floatingips/6ac04695-7d16-476c-ab6f-b1fb1fb80a9b => generated 855 bytes in 629 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:05:52.259 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0fead6cd-814e-46a6-bbf7-88e2b81d5872'] response: {'name': 'network-changed', 'server_uuid': 'd98c4c34-ab3f-4625-83e7-cec5f4ee5c47', 'tag': 'f59b98c8-430c-4cb4-8f81-8e5fa0e38dd4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 309/652] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:05:52 2026] GET /v2.0/ports?device_id=d98c4c34-ab3f-4625-83e7-cec5f4ee5c47 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/653] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:05:52 2026] GET /v2.0/security-groups?id=53cd31bb-986a-4a2f-a46e-5110ada95ded&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: 310/654] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:05:52 2026] GET /v2.0/ports?device_id=460a34f9-5eb2-4731-ae01-6dd861d24ebe => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/655] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:05:52 2026] GET /v2.0/security-groups?id=67725bfe-e646-438c-8f18-5894da3011c3&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: 311/656] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:05:52 2026] GET /v2.0/ports?device_id=eec7a34d-2f4b-491a-b3d9-d53ba29d537f => 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: 346/657] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:05:52 2026] GET /v2.0/ports?tenant_id=d46c098249d54f96878fa17835d58f61&device_id=d98c4c34-ab3f-4625-83e7-cec5f4ee5c47 => generated 1240 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/658] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:05:52 2026] GET /v2.0/ports?device_id=d98c4c34-ab3f-4625-83e7-cec5f4ee5c47 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/659] 199.204.45.205 () {34 vars in 986 bytes} [Sun Aug 16 14:05:52 2026] GET /v2.0/networks?id=a0eaf7dd-0cb5-4c0c-86d5-d8a4a94099a7 => generated 772 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/660] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:05:52 2026] GET /v2.0/security-groups?id=53cd31bb-986a-4a2f-a46e-5110ada95ded&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: 348/661] 199.204.45.205 () {34 vars in 1058 bytes} [Sun Aug 16 14:05:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=f59b98c8-430c-4cb4-8f81-8e5fa0e38dd4 => generated 858 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/662] 199.204.45.205 () {34 vars in 984 bytes} [Sun Aug 16 14:05:52 2026] GET /v2.0/subnets?id=38e5f26a-bdcc-49ca-851b-f5541f446175 => generated 694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/663] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:05:52 2026] GET /v2.0/ports?network_id=a0eaf7dd-0cb5-4c0c-86d5-d8a4a94099a7&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/664] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:05:52 2026] GET /v2.0/networks/a0eaf7dd-0cb5-4c0c-86d5-d8a4a94099a7?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: 350/665] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:05:53 2026] GET /v2.0/networks/a0eaf7dd-0cb5-4c0c-86d5-d8a4a94099a7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/666] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:05:53 2026] GET /v2.0/ports?device_id=460a34f9-5eb2-4731-ae01-6dd861d24ebe => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/667] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:05:53 2026] GET /v2.0/ports?device_id=eec7a34d-2f4b-491a-b3d9-d53ba29d537f => 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: 353/668] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:05:53 2026] GET /v2.0/security-groups?id=67725bfe-e646-438c-8f18-5894da3011c3&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: 354/669] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:05:53 2026] GET /v2.0/ports?device_id=d98c4c34-ab3f-4625-83e7-cec5f4ee5c47 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/670] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:05:54 2026] GET /v2.0/security-groups?id=53cd31bb-986a-4a2f-a46e-5110ada95ded&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/671] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:05:53 2026] GET /v2.0/security-groups?tenant_id=97d3c5142be94199bd9631824a5c2ef6&name=default => generated 2925 bytes in 377 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/672] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:05:54 2026] GET /v2.0/ports?device_id=460a34f9-5eb2-4731-ae01-6dd861d24ebe => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/673] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:05:54 2026] DELETE /v2.0/security-groups/964e9fea-9a7f-4eac-89a8-d60376980856 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/674] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:05:54 2026] GET /v2.0/security-groups?tenant_id=bfdc8d21aa68458da871bdf3ee793a66&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:05:54.443 8 INFO neutron.db.l3_db [None req-57dc4b70-c2c8-4b84-9553-b73a4a16e57b 01649f57d90345f4b60c6d0a5155539f 7fa58acd95b242cd92fdd32afe2c9d27 - - default default] Floating IP 7bcfa2b5-c963-4e11-b2de-e8cf3bac8c79 associated. External IP: 10.96.250.205, port: b7995329-59de-493b-805e-53f2c1a25b8d. [pid: 7|app: 0|req: 319/675] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:05:54 2026] DELETE /v2.0/security-groups/a8b7425b-d035-411a-bd11-8eb6a92456ea => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/676] 10.0.0.218 () {34 vars in 749 bytes} [Sun Aug 16 14:05:54 2026] PUT /v2.0/floatingips/7bcfa2b5-c963-4e11-b2de-e8cf3bac8c79 => generated 855 bytes in 664 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:05:54.821 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6830dda0-de08-4a38-a007-b8b5e7e93d7c'] response: {'name': 'network-changed', 'server_uuid': '460a34f9-5eb2-4731-ae01-6dd861d24ebe', 'tag': 'b7995329-59de-493b-805e-53f2c1a25b8d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 320/677] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:05:54 2026] GET /v2.0/ports?device_id=460a34f9-5eb2-4731-ae01-6dd861d24ebe => 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: 358/678] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:05:54 2026] GET /v2.0/security-groups?id=67725bfe-e646-438c-8f18-5894da3011c3&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: 321/679] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:05:54 2026] GET /v2.0/ports?device_id=eec7a34d-2f4b-491a-b3d9-d53ba29d537f => 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: 359/680] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:05:55 2026] GET /v2.0/ports?device_id=d98c4c34-ab3f-4625-83e7-cec5f4ee5c47 => 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: 322/681] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:05:55 2026] GET /v2.0/security-groups?id=53cd31bb-986a-4a2f-a46e-5110ada95ded&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/682] 199.204.45.205 () {34 vars in 994 bytes} [Sun Aug 16 14:05:55 2026] GET /v2.0/ports?device_id=d98c4c34-ab3f-4625-83e7-cec5f4ee5c47 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/683] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:05:55 2026] GET /v2.0/ports?tenant_id=7fa58acd95b242cd92fdd32afe2c9d27&device_id=460a34f9-5eb2-4731-ae01-6dd861d24ebe => generated 1240 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/684] 199.204.45.205 () {34 vars in 986 bytes} [Sun Aug 16 14:05:55 2026] GET /v2.0/networks?id=f1a2c878-dda6-4a37-a0f8-c4fc365963ac => generated 780 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:05:55.426 7 INFO neutron_taas.services.taas.taas_plugin [req-b6758e53-1a16-4369-88da-8677a803b942 req-b7f39856-6dc4-4591-b40b-868ed45f30b1 9ca1826226a24a77995280dd06151217 d46c098249d54f96878fa17835d58f61 - - default default] TaaS: Handle Delete Port: f59b98c8-430c-4cb4-8f81-8e5fa0e38dd4 2026-08-16 14:05:55.431 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b6758e53-1a16-4369-88da-8677a803b942 req-b7f39856-6dc4-4591-b40b-868ed45f30b1 9ca1826226a24a77995280dd06151217 d46c098249d54f96878fa17835d58f61 - - default default] Tap Mirror: Handle Delete Port: f59b98c8-430c-4cb4-8f81-8e5fa0e38dd4 [pid: 8|app: 0|req: 363/685] 199.204.45.205 () {34 vars in 1058 bytes} [Sun Aug 16 14:05:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=b7995329-59de-493b-805e-53f2c1a25b8d => generated 858 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/686] 199.204.45.205 () {34 vars in 984 bytes} [Sun Aug 16 14:05:55 2026] GET /v2.0/subnets?id=b7cf14d5-acd0-4a24-b925-fd95b462cd72 => generated 702 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/687] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:05:55 2026] GET /v2.0/ports?network_id=f1a2c878-dda6-4a37-a0f8-c4fc365963ac&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: 8|app: 0|req: 366/688] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:05:55 2026] GET /v2.0/networks/f1a2c878-dda6-4a37-a0f8-c4fc365963ac?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: 367/689] 199.204.45.205 () {34 vars in 986 bytes} [Sun Aug 16 14:05:55 2026] GET /v2.0/networks?id=2d25f268-a428-44b5-8071-0931c5bb834d => generated 680 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/690] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:05:55 2026] GET /v2.0/networks/f1a2c878-dda6-4a37-a0f8-c4fc365963ac?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/691] 199.204.45.205 () {34 vars in 1050 bytes} [Sun Aug 16 14:05:55 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c09a6450c8b2457b8e7a78870b0930dd => generated 180 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:05:55.682 7 INFO neutron.db.l3_db [req-b6758e53-1a16-4369-88da-8677a803b942 req-b7f39856-6dc4-4591-b40b-868ed45f30b1 9ca1826226a24a77995280dd06151217 d46c098249d54f96878fa17835d58f61 - - default default] Floating IP 6ac04695-7d16-476c-ab6f-b1fb1fb80a9b disassociated. External IP: 10.96.250.213, port: f59b98c8-430c-4cb4-8f81-8e5fa0e38dd4. [pid: 8|app: 0|req: 370/692] 199.204.45.205 () {38 vars in 955 bytes} [Sun Aug 16 14:05:55 2026] POST /v2.0/ports => generated 954 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 323/693] 199.204.45.205 () {36 vars in 997 bytes} [Sun Aug 16 14:05:55 2026] DELETE /v2.0/ports/f59b98c8-430c-4cb4-8f81-8e5fa0e38dd4 => generated 0 bytes in 844 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/694] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:05:56 2026] GET /v2.0/ports?device_id=eec7a34d-2f4b-491a-b3d9-d53ba29d537f => generated 957 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/695] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:05:56 2026] GET /v2.0/security-groups?id=cf1e2cea-07e0-43bc-98fc-c5a8e71c76d7&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: 326/696] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:05:56 2026] GET /v2.0/ports?device_id=d98c4c34-ab3f-4625-83e7-cec5f4ee5c47 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/697] 199.204.45.205 () {38 vars in 1028 bytes} [Sun Aug 16 14:05:56 2026] PUT /v2.0/ports/4e457a63-9ccc-4ffb-ac6f-8474f3dddd91 => generated 1235 bytes in 525 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:05:56.616 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-839764ef-1bec-49fa-b887-7b9dbbe3f74f'] response: {'server_uuid': 'd98c4c34-ab3f-4625-83e7-cec5f4ee5c47', 'name': 'network-vif-deleted', 'tag': 'f59b98c8-430c-4cb4-8f81-8e5fa0e38dd4', 'status': 'completed', 'code': 200} 2026-08-16 14:05:56.864 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-234bd9ba-c090-4fe2-aaa5-f0c5ccd90928'] response: {'name': 'network-changed', 'server_uuid': 'eec7a34d-2f4b-491a-b3d9-d53ba29d537f', 'tag': '4e457a63-9ccc-4ffb-ac6f-8474f3dddd91', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 327/698] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:05:57 2026] GET /v2.0/ports?device_id=eec7a34d-2f4b-491a-b3d9-d53ba29d537f => generated 969 bytes in 32 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: 372/699] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:05:57 2026] GET /v2.0/security-groups?id=cf1e2cea-07e0-43bc-98fc-c5a8e71c76d7&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/700] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:05:57 2026] GET /v2.0/ports?device_id=d98c4c34-ab3f-4625-83e7-cec5f4ee5c47 => 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: 328/701] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:05:57 2026] GET /v2.0/ports?tenant_id=c09a6450c8b2457b8e7a78870b0930dd&device_id=eec7a34d-2f4b-491a-b3d9-d53ba29d537f => 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: 374/702] 199.204.45.205 () {34 vars in 1018 bytes} [Sun Aug 16 14:05:57 2026] GET /v2.0/networks?tenant_id=c09a6450c8b2457b8e7a78870b0930dd&shared=False => generated 776 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/703] 199.204.45.205 () {34 vars in 930 bytes} [Sun Aug 16 14:05:57 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: 375/704] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:05:58 2026] GET /v2.0/ports?device_id=eec7a34d-2f4b-491a-b3d9-d53ba29d537f => 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/705] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:05:58 2026] GET /v2.0/security-groups?id=cf1e2cea-07e0-43bc-98fc-c5a8e71c76d7&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: 376/706] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:05:58 2026] GET /v2.0/ports?device_id=d98c4c34-ab3f-4625-83e7-cec5f4ee5c47 => 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: 331/707] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:05:58 2026] GET /v2.0/ports?tenant_id=c09a6450c8b2457b8e7a78870b0930dd&device_id=eec7a34d-2f4b-491a-b3d9-d53ba29d537f => generated 1238 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/708] 199.204.45.205 () {34 vars in 1058 bytes} [Sun Aug 16 14:05:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=4e457a63-9ccc-4ffb-ac6f-8474f3dddd91 => 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: 332/709] 199.204.45.205 () {34 vars in 984 bytes} [Sun Aug 16 14:05:58 2026] GET /v2.0/subnets?id=2ac4788c-4f7c-4494-8078-bdeef968dbe7 => generated 698 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/710] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:05:58 2026] GET /v2.0/ports?network_id=2d25f268-a428-44b5-8071-0931c5bb834d&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/711] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:05:58 2026] GET /v2.0/networks/2d25f268-a428-44b5-8071-0931c5bb834d?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/712] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:05:58 2026] GET /v2.0/networks/2d25f268-a428-44b5-8071-0931c5bb834d?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: 334/713] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:05:59 2026] GET /v2.0/ports?device_id=eec7a34d-2f4b-491a-b3d9-d53ba29d537f => 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: 335/714] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:05:59 2026] GET /v2.0/security-groups?id=cf1e2cea-07e0-43bc-98fc-c5a8e71c76d7&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: 380/715] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:05:59 2026] DELETE /v2.0/security-groups/53cd31bb-986a-4a2f-a46e-5110ada95ded => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:05:59.760 7 INFO neutron.api.v2.resource [None req-56305cf7-98f4-415e-aa42-89d83555ad0b 9ca1826226a24a77995280dd06151217 d46c098249d54f96878fa17835d58f61 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 336/716] 10.0.0.218 () {32 vars in 737 bytes} [Sun Aug 16 14:05:59 2026] GET /v2.0/security-groups/53cd31bb-986a-4a2f-a46e-5110ada95ded => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-16 14:05:59.878 8 INFO neutron_taas.services.taas.taas_plugin [None req-72adf0b4-9b73-4196-af78-eef6fd587651 9ca1826226a24a77995280dd06151217 d46c098249d54f96878fa17835d58f61 - - default default] TaaS: Handle Delete Port: 1a3d56d5-7ce7-4358-af96-e9738697cf3a 2026-08-16 14:05:59.881 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-72adf0b4-9b73-4196-af78-eef6fd587651 9ca1826226a24a77995280dd06151217 d46c098249d54f96878fa17835d58f61 - - default default] Tap Mirror: Handle Delete Port: 1a3d56d5-7ce7-4358-af96-e9738697cf3a [pid: 8|app: 0|req: 381/717] 10.0.0.218 () {32 vars in 732 bytes} [Sun Aug 16 14:05:59 2026] DELETE /v2.0/floatingips/6ac04695-7d16-476c-ab6f-b1fb1fb80a9b => generated 0 bytes in 286 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:06:00.395 7 INFO neutron_taas.services.taas.taas_plugin [None req-fc482e79-51df-4624-9934-ff7a811c8bf9 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] TaaS: Handle Delete Port: f7286024-f45b-4473-ada6-179e23b2ae3e 2026-08-16 14:06:00.397 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc482e79-51df-4624-9934-ff7a811c8bf9 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Tap Mirror: Handle Delete Port: f7286024-f45b-4473-ada6-179e23b2ae3e [pid: 7|app: 0|req: 337/718] 10.0.0.218 () {34 vars in 789 bytes} [Sun Aug 16 14:06:00 2026] PUT /v2.0/routers/6de9203d-ede7-42ad-b718-ce5df31b8d0d/remove_router_interface => generated 309 bytes in 755 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/719] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:00 2026] GET /v2.0/ports?device_id=eec7a34d-2f4b-491a-b3d9-d53ba29d537f => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/720] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:06:00 2026] GET /v2.0/security-groups?tenant_id=c637efebf33944548435b86396be24a3&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: 383/721] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:06:00 2026] GET /v2.0/security-groups?id=cf1e2cea-07e0-43bc-98fc-c5a8e71c76d7&fields=id&fields=name => generated 113 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/722] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:06:00 2026] DELETE /v2.0/security-groups/054546e0-e42e-4147-b2a5-8a8096b6c833 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:06:01.061 7 INFO neutron_taas.services.taas.taas_plugin [None req-93488c00-9f66-42bb-9a10-4029ba0e3484 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] TaaS: Handle Delete Port: d379fea4-2dfe-4d1e-acd5-f0c09c811bea 2026-08-16 14:06:01.064 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-93488c00-9f66-42bb-9a10-4029ba0e3484 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Tap Mirror: Handle Delete Port: d379fea4-2dfe-4d1e-acd5-f0c09c811bea [pid: 8|app: 0|req: 385/723] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:06:01 2026] GET /v2.0/security-groups?tenant_id=a76521453cbd413285792eabc84c53bd&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:06:01.272 7 INFO neutron_taas.services.taas.taas_plugin [None req-93488c00-9f66-42bb-9a10-4029ba0e3484 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] TaaS: Handle Delete Port: 26c680c0-a820-48b7-84c8-2b113a32c236 2026-08-16 14:06:01.275 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-93488c00-9f66-42bb-9a10-4029ba0e3484 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Tap Mirror: Handle Delete Port: 26c680c0-a820-48b7-84c8-2b113a32c236 2026-08-16 14:06:01.345 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-93488c00-9f66-42bb-9a10-4029ba0e3484 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - 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 2248, 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 649, 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: 386/724] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:06:01 2026] DELETE /v2.0/security-groups/9ea9ad8a-b42c-42e1-a56b-7c6d8911e9d1 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:06:01.683 7 INFO neutron.db.l3_hamode_db [None req-93488c00-9f66-42bb-9a10-4029ba0e3484 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] HA network 3558697a-fe5f-4c7d-88a3-30d7c4e5133a was deleted as no HA routers are present in tenant d46c098249d54f96878fa17835d58f61. [pid: 7|app: 0|req: 339/725] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:06:00 2026] DELETE /v2.0/routers/6de9203d-ede7-42ad-b718-ce5df31b8d0d => generated 0 bytes in 842 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/726] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:06:01 2026] DELETE /v2.0/subnets/38e5f26a-bdcc-49ca-851b-f5541f446175 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:06:01.943 7 INFO neutron_taas.services.taas.taas_plugin [None req-6f23aaeb-4c5d-4bbd-81d1-0c261f2559cc ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] TaaS: Handle Delete Port: 7eeaa345-69b5-4357-b845-14fe934f6ab1 2026-08-16 14:06:01.946 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f23aaeb-4c5d-4bbd-81d1-0c261f2559cc ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Tap Mirror: Handle Delete Port: 7eeaa345-69b5-4357-b845-14fe934f6ab1 [pid: 8|app: 0|req: 388/727] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:01 2026] GET /v2.0/ports?device_id=eec7a34d-2f4b-491a-b3d9-d53ba29d537f => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/728] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:06:02 2026] GET /v2.0/security-groups?id=cf1e2cea-07e0-43bc-98fc-c5a8e71c76d7&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/729] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:06:01 2026] DELETE /v2.0/networks/a0eaf7dd-0cb5-4c0c-86d5-d8a4a94099a7 => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:06:02.179 7 INFO neutron.services.segments.plugin [-] Segment 83530952-cfc6-430c-9a01-670a1a0e016d resource provider aggregate not found 2026-08-16 14:06:02.188 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 83530952-cfc6-430c-9a01-670a1a0e016d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83530952-cfc6-430c-9a01-670a1a0e016d found for delete ", "request_id": "req-df06016b-180f-4c39-aae5-ff4058ce7463"}]} 2026-08-16 14:06:02.191 7 INFO neutron.services.segments.plugin [-] Segment 83530952-cfc6-430c-9a01-670a1a0e016d resource provider aggregate not found 2026-08-16 14:06:02.205 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 83530952-cfc6-430c-9a01-670a1a0e016d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83530952-cfc6-430c-9a01-670a1a0e016d found for delete ", "request_id": "req-8cae67b4-8886-4d9c-bfd1-0a2c9367f75a"}]} [pid: 8|app: 0|req: 390/730] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:06:02 2026] GET /v2.0/security-groups?tenant_id=d46c098249d54f96878fa17835d58f61&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: 341/731] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:06:02 2026] DELETE /v2.0/security-groups/1e4f4779-4aa7-48ae-99bf-f6996b2da656 => 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: 391/732] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:03 2026] GET /v2.0/ports?device_id=eec7a34d-2f4b-491a-b3d9-d53ba29d537f => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/733] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:06:03 2026] GET /v2.0/security-groups?id=cf1e2cea-07e0-43bc-98fc-c5a8e71c76d7&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/734] 10.0.0.221 () {34 vars in 990 bytes} [Sun Aug 16 14:06:03 2026] GET /v2.0/ports?device_id=460a34f9-5eb2-4731-ae01-6dd861d24ebe => generated 1240 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/735] 10.0.0.221 () {34 vars in 1040 bytes} [Sun Aug 16 14:06:04 2026] GET /v2.0/security-groups?id=67725bfe-e646-438c-8f18-5894da3011c3&fields=id&fields=name => generated 114 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:06:04.219 7 INFO neutron.services.segments.plugin [-] Segment 87fbc5b3-0e2f-4958-bf61-d6b00af7b48b resource provider aggregate not found [pid: 7|app: 0|req: 343/736] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:06:03 2026] GET /v2.0/security-groups?tenant_id=79ba4c6c7fb045a19bab62e6c6abd05d&name=default => generated 2925 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:06:04.238 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 87fbc5b3-0e2f-4958-bf61-d6b00af7b48b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87fbc5b3-0e2f-4958-bf61-d6b00af7b48b found for delete ", "request_id": "req-82cfb1f8-1ab5-4b3c-a019-1081150b71f1"}]} 2026-08-16 14:06:04.255 7 INFO neutron.services.segments.plugin [-] Segment 87fbc5b3-0e2f-4958-bf61-d6b00af7b48b resource provider aggregate not found 2026-08-16 14:06:04.284 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 87fbc5b3-0e2f-4958-bf61-d6b00af7b48b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87fbc5b3-0e2f-4958-bf61-d6b00af7b48b found for delete ", "request_id": "req-e8b95810-58b4-4042-9e6f-8cc5f93ae0d4"}]} 2026-08-16 14:06:04.349 8 INFO neutron.db.segments_db [None req-de8ee091-e40e-44be-ad24-602215f1b37e ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Added segment 7877492b-e333-4ba9-8066-dba7c59d7c27 of type vxlan for network 90e9f038-d48d-456d-94bb-1483ef65278b [pid: 7|app: 0|req: 344/737] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:06:04 2026] DELETE /v2.0/security-groups/52e9d90a-6498-4c1b-9bab-0ec57df88d80 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/738] 10.0.0.218 () {34 vars in 671 bytes} [Sun Aug 16 14:06:04 2026] POST /v2.0/networks => generated 746 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/739] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:04 2026] GET /v2.0/ports?device_id=eec7a34d-2f4b-491a-b3d9-d53ba29d537f => generated 969 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/740] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:06:04 2026] GET /v2.0/security-groups?id=cf1e2cea-07e0-43bc-98fc-c5a8e71c76d7&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/743] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:06:04 2026] POST /v2.0/subnets => generated 693 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:06:04.691 7 INFO neutron.db.segments_db [None req-4afb7ceb-872e-4a4f-bd65-460c7758e237 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Added segment 1671b7f1-3bc0-4b34-a730-160794cd4d7a of type vxlan for network 7781057f-bc48-4084-b98d-20b73bd98103 2026-08-16 14:06:04.919 7 INFO neutron.db.l3_hamode_db [None req-4afb7ceb-872e-4a4f-bd65-460c7758e237 ac8f354c06fc4a68823948485460818c 5aad8e1a31604a4fb081d7c948861a1a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 396/744] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:05 2026] GET /v2.0/ports?device_id=eec7a34d-2f4b-491a-b3d9-d53ba29d537f => 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: 397/745] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:06:05 2026] GET /v2.0/security-groups?id=cf1e2cea-07e0-43bc-98fc-c5a8e71c76d7&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-08-16 14:06:05.735 7 INFO neutron.db.l3_hamode_db [None req-4afb7ceb-872e-4a4f-bd65-460c7758e237 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-16 14:06:06.431 8 INFO neutron.db.segments_db [None req-b8c6dc91-ccda-4228-bb22-d3c86a3aeeb9 6d3b836e284040038db4b4eb01a389fd 7d8876f67ba54d6f9e9f6e2304938989 - - default default] Added segment 88a191d1-8727-4eb7-a0bb-638cddef9ba5 of type vxlan for network 01da5847-1e82-4cf5-b867-f1c9294d69d0 2026-08-16 14:06:06.506 8 INFO neutron.db.segments_db [None req-b8c6dc91-ccda-4228-bb22-d3c86a3aeeb9 6d3b836e284040038db4b4eb01a389fd 7d8876f67ba54d6f9e9f6e2304938989 - - default default] Added segment fdd11af1-87c5-47f7-8f31-9fa208df9abb of type vxlan for network 41b06dff-5cc5-4713-8282-5f1a2099c4ad [pid: 8|app: 0|req: 398/746] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:06:06 2026] POST /v2.0/networks => generated 1243 bytes in 575 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/747] 10.0.0.218 () {32 vars in 649 bytes} [Sun Aug 16 14:06:06 2026] GET /v2.0/networks => generated 1842 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/748] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:06 2026] GET /v2.0/ports?device_id=eec7a34d-2f4b-491a-b3d9-d53ba29d537f => 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: 349/749] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:06:04 2026] POST /v2.0/routers => generated 733 bytes in 2173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/750] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:06:06 2026] GET /v2.0/security-groups?id=cf1e2cea-07e0-43bc-98fc-c5a8e71c76d7&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-08-16 14:06:06.912 8 INFO neutron.services.segments.plugin [-] Segment 88a191d1-8727-4eb7-a0bb-638cddef9ba5 resource provider aggregate not found 2026-08-16 14:06:06.917 8 INFO neutron.services.segments.plugin [-] Segment 88a191d1-8727-4eb7-a0bb-638cddef9ba5 resource provider aggregate not found 2026-08-16 14:06:06.930 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 88a191d1-8727-4eb7-a0bb-638cddef9ba5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88a191d1-8727-4eb7-a0bb-638cddef9ba5 found for delete ", "request_id": "req-f47f8055-5487-464f-b673-039a2218f8be"}]} 2026-08-16 14:06:06.937 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 88a191d1-8727-4eb7-a0bb-638cddef9ba5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88a191d1-8727-4eb7-a0bb-638cddef9ba5 found for delete ", "request_id": "req-c93989b6-a965-4b8e-9100-81545d893e80"}]} [pid: 8|app: 0|req: 401/751] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:06:06 2026] DELETE /v2.0/networks/01da5847-1e82-4cf5-b867-f1c9294d69d0 => 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: 402/752] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:06 2026] GET /v2.0/ports?device_id=eec7a34d-2f4b-491a-b3d9-d53ba29d537f => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/753] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:06:06 2026] DELETE /v2.0/networks/41b06dff-5cc5-4713-8282-5f1a2099c4ad => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:06:07.492 8 INFO neutron.db.l3_db [None req-7fb43db3-3ed4-423a-9a4f-9cfcfe8c18e6 ef069b531eb446079627f92200024211 c09a6450c8b2457b8e7a78870b0930dd - - default default] Floating IP f8c016c5-4614-4c68-af6d-c9eba8108e57 associated. External IP: 10.96.250.201, port: 4e457a63-9ccc-4ffb-ac6f-8474f3dddd91. [pid: 8|app: 0|req: 404/754] 10.0.0.218 () {34 vars in 749 bytes} [Sun Aug 16 14:06:07 2026] PUT /v2.0/floatingips/f8c016c5-4614-4c68-af6d-c9eba8108e57 => generated 855 bytes in 664 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:06:07.849 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3cbbc11c-99e8-4a61-93b2-ecaf21f4783c'] response: {'name': 'network-changed', 'server_uuid': 'eec7a34d-2f4b-491a-b3d9-d53ba29d537f', 'tag': '4e457a63-9ccc-4ffb-ac6f-8474f3dddd91', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 405/755] 10.0.0.218 () {32 vars in 649 bytes} [Sun Aug 16 14:06:07 2026] GET /v2.0/networks => generated 651 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/756] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:07 2026] GET /v2.0/ports?device_id=eec7a34d-2f4b-491a-b3d9-d53ba29d537f => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/757] 10.0.0.218 () {34 vars in 783 bytes} [Sun Aug 16 14:06:06 2026] PUT /v2.0/routers/fa8d16f7-5c39-4596-88e3-8da066218b0d/add_router_interface => generated 309 bytes in 1114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/758] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:06:07 2026] GET /v2.0/security-groups?id=cf1e2cea-07e0-43bc-98fc-c5a8e71c76d7&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:06:08.019 8 INFO neutron.db.segments_db [None req-33a8ec94-cc3d-42ba-90c9-ff9780334913 6d3b836e284040038db4b4eb01a389fd 7d8876f67ba54d6f9e9f6e2304938989 - - default default] Added segment 779f234a-547a-4061-9d74-b548c1e6dc17 of type vxlan for network 34f9feaf-53f2-4a71-8ef3-ab49b95c056e [pid: 8|app: 0|req: 407/759] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:06:07 2026] POST /v2.0/networks => generated 654 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:06:08.189 7 INFO neutron.db.segments_db [None req-946e3a0c-5993-4aaf-9769-2018b7fca8a0 6d3b836e284040038db4b4eb01a389fd 7d8876f67ba54d6f9e9f6e2304938989 - - default default] Added segment 3c24b980-adea-413d-917d-2291b03f7608 of type vxlan for network 935c25a9-0e38-40f8-bf30-5080b0735144 [pid: 8|app: 0|req: 408/760] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:08 2026] GET /v2.0/ports?device_id=eec7a34d-2f4b-491a-b3d9-d53ba29d537f => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/761] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:06:08 2026] GET /v2.0/security-groups?id=cf1e2cea-07e0-43bc-98fc-c5a8e71c76d7&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/762] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:06:08 2026] POST /v2.0/networks => generated 654 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/763] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:06:08 2026] GET /v2.0/ports?tenant_id=c09a6450c8b2457b8e7a78870b0930dd&device_id=eec7a34d-2f4b-491a-b3d9-d53ba29d537f => 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: 411/764] 199.204.45.205 () {34 vars in 986 bytes} [Sun Aug 16 14:06:08 2026] GET /v2.0/networks?id=2d25f268-a428-44b5-8071-0931c5bb834d => generated 776 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/765] 199.204.45.205 () {34 vars in 1058 bytes} [Sun Aug 16 14:06:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=4e457a63-9ccc-4ffb-ac6f-8474f3dddd91 => 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: 413/766] 199.204.45.205 () {34 vars in 984 bytes} [Sun Aug 16 14:06:08 2026] GET /v2.0/subnets?id=2ac4788c-4f7c-4494-8078-bdeef968dbe7 => generated 698 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/767] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:06:08 2026] GET /v2.0/ports?network_id=2d25f268-a428-44b5-8071-0931c5bb834d&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/768] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:06:08 2026] GET /v2.0/networks/2d25f268-a428-44b5-8071-0931c5bb834d?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/769] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:06:08 2026] GET /v2.0/networks/2d25f268-a428-44b5-8071-0931c5bb834d?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) 2026-08-16 14:06:08.955 8 INFO neutron.services.segments.plugin [-] Segment fdd11af1-87c5-47f7-8f31-9fa208df9abb resource provider aggregate not found 2026-08-16 14:06:08.970 8 INFO neutron.services.segments.plugin [-] Segment fdd11af1-87c5-47f7-8f31-9fa208df9abb resource provider aggregate not found 2026-08-16 14:06:08.976 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment fdd11af1-87c5-47f7-8f31-9fa208df9abb resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdd11af1-87c5-47f7-8f31-9fa208df9abb found for delete ", "request_id": "req-0c4103d4-d7f4-40b8-9875-6d48a137435f"}]} 2026-08-16 14:06:08.992 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment fdd11af1-87c5-47f7-8f31-9fa208df9abb resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdd11af1-87c5-47f7-8f31-9fa208df9abb found for delete ", "request_id": "req-058527c0-0c62-49fb-a8ad-1bf232c4d2d1"}]} [pid: 8|app: 0|req: 417/770] 10.0.0.236 () {34 vars in 982 bytes} [Sun Aug 16 14:06:08 2026] GET /v2.0/networks?id=90e9f038-d48d-456d-94bb-1483ef65278b => generated 678 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/771] 10.0.0.218 () {34 vars in 665 bytes} [Sun Aug 16 14:06:08 2026] POST /v2.0/ports => generated 1505 bytes in 651 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/772] 10.0.0.236 () {34 vars in 965 bytes} [Sun Aug 16 14:06:09 2026] GET /v2.0/quotas/5aad8e1a31604a4fb081d7c948861a1a => generated 292 bytes in 12 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: 355/773] 10.0.0.218 () {32 vars in 643 bytes} [Sun Aug 16 14:06:09 2026] GET /v2.0/ports => generated 1505 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/774] 10.0.0.236 () {34 vars in 1002 bytes} [Sun Aug 16 14:06:09 2026] GET /v2.0/ports?tenant_id=5aad8e1a31604a4fb081d7c948861a1a&fields=id => generated 103 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/775] 10.0.0.236 () {34 vars in 1008 bytes} [Sun Aug 16 14:06:09 2026] GET /v2.0/networks/90e9f038-d48d-456d-94bb-1483ef65278b?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:06:09.200 7 INFO neutron_taas.services.taas.taas_plugin [None req-13f9229a-d3f4-40a8-9a72-2c14f91767f8 6d3b836e284040038db4b4eb01a389fd 7d8876f67ba54d6f9e9f6e2304938989 - - default default] TaaS: Handle Delete Port: baee100c-479b-4e45-9b42-09edd3d8bf33 2026-08-16 14:06:09.203 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-13f9229a-d3f4-40a8-9a72-2c14f91767f8 6d3b836e284040038db4b4eb01a389fd 7d8876f67ba54d6f9e9f6e2304938989 - - default default] Tap Mirror: Handle Delete Port: baee100c-479b-4e45-9b42-09edd3d8bf33 [pid: 8|app: 0|req: 421/776] 10.0.0.236 () {34 vars in 1108 bytes} [Sun Aug 16 14:06:09 2026] GET /v2.0/networks/90e9f038-d48d-456d-94bb-1483ef65278b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/777] 10.0.0.218 () {32 vars in 720 bytes} [Sun Aug 16 14:06:09 2026] DELETE /v2.0/ports/baee100c-479b-4e45-9b42-09edd3d8bf33 => 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: 357/778] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:09 2026] GET /v2.0/ports?device_id=4d36457c-c0b8-417b-a977-b517f17edf29 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:06:09.506 8 INFO neutron_taas.services.taas.taas_plugin [None req-96a80cd3-8f3d-423d-8a6a-d82d3dcac68a 6d3b836e284040038db4b4eb01a389fd 7d8876f67ba54d6f9e9f6e2304938989 - - default default] TaaS: Handle Delete Port: b7629557-c576-403c-971f-c3d128b70a5d 2026-08-16 14:06:09.513 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96a80cd3-8f3d-423d-8a6a-d82d3dcac68a 6d3b836e284040038db4b4eb01a389fd 7d8876f67ba54d6f9e9f6e2304938989 - - default default] Tap Mirror: Handle Delete Port: b7629557-c576-403c-971f-c3d128b70a5d [pid: 7|app: 0|req: 358/779] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:09 2026] GET /v2.0/ports?device_id=eec7a34d-2f4b-491a-b3d9-d53ba29d537f => generated 971 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/780] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:06:09 2026] GET /v2.0/security-groups?id=cf1e2cea-07e0-43bc-98fc-c5a8e71c76d7&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/781] 10.0.0.218 () {32 vars in 720 bytes} [Sun Aug 16 14:06:09 2026] DELETE /v2.0/ports/b7629557-c576-403c-971f-c3d128b70a5d => generated 0 bytes in 314 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/782] 10.0.0.218 () {32 vars in 643 bytes} [Sun Aug 16 14:06:09 2026] GET /v2.0/ports => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:06:09.695 8 INFO neutron.db.segments_db [None req-577050d3-d76a-4428-94e4-5c870592b73c 6d3b836e284040038db4b4eb01a389fd 7d8876f67ba54d6f9e9f6e2304938989 - - default default] Added segment 59e55a7e-75ea-488f-95df-ae82786afe01 of type vxlan for network 28fd0512-9c59-4741-9498-1cd92dd21291 [pid: 8|app: 0|req: 423/783] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:06:09 2026] POST /v2.0/networks => generated 654 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:06:09.863 7 INFO neutron.db.segments_db [None req-809f0a95-8d21-4397-9fdb-728f04b008ea 6d3b836e284040038db4b4eb01a389fd 7d8876f67ba54d6f9e9f6e2304938989 - - default default] Added segment acb3eb51-d6a0-4c84-a932-6f259a588abb of type vxlan for network d00c7b8d-ea08-444e-af51-59b5519f6130 [pid: 7|app: 0|req: 361/784] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:06:09 2026] POST /v2.0/networks => generated 653 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/785] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:10 2026] GET /v2.0/ports?device_id=4d36457c-c0b8-417b-a977-b517f17edf29 => 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: 425/786] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:10 2026] GET /v2.0/ports?device_id=eec7a34d-2f4b-491a-b3d9-d53ba29d537f => 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: 426/787] 199.204.45.205 () {34 vars in 994 bytes} [Sun Aug 16 14:06:10 2026] GET /v2.0/ports?device_id=eec7a34d-2f4b-491a-b3d9-d53ba29d537f => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/788] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:06:10 2026] GET /v2.0/security-groups?id=cf1e2cea-07e0-43bc-98fc-c5a8e71c76d7&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:06:10.895 8 INFO neutron_taas.services.taas.taas_plugin [req-95a913bf-5d4c-4f7a-a7f2-f0765c2573f1 req-ce9f5035-87d9-473c-aa5b-cd235024bad7 ef069b531eb446079627f92200024211 c09a6450c8b2457b8e7a78870b0930dd - - default default] TaaS: Handle Delete Port: 4e457a63-9ccc-4ffb-ac6f-8474f3dddd91 2026-08-16 14:06:10.898 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-95a913bf-5d4c-4f7a-a7f2-f0765c2573f1 req-ce9f5035-87d9-473c-aa5b-cd235024bad7 ef069b531eb446079627f92200024211 c09a6450c8b2457b8e7a78870b0930dd - - default default] Tap Mirror: Handle Delete Port: 4e457a63-9ccc-4ffb-ac6f-8474f3dddd91 [pid: 7|app: 0|req: 362/789] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:06:10 2026] POST /v2.0/subnets => generated 1324 bytes in 452 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/790] 10.0.0.218 () {32 vars in 647 bytes} [Sun Aug 16 14:06:10 2026] GET /v2.0/subnets => generated 1960 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:06:11.125 8 INFO neutron.db.l3_db [req-95a913bf-5d4c-4f7a-a7f2-f0765c2573f1 req-ce9f5035-87d9-473c-aa5b-cd235024bad7 ef069b531eb446079627f92200024211 c09a6450c8b2457b8e7a78870b0930dd - - default default] Floating IP f8c016c5-4614-4c68-af6d-c9eba8108e57 disassociated. External IP: 10.96.250.201, port: 4e457a63-9ccc-4ffb-ac6f-8474f3dddd91. [pid: 7|app: 0|req: 364/791] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:06:11 2026] DELETE /v2.0/subnets/1e9c26f6-4f1e-4767-b92e-ec32b3cd9563 => 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: 428/792] 199.204.45.205 () {36 vars in 997 bytes} [Sun Aug 16 14:06:10 2026] DELETE /v2.0/ports/4e457a63-9ccc-4ffb-ac6f-8474f3dddd91 => generated 0 bytes in 663 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:06:11.497 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-138c7aac-9c95-49e3-b118-af1c9c9e97c1'] response: {'server_uuid': 'eec7a34d-2f4b-491a-b3d9-d53ba29d537f', 'name': 'network-vif-deleted', 'tag': '4e457a63-9ccc-4ffb-ac6f-8474f3dddd91', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 429/793] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:11 2026] GET /v2.0/ports?device_id=4d36457c-c0b8-417b-a977-b517f17edf29 => 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: 430/794] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:11 2026] GET /v2.0/ports?device_id=eec7a34d-2f4b-491a-b3d9-d53ba29d537f => 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: 365/795] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:06:11 2026] DELETE /v2.0/subnets/750318c4-ac8b-4988-8d7c-461fca4a1635 => generated 0 bytes in 700 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/796] 10.0.0.218 () {32 vars in 647 bytes} [Sun Aug 16 14:06:11 2026] GET /v2.0/subnets => generated 649 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:06:12.100 7 INFO neutron.services.segments.plugin [-] Segment acb3eb51-d6a0-4c84-a932-6f259a588abb resource provider aggregate not found 2026-08-16 14:06:12.107 7 INFO neutron.services.segments.plugin [-] Segment acb3eb51-d6a0-4c84-a932-6f259a588abb resource provider aggregate not found 2026-08-16 14:06:12.130 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment acb3eb51-d6a0-4c84-a932-6f259a588abb resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acb3eb51-d6a0-4c84-a932-6f259a588abb found for delete ", "request_id": "req-c01ba713-381d-4a76-bd63-03dc82021fdb"}]} [pid: 7|app: 0|req: 366/797] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:06:11 2026] DELETE /v2.0/networks/d00c7b8d-ea08-444e-af51-59b5519f6130 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:06:12.141 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment acb3eb51-d6a0-4c84-a932-6f259a588abb resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acb3eb51-d6a0-4c84-a932-6f259a588abb found for delete ", "request_id": "req-fab7ec12-7060-4bcd-95b6-d96e683b9b3e"}]} 2026-08-16 14:06:12.298 8 INFO neutron.services.segments.plugin [-] Segment 59e55a7e-75ea-488f-95df-ae82786afe01 resource provider aggregate not found 2026-08-16 14:06:12.303 8 INFO neutron.services.segments.plugin [-] Segment 59e55a7e-75ea-488f-95df-ae82786afe01 resource provider aggregate not found 2026-08-16 14:06:12.319 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 59e55a7e-75ea-488f-95df-ae82786afe01 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59e55a7e-75ea-488f-95df-ae82786afe01 found for delete ", "request_id": "req-07ebed57-4934-41d4-8041-30bb1526f65d"}]} 2026-08-16 14:06:12.320 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 59e55a7e-75ea-488f-95df-ae82786afe01 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59e55a7e-75ea-488f-95df-ae82786afe01 found for delete ", "request_id": "req-a450c291-ee2a-4e96-9c4d-0ddc56f64da3"}]} [pid: 8|app: 0|req: 432/798] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:06:12 2026] DELETE /v2.0/networks/28fd0512-9c59-4741-9498-1cd92dd21291 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/799] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:06:12 2026] DELETE /v2.0/networks/935c25a9-0e38-40f8-bf30-5080b0735144 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/800] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:06:12 2026] DELETE /v2.0/networks/34f9feaf-53f2-4a71-8ef3-ab49b95c056e => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/801] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:12 2026] GET /v2.0/ports?device_id=4d36457c-c0b8-417b-a977-b517f17edf29 => 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: 434/802] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:12 2026] GET /v2.0/ports?device_id=eec7a34d-2f4b-491a-b3d9-d53ba29d537f => 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: 369/803] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:06:13 2026] GET /v2.0/security-groups?tenant_id=7d8876f67ba54d6f9e9f6e2304938989&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/804] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:06:13 2026] DELETE /v2.0/security-groups/206a1795-6998-49fa-9824-470bf8a91ac5 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/805] 199.204.45.205 () {34 vars in 986 bytes} [Sun Aug 16 14:06:13 2026] GET /v2.0/networks?id=90e9f038-d48d-456d-94bb-1483ef65278b => generated 678 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/806] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:13 2026] GET /v2.0/ports?device_id=4d36457c-c0b8-417b-a977-b517f17edf29 => 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: 437/807] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:14 2026] GET /v2.0/ports?device_id=eec7a34d-2f4b-491a-b3d9-d53ba29d537f => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:06:14.159 7 INFO neutron.services.segments.plugin [-] Segment 3c24b980-adea-413d-917d-2291b03f7608 resource provider aggregate not found 2026-08-16 14:06:14.185 7 INFO neutron.services.segments.plugin [-] Segment 3c24b980-adea-413d-917d-2291b03f7608 resource provider aggregate not found 2026-08-16 14:06:14.187 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3c24b980-adea-413d-917d-2291b03f7608 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c24b980-adea-413d-917d-2291b03f7608 found for delete ", "request_id": "req-c263080f-4e00-4603-b0ab-32d9fd4cc9a7"}]} 2026-08-16 14:06:14.212 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3c24b980-adea-413d-917d-2291b03f7608 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c24b980-adea-413d-917d-2291b03f7608 found for delete ", "request_id": "req-90c72a7b-9067-493e-8d2b-089865728de3"}]} [pid: 7|app: 0|req: 371/808] 199.204.45.205 () {38 vars in 955 bytes} [Sun Aug 16 14:06:13 2026] POST /v2.0/ports => generated 954 bytes in 445 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:06:14.355 8 INFO neutron.services.segments.plugin [-] Segment 779f234a-547a-4061-9d74-b548c1e6dc17 resource provider aggregate not found 2026-08-16 14:06:14.360 8 INFO neutron.services.segments.plugin [-] Segment 779f234a-547a-4061-9d74-b548c1e6dc17 resource provider aggregate not found 2026-08-16 14:06:14.387 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 779f234a-547a-4061-9d74-b548c1e6dc17 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 779f234a-547a-4061-9d74-b548c1e6dc17 found for delete ", "request_id": "req-fdac15db-1e24-416e-b0ef-7f4ef95c4345"}]} 2026-08-16 14:06:14.388 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 779f234a-547a-4061-9d74-b548c1e6dc17 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 779f234a-547a-4061-9d74-b548c1e6dc17 found for delete ", "request_id": "req-5638704f-7393-488e-8d4e-413e9155d4a0"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 372/809] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:14 2026] GET /v2.0/ports?device_id=4d36457c-c0b8-417b-a977-b517f17edf29 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/810] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:06:14 2026] GET /v2.0/security-groups?id=3d5d835d-196b-4bbb-94bd-e6740b1ad92a&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/811] 199.204.45.205 () {38 vars in 1028 bytes} [Sun Aug 16 14:06:14 2026] PUT /v2.0/ports/dd752e97-6345-4dc7-8b18-53916c08cdd9 => generated 1235 bytes in 911 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:06:15.178 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9fee152a-fb41-490a-abc8-02facb2ae06b'] response: {'name': 'network-changed', 'server_uuid': '4d36457c-c0b8-417b-a977-b517f17edf29', 'tag': 'dd752e97-6345-4dc7-8b18-53916c08cdd9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 374/812] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:15 2026] GET /v2.0/ports?device_id=eec7a34d-2f4b-491a-b3d9-d53ba29d537f => generated 12 bytes in 22 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-08-16 14:06:15.517 8 INFO neutron.db.segments_db [None req-145b5289-435a-43c6-990a-9b7f9dd94705 e2b92763face4d69a1d104373a37268b 343947d1c227476e83b7b6467263d4f0 - - default default] Added segment 8824c74d-977e-4089-96f3-a0dc1081651c of type vxlan for network e5e37207-8208-4bc5-8eb2-91d74eaa6c03 [pid: 8|app: 0|req: 439/813] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:06:15 2026] POST /v2.0/networks => generated 634 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:06:15.675 7 INFO neutron.db.segments_db [None req-cf2c8e6b-5694-4c68-9229-d0dd966c4ccc e2b92763face4d69a1d104373a37268b 343947d1c227476e83b7b6467263d4f0 - - default default] Added segment a15449c7-8cdd-4027-9c41-a300ca5b5d8f of type vxlan for network c5a1615f-1bb6-4586-8025-03306f0fb55e [pid: 8|app: 0|req: 440/814] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:06:15 2026] GET /v2.0/ports?tenant_id=5aad8e1a31604a4fb081d7c948861a1a&device_id=4d36457c-c0b8-417b-a977-b517f17edf29 => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/815] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:06:15 2026] POST /v2.0/networks => generated 634 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/816] 199.204.45.205 () {34 vars in 1018 bytes} [Sun Aug 16 14:06:15 2026] GET /v2.0/networks?tenant_id=5aad8e1a31604a4fb081d7c948861a1a&shared=False => generated 774 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/817] 199.204.45.205 () {34 vars in 930 bytes} [Sun Aug 16 14:06:15 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/818] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:06:15 2026] POST /v2.0/subnets => generated 646 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/819] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:15 2026] GET /v2.0/ports?device_id=4d36457c-c0b8-417b-a977-b517f17edf29 => generated 969 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/820] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:06:16 2026] GET /v2.0/security-groups?id=3d5d835d-196b-4bbb-94bd-e6740b1ad92a&fields=id&fields=name => generated 88 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/821] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:06:15 2026] POST /v2.0/subnets => generated 655 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:06:16.206 7 INFO neutron.db.segments_db [None req-4ddf137a-48d8-4562-aa3c-49a4ea6e73c6 e2b92763face4d69a1d104373a37268b 343947d1c227476e83b7b6467263d4f0 - - default default] Added segment fea9ed52-f1dd-4b93-b7f0-34abbe51b38a of type vxlan for network b8891c79-5c85-43b9-8af9-29690aa722a0 [pid: 8|app: 0|req: 444/822] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:06:16 2026] DELETE /v2.0/security-groups/cf1e2cea-07e0-43bc-98fc-c5a8e71c76d7 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:06:16.409 8 INFO neutron.api.v2.resource [None req-20231e76-0825-4656-88aa-5f752f9697e5 ef069b531eb446079627f92200024211 c09a6450c8b2457b8e7a78870b0930dd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 445/823] 10.0.0.218 () {32 vars in 737 bytes} [Sun Aug 16 14:06:16 2026] GET /v2.0/security-groups/cf1e2cea-07e0-43bc-98fc-c5a8e71c76d7 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-16 14:06:16.435 7 INFO neutron.db.l3_hamode_db [None req-4ddf137a-48d8-4562-aa3c-49a4ea6e73c6 e2b92763face4d69a1d104373a37268b 343947d1c227476e83b7b6467263d4f0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-16 14:06:16.548 8 INFO neutron_taas.services.taas.taas_plugin [None req-57ca8b71-aaa2-4b5b-b9dd-d38f744ae4f1 ef069b531eb446079627f92200024211 c09a6450c8b2457b8e7a78870b0930dd - - default default] TaaS: Handle Delete Port: c2e76956-858e-47ab-b9af-a33559ed3954 2026-08-16 14:06:16.550 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-57ca8b71-aaa2-4b5b-b9dd-d38f744ae4f1 ef069b531eb446079627f92200024211 c09a6450c8b2457b8e7a78870b0930dd - - default default] Tap Mirror: Handle Delete Port: c2e76956-858e-47ab-b9af-a33559ed3954 2026-08-16 14:06:16.624 7 INFO neutron.db.l3_hamode_db [None req-4ddf137a-48d8-4562-aa3c-49a4ea6e73c6 e2b92763face4d69a1d104373a37268b 343947d1c227476e83b7b6467263d4f0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 446/824] 10.0.0.218 () {32 vars in 732 bytes} [Sun Aug 16 14:06:16 2026] DELETE /v2.0/floatingips/f8c016c5-4614-4c68-af6d-c9eba8108e57 => generated 0 bytes in 302 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:06:17.030 8 INFO neutron_taas.services.taas.taas_plugin [None req-8d9fc1aa-b2ff-42c5-8cf1-60132979be7d ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] TaaS: Handle Delete Port: eca791d5-f603-41ce-b888-d50435c704bd 2026-08-16 14:06:17.032 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d9fc1aa-b2ff-42c5-8cf1-60132979be7d ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Tap Mirror: Handle Delete Port: eca791d5-f603-41ce-b888-d50435c704bd [pid: 7|app: 0|req: 379/825] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:06:16 2026] POST /v2.0/routers => generated 511 bytes in 1031 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/826] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:06:17 2026] GET /v2.0/ports?tenant_id=5aad8e1a31604a4fb081d7c948861a1a&device_id=4d36457c-c0b8-417b-a977-b517f17edf29 => 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: 381/827] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:17 2026] GET /v2.0/ports?device_id=4d36457c-c0b8-417b-a977-b517f17edf29 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/828] 10.0.0.218 () {34 vars in 789 bytes} [Sun Aug 16 14:06:16 2026] PUT /v2.0/routers/f26fd1f5-40cc-4faa-b2eb-e208e1f4a038/remove_router_interface => generated 309 bytes in 748 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/829] 199.204.45.205 () {34 vars in 1058 bytes} [Sun Aug 16 14:06:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=dd752e97-6345-4dc7-8b18-53916c08cdd9 => 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: 449/830] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:06:17 2026] GET /v2.0/security-groups?id=3d5d835d-196b-4bbb-94bd-e6740b1ad92a&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:06:17.749 8 INFO neutron_taas.services.taas.taas_plugin [None req-80045902-3c34-4d93-a998-f11686493468 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] TaaS: Handle Delete Port: 8ccf7066-ffd1-4fd7-a0a9-dade1b0b80f2 2026-08-16 14:06:17.752 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-80045902-3c34-4d93-a998-f11686493468 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Tap Mirror: Handle Delete Port: 8ccf7066-ffd1-4fd7-a0a9-dade1b0b80f2 2026-08-16 14:06:18.023 8 INFO neutron_taas.services.taas.taas_plugin [None req-80045902-3c34-4d93-a998-f11686493468 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] TaaS: Handle Delete Port: efeee572-2997-488e-a16e-5d044e54cac3 2026-08-16 14:06:18.026 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-80045902-3c34-4d93-a998-f11686493468 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Tap Mirror: Handle Delete Port: efeee572-2997-488e-a16e-5d044e54cac3 2026-08-16 14:06:18.354 8 INFO neutron.services.segments.plugin [-] Segment 94cfbce0-ec1c-4b39-af38-a73cbfe181aa resource provider aggregate not found 2026-08-16 14:06:18.361 8 INFO neutron.services.segments.plugin [-] Segment 94cfbce0-ec1c-4b39-af38-a73cbfe181aa resource provider aggregate not found 2026-08-16 14:06:18.375 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 94cfbce0-ec1c-4b39-af38-a73cbfe181aa resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94cfbce0-ec1c-4b39-af38-a73cbfe181aa found for delete ", "request_id": "req-3a72e2df-2d7e-4896-8e8a-3ad148687660"}]} 2026-08-16 14:06:18.386 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 94cfbce0-ec1c-4b39-af38-a73cbfe181aa resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94cfbce0-ec1c-4b39-af38-a73cbfe181aa found for delete ", "request_id": "req-1ca67f2b-ec5f-4d7b-a020-866df9eb70be"}]} 2026-08-16 14:06:18.387 8 INFO neutron.db.l3_hamode_db [None req-80045902-3c34-4d93-a998-f11686493468 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] HA network 71994d37-9e48-484f-bbe7-ce9a415e091b was deleted as no HA routers are present in tenant c09a6450c8b2457b8e7a78870b0930dd. [pid: 8|app: 0|req: 450/831] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:06:17 2026] DELETE /v2.0/routers/f26fd1f5-40cc-4faa-b2eb-e208e1f4a038 => generated 0 bytes in 852 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/832] 10.0.0.218 () {34 vars in 783 bytes} [Sun Aug 16 14:06:17 2026] PUT /v2.0/routers/e56b9c30-1174-4b56-893d-b7f8df5f80c0/add_router_interface => generated 309 bytes in 1127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/833] 199.204.45.205 () {34 vars in 984 bytes} [Sun Aug 16 14:06:18 2026] GET /v2.0/subnets?id=9471f9b3-9aa5-4904-b9de-e480ed058073 => generated 696 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/834] 10.0.0.218 () {32 vars in 717 bytes} [Sun Aug 16 14:06:18 2026] GET /v2.0/ports/dcd1a7c0-22c9-4ebe-9a0a-d3d4a8b607b1 => generated 959 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/835] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:06:18 2026] GET /v2.0/ports?network_id=90e9f038-d48d-456d-94bb-1483ef65278b&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: 383/836] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:06:18 2026] DELETE /v2.0/subnets/2ac4788c-4f7c-4494-8078-bdeef968dbe7 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/837] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:06:18 2026] GET /v2.0/networks/90e9f038-d48d-456d-94bb-1483ef65278b?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:06:18.734 7 INFO neutron_taas.services.taas.taas_plugin [None req-3bb2405e-8f33-4921-880a-4f0cd7d2f5e4 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] TaaS: Handle Delete Port: 10466de5-239c-492e-8dec-443b6345f4c8 2026-08-16 14:06:18.736 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3bb2405e-8f33-4921-880a-4f0cd7d2f5e4 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Tap Mirror: Handle Delete Port: 10466de5-239c-492e-8dec-443b6345f4c8 2026-08-16 14:06:18.922 7 INFO neutron.services.segments.plugin [-] Segment 5004a974-25fe-4632-b5fc-d09cae066902 resource provider aggregate not found 2026-08-16 14:06:18.928 7 INFO neutron.services.segments.plugin [-] Segment 5004a974-25fe-4632-b5fc-d09cae066902 resource provider aggregate not found 2026-08-16 14:06:18.946 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5004a974-25fe-4632-b5fc-d09cae066902 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5004a974-25fe-4632-b5fc-d09cae066902 found for delete ", "request_id": "req-aa10de6e-f08f-4edb-8494-9d91c48888a6"}]} 2026-08-16 14:06:18.947 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5004a974-25fe-4632-b5fc-d09cae066902 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5004a974-25fe-4632-b5fc-d09cae066902 found for delete ", "request_id": "req-5c14029b-d717-4cb7-9bd0-7229099a1192"}]} [pid: 7|app: 0|req: 385/838] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:06:18 2026] DELETE /v2.0/networks/2d25f268-a428-44b5-8071-0931c5bb834d => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/839] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:18 2026] GET /v2.0/ports?device_id=4d36457c-c0b8-417b-a977-b517f17edf29 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/840] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:06:19 2026] GET /v2.0/networks/90e9f038-d48d-456d-94bb-1483ef65278b?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: 388/841] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:06:19 2026] GET /v2.0/security-groups?id=3d5d835d-196b-4bbb-94bd-e6740b1ad92a&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/842] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:06:19 2026] GET /v2.0/security-groups?tenant_id=c09a6450c8b2457b8e7a78870b0930dd&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: 390/843] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:06:19 2026] DELETE /v2.0/security-groups/3555d95e-87f6-43b8-8de0-bf1ecbc80de9 => 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: 454/846] 10.0.0.218 () {34 vars in 783 bytes} [Sun Aug 16 14:06:18 2026] PUT /v2.0/routers/e56b9c30-1174-4b56-893d-b7f8df5f80c0/add_router_interface => generated 309 bytes in 1061 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/847] 10.0.0.218 () {32 vars in 717 bytes} [Sun Aug 16 14:06:19 2026] GET /v2.0/ports/c9bca4d1-3fe4-4c0e-a64d-51cfabceaab3 => generated 967 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:06:20.088 8 INFO neutron_taas.services.taas.taas_plugin [None req-c4016409-005f-4cd8-b300-a95717b06e00 e2b92763face4d69a1d104373a37268b 343947d1c227476e83b7b6467263d4f0 - - default default] TaaS: Handle Delete Port: c9bca4d1-3fe4-4c0e-a64d-51cfabceaab3 2026-08-16 14:06:20.092 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c4016409-005f-4cd8-b300-a95717b06e00 e2b92763face4d69a1d104373a37268b 343947d1c227476e83b7b6467263d4f0 - - default default] Tap Mirror: Handle Delete Port: c9bca4d1-3fe4-4c0e-a64d-51cfabceaab3 [pid: 7|app: 0|req: 394/848] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:20 2026] GET /v2.0/ports?device_id=4d36457c-c0b8-417b-a977-b517f17edf29 => 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: 395/849] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:06:20 2026] GET /v2.0/security-groups?id=3d5d835d-196b-4bbb-94bd-e6740b1ad92a&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/850] 10.0.0.218 () {34 vars in 789 bytes} [Sun Aug 16 14:06:19 2026] PUT /v2.0/routers/e56b9c30-1174-4b56-893d-b7f8df5f80c0/remove_router_interface => generated 309 bytes in 945 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:06:21.005 7 INFO neutron_taas.services.taas.taas_plugin [None req-850b9c7d-a1b6-4354-b64e-5a6ab2351ab4 e2b92763face4d69a1d104373a37268b 343947d1c227476e83b7b6467263d4f0 - - default default] TaaS: Handle Delete Port: dcd1a7c0-22c9-4ebe-9a0a-d3d4a8b607b1 2026-08-16 14:06:21.008 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-850b9c7d-a1b6-4354-b64e-5a6ab2351ab4 e2b92763face4d69a1d104373a37268b 343947d1c227476e83b7b6467263d4f0 - - default default] Tap Mirror: Handle Delete Port: dcd1a7c0-22c9-4ebe-9a0a-d3d4a8b607b1 [pid: 7|app: 0|req: 396/851] 10.0.0.218 () {34 vars in 789 bytes} [Sun Aug 16 14:06:20 2026] PUT /v2.0/routers/e56b9c30-1174-4b56-893d-b7f8df5f80c0/remove_router_interface => generated 309 bytes in 787 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/852] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:21 2026] GET /v2.0/ports?device_id=4d36457c-c0b8-417b-a977-b517f17edf29 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/853] 10.0.0.218 () {32 vars in 736 bytes} [Sun Aug 16 14:06:21 2026] GET /v2.0/ports?device_id=e56b9c30-1174-4b56-893d-b7f8df5f80c0 => 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: 399/854] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:06:21 2026] GET /v2.0/security-groups?id=3d5d835d-196b-4bbb-94bd-e6740b1ad92a&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-08-16 14:06:21.541 8 INFO neutron.db.segments_db [None req-cbce7b10-6ad0-4145-895f-3903e774fbcf ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Added segment a726254f-2881-4852-bbbe-66a33619a152 of type vxlan for network 481c51ef-c90c-48a4-99fe-0fa7887cd985 [pid: 8|app: 0|req: 456/855] 10.0.0.218 () {34 vars in 671 bytes} [Sun Aug 16 14:06:21 2026] POST /v2.0/networks => generated 744 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:06:21.717 7 INFO neutron_taas.services.taas.taas_plugin [None req-da3a5585-8386-4c3b-99b0-8801ab2afbe4 e2b92763face4d69a1d104373a37268b 343947d1c227476e83b7b6467263d4f0 - - default default] TaaS: Handle Delete Port: 767f7f9e-22b8-40bd-87bf-b5f1a3344800 2026-08-16 14:06:21.720 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da3a5585-8386-4c3b-99b0-8801ab2afbe4 e2b92763face4d69a1d104373a37268b 343947d1c227476e83b7b6467263d4f0 - - default default] Tap Mirror: Handle Delete Port: 767f7f9e-22b8-40bd-87bf-b5f1a3344800 [pid: 8|app: 0|req: 457/856] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:06:21 2026] POST /v2.0/subnets => generated 691 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:06:21.886 8 INFO neutron.db.segments_db [None req-04f36903-3e4c-47d6-9147-d7bf0640c361 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Added segment 321a6d2d-1c2d-40f0-81c1-428926dd92e2 of type vxlan for network 19d0ab2d-b1a0-43d4-956c-195e9fea9a24 2026-08-16 14:06:22.100 7 INFO neutron.services.segments.plugin [-] Segment fea9ed52-f1dd-4b93-b7f0-34abbe51b38a resource provider aggregate not found 2026-08-16 14:06:22.105 7 INFO neutron.services.segments.plugin [-] Segment fea9ed52-f1dd-4b93-b7f0-34abbe51b38a resource provider aggregate not found 2026-08-16 14:06:22.118 8 INFO neutron.db.l3_hamode_db [None req-04f36903-3e4c-47d6-9147-d7bf0640c361 ac8f354c06fc4a68823948485460818c 965b30ef112b4e8095f56c5a0c108d21 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-16 14:06:22.124 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment fea9ed52-f1dd-4b93-b7f0-34abbe51b38a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fea9ed52-f1dd-4b93-b7f0-34abbe51b38a found for delete ", "request_id": "req-61065359-041f-430a-bcaf-236050035e2f"}]} 2026-08-16 14:06:22.126 7 INFO neutron.db.l3_hamode_db [None req-da3a5585-8386-4c3b-99b0-8801ab2afbe4 e2b92763face4d69a1d104373a37268b 343947d1c227476e83b7b6467263d4f0 - - default default] HA network b8891c79-5c85-43b9-8af9-29690aa722a0 was deleted as no HA routers are present in tenant 343947d1c227476e83b7b6467263d4f0. [pid: 7|app: 0|req: 400/857] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:06:21 2026] DELETE /v2.0/routers/e56b9c30-1174-4b56-893d-b7f8df5f80c0 => generated 0 bytes in 601 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:06:22.140 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment fea9ed52-f1dd-4b93-b7f0-34abbe51b38a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fea9ed52-f1dd-4b93-b7f0-34abbe51b38a found for delete ", "request_id": "req-dce47fe7-1654-4623-bf4a-1e8f22f81fdf"}]} [pid: 7|app: 0|req: 401/858] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:06:22 2026] DELETE /v2.0/subnets/a9cb80e3-909f-4090-9a4a-1992a1b64958 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/859] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:06:22 2026] DELETE /v2.0/subnets/f58926c8-4158-4041-b8e4-63c47a0eef54 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/860] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:06:22 2026] DELETE /v2.0/networks/c5a1615f-1bb6-4586-8025-03306f0fb55e => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:06:22.670 7 INFO neutron_taas.services.taas.taas_plugin [None req-eda017e4-78c2-4db7-870c-c5e7fc6a1f1f e2b92763face4d69a1d104373a37268b 343947d1c227476e83b7b6467263d4f0 - - default default] TaaS: Handle Delete Port: 4d6a9fe8-8952-470f-9a4d-05dfa13efb8f 2026-08-16 14:06:22.673 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eda017e4-78c2-4db7-870c-c5e7fc6a1f1f e2b92763face4d69a1d104373a37268b 343947d1c227476e83b7b6467263d4f0 - - default default] Tap Mirror: Handle Delete Port: 4d6a9fe8-8952-470f-9a4d-05dfa13efb8f 2026-08-16 14:06:22.854 8 INFO neutron.db.l3_hamode_db [None req-04f36903-3e4c-47d6-9147-d7bf0640c361 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 404/861] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:06:22 2026] DELETE /v2.0/networks/e5e37207-8208-4bc5-8eb2-91d74eaa6c03 => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/862] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:22 2026] GET /v2.0/ports?device_id=4d36457c-c0b8-417b-a977-b517f17edf29 => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:06:22.977 7 INFO neutron.db.segments_db [None req-5987e557-96b8-45e7-803b-e45dd2e442f9 e2b92763face4d69a1d104373a37268b 343947d1c227476e83b7b6467263d4f0 - - default default] Added segment e7aa0505-8cbc-47c7-a0b0-b1e8f0265b19 of type vxlan for network cae42a2d-e8ac-4fee-b076-a5701b97e950 [pid: 7|app: 0|req: 406/863] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:06:22 2026] POST /v2.0/networks => generated 634 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/864] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:06:23 2026] GET /v2.0/security-groups?id=3d5d835d-196b-4bbb-94bd-e6740b1ad92a&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: 408/865] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:06:23 2026] POST /v2.0/subnets => generated 646 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:06:23.345 7 INFO neutron.db.segments_db [None req-b67a33ac-c41b-45df-b891-7ee6e1a01263 e2b92763face4d69a1d104373a37268b 343947d1c227476e83b7b6467263d4f0 - - default default] Added segment 871facdd-55bd-4a04-8fd2-c83ce113a47e of type vxlan for network 91801f2d-ef5a-4f3e-a23d-ae7242788083 2026-08-16 14:06:23.624 7 INFO neutron.db.l3_hamode_db [None req-b67a33ac-c41b-45df-b891-7ee6e1a01263 e2b92763face4d69a1d104373a37268b 343947d1c227476e83b7b6467263d4f0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 458/866] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:06:21 2026] POST /v2.0/routers => generated 731 bytes in 1855 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:06:23.738 7 INFO neutron.db.l3_hamode_db [None req-b67a33ac-c41b-45df-b891-7ee6e1a01263 e2b92763face4d69a1d104373a37268b 343947d1c227476e83b7b6467263d4f0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 459/867] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:23 2026] GET /v2.0/ports?device_id=460a34f9-5eb2-4731-ae01-6dd861d24ebe => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:06:24.160 7 INFO neutron.services.segments.plugin [-] Segment a15449c7-8cdd-4027-9c41-a300ca5b5d8f resource provider aggregate not found 2026-08-16 14:06:24.172 7 INFO neutron.services.segments.plugin [-] Segment a15449c7-8cdd-4027-9c41-a300ca5b5d8f resource provider aggregate not found 2026-08-16 14:06:24.178 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a15449c7-8cdd-4027-9c41-a300ca5b5d8f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a15449c7-8cdd-4027-9c41-a300ca5b5d8f found for delete ", "request_id": "req-a72943a4-a512-41bc-afc4-84f102f8f1d0"}]} 2026-08-16 14:06:24.192 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a15449c7-8cdd-4027-9c41-a300ca5b5d8f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a15449c7-8cdd-4027-9c41-a300ca5b5d8f found for delete ", "request_id": "req-f107e3ef-6971-40d3-b2bf-a71848387834"}]} 2026-08-16 14:06:24.196 7 INFO neutron.services.segments.plugin [-] Segment 8824c74d-977e-4089-96f3-a0dc1081651c resource provider aggregate not found 2026-08-16 14:06:24.209 7 INFO neutron.services.segments.plugin [-] Segment 8824c74d-977e-4089-96f3-a0dc1081651c resource provider aggregate not found 2026-08-16 14:06:24.222 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8824c74d-977e-4089-96f3-a0dc1081651c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8824c74d-977e-4089-96f3-a0dc1081651c found for delete ", "request_id": "req-87779fd0-12a7-43c7-9b3f-14d4288486c9"}]} 2026-08-16 14:06:24.234 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8824c74d-977e-4089-96f3-a0dc1081651c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8824c74d-977e-4089-96f3-a0dc1081651c found for delete ", "request_id": "req-805ff345-5896-453a-8e96-5579d5d9695a"}]} [pid: 7|app: 0|req: 409/868] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:06:23 2026] POST /v2.0/routers => generated 510 bytes in 1089 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/869] 10.0.0.236 () {34 vars in 971 bytes} [Sun Aug 16 14:06:24 2026] GET /v2.0/ports/b7995329-59de-493b-805e-53f2c1a25b8d => generated 968 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/870] 10.0.0.218 () {34 vars in 665 bytes} [Sun Aug 16 14:06:24 2026] POST /v2.0/ports => generated 963 bytes in 328 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 412/871] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:24 2026] GET /v2.0/ports?device_id=4d36457c-c0b8-417b-a977-b517f17edf29 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/872] 10.0.0.218 () {34 vars in 783 bytes} [Sun Aug 16 14:06:23 2026] PUT /v2.0/routers/8a916e6a-1d1c-44d3-aae0-6294346301df/add_router_interface => generated 309 bytes in 1236 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/873] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:06:25 2026] GET /v2.0/security-groups?id=3d5d835d-196b-4bbb-94bd-e6740b1ad92a&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: 462/874] 199.204.45.205 () {34 vars in 1000 bytes} [Sun Aug 16 14:06:25 2026] GET /v2.0/subnets?network_id=f1a2c878-dda6-4a37-a0f8-c4fc365963ac => generated 684 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/875] 199.204.45.205 () {34 vars in 1146 bytes} [Sun Aug 16 14:06:25 2026] GET /v2.0/ports?device_id=460a34f9-5eb2-4731-ae01-6dd861d24ebe&device_owner=compute%3Anova&network_id=f1a2c878-dda6-4a37-a0f8-c4fc365963ac => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/876] 199.204.45.205 () {38 vars in 1028 bytes} [Sun Aug 16 14:06:25 2026] PUT /v2.0/ports/b7995329-59de-493b-805e-53f2c1a25b8d => generated 1145 bytes in 599 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-08-16 14:06:25.887 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c40afe35-7611-43c3-a249-cb067f611415'] response: {'name': 'network-changed', 'server_uuid': '460a34f9-5eb2-4731-ae01-6dd861d24ebe', 'tag': 'b7995329-59de-493b-805e-53f2c1a25b8d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 413/877] 10.0.0.218 () {34 vars in 783 bytes} [Sun Aug 16 14:06:24 2026] PUT /v2.0/routers/5d59ae3e-6a68-4668-b951-a805afff2f09/add_router_interface => generated 309 bytes in 1145 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/878] 10.0.0.218 () {34 vars in 685 bytes} [Sun Aug 16 14:06:25 2026] POST /v2.0/security-groups => generated 1661 bytes in 150 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: 414/879] 10.0.0.218 () {32 vars in 717 bytes} [Sun Aug 16 14:06:25 2026] GET /v2.0/ports/6bb9a82d-da3a-4912-b826-1f8acd9c4059 => generated 1037 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/880] 10.0.0.218 () {34 vars in 695 bytes} [Sun Aug 16 14:06:25 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: 8|app: 0|req: 467/881] 10.0.0.218 () {34 vars in 695 bytes} [Sun Aug 16 14:06:26 2026] POST /v2.0/security-group-rules => generated 602 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/882] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:26 2026] GET /v2.0/ports?device_id=4d36457c-c0b8-417b-a977-b517f17edf29 => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:06:26.379 7 INFO neutron_taas.services.taas.taas_plugin [None req-6b892cc7-d448-4eb0-8b2e-5992c47deca7 e2b92763face4d69a1d104373a37268b 343947d1c227476e83b7b6467263d4f0 - - default default] TaaS: Handle Delete Port: 6bb9a82d-da3a-4912-b826-1f8acd9c4059 2026-08-16 14:06:26.382 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b892cc7-d448-4eb0-8b2e-5992c47deca7 e2b92763face4d69a1d104373a37268b 343947d1c227476e83b7b6467263d4f0 - - default default] Tap Mirror: Handle Delete Port: 6bb9a82d-da3a-4912-b826-1f8acd9c4059 [pid: 7|app: 0|req: 415/883] 10.0.0.218 () {34 vars in 789 bytes} [Sun Aug 16 14:06:26 2026] PUT /v2.0/routers/5d59ae3e-6a68-4668-b951-a805afff2f09/remove_router_interface => generated 309 bytes in 746 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: 469/884] 10.0.0.218 () {34 vars in 676 bytes} [Sun Aug 16 14:06:26 2026] POST /v2.0/floatingips => generated 552 bytes in 536 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/885] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:06:26 2026] GET /v2.0/security-groups?id=3d5d835d-196b-4bbb-94bd-e6740b1ad92a&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: 470/886] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:06:26 2026] GET /v2.0/ports?tenant_id=7fa58acd95b242cd92fdd32afe2c9d27&device_id=460a34f9-5eb2-4731-ae01-6dd861d24ebe => generated 1417 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/887] 199.204.45.205 () {34 vars in 986 bytes} [Sun Aug 16 14:06:26 2026] GET /v2.0/networks?id=f1a2c878-dda6-4a37-a0f8-c4fc365963ac => generated 780 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:06:26.959 7 INFO neutron.api.v2.resource [None req-17b4a323-196d-48f6-8093-5d72603defc4 e2b92763face4d69a1d104373a37268b 343947d1c227476e83b7b6467263d4f0 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 417/888] 10.0.0.218 () {34 vars in 789 bytes} [Sun Aug 16 14:06:26 2026] PUT /v2.0/routers/5d59ae3e-6a68-4668-b951-a805afff2f09/remove_router_interface => generated 197 bytes in 121 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/889] 199.204.45.205 () {34 vars in 1058 bytes} [Sun Aug 16 14:06:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=b7995329-59de-493b-805e-53f2c1a25b8d => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/890] 10.0.0.218 () {32 vars in 736 bytes} [Sun Aug 16 14:06:26 2026] GET /v2.0/ports?device_id=5d59ae3e-6a68-4668-b951-a805afff2f09 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/891] 199.204.45.205 () {34 vars in 1058 bytes} [Sun Aug 16 14:06:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=b7995329-59de-493b-805e-53f2c1a25b8d => generated 860 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/892] 199.204.45.205 () {34 vars in 984 bytes} [Sun Aug 16 14:06:27 2026] GET /v2.0/subnets?id=b7cf14d5-acd0-4a24-b925-fd95b462cd72 => generated 702 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/893] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:06:27 2026] GET /v2.0/ports?network_id=f1a2c878-dda6-4a37-a0f8-c4fc365963ac&device_owner=network%3Adhcp => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/894] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:06:27 2026] GET /v2.0/networks/f1a2c878-dda6-4a37-a0f8-c4fc365963ac?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:06:27.173 7 INFO neutron_taas.services.taas.taas_plugin [None req-99195f7f-1bf5-4350-a5cf-26601c27bd34 e2b92763face4d69a1d104373a37268b 343947d1c227476e83b7b6467263d4f0 - - default default] TaaS: Handle Delete Port: 51d3fd82-acff-4f34-98e1-518b3cc8037a [pid: 8|app: 0|req: 477/895] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:06:27 2026] GET /v2.0/networks/f1a2c878-dda6-4a37-a0f8-c4fc365963ac?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:06:27.181 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-99195f7f-1bf5-4350-a5cf-26601c27bd34 e2b92763face4d69a1d104373a37268b 343947d1c227476e83b7b6467263d4f0 - - default default] Tap Mirror: Handle Delete Port: 51d3fd82-acff-4f34-98e1-518b3cc8037a [pid: 8|app: 0|req: 478/896] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:27 2026] GET /v2.0/ports?device_id=4d36457c-c0b8-417b-a977-b517f17edf29 => generated 971 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/897] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:06:27 2026] GET /v2.0/security-groups?id=3d5d835d-196b-4bbb-94bd-e6740b1ad92a&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/898] 10.0.0.236 () {34 vars in 1100 bytes} [Sun Aug 16 14:06:27 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1550576667&fields=id&tenant_id=965b30ef112b4e8095f56c5a0c108d21 => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/899] 10.0.0.236 () {34 vars in 982 bytes} [Sun Aug 16 14:06:27 2026] GET /v2.0/networks?id=481c51ef-c90c-48a4-99fe-0fa7887cd985 => generated 676 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/900] 10.0.0.236 () {34 vars in 965 bytes} [Sun Aug 16 14:06:27 2026] GET /v2.0/quotas/965b30ef112b4e8095f56c5a0c108d21 => 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: 483/901] 10.0.0.236 () {34 vars in 1002 bytes} [Sun Aug 16 14:06:27 2026] GET /v2.0/ports?tenant_id=965b30ef112b4e8095f56c5a0c108d21&fields=id => generated 57 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:06:27.496 7 INFO neutron.services.segments.plugin [-] Segment 871facdd-55bd-4a04-8fd2-c83ce113a47e resource provider aggregate not found 2026-08-16 14:06:27.502 7 INFO neutron.services.segments.plugin [-] Segment 871facdd-55bd-4a04-8fd2-c83ce113a47e resource provider aggregate not found [pid: 8|app: 0|req: 484/902] 10.0.0.236 () {34 vars in 1008 bytes} [Sun Aug 16 14:06:27 2026] GET /v2.0/networks/481c51ef-c90c-48a4-99fe-0fa7887cd985?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:06:27.521 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 871facdd-55bd-4a04-8fd2-c83ce113a47e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 871facdd-55bd-4a04-8fd2-c83ce113a47e found for delete ", "request_id": "req-65b6aab4-c860-48e7-8ab7-4ee63942b765"}]} 2026-08-16 14:06:27.523 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 871facdd-55bd-4a04-8fd2-c83ce113a47e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 871facdd-55bd-4a04-8fd2-c83ce113a47e found for delete ", "request_id": "req-910df4c3-291e-43c5-afe1-46acbe4f60b8"}]} 2026-08-16 14:06:27.538 7 INFO neutron.db.l3_hamode_db [None req-99195f7f-1bf5-4350-a5cf-26601c27bd34 e2b92763face4d69a1d104373a37268b 343947d1c227476e83b7b6467263d4f0 - - default default] HA network 91801f2d-ef5a-4f3e-a23d-ae7242788083 was deleted as no HA routers are present in tenant 343947d1c227476e83b7b6467263d4f0. [pid: 7|app: 0|req: 419/903] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:06:26 2026] DELETE /v2.0/routers/5d59ae3e-6a68-4668-b951-a805afff2f09 => generated 0 bytes in 562 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/904] 10.0.0.236 () {34 vars in 1108 bytes} [Sun Aug 16 14:06:27 2026] GET /v2.0/networks/481c51ef-c90c-48a4-99fe-0fa7887cd985?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: 486/905] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:27 2026] GET /v2.0/ports?device_id=414a39e7-6964-48a2-8c63-d7c186fbbee8 => 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: 420/906] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:06:27 2026] DELETE /v2.0/subnets/5345ae29-a7ea-4a2e-8955-eb357d7ce25e => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:06:27.801 8 INFO neutron.services.segments.plugin [-] Segment e7aa0505-8cbc-47c7-a0b0-b1e8f0265b19 resource provider aggregate not found 2026-08-16 14:06:27.808 8 INFO neutron.services.segments.plugin [-] Segment e7aa0505-8cbc-47c7-a0b0-b1e8f0265b19 resource provider aggregate not found 2026-08-16 14:06:27.818 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e7aa0505-8cbc-47c7-a0b0-b1e8f0265b19 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7aa0505-8cbc-47c7-a0b0-b1e8f0265b19 found for delete ", "request_id": "req-ed96c28d-44f9-4e05-81a6-8bcbfb57a26d"}]} 2026-08-16 14:06:27.824 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e7aa0505-8cbc-47c7-a0b0-b1e8f0265b19 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7aa0505-8cbc-47c7-a0b0-b1e8f0265b19 found for delete ", "request_id": "req-bea83bb6-8a1c-4e90-8cdc-fd344960b874"}]} [pid: 8|app: 0|req: 487/907] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:06:27 2026] DELETE /v2.0/networks/cae42a2d-e8ac-4fee-b076-a5701b97e950 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/908] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:27 2026] GET /v2.0/ports?device_id=460a34f9-5eb2-4731-ae01-6dd861d24ebe => generated 1148 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:06:27.896 8 INFO neutron.db.segments_db [None req-a8b8ba4d-0ff0-49fb-a730-0c01e3e3e391 e2b92763face4d69a1d104373a37268b 343947d1c227476e83b7b6467263d4f0 - - default default] Added segment 5ab350cf-0e0e-4365-9054-c63fee07ddd1 of type vxlan for network 397c7458-0a87-4ff7-a46e-1086bd08022e [pid: 7|app: 0|req: 422/909] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:06:27 2026] GET /v2.0/security-groups?id=67725bfe-e646-438c-8f18-5894da3011c3&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: 488/910] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:06:27 2026] POST /v2.0/networks => generated 633 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/911] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:06:28 2026] GET /v2.0/ports?tenant_id=7fa58acd95b242cd92fdd32afe2c9d27&device_id=460a34f9-5eb2-4731-ae01-6dd861d24ebe => generated 1417 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/912] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:06:28 2026] POST /v2.0/subnets => generated 646 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/913] 199.204.45.205 () {34 vars in 986 bytes} [Sun Aug 16 14:06:28 2026] GET /v2.0/networks?id=f1a2c878-dda6-4a37-a0f8-c4fc365963ac => generated 780 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/914] 199.204.45.205 () {34 vars in 1058 bytes} [Sun Aug 16 14:06:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=b7995329-59de-493b-805e-53f2c1a25b8d => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:06:28.319 7 INFO neutron.db.segments_db [None req-d4f44978-e205-4f26-a40b-aefb3786c056 e2b92763face4d69a1d104373a37268b 343947d1c227476e83b7b6467263d4f0 - - default default] Added segment 969f833e-1c40-4587-aaff-f28c447ffed8 of type vxlan for network 5ca52eeb-df0e-4fd7-9a15-4d97f3f76f0b [pid: 8|app: 0|req: 492/915] 199.204.45.205 () {34 vars in 1058 bytes} [Sun Aug 16 14:06:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=b7995329-59de-493b-805e-53f2c1a25b8d => generated 860 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/916] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:28 2026] GET /v2.0/ports?device_id=4d36457c-c0b8-417b-a977-b517f17edf29 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/917] 199.204.45.205 () {34 vars in 984 bytes} [Sun Aug 16 14:06:28 2026] GET /v2.0/subnets?id=b7cf14d5-acd0-4a24-b925-fd95b462cd72 => generated 702 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/918] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:06:28 2026] GET /v2.0/security-groups?id=3d5d835d-196b-4bbb-94bd-e6740b1ad92a&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/919] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:06:28 2026] GET /v2.0/ports?network_id=f1a2c878-dda6-4a37-a0f8-c4fc365963ac&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/920] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:06:28 2026] GET /v2.0/networks/f1a2c878-dda6-4a37-a0f8-c4fc365963ac?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:06:28.545 7 INFO neutron.db.l3_hamode_db [None req-d4f44978-e205-4f26-a40b-aefb3786c056 e2b92763face4d69a1d104373a37268b 343947d1c227476e83b7b6467263d4f0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 498/921] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:06:28 2026] GET /v2.0/networks/f1a2c878-dda6-4a37-a0f8-c4fc365963ac?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-08-16 14:06:28.651 7 INFO neutron.db.l3_hamode_db [None req-d4f44978-e205-4f26-a40b-aefb3786c056 e2b92763face4d69a1d104373a37268b 343947d1c227476e83b7b6467263d4f0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 499/922] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:28 2026] GET /v2.0/ports?device_id=414a39e7-6964-48a2-8c63-d7c186fbbee8 => 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: 500/923] 199.204.45.205 () {34 vars in 1118 bytes} [Sun Aug 16 14:06:29 2026] GET /v2.0/ports?device_id=460a34f9-5eb2-4731-ae01-6dd861d24ebe&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.6 => generated 1148 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/924] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:06:28 2026] POST /v2.0/routers => generated 510 bytes in 908 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/925] 199.204.45.205 () {38 vars in 1028 bytes} [Sun Aug 16 14:06:29 2026] PUT /v2.0/ports/b7995329-59de-493b-805e-53f2c1a25b8d => generated 968 bytes in 543 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-08-16 14:06:29.769 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6d7f1bd6-ed15-4249-8c8b-72aac9e2db2c'] response: {'name': 'network-changed', 'server_uuid': '460a34f9-5eb2-4731-ae01-6dd861d24ebe', 'tag': 'b7995329-59de-493b-805e-53f2c1a25b8d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 502/926] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:29 2026] GET /v2.0/ports?device_id=4d36457c-c0b8-417b-a977-b517f17edf29 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/927] 199.204.45.205 () {34 vars in 994 bytes} [Sun Aug 16 14:06:29 2026] GET /v2.0/ports?device_id=4d36457c-c0b8-417b-a977-b517f17edf29 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/928] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:06:29 2026] GET /v2.0/security-groups?id=3d5d835d-196b-4bbb-94bd-e6740b1ad92a&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:06:29.947 8 INFO neutron_taas.services.taas.taas_plugin [req-69d8ffda-3801-4a25-895f-8a97197aea9d req-a82c6d31-52e5-4a07-aff7-475bcc6d58f9 5f36f2d51f37450d96d808ce4ca284b0 5aad8e1a31604a4fb081d7c948861a1a - - default default] TaaS: Handle Delete Port: dd752e97-6345-4dc7-8b18-53916c08cdd9 2026-08-16 14:06:29.957 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-69d8ffda-3801-4a25-895f-8a97197aea9d req-a82c6d31-52e5-4a07-aff7-475bcc6d58f9 5f36f2d51f37450d96d808ce4ca284b0 5aad8e1a31604a4fb081d7c948861a1a - - default default] Tap Mirror: Handle Delete Port: dd752e97-6345-4dc7-8b18-53916c08cdd9 [pid: 8|app: 0|req: 505/929] 199.204.45.205 () {36 vars in 997 bytes} [Sun Aug 16 14:06:29 2026] DELETE /v2.0/ports/dd752e97-6345-4dc7-8b18-53916c08cdd9 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/930] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:30 2026] GET /v2.0/ports?device_id=414a39e7-6964-48a2-8c63-d7c186fbbee8 => 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: 425/931] 10.0.0.218 () {34 vars in 783 bytes} [Sun Aug 16 14:06:29 2026] PUT /v2.0/routers/a339ca19-361e-43d1-aaed-5174b87f35b6/add_router_interface => generated 309 bytes in 995 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/932] 10.0.0.218 () {32 vars in 717 bytes} [Sun Aug 16 14:06:30 2026] GET /v2.0/ports/feeb615e-35f6-4345-a0dd-399a58339b8d => generated 959 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/933] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:06:30 2026] GET /v2.0/ports?tenant_id=7fa58acd95b242cd92fdd32afe2c9d27&device_id=460a34f9-5eb2-4731-ae01-6dd861d24ebe => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/934] 199.204.45.205 () {34 vars in 986 bytes} [Sun Aug 16 14:06:30 2026] GET /v2.0/networks?id=f1a2c878-dda6-4a37-a0f8-c4fc365963ac => generated 780 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/935] 199.204.45.205 () {34 vars in 1058 bytes} [Sun Aug 16 14:06:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=b7995329-59de-493b-805e-53f2c1a25b8d => generated 860 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/936] 199.204.45.205 () {34 vars in 984 bytes} [Sun Aug 16 14:06:30 2026] GET /v2.0/subnets?id=b7cf14d5-acd0-4a24-b925-fd95b462cd72 => generated 702 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/937] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:06:30 2026] GET /v2.0/ports?network_id=f1a2c878-dda6-4a37-a0f8-c4fc365963ac&device_owner=network%3Adhcp => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/938] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:06:30 2026] GET /v2.0/networks/f1a2c878-dda6-4a37-a0f8-c4fc365963ac?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: 432/939] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:06:30 2026] GET /v2.0/networks/f1a2c878-dda6-4a37-a0f8-c4fc365963ac?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:06:30.660 8 INFO neutron_taas.services.taas.taas_plugin [None req-57aaca1e-d12e-4758-92ea-c070bb22844d e2b92763face4d69a1d104373a37268b 343947d1c227476e83b7b6467263d4f0 - - default default] TaaS: Handle Delete Port: feeb615e-35f6-4345-a0dd-399a58339b8d 2026-08-16 14:06:30.662 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-57aaca1e-d12e-4758-92ea-c070bb22844d e2b92763face4d69a1d104373a37268b 343947d1c227476e83b7b6467263d4f0 - - default default] Tap Mirror: Handle Delete Port: feeb615e-35f6-4345-a0dd-399a58339b8d [pid: 7|app: 0|req: 433/940] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:30 2026] GET /v2.0/ports?device_id=4d36457c-c0b8-417b-a977-b517f17edf29 => 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: 508/941] 10.0.0.218 () {34 vars in 789 bytes} [Sun Aug 16 14:06:30 2026] PUT /v2.0/routers/a339ca19-361e-43d1-aaed-5174b87f35b6/remove_router_interface => generated 309 bytes in 830 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/942] 10.0.0.218 () {32 vars in 736 bytes} [Sun Aug 16 14:06:31 2026] GET /v2.0/ports?device_id=a339ca19-361e-43d1-aaed-5174b87f35b6 => 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: 435/943] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:31 2026] GET /v2.0/ports?device_id=414a39e7-6964-48a2-8c63-d7c186fbbee8 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:06:31.302 8 INFO neutron_taas.services.taas.taas_plugin [None req-ccd4e970-c343-4836-9b05-4913c74b6170 e2b92763face4d69a1d104373a37268b 343947d1c227476e83b7b6467263d4f0 - - default default] TaaS: Handle Delete Port: 848bcab5-8917-4d02-84b0-04a149472848 2026-08-16 14:06:31.304 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ccd4e970-c343-4836-9b05-4913c74b6170 e2b92763face4d69a1d104373a37268b 343947d1c227476e83b7b6467263d4f0 - - default default] Tap Mirror: Handle Delete Port: 848bcab5-8917-4d02-84b0-04a149472848 [pid: 7|app: 0|req: 436/944] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:31 2026] GET /v2.0/ports?device_id=460a34f9-5eb2-4731-ae01-6dd861d24ebe => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/945] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:06:31 2026] GET /v2.0/security-groups?id=67725bfe-e646-438c-8f18-5894da3011c3&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:06:31.622 8 INFO neutron.services.segments.plugin [-] Segment 969f833e-1c40-4587-aaff-f28c447ffed8 resource provider aggregate not found 2026-08-16 14:06:31.627 8 INFO neutron.services.segments.plugin [-] Segment 969f833e-1c40-4587-aaff-f28c447ffed8 resource provider aggregate not found 2026-08-16 14:06:31.643 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 969f833e-1c40-4587-aaff-f28c447ffed8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 969f833e-1c40-4587-aaff-f28c447ffed8 found for delete ", "request_id": "req-9cfd5982-bb1c-4f71-843e-b98c32d341a6"}]} 2026-08-16 14:06:31.644 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 969f833e-1c40-4587-aaff-f28c447ffed8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 969f833e-1c40-4587-aaff-f28c447ffed8 found for delete ", "request_id": "req-bdf47cc3-2c8b-4919-a08f-54abe1baafa3"}]} 2026-08-16 14:06:31.658 8 INFO neutron.db.l3_hamode_db [None req-ccd4e970-c343-4836-9b05-4913c74b6170 e2b92763face4d69a1d104373a37268b 343947d1c227476e83b7b6467263d4f0 - - default default] HA network 5ca52eeb-df0e-4fd7-9a15-4d97f3f76f0b was deleted as no HA routers are present in tenant 343947d1c227476e83b7b6467263d4f0. [pid: 8|app: 0|req: 509/946] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:06:31 2026] DELETE /v2.0/routers/a339ca19-361e-43d1-aaed-5174b87f35b6 => 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: 438/947] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:06:31 2026] GET /v2.0/ports?tenant_id=7fa58acd95b242cd92fdd32afe2c9d27&device_id=460a34f9-5eb2-4731-ae01-6dd861d24ebe => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/948] 199.204.45.205 () {34 vars in 986 bytes} [Sun Aug 16 14:06:31 2026] GET /v2.0/networks?id=f1a2c878-dda6-4a37-a0f8-c4fc365963ac => generated 780 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/949] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:06:31 2026] DELETE /v2.0/subnets/167e5432-bc27-4256-982a-c837b50baf8a => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/950] 199.204.45.205 () {34 vars in 1058 bytes} [Sun Aug 16 14:06:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=b7995329-59de-493b-805e-53f2c1a25b8d => generated 860 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:06:31.813 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a45254ce-7e6d-4329-b4d2-a7262e4df861'] response: {'server_uuid': '4d36457c-c0b8-417b-a977-b517f17edf29', 'name': 'network-vif-deleted', 'tag': 'dd752e97-6345-4dc7-8b18-53916c08cdd9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 441/951] 199.204.45.205 () {34 vars in 984 bytes} [Sun Aug 16 14:06:31 2026] GET /v2.0/subnets?id=b7cf14d5-acd0-4a24-b925-fd95b462cd72 => generated 702 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/952] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:06:31 2026] GET /v2.0/ports?network_id=f1a2c878-dda6-4a37-a0f8-c4fc365963ac&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/953] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:06:31 2026] DELETE /v2.0/networks/397c7458-0a87-4ff7-a46e-1086bd08022e => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/954] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:06:31 2026] GET /v2.0/networks/f1a2c878-dda6-4a37-a0f8-c4fc365963ac?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:06:31.939 8 INFO neutron.db.segments_db [None req-cab312c6-9f23-4386-b886-33c686f6e50e e2b92763face4d69a1d104373a37268b 343947d1c227476e83b7b6467263d4f0 - - default default] Added segment a452a485-7cef-4a0d-ae92-2b7a543c7b5d of type vxlan for network 1cd9de2e-c29e-4576-b3d3-65e1832e3a5e [pid: 7|app: 0|req: 444/955] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:06:31 2026] GET /v2.0/networks/f1a2c878-dda6-4a37-a0f8-c4fc365963ac?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/956] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:31 2026] GET /v2.0/ports?device_id=4d36457c-c0b8-417b-a977-b517f17edf29 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/957] 199.204.45.205 () {34 vars in 986 bytes} [Sun Aug 16 14:06:32 2026] GET /v2.0/networks?id=481c51ef-c90c-48a4-99fe-0fa7887cd985 => generated 676 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/958] 199.204.45.205 () {34 vars in 1050 bytes} [Sun Aug 16 14:06:32 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=965b30ef112b4e8095f56c5a0c108d21 => generated 181 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:06:32.135 8 INFO neutron.db.l3_hamode_db [None req-cab312c6-9f23-4386-b886-33c686f6e50e e2b92763face4d69a1d104373a37268b 343947d1c227476e83b7b6467263d4f0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 448/959] 199.204.45.205 () {38 vars in 955 bytes} [Sun Aug 16 14:06:32 2026] POST /v2.0/ports => generated 954 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 449/960] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:32 2026] GET /v2.0/ports?device_id=414a39e7-6964-48a2-8c63-d7c186fbbee8 => generated 957 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:06:32.935 8 INFO neutron.db.l3_hamode_db [None req-cab312c6-9f23-4386-b886-33c686f6e50e e2b92763face4d69a1d104373a37268b 343947d1c227476e83b7b6467263d4f0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 450/961] 199.204.45.205 () {38 vars in 1028 bytes} [Sun Aug 16 14:06:32 2026] PUT /v2.0/ports/02d7885f-5e52-48ce-bf05-bb766eaad180 => generated 1235 bytes in 464 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 451/962] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:06:32 2026] GET /v2.0/security-groups?id=304a9ea0-6422-4990-839f-f48490dbc310&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-08-16 14:06:33.006 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b8a24fef-1400-4622-a0de-c27ab2a5a626'] response: {'name': 'network-changed', 'server_uuid': '414a39e7-6964-48a2-8c63-d7c186fbbee8', 'tag': '02d7885f-5e52-48ce-bf05-bb766eaad180', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 452/963] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:32 2026] GET /v2.0/ports?device_id=460a34f9-5eb2-4731-ae01-6dd861d24ebe => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/964] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:06:33 2026] GET /v2.0/security-groups?id=67725bfe-e646-438c-8f18-5894da3011c3&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: 454/965] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:33 2026] GET /v2.0/ports?device_id=4d36457c-c0b8-417b-a977-b517f17edf29 => 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: 455/966] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:06:33 2026] GET /v2.0/ports?tenant_id=965b30ef112b4e8095f56c5a0c108d21&device_id=414a39e7-6964-48a2-8c63-d7c186fbbee8 => generated 1238 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/967] 199.204.45.205 () {34 vars in 1018 bytes} [Sun Aug 16 14:06:33 2026] GET /v2.0/networks?tenant_id=965b30ef112b4e8095f56c5a0c108d21&shared=False => generated 772 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:06:33.668 8 INFO neutron.services.segments.plugin [-] Segment 5ab350cf-0e0e-4365-9054-c63fee07ddd1 resource provider aggregate not found 2026-08-16 14:06:33.670 8 INFO neutron.services.segments.plugin [-] Segment 5ab350cf-0e0e-4365-9054-c63fee07ddd1 resource provider aggregate not found [pid: 7|app: 0|req: 457/968] 199.204.45.205 () {34 vars in 930 bytes} [Sun Aug 16 14:06:33 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:06:33.691 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5ab350cf-0e0e-4365-9054-c63fee07ddd1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ab350cf-0e0e-4365-9054-c63fee07ddd1 found for delete ", "request_id": "req-3a9ed177-cbe0-45f2-8ab6-8696d9bc1e9d"}]} 2026-08-16 14:06:33.692 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5ab350cf-0e0e-4365-9054-c63fee07ddd1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ab350cf-0e0e-4365-9054-c63fee07ddd1 found for delete ", "request_id": "req-50852fbc-239d-4bde-836c-6d56e58bd165"}]} [pid: 7|app: 0|req: 458/969] 199.204.45.205 () {34 vars in 994 bytes} [Sun Aug 16 14:06:33 2026] GET /v2.0/ports?device_id=460a34f9-5eb2-4731-ae01-6dd861d24ebe => 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: 512/970] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:06:31 2026] POST /v2.0/routers => generated 691 bytes in 1936 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:06:33.883 7 INFO neutron_taas.services.taas.taas_plugin [req-e6e116d7-685f-4ab1-b641-2eb3becb42d2 req-180657e0-0a65-428d-8399-35a8b31804fa 01649f57d90345f4b60c6d0a5155539f 7fa58acd95b242cd92fdd32afe2c9d27 - - default default] TaaS: Handle Delete Port: b7995329-59de-493b-805e-53f2c1a25b8d 2026-08-16 14:06:33.885 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e6e116d7-685f-4ab1-b641-2eb3becb42d2 req-180657e0-0a65-428d-8399-35a8b31804fa 01649f57d90345f4b60c6d0a5155539f 7fa58acd95b242cd92fdd32afe2c9d27 - - default default] Tap Mirror: Handle Delete Port: b7995329-59de-493b-805e-53f2c1a25b8d [pid: 8|app: 0|req: 513/971] 10.0.0.218 () {32 vars in 721 bytes} [Sun Aug 16 14:06:33 2026] GET /v2.0/routers/ac2aa2fc-7114-4592-bbc8-a0f0c69b1ba3 => generated 697 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:06:33.969 7 INFO neutron.db.l3_db [req-e6e116d7-685f-4ab1-b641-2eb3becb42d2 req-180657e0-0a65-428d-8399-35a8b31804fa 01649f57d90345f4b60c6d0a5155539f 7fa58acd95b242cd92fdd32afe2c9d27 - - default default] Floating IP 7bcfa2b5-c963-4e11-b2de-e8cf3bac8c79 disassociated. External IP: 10.96.250.205, port: b7995329-59de-493b-805e-53f2c1a25b8d. [pid: 8|app: 0|req: 514/972] 10.0.0.218 () {32 vars in 647 bytes} [Sun Aug 16 14:06:33 2026] GET /v2.0/routers => generated 700 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/973] 199.204.45.205 () {36 vars in 997 bytes} [Sun Aug 16 14:06:33 2026] DELETE /v2.0/ports/b7995329-59de-493b-805e-53f2c1a25b8d => generated 0 bytes in 513 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/974] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:34 2026] GET /v2.0/ports?device_id=414a39e7-6964-48a2-8c63-d7c186fbbee8 => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/975] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:34 2026] GET /v2.0/ports?device_id=460a34f9-5eb2-4731-ae01-6dd861d24ebe => 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: 462/976] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:06:34 2026] GET /v2.0/security-groups?id=304a9ea0-6422-4990-839f-f48490dbc310&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: 515/977] 10.0.0.218 () {34 vars in 741 bytes} [Sun Aug 16 14:06:33 2026] PUT /v2.0/routers/ac2aa2fc-7114-4592-bbc8-a0f0c69b1ba3 => generated 704 bytes in 737 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/980] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:06:34 2026] GET /v2.0/ports?tenant_id=965b30ef112b4e8095f56c5a0c108d21&device_id=414a39e7-6964-48a2-8c63-d7c186fbbee8 => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/981] 10.0.0.218 () {32 vars in 721 bytes} [Sun Aug 16 14:06:34 2026] GET /v2.0/routers/ac2aa2fc-7114-4592-bbc8-a0f0c69b1ba3 => generated 704 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/982] 199.204.45.205 () {34 vars in 1058 bytes} [Sun Aug 16 14:06:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=02d7885f-5e52-48ce-bf05-bb766eaad180 => 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: 521/983] 10.0.0.218 () {32 vars in 736 bytes} [Sun Aug 16 14:06:34 2026] GET /v2.0/ports?device_id=ac2aa2fc-7114-4592-bbc8-a0f0c69b1ba3 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/984] 199.204.45.205 () {34 vars in 984 bytes} [Sun Aug 16 14:06:34 2026] GET /v2.0/subnets?id=61c191df-3c6a-4a7c-9a79-e725e7fd95e0 => generated 694 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:06:35.150 8 INFO neutron_taas.services.taas.taas_plugin [None req-85267989-09c8-4d12-916f-a3baf83bb442 e2b92763face4d69a1d104373a37268b 343947d1c227476e83b7b6467263d4f0 - - default default] TaaS: Handle Delete Port: f35075ba-1dc0-4b1f-bb44-b30a82aa963d 2026-08-16 14:06:35.153 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85267989-09c8-4d12-916f-a3baf83bb442 e2b92763face4d69a1d104373a37268b 343947d1c227476e83b7b6467263d4f0 - - default default] Tap Mirror: Handle Delete Port: f35075ba-1dc0-4b1f-bb44-b30a82aa963d 2026-08-16 14:06:35.206 7 INFO neutron_taas.services.taas.taas_plugin [None req-867bce6e-5d1c-425c-a0c6-66c5ed836f43 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] TaaS: Handle Delete Port: 966663d8-7238-493f-bd5a-5a813aa238cd 2026-08-16 14:06:35.208 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-867bce6e-5d1c-425c-a0c6-66c5ed836f43 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Tap Mirror: Handle Delete Port: 966663d8-7238-493f-bd5a-5a813aa238cd 2026-08-16 14:06:35.219 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5e74b95d-5834-4134-9031-d3469d2782a0'] response: {'server_uuid': '460a34f9-5eb2-4731-ae01-6dd861d24ebe', 'name': 'network-vif-deleted', 'tag': 'b7995329-59de-493b-805e-53f2c1a25b8d', 'status': 'completed', 'code': 200} 2026-08-16 14:06:35.412 8 INFO neutron_taas.services.taas.taas_plugin [None req-85267989-09c8-4d12-916f-a3baf83bb442 e2b92763face4d69a1d104373a37268b 343947d1c227476e83b7b6467263d4f0 - - default default] TaaS: Handle Delete Port: d0d768d8-e6c1-4ba1-8637-51574b4a9763 2026-08-16 14:06:35.415 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85267989-09c8-4d12-916f-a3baf83bb442 e2b92763face4d69a1d104373a37268b 343947d1c227476e83b7b6467263d4f0 - - default default] Tap Mirror: Handle Delete Port: d0d768d8-e6c1-4ba1-8637-51574b4a9763 [pid: 7|app: 0|req: 463/985] 10.0.0.218 () {34 vars in 789 bytes} [Sun Aug 16 14:06:34 2026] PUT /v2.0/routers/fa8d16f7-5c39-4596-88e3-8da066218b0d/remove_router_interface => generated 309 bytes in 1289 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/986] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:06:35 2026] GET /v2.0/ports?network_id=481c51ef-c90c-48a4-99fe-0fa7887cd985&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/987] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:35 2026] GET /v2.0/ports?device_id=460a34f9-5eb2-4731-ae01-6dd861d24ebe => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:06:35.766 8 INFO neutron.services.segments.plugin [-] Segment a452a485-7cef-4a0d-ae92-2b7a543c7b5d resource provider aggregate not found 2026-08-16 14:06:35.772 8 INFO neutron.services.segments.plugin [-] Segment a452a485-7cef-4a0d-ae92-2b7a543c7b5d resource provider aggregate not found [pid: 7|app: 0|req: 466/988] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:35 2026] GET /v2.0/ports?device_id=414a39e7-6964-48a2-8c63-d7c186fbbee8 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:06:35.793 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a452a485-7cef-4a0d-ae92-2b7a543c7b5d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a452a485-7cef-4a0d-ae92-2b7a543c7b5d found for delete ", "request_id": "req-1b2f82c2-ec0d-4073-b5b4-1a02c2dca2df"}]} 2026-08-16 14:06:35.795 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a452a485-7cef-4a0d-ae92-2b7a543c7b5d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a452a485-7cef-4a0d-ae92-2b7a543c7b5d found for delete ", "request_id": "req-9c2033c2-8ade-4d18-ad0b-ad42bd8fc629"}]} 2026-08-16 14:06:35.807 8 INFO neutron.db.l3_hamode_db [None req-85267989-09c8-4d12-916f-a3baf83bb442 e2b92763face4d69a1d104373a37268b 343947d1c227476e83b7b6467263d4f0 - - default default] HA network 1cd9de2e-c29e-4576-b3d3-65e1832e3a5e was deleted as no HA routers are present in tenant 343947d1c227476e83b7b6467263d4f0. [pid: 8|app: 0|req: 523/989] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:06:34 2026] DELETE /v2.0/routers/ac2aa2fc-7114-4592-bbc8-a0f0c69b1ba3 => generated 0 bytes in 885 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/990] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:06:35 2026] GET /v2.0/networks/481c51ef-c90c-48a4-99fe-0fa7887cd985?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: 525/991] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:06:35 2026] GET /v2.0/security-groups?id=304a9ea0-6422-4990-839f-f48490dbc310&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: 526/992] 10.0.0.218 () {32 vars in 736 bytes} [Sun Aug 16 14:06:35 2026] GET /v2.0/ports?device_id=ac2aa2fc-7114-4592-bbc8-a0f0c69b1ba3 => 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: 527/993] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:06:35 2026] GET /v2.0/networks/481c51ef-c90c-48a4-99fe-0fa7887cd985?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) 2026-08-16 14:06:35.951 8 INFO neutron.api.v2.resource [None req-5e1b6779-cf75-4905-9e79-71a88dc5d1e7 e2b92763face4d69a1d104373a37268b 343947d1c227476e83b7b6467263d4f0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 528/994] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:06:35 2026] DELETE /v2.0/routers/ac2aa2fc-7114-4592-bbc8-a0f0c69b1ba3 => 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: 529/995] 10.0.0.218 () {32 vars in 736 bytes} [Sun Aug 16 14:06:35 2026] GET /v2.0/ports?device_id=a339ca19-361e-43d1-aaed-5174b87f35b6 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:06:35.991 7 INFO neutron_taas.services.taas.taas_plugin [None req-f17c399c-08e9-428e-95cf-23ca6e372ce0 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] TaaS: Handle Delete Port: 25bb0524-301d-4299-8292-94cbcbd40fd8 2026-08-16 14:06:35.994 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f17c399c-08e9-428e-95cf-23ca6e372ce0 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Tap Mirror: Handle Delete Port: 25bb0524-301d-4299-8292-94cbcbd40fd8 2026-08-16 14:06:35.998 8 INFO neutron.api.v2.resource [None req-d45d8af7-8bb0-4205-a554-115f679de1bd e2b92763face4d69a1d104373a37268b 343947d1c227476e83b7b6467263d4f0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 530/996] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:06:35 2026] DELETE /v2.0/routers/a339ca19-361e-43d1-aaed-5174b87f35b6 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-16 14:06:36.019 8 INFO neutron.pecan_wsgi.hooks.translation [None req-20dc887c-26cf-481a-a4e0-b24243185bdc e2b92763face4d69a1d104373a37268b 343947d1c227476e83b7b6467263d4f0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 531/997] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:06:36 2026] DELETE /v2.0/subnets/167e5432-bc27-4256-982a-c837b50baf8a => 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: 532/998] 10.0.0.218 () {32 vars in 736 bytes} [Sun Aug 16 14:06:36 2026] GET /v2.0/ports?device_id=5d59ae3e-6a68-4668-b951-a805afff2f09 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:06:36.059 8 INFO neutron.api.v2.resource [None req-9a513aae-400d-487c-af8e-824d80c6cd66 e2b92763face4d69a1d104373a37268b 343947d1c227476e83b7b6467263d4f0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 533/999] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:06:36 2026] DELETE /v2.0/routers/5d59ae3e-6a68-4668-b951-a805afff2f09 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-16 14:06:36.076 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bf9e035c-1c98-4019-ae0b-ad79cb57b592 e2b92763face4d69a1d104373a37268b 343947d1c227476e83b7b6467263d4f0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 534/1000] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:06:36 2026] DELETE /v2.0/subnets/5345ae29-a7ea-4a2e-8955-eb357d7ce25e => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1001] 10.0.0.218 () {32 vars in 736 bytes} [Sun Aug 16 14:06:36 2026] GET /v2.0/ports?device_id=e56b9c30-1174-4b56-893d-b7f8df5f80c0 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:06:36.127 8 INFO neutron.api.v2.resource [None req-2826df14-b7b2-4757-8289-cee7c182b89e e2b92763face4d69a1d104373a37268b 343947d1c227476e83b7b6467263d4f0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 536/1002] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:06:36 2026] DELETE /v2.0/routers/e56b9c30-1174-4b56-893d-b7f8df5f80c0 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-16 14:06:36.143 8 INFO neutron.pecan_wsgi.hooks.translation [None req-da0ab791-5398-48d5-b8e0-361373a5ae26 e2b92763face4d69a1d104373a37268b 343947d1c227476e83b7b6467263d4f0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 537/1003] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:06:36 2026] DELETE /v2.0/subnets/a9cb80e3-909f-4090-9a4a-1992a1b64958 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-16 14:06:36.162 8 INFO neutron.pecan_wsgi.hooks.translation [None req-80003087-13f4-4d4c-b590-88ec4c23ac53 e2b92763face4d69a1d104373a37268b 343947d1c227476e83b7b6467263d4f0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 538/1004] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:06:36 2026] DELETE /v2.0/subnets/f58926c8-4158-4041-b8e4-63c47a0eef54 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-16 14:06:36.246 7 INFO neutron_taas.services.taas.taas_plugin [None req-f17c399c-08e9-428e-95cf-23ca6e372ce0 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] TaaS: Handle Delete Port: fcb459b0-3fb2-4b6b-9c76-06463d3e2b07 2026-08-16 14:06:36.249 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f17c399c-08e9-428e-95cf-23ca6e372ce0 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Tap Mirror: Handle Delete Port: fcb459b0-3fb2-4b6b-9c76-06463d3e2b07 2026-08-16 14:06:36.593 7 INFO neutron.services.segments.plugin [-] Segment 1671b7f1-3bc0-4b34-a730-160794cd4d7a resource provider aggregate not found 2026-08-16 14:06:36.596 7 INFO neutron.services.segments.plugin [-] Segment 1671b7f1-3bc0-4b34-a730-160794cd4d7a resource provider aggregate not found 2026-08-16 14:06:36.608 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1671b7f1-3bc0-4b34-a730-160794cd4d7a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1671b7f1-3bc0-4b34-a730-160794cd4d7a found for delete ", "request_id": "req-f3095fa4-521b-45d0-a752-9139bc64d7d0"}]} 2026-08-16 14:06:36.613 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1671b7f1-3bc0-4b34-a730-160794cd4d7a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1671b7f1-3bc0-4b34-a730-160794cd4d7a found for delete ", "request_id": "req-84d515af-977e-4f5b-962a-2576f3233c68"}]} 2026-08-16 14:06:36.615 7 INFO neutron.db.l3_hamode_db [None req-f17c399c-08e9-428e-95cf-23ca6e372ce0 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] HA network 7781057f-bc48-4084-b98d-20b73bd98103 was deleted as no HA routers are present in tenant 5aad8e1a31604a4fb081d7c948861a1a. [pid: 7|app: 0|req: 467/1005] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:06:35 2026] DELETE /v2.0/routers/fa8d16f7-5c39-4596-88e3-8da066218b0d => generated 0 bytes in 837 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1006] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:06:36 2026] GET /v2.0/security-groups?tenant_id=343947d1c227476e83b7b6467263d4f0&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/1007] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:06:36 2026] DELETE /v2.0/subnets/9471f9b3-9aa5-4904-b9de-e480ed058073 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:06:36.834 7 INFO neutron_taas.services.taas.taas_plugin [None req-43a02004-291e-46e3-8989-e0b2bc264f47 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] TaaS: Handle Delete Port: a6a0c05e-1248-48b3-9912-706b7e6ab6ea 2026-08-16 14:06:36.837 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43a02004-291e-46e3-8989-e0b2bc264f47 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Tap Mirror: Handle Delete Port: a6a0c05e-1248-48b3-9912-706b7e6ab6ea [pid: 8|app: 0|req: 540/1008] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:06:36 2026] DELETE /v2.0/security-groups/bf28da2c-417b-413c-a209-b90f9f343a16 => 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: 541/1009] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:36 2026] GET /v2.0/ports?device_id=460a34f9-5eb2-4731-ae01-6dd861d24ebe => 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: 469/1010] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:06:36 2026] DELETE /v2.0/networks/90e9f038-d48d-456d-94bb-1483ef65278b => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1011] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:36 2026] GET /v2.0/ports?device_id=414a39e7-6964-48a2-8c63-d7c186fbbee8 => generated 969 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/1012] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:06:37 2026] GET /v2.0/security-groups?id=304a9ea0-6422-4990-839f-f48490dbc310&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: 543/1013] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:06:37 2026] GET /v2.0/security-groups?tenant_id=5aad8e1a31604a4fb081d7c948861a1a&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/1014] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:06:37 2026] DELETE /v2.0/security-groups/3d5d835d-196b-4bbb-94bd-e6740b1ad92a => 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: 544/1015] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:06:37 2026] DELETE /v2.0/security-groups/67725bfe-e646-438c-8f18-5894da3011c3 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:06:38.062 7 INFO neutron.api.v2.resource [None req-e8aa4fb6-50d1-4afa-a0fc-e793ec7067b6 01649f57d90345f4b60c6d0a5155539f 7fa58acd95b242cd92fdd32afe2c9d27 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 472/1016] 10.0.0.218 () {32 vars in 737 bytes} [Sun Aug 16 14:06:38 2026] GET /v2.0/security-groups/67725bfe-e646-438c-8f18-5894da3011c3 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-16 14:06:38.160 8 INFO neutron_taas.services.taas.taas_plugin [None req-b70c7c18-907c-45d1-8a4f-ea0a7fb5f78c 01649f57d90345f4b60c6d0a5155539f 7fa58acd95b242cd92fdd32afe2c9d27 - - default default] TaaS: Handle Delete Port: 7bc057ef-33fd-457a-ad92-be97c83fd600 2026-08-16 14:06:38.165 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b70c7c18-907c-45d1-8a4f-ea0a7fb5f78c 01649f57d90345f4b60c6d0a5155539f 7fa58acd95b242cd92fdd32afe2c9d27 - - default default] Tap Mirror: Handle Delete Port: 7bc057ef-33fd-457a-ad92-be97c83fd600 [pid: 7|app: 0|req: 473/1017] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:38 2026] GET /v2.0/ports?device_id=414a39e7-6964-48a2-8c63-d7c186fbbee8 => 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: 474/1018] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:06:38 2026] GET /v2.0/security-groups?id=304a9ea0-6422-4990-839f-f48490dbc310&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: 545/1019] 10.0.0.218 () {32 vars in 732 bytes} [Sun Aug 16 14:06:38 2026] DELETE /v2.0/floatingips/7bcfa2b5-c963-4e11-b2de-e8cf3bac8c79 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:06:38.640 7 INFO neutron.services.segments.plugin [-] Segment 7877492b-e333-4ba9-8066-dba7c59d7c27 resource provider aggregate not found 2026-08-16 14:06:38.649 7 INFO neutron.services.segments.plugin [-] Segment 7877492b-e333-4ba9-8066-dba7c59d7c27 resource provider aggregate not found [pid: 8|app: 0|req: 546/1020] 10.0.0.218 () {32 vars in 623 bytes} [Sun Aug 16 14:06:38 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) 2026-08-16 14:06:38.674 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7877492b-e333-4ba9-8066-dba7c59d7c27 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7877492b-e333-4ba9-8066-dba7c59d7c27 found for delete ", "request_id": "req-9c5e2647-80c6-43b8-86c8-84205b18e197"}]} 2026-08-16 14:06:38.676 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7877492b-e333-4ba9-8066-dba7c59d7c27 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7877492b-e333-4ba9-8066-dba7c59d7c27 found for delete ", "request_id": "req-652c9dc0-dd14-49c6-989c-9ab0337bb521"}]} 2026-08-16 14:06:38.895 7 INFO neutron_taas.services.taas.taas_plugin [None req-8c61b626-9fa4-401f-948c-74912aed938e ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] TaaS: Handle Delete Port: 08d9a3fd-e57e-4b4b-9b6f-1f2ceb11bf58 2026-08-16 14:06:38.898 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c61b626-9fa4-401f-948c-74912aed938e ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Tap Mirror: Handle Delete Port: 08d9a3fd-e57e-4b4b-9b6f-1f2ceb11bf58 [pid: 8|app: 0|req: 547/1021] 10.0.0.218 () {32 vars in 633 bytes} [Sun Aug 16 14:06:38 2026] GET /v2.0/ => generated 632 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1022] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:39 2026] GET /v2.0/ports?device_id=414a39e7-6964-48a2-8c63-d7c186fbbee8 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1023] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:06:39 2026] GET /v2.0/security-groups?id=304a9ea0-6422-4990-839f-f48490dbc310&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: 475/1024] 10.0.0.218 () {34 vars in 789 bytes} [Sun Aug 16 14:06:38 2026] PUT /v2.0/routers/3af238fe-6b9f-4536-9919-c085bf0c19e8/remove_router_interface => generated 309 bytes in 978 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:06:39.649 8 INFO neutron_taas.services.taas.taas_plugin [None req-f9ca3528-ce8f-422b-802d-598f6dbb8c59 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] TaaS: Handle Delete Port: f53c21a1-1a1d-47ae-a92b-80ec0521cc36 2026-08-16 14:06:39.652 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f9ca3528-ce8f-422b-802d-598f6dbb8c59 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Tap Mirror: Handle Delete Port: f53c21a1-1a1d-47ae-a92b-80ec0521cc36 [pid: 7|app: 0|req: 476/1025] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:06:39 2026] GET /v2.0/security-groups?tenant_id=d31e6feaa3e34a0bb607b924cfb98275&name=default => generated 2925 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/1026] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:06:39 2026] DELETE /v2.0/security-groups/97fc08fa-1a42-4baf-8cc7-7840c6282a6b => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:06:39.977 8 INFO neutron_taas.services.taas.taas_plugin [None req-f9ca3528-ce8f-422b-802d-598f6dbb8c59 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] TaaS: Handle Delete Port: 5d01f6af-0e72-49f7-a397-c24e74bc1a4e 2026-08-16 14:06:39.980 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f9ca3528-ce8f-422b-802d-598f6dbb8c59 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Tap Mirror: Handle Delete Port: 5d01f6af-0e72-49f7-a397-c24e74bc1a4e 2026-08-16 14:06:40.402 8 INFO neutron.services.segments.plugin [-] Segment c0c46a93-a5be-4e39-98c5-4a918e2e35ea resource provider aggregate not found 2026-08-16 14:06:40.408 8 INFO neutron.services.segments.plugin [-] Segment c0c46a93-a5be-4e39-98c5-4a918e2e35ea resource provider aggregate not found 2026-08-16 14:06:40.423 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c0c46a93-a5be-4e39-98c5-4a918e2e35ea resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0c46a93-a5be-4e39-98c5-4a918e2e35ea found for delete ", "request_id": "req-22372181-27b5-4956-9b94-42dc6fc98cef"}]} 2026-08-16 14:06:40.435 8 INFO neutron.db.l3_hamode_db [None req-f9ca3528-ce8f-422b-802d-598f6dbb8c59 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] HA network c6e7c0a7-c8ec-41f3-a108-ab48d0d93d58 was deleted as no HA routers are present in tenant 7fa58acd95b242cd92fdd32afe2c9d27. 2026-08-16 14:06:40.442 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c0c46a93-a5be-4e39-98c5-4a918e2e35ea resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0c46a93-a5be-4e39-98c5-4a918e2e35ea found for delete ", "request_id": "req-5e9fe1b7-b090-4f7a-b415-c265d84f9692"}]} [pid: 8|app: 0|req: 550/1027] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:06:39 2026] DELETE /v2.0/routers/3af238fe-6b9f-4536-9919-c085bf0c19e8 => generated 0 bytes in 1041 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/1028] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:06:40 2026] GET /v2.0/security-groups?tenant_id=589c86f415a243e4a657eeac3eb74e9f&name=default => generated 2925 bytes in 478 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/1029] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:40 2026] GET /v2.0/ports?device_id=414a39e7-6964-48a2-8c63-d7c186fbbee8 => 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: 480/1030] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:06:40 2026] DELETE /v2.0/security-groups/15ec1a70-76e1-4ccb-bd90-f1a4625905b4 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1031] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:06:40 2026] DELETE /v2.0/subnets/b7cf14d5-acd0-4a24-b925-fd95b462cd72 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/1032] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:06:40 2026] GET /v2.0/security-groups?id=304a9ea0-6422-4990-839f-f48490dbc310&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:06:40.773 8 INFO neutron_taas.services.taas.taas_plugin [None req-ec903df1-10d8-416b-8be0-f21055267aa6 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] TaaS: Handle Delete Port: e8bcc097-3cc1-47a1-8020-770aba6d7a5e 2026-08-16 14:06:40.775 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec903df1-10d8-416b-8be0-f21055267aa6 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Tap Mirror: Handle Delete Port: e8bcc097-3cc1-47a1-8020-770aba6d7a5e [pid: 7|app: 0|req: 482/1033] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:40 2026] GET /v2.0/ports?device_id=414a39e7-6964-48a2-8c63-d7c186fbbee8 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1034] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:06:40 2026] DELETE /v2.0/networks/f1a2c878-dda6-4a37-a0f8-c4fc365963ac => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1035] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:06:41 2026] GET /v2.0/security-groups?tenant_id=7fa58acd95b242cd92fdd32afe2c9d27&name=default => generated 2921 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1036] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:06:41 2026] DELETE /v2.0/security-groups/bf607dd4-57ed-4fac-8adc-f8c89fc69ae8 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:06:41.358 7 INFO neutron.db.l3_db [None req-2893a929-cb9b-4f28-86f9-5843deffd959 d23c7058080943eabad327bf09817a1d 965b30ef112b4e8095f56c5a0c108d21 - - default default] Floating IP 613961b9-c24e-4e35-8f4c-b0defb72887d associated. External IP: 10.96.250.210, port: 02d7885f-5e52-48ce-bf05-bb766eaad180. [pid: 7|app: 0|req: 483/1037] 10.0.0.218 () {34 vars in 749 bytes} [Sun Aug 16 14:06:40 2026] PUT /v2.0/floatingips/613961b9-c24e-4e35-8f4c-b0defb72887d => generated 855 bytes in 910 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:06:41.759 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cc55d48a-13be-436f-8eb4-c80f64aa5bb4'] response: {'name': 'network-changed', 'server_uuid': '414a39e7-6964-48a2-8c63-d7c186fbbee8', 'tag': '02d7885f-5e52-48ce-bf05-bb766eaad180', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 555/1038] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:06:42 2026] GET /v2.0/ports?tenant_id=965b30ef112b4e8095f56c5a0c108d21&device_id=414a39e7-6964-48a2-8c63-d7c186fbbee8 => generated 1240 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/1039] 199.204.45.205 () {34 vars in 986 bytes} [Sun Aug 16 14:06:42 2026] GET /v2.0/networks?id=481c51ef-c90c-48a4-99fe-0fa7887cd985 => generated 772 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1040] 199.204.45.205 () {34 vars in 1058 bytes} [Sun Aug 16 14:06:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=02d7885f-5e52-48ce-bf05-bb766eaad180 => generated 858 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:06:42.451 8 INFO neutron.services.segments.plugin [-] Segment e175ed08-f1b6-46c9-a2d3-135f8a4a0e1c resource provider aggregate not found 2026-08-16 14:06:42.471 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e175ed08-f1b6-46c9-a2d3-135f8a4a0e1c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e175ed08-f1b6-46c9-a2d3-135f8a4a0e1c found for delete ", "request_id": "req-43f1aa80-9f84-4244-9801-b7eaa634f16b"}]} 2026-08-16 14:06:42.474 8 INFO neutron.services.segments.plugin [-] Segment e175ed08-f1b6-46c9-a2d3-135f8a4a0e1c resource provider aggregate not found 2026-08-16 14:06:42.499 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e175ed08-f1b6-46c9-a2d3-135f8a4a0e1c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e175ed08-f1b6-46c9-a2d3-135f8a4a0e1c found for delete ", "request_id": "req-b9486b59-d63a-469d-993f-fb24d438bd79"}]} [pid: 7|app: 0|req: 485/1041] 199.204.45.205 () {34 vars in 984 bytes} [Sun Aug 16 14:06:42 2026] GET /v2.0/subnets?id=61c191df-3c6a-4a7c-9a79-e725e7fd95e0 => generated 694 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1042] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:06:42 2026] GET /v2.0/ports?network_id=481c51ef-c90c-48a4-99fe-0fa7887cd985&device_owner=network%3Adhcp => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/1043] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:06:42 2026] GET /v2.0/networks/481c51ef-c90c-48a4-99fe-0fa7887cd985?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1044] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:06:42 2026] GET /v2.0/networks/481c51ef-c90c-48a4-99fe-0fa7887cd985?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-08-16 14:06:43.807 7 INFO neutron.db.segments_db [None req-46df400c-f6eb-4c04-b44c-6cfcafbf8fb1 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Added segment 29d12353-9075-48ee-b488-f6570dcc4e28 of type vxlan for network 0b618458-02da-4e68-9cf3-04fd48cceb5b [pid: 7|app: 0|req: 487/1045] 10.0.0.218 () {34 vars in 671 bytes} [Sun Aug 16 14:06:43 2026] POST /v2.0/networks => generated 737 bytes in 622 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1046] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:06:43 2026] POST /v2.0/subnets => generated 685 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:06:44.196 8 INFO neutron.db.segments_db [None req-3fbaf939-d2fe-4077-8bf6-86da3a733e69 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Added segment 35272429-c044-4149-91cd-c810b2ff7055 of type vxlan for network 83714755-28bb-4fa5-871c-f87f3fadf4c3 [pid: 7|app: 0|req: 488/1047] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:06:43 2026] GET /v2.0/security-groups?tenant_id=12960cb2845e4489b7e3d78040c18e3c&name=default => generated 2925 bytes in 345 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/1048] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:06:44 2026] DELETE /v2.0/security-groups/2abd17d7-3067-4076-a399-1c337dd5af19 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:06:44.471 8 INFO neutron.db.l3_hamode_db [None req-3fbaf939-d2fe-4077-8bf6-86da3a733e69 ac8f354c06fc4a68823948485460818c b8dbd2138c8d4358bf09fd2f22e874c0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-16 14:06:45.232 8 INFO neutron.db.l3_hamode_db [None req-3fbaf939-d2fe-4077-8bf6-86da3a733e69 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 490/1049] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:06:44 2026] GET /v2.0/security-groups?tenant_id=013b973f984f4eebb0dda434d3a29a5d&name=default => generated 2925 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/1050] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:06:45 2026] DELETE /v2.0/security-groups/b27953fe-b211-4dab-bb49-84530edeb2ea => 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: 492/1051] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:06:45 2026] GET /v2.0/security-groups?tenant_id=b13d90975f3243c8a9c2d16b3b5230b9&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/1052] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:06:45 2026] DELETE /v2.0/security-groups/b6ef0000-c404-47ae-9768-b9cac2b1de5c => 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: 560/1053] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:06:44 2026] POST /v2.0/routers => generated 725 bytes in 1887 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/1054] 10.0.0.218 () {34 vars in 783 bytes} [Sun Aug 16 14:06:46 2026] PUT /v2.0/routers/90feaec6-d9d7-4199-9569-b1cd4acf66ba/add_router_interface => generated 309 bytes in 1108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1055] 10.0.0.218 () {34 vars in 685 bytes} [Sun Aug 16 14:06:47 2026] POST /v2.0/security-groups => generated 1661 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1056] 10.0.0.218 () {34 vars in 695 bytes} [Sun Aug 16 14:06:47 2026] POST /v2.0/security-group-rules => generated 597 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1057] 10.0.0.218 () {34 vars in 695 bytes} [Sun Aug 16 14:06:48 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: 495/1058] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:06:47 2026] GET /v2.0/security-groups?tenant_id=3ad8f65727de481987fc9b79944ad13a&name=default => generated 2925 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/1059] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:06:48 2026] DELETE /v2.0/security-groups/e976278d-415f-4d67-8378-befa89c6b8af => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1060] 10.0.0.218 () {34 vars in 676 bytes} [Sun Aug 16 14:06:48 2026] POST /v2.0/floatingips => generated 552 bytes in 607 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/1061] 10.0.0.236 () {34 vars in 1100 bytes} [Sun Aug 16 14:06:49 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1455124807&fields=id&tenant_id=b8dbd2138c8d4358bf09fd2f22e874c0 => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1062] 10.0.0.236 () {34 vars in 982 bytes} [Sun Aug 16 14:06:49 2026] GET /v2.0/networks?id=0b618458-02da-4e68-9cf3-04fd48cceb5b => generated 670 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/1063] 10.0.0.236 () {34 vars in 965 bytes} [Sun Aug 16 14:06:49 2026] GET /v2.0/quotas/b8dbd2138c8d4358bf09fd2f22e874c0 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1064] 10.0.0.236 () {34 vars in 1002 bytes} [Sun Aug 16 14:06:49 2026] GET /v2.0/ports?tenant_id=b8dbd2138c8d4358bf09fd2f22e874c0&fields=id => generated 103 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/1065] 10.0.0.236 () {34 vars in 1008 bytes} [Sun Aug 16 14:06:49 2026] GET /v2.0/networks/0b618458-02da-4e68-9cf3-04fd48cceb5b?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: 567/1068] 10.0.0.236 () {34 vars in 1108 bytes} [Sun Aug 16 14:06:49 2026] GET /v2.0/networks/0b618458-02da-4e68-9cf3-04fd48cceb5b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/1069] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:49 2026] GET /v2.0/ports?device_id=d129a988-c3d9-4437-b87c-f5540a34601c => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1070] 10.0.0.218 () {32 vars in 653 bytes} [Sun Aug 16 14:06:50 2026] GET /v2.0/extensions => generated 21537 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1071] 10.0.0.218 () {32 vars in 681 bytes} [Sun Aug 16 14:06:50 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1072] 10.0.0.218 () {32 vars in 681 bytes} [Sun Aug 16 14:06:50 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) [pid: 7|app: 0|req: 504/1073] 10.0.0.218 () {32 vars in 729 bytes} [Sun Aug 16 14:06:50 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1074] 10.0.0.218 () {32 vars in 665 bytes} [Sun Aug 16 14:06:50 2026] GET /v2.0/extensions/agent => generated 153 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1075] 10.0.0.218 () {32 vars in 699 bytes} [Sun Aug 16 14:06:50 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1076] 10.0.0.218 () {32 vars in 697 bytes} [Sun Aug 16 14:06:50 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: 506/1077] 10.0.0.218 () {32 vars in 701 bytes} [Sun Aug 16 14:06:50 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1078] 10.0.0.218 () {32 vars in 689 bytes} [Sun Aug 16 14:06:50 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1079] 10.0.0.218 () {32 vars in 703 bytes} [Sun Aug 16 14:06:50 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1080] 10.0.0.218 () {32 vars in 693 bytes} [Sun Aug 16 14:06:50 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1081] 10.0.0.218 () {32 vars in 695 bytes} [Sun Aug 16 14:06:50 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1082] 10.0.0.218 () {32 vars in 685 bytes} [Sun Aug 16 14:06:50 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: 509/1083] 10.0.0.218 () {32 vars in 687 bytes} [Sun Aug 16 14:06:50 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1084] 10.0.0.218 () {32 vars in 661 bytes} [Sun Aug 16 14:06:50 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1085] 10.0.0.218 () {32 vars in 699 bytes} [Sun Aug 16 14:06:50 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1086] 10.0.0.218 () {32 vars in 679 bytes} [Sun Aug 16 14:06:50 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1087] 10.0.0.218 () {32 vars in 683 bytes} [Sun Aug 16 14:06:50 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1088] 10.0.0.218 () {32 vars in 675 bytes} [Sun Aug 16 14:06:50 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: 512/1089] 10.0.0.218 () {32 vars in 689 bytes} [Sun Aug 16 14:06:50 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1090] 10.0.0.218 () {32 vars in 723 bytes} [Sun Aug 16 14:06:50 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1091] 10.0.0.218 () {32 vars in 687 bytes} [Sun Aug 16 14:06:50 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1092] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:50 2026] GET /v2.0/ports?device_id=d129a988-c3d9-4437-b87c-f5540a34601c => 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: 515/1093] 10.0.0.218 () {32 vars in 669 bytes} [Sun Aug 16 14:06:50 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1094] 10.0.0.218 () {32 vars in 687 bytes} [Sun Aug 16 14:06:50 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1095] 10.0.0.218 () {32 vars in 681 bytes} [Sun Aug 16 14:06:50 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1096] 10.0.0.218 () {32 vars in 699 bytes} [Sun Aug 16 14:06:50 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1097] 10.0.0.218 () {32 vars in 679 bytes} [Sun Aug 16 14:06:50 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1098] 10.0.0.218 () {32 vars in 667 bytes} [Sun Aug 16 14:06:50 2026] GET /v2.0/extensions/router => generated 256 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1099] 10.0.0.218 () {32 vars in 677 bytes} [Sun Aug 16 14:06:50 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1100] 10.0.0.218 () {32 vars in 665 bytes} [Sun Aug 16 14:06:50 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1101] 10.0.0.218 () {32 vars in 675 bytes} [Sun Aug 16 14:06:50 2026] GET /v2.0/extensions/l3-flavors => 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: 583/1102] 10.0.0.218 () {32 vars in 713 bytes} [Sun Aug 16 14:06:50 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: 520/1103] 10.0.0.218 () {32 vars in 691 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1104] 10.0.0.218 () {32 vars in 683 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1105] 10.0.0.218 () {32 vars in 669 bytes} [Sun Aug 16 14:06:51 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: 8|app: 0|req: 585/1106] 10.0.0.218 () {32 vars in 687 bytes} [Sun Aug 16 14:06:51 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: 522/1107] 10.0.0.218 () {32 vars in 705 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1108] 10.0.0.218 () {32 vars in 675 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1109] 10.0.0.218 () {32 vars in 701 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1110] 10.0.0.218 () {32 vars in 675 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1111] 10.0.0.218 () {32 vars in 693 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1112] 10.0.0.218 () {32 vars in 689 bytes} [Sun Aug 16 14:06:51 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: 525/1113] 10.0.0.218 () {32 vars in 709 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1114] 10.0.0.218 () {32 vars in 705 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/port-numa-affinity-policy => 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: 526/1115] 10.0.0.218 () {32 vars in 719 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1116] 10.0.0.218 () {32 vars in 697 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1117] 10.0.0.218 () {32 vars in 711 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1118] 10.0.0.218 () {32 vars in 669 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/binding => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1119] 10.0.0.218 () {32 vars in 687 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1120] 10.0.0.218 () {32 vars in 681 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1121] 10.0.0.218 () {32 vars in 675 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1122] 10.0.0.218 () {32 vars in 671 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/provider => generated 191 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1123] 10.0.0.218 () {32 vars in 661 bytes} [Sun Aug 16 14:06:51 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: 594/1124] 10.0.0.218 () {32 vars in 699 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1125] 10.0.0.218 () {32 vars in 699 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1126] 10.0.0.218 () {32 vars in 677 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1127] 10.0.0.218 () {32 vars in 669 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1128] 10.0.0.218 () {32 vars in 683 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1129] 10.0.0.218 () {32 vars in 701 bytes} [Sun Aug 16 14:06:51 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: 597/1130] 10.0.0.218 () {32 vars in 685 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1131] 10.0.0.218 () {32 vars in 707 bytes} [Sun Aug 16 14:06:51 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: 598/1132] 10.0.0.218 () {32 vars in 669 bytes} [Sun Aug 16 14:06:51 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: 535/1133] 10.0.0.218 () {32 vars in 697 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1134] 10.0.0.218 () {32 vars in 695 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1135] 10.0.0.218 () {32 vars in 685 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1136] 10.0.0.218 () {32 vars in 689 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1137] 10.0.0.218 () {32 vars in 705 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1138] 10.0.0.218 () {32 vars in 667 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1139] 10.0.0.218 () {32 vars in 681 bytes} [Sun Aug 16 14:06:51 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: 602/1140] 10.0.0.218 () {32 vars in 681 bytes} [Sun Aug 16 14:06:51 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: 539/1141] 10.0.0.218 () {32 vars in 691 bytes} [Sun Aug 16 14:06:51 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: 8|app: 0|req: 603/1142] 10.0.0.218 () {32 vars in 691 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1143] 10.0.0.218 () {32 vars in 695 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1144] 10.0.0.218 () {32 vars in 685 bytes} [Sun Aug 16 14:06:51 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: 541/1145] 10.0.0.218 () {32 vars in 689 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1146] 10.0.0.218 () {32 vars in 701 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1147] 10.0.0.218 () {32 vars in 703 bytes} [Sun Aug 16 14:06:51 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: 606/1148] 10.0.0.218 () {32 vars in 713 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1149] 10.0.0.218 () {32 vars in 717 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1150] 10.0.0.218 () {32 vars in 715 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1151] 10.0.0.218 () {32 vars in 727 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1152] 10.0.0.218 () {32 vars in 741 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1153] 10.0.0.218 () {32 vars in 719 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1154] 10.0.0.218 () {32 vars in 683 bytes} [Sun Aug 16 14:06:51 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: 546/1155] 10.0.0.218 () {32 vars in 669 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/segment => generated 145 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1156] 10.0.0.218 () {32 vars in 719 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1157] 10.0.0.218 () {32 vars in 679 bytes} [Sun Aug 16 14:06:51 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: 611/1158] 10.0.0.218 () {32 vars in 669 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1159] 10.0.0.218 () {32 vars in 697 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1160] 10.0.0.218 () {32 vars in 705 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1161] 10.0.0.218 () {32 vars in 701 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1162] 10.0.0.218 () {32 vars in 701 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1163] 10.0.0.218 () {32 vars in 683 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1164] 10.0.0.218 () {32 vars in 705 bytes} [Sun Aug 16 14:06:51 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: 7|app: 0|req: 551/1165] 10.0.0.218 () {32 vars in 695 bytes} [Sun Aug 16 14:06:51 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: 615/1166] 10.0.0.218 () {32 vars in 689 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1167] 10.0.0.218 () {32 vars in 697 bytes} [Sun Aug 16 14:06:51 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: 616/1168] 10.0.0.218 () {32 vars in 679 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1169] 10.0.0.218 () {32 vars in 689 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1170] 10.0.0.218 () {32 vars in 701 bytes} [Sun Aug 16 14:06:51 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: 7|app: 0|req: 554/1171] 10.0.0.218 () {32 vars in 665 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1172] 10.0.0.218 () {32 vars in 681 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1173] 10.0.0.218 () {32 vars in 677 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1174] 10.0.0.218 () {32 vars in 693 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1175] 10.0.0.218 () {32 vars in 677 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1176] 10.0.0.218 () {32 vars in 667 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1177] 10.0.0.218 () {32 vars in 663 bytes} [Sun Aug 16 14:06:51 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: 622/1178] 10.0.0.218 () {32 vars in 675 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1179] 10.0.0.218 () {32 vars in 687 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1180] 10.0.0.221 () {34 vars in 990 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/ports?device_id=414a39e7-6964-48a2-8c63-d7c186fbbee8 => generated 1240 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1181] 10.0.0.221 () {34 vars in 1040 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/security-groups?id=304a9ea0-6422-4990-839f-f48490dbc310&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: 558/1182] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:51 2026] GET /v2.0/ports?device_id=d129a988-c3d9-4437-b87c-f5540a34601c => 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: 625/1183] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:06:52 2026] GET /v2.0/security-groups?tenant_id=d50ca4fe468c4002ae819a1e53128afa&name=default => generated 2925 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1184] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:06:52 2026] DELETE /v2.0/security-groups/6488b671-5bdd-4068-b18b-c7977c5a10b2 => 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: 626/1185] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:53 2026] GET /v2.0/ports?device_id=d129a988-c3d9-4437-b87c-f5540a34601c => 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: 560/1186] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:54 2026] GET /v2.0/ports?device_id=d129a988-c3d9-4437-b87c-f5540a34601c => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:06:54.689 8 INFO neutron.db.segments_db [None req-e0546d85-e000-402e-a086-9db1d1ec938a 69a406a1a5e245febf1271a70a0d0980 446b09a003be4259a01dc16085bc8208 - - default default] Added segment b49cad0b-216a-410a-adf8-5fe490d61f7c of type vxlan for network 2d20cd4a-3e47-4de6-995e-36de649ac98d [pid: 7|app: 0|req: 561/1187] 199.204.45.205 () {34 vars in 986 bytes} [Sun Aug 16 14:06:54 2026] GET /v2.0/networks?id=0b618458-02da-4e68-9cf3-04fd48cceb5b => generated 670 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1188] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:06:54 2026] POST /v2.0/networks => generated 650 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1189] 199.204.45.205 () {34 vars in 1050 bytes} [Sun Aug 16 14:06:54 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b8dbd2138c8d4358bf09fd2f22e874c0 => generated 181 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1190] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:06:54 2026] POST /v2.0/subnets => generated 627 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:06:55.060 8 INFO neutron.db.segments_db [None req-1bf4c7bf-3457-4055-84a3-3e12c29db7e2 69a406a1a5e245febf1271a70a0d0980 446b09a003be4259a01dc16085bc8208 - - default default] Added segment c7f3b377-bd9d-409a-af44-c7286c4f02eb of type vxlan for network 0d843141-a611-4540-b869-792f76a85089 [pid: 7|app: 0|req: 563/1191] 199.204.45.205 () {38 vars in 955 bytes} [Sun Aug 16 14:06:54 2026] POST /v2.0/ports => generated 954 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-16 14:06:55.297 8 INFO neutron.db.l3_hamode_db [None req-1bf4c7bf-3457-4055-84a3-3e12c29db7e2 69a406a1a5e245febf1271a70a0d0980 446b09a003be4259a01dc16085bc8208 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 564/1192] 199.204.45.205 () {38 vars in 1028 bytes} [Sun Aug 16 14:06:55 2026] PUT /v2.0/ports/326a3b63-ec0e-4747-bcdc-433d74709d0a => generated 1235 bytes in 452 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-08-16 14:06:55.641 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0d74106b-c508-4a80-ac72-514cdbe3774a'] response: {'name': 'network-changed', 'server_uuid': 'd129a988-c3d9-4437-b87c-f5540a34601c', 'tag': '326a3b63-ec0e-4747-bcdc-433d74709d0a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 565/1193] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:55 2026] GET /v2.0/ports?device_id=d129a988-c3d9-4437-b87c-f5540a34601c => 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: 566/1194] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:06:55 2026] GET /v2.0/security-groups?id=b089222d-e48b-45bf-87e7-9fb4a70f42f0&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-08-16 14:06:56.086 8 INFO neutron.db.l3_hamode_db [None req-1bf4c7bf-3457-4055-84a3-3e12c29db7e2 69a406a1a5e245febf1271a70a0d0980 446b09a003be4259a01dc16085bc8208 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 567/1195] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:06:56 2026] GET /v2.0/ports?tenant_id=b8dbd2138c8d4358bf09fd2f22e874c0&device_id=d129a988-c3d9-4437-b87c-f5540a34601c => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1196] 199.204.45.205 () {34 vars in 1018 bytes} [Sun Aug 16 14:06:56 2026] GET /v2.0/networks?tenant_id=b8dbd2138c8d4358bf09fd2f22e874c0&shared=False => generated 765 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1197] 199.204.45.205 () {34 vars in 930 bytes} [Sun Aug 16 14:06:56 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: 7|app: 0|req: 570/1198] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:56 2026] GET /v2.0/ports?device_id=d129a988-c3d9-4437-b87c-f5540a34601c => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1199] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:06:56 2026] GET /v2.0/security-groups?id=b089222d-e48b-45bf-87e7-9fb4a70f42f0&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: 572/1200] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:06:56 2026] GET /v2.0/ports?tenant_id=b8dbd2138c8d4358bf09fd2f22e874c0&device_id=d129a988-c3d9-4437-b87c-f5540a34601c => generated 1238 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1201] 199.204.45.205 () {34 vars in 1058 bytes} [Sun Aug 16 14:06:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=326a3b63-ec0e-4747-bcdc-433d74709d0a => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1202] 199.204.45.205 () {34 vars in 984 bytes} [Sun Aug 16 14:06:56 2026] GET /v2.0/subnets?id=879937e7-ff93-4d18-95bb-45a55607cc15 => generated 688 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1203] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:06:55 2026] POST /v2.0/routers => generated 695 bytes in 1964 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1204] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:06:56 2026] GET /v2.0/ports?network_id=0b618458-02da-4e68-9cf3-04fd48cceb5b&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1205] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:06:56 2026] GET /v2.0/networks/0b618458-02da-4e68-9cf3-04fd48cceb5b?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: 577/1206] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:06:57 2026] GET /v2.0/networks/0b618458-02da-4e68-9cf3-04fd48cceb5b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1207] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:06:57 2026] GET /v2.0/security-groups?tenant_id=dd8922f11387427ca7dddb89b299d243&name=default => generated 2925 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1208] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:06:57 2026] DELETE /v2.0/security-groups/0e7d6afe-b8da-4726-89d4-3d4987d017d8 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1209] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:57 2026] GET /v2.0/ports?device_id=d129a988-c3d9-4437-b87c-f5540a34601c => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1210] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:06:57 2026] GET /v2.0/security-groups?id=b089222d-e48b-45bf-87e7-9fb4a70f42f0&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: 630/1211] 10.0.0.218 () {34 vars in 783 bytes} [Sun Aug 16 14:06:56 2026] PUT /v2.0/routers/10ff8ae9-eb16-43f4-8835-2026692a9c78/add_router_interface => generated 309 bytes in 1263 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1212] 10.0.0.218 () {34 vars in 665 bytes} [Sun Aug 16 14:06:58 2026] POST /v2.0/ports => generated 955 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1213] 10.0.0.218 () {34 vars in 665 bytes} [Sun Aug 16 14:06:58 2026] POST /v2.0/ports => generated 959 bytes in 385 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: 632/1214] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:06:59 2026] GET /v2.0/ports?device_id=d129a988-c3d9-4437-b87c-f5540a34601c => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1215] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:06:59 2026] GET /v2.0/security-groups?id=b089222d-e48b-45bf-87e7-9fb4a70f42f0&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-08-16 14:06:59.745 7 INFO neutron.db.l3_db [None req-01441101-c808-4191-979d-7239dcc54c2a 69a406a1a5e245febf1271a70a0d0980 446b09a003be4259a01dc16085bc8208 - - default default] Floating IP 3c174cc9-89c3-40c4-9230-b77efc4f88ef associated. External IP: 10.96.250.204, port: 7384f7ce-eeb7-4244-8bcf-854083b6899b. [pid: 7|app: 0|req: 583/1216] 10.0.0.218 () {34 vars in 677 bytes} [Sun Aug 16 14:06:58 2026] POST /v2.0/floatingips => generated 843 bytes in 1078 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:07:00.186 8 INFO neutron.db.l3_db [None req-408f1c19-3260-4cba-acdd-9562e5bd3351 69a406a1a5e245febf1271a70a0d0980 446b09a003be4259a01dc16085bc8208 - - default default] Floating IP 3c174cc9-89c3-40c4-9230-b77efc4f88ef disassociated. External IP: 10.96.250.204, port: 7384f7ce-eeb7-4244-8bcf-854083b6899b. [pid: 7|app: 0|req: 584/1217] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:07:00 2026] GET /v2.0/ports?device_id=d129a988-c3d9-4437-b87c-f5540a34601c => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1218] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:07:00 2026] GET /v2.0/security-groups?id=b089222d-e48b-45bf-87e7-9fb4a70f42f0&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: 634/1219] 10.0.0.218 () {34 vars in 749 bytes} [Sun Aug 16 14:07:00 2026] PUT /v2.0/floatingips/3c174cc9-89c3-40c4-9230-b77efc4f88ef => generated 552 bytes in 514 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:07:00.679 7 INFO neutron_taas.services.taas.taas_plugin [None req-17e94e55-d1b1-4b2c-81e5-fbe269cde824 69a406a1a5e245febf1271a70a0d0980 446b09a003be4259a01dc16085bc8208 - - default default] TaaS: Handle Delete Port: 981503f8-c6f3-4b15-a721-221bc3e68a62 2026-08-16 14:07:00.682 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17e94e55-d1b1-4b2c-81e5-fbe269cde824 69a406a1a5e245febf1271a70a0d0980 446b09a003be4259a01dc16085bc8208 - - default default] Tap Mirror: Handle Delete Port: 981503f8-c6f3-4b15-a721-221bc3e68a62 [pid: 7|app: 0|req: 586/1220] 10.0.0.218 () {32 vars in 732 bytes} [Sun Aug 16 14:07:00 2026] DELETE /v2.0/floatingips/3c174cc9-89c3-40c4-9230-b77efc4f88ef => generated 0 bytes in 299 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1221] 10.0.0.26 () {32 vars in 801 bytes} [Sun Aug 16 14:07:01 2026] GET /v2.0/extensions => generated 21537 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1222] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:07:01 2026] GET /v2.0/ports?device_id=d129a988-c3d9-4437-b87c-f5540a34601c => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1223] 10.0.0.26 () {30 vars in 723 bytes} [Sun Aug 16 14:07:01 2026] GET /v2.0/quotas/44ae0300139740e8aa0c502ed57132c7/details => generated 847 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1224] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:07:01 2026] GET /v2.0/security-groups?id=b089222d-e48b-45bf-87e7-9fb4a70f42f0&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:07:01.621 8 INFO neutron.db.l3_db [None req-61e3172b-4be1-4096-874d-82171a352d85 69a406a1a5e245febf1271a70a0d0980 446b09a003be4259a01dc16085bc8208 - - default default] Floating IP 2b2b0ef9-0e25-49ae-bbce-40fc21843122 associated. External IP: 10.96.250.209, port: d5d87d5d-5ad3-4dba-9817-b59e879d6e1e. [pid: 8|app: 0|req: 635/1225] 10.0.0.218 () {34 vars in 677 bytes} [Sun Aug 16 14:07:00 2026] POST /v2.0/floatingips => generated 842 bytes in 1036 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1226] 10.0.0.218 () {32 vars in 729 bytes} [Sun Aug 16 14:07:01 2026] GET /v2.0/floatingips/2b2b0ef9-0e25-49ae-bbce-40fc21843122 => generated 842 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1227] 10.0.0.218 () {32 vars in 655 bytes} [Sun Aug 16 14:07:01 2026] GET /v2.0/floatingips => generated 845 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:07:02.383 7 INFO neutron.db.l3_db [None req-f11db1e3-f733-495c-a778-a180007333e2 69a406a1a5e245febf1271a70a0d0980 446b09a003be4259a01dc16085bc8208 - - default default] Floating IP 2b2b0ef9-0e25-49ae-bbce-40fc21843122 associated. External IP: 10.96.250.209, port: d5d87d5d-5ad3-4dba-9817-b59e879d6e1e. [pid: 8|app: 0|req: 637/1228] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:07:02 2026] GET /v2.0/ports?device_id=d129a988-c3d9-4437-b87c-f5540a34601c => 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: 638/1229] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:07:02 2026] GET /v2.0/security-groups?id=b089222d-e48b-45bf-87e7-9fb4a70f42f0&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: 639/1230] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:07:02 2026] GET /v2.0/ports?device_id=d129a988-c3d9-4437-b87c-f5540a34601c => 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: 592/1231] 10.0.0.218 () {34 vars in 749 bytes} [Sun Aug 16 14:07:02 2026] PUT /v2.0/floatingips/2b2b0ef9-0e25-49ae-bbce-40fc21843122 => generated 843 bytes in 910 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:07:03.046 7 INFO neutron.db.l3_db [None req-cb0337fa-bb5b-4c1a-9488-7d27f579066f 69a406a1a5e245febf1271a70a0d0980 446b09a003be4259a01dc16085bc8208 - - default default] Floating IP 2b2b0ef9-0e25-49ae-bbce-40fc21843122 disassociated. External IP: 10.96.250.209, port: 7384f7ce-eeb7-4244-8bcf-854083b6899b. 2026-08-16 14:07:03.172 8 INFO neutron.db.l3_db [None req-bea1dbdf-6d6d-4782-bba1-31f363d16b50 17137c46e87440779292fe96eb70a537 b8dbd2138c8d4358bf09fd2f22e874c0 - - default default] Floating IP 33bfecc9-2fa8-40a4-a1e6-64e006ea4b2c associated. External IP: 10.96.250.205, port: 326a3b63-ec0e-4747-bcdc-433d74709d0a. [pid: 7|app: 0|req: 593/1232] 10.0.0.218 () {34 vars in 749 bytes} [Sun Aug 16 14:07:02 2026] PUT /v2.0/floatingips/2b2b0ef9-0e25-49ae-bbce-40fc21843122 => generated 552 bytes in 333 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:07:03.393 7 INFO neutron_taas.services.taas.taas_plugin [None req-30cdc5f9-0343-4961-92de-14f3ccfd5f62 69a406a1a5e245febf1271a70a0d0980 446b09a003be4259a01dc16085bc8208 - - default default] TaaS: Handle Delete Port: 57795f8a-6675-4156-840c-ed644826349c 2026-08-16 14:07:03.396 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-30cdc5f9-0343-4961-92de-14f3ccfd5f62 69a406a1a5e245febf1271a70a0d0980 446b09a003be4259a01dc16085bc8208 - - default default] Tap Mirror: Handle Delete Port: 57795f8a-6675-4156-840c-ed644826349c [pid: 8|app: 0|req: 640/1233] 10.0.0.218 () {34 vars in 749 bytes} [Sun Aug 16 14:07:02 2026] PUT /v2.0/floatingips/33bfecc9-2fa8-40a4-a1e6-64e006ea4b2c => generated 855 bytes in 594 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:07:03.546 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-381f2e72-1030-4c3e-bd0c-7c3eba08f8fb'] response: {'name': 'network-changed', 'server_uuid': 'd129a988-c3d9-4437-b87c-f5540a34601c', 'tag': '326a3b63-ec0e-4747-bcdc-433d74709d0a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 641/1234] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:07:03 2026] GET /v2.0/ports?device_id=d129a988-c3d9-4437-b87c-f5540a34601c => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1235] 10.0.0.218 () {32 vars in 732 bytes} [Sun Aug 16 14:07:03 2026] DELETE /v2.0/floatingips/2b2b0ef9-0e25-49ae-bbce-40fc21843122 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1236] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:07:03 2026] GET /v2.0/security-groups?id=b089222d-e48b-45bf-87e7-9fb4a70f42f0&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-08-16 14:07:03.673 7 INFO neutron.api.v2.resource [None req-0013cd91-4636-4969-9510-bfc877274c2b 69a406a1a5e245febf1271a70a0d0980 446b09a003be4259a01dc16085bc8208 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 596/1237] 10.0.0.218 () {32 vars in 732 bytes} [Sun Aug 16 14:07:03 2026] DELETE /v2.0/floatingips/2b2b0ef9-0e25-49ae-bbce-40fc21843122 => generated 144 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1238] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:07:03 2026] GET /v2.0/ports?device_id=414a39e7-6964-48a2-8c63-d7c186fbbee8 => generated 971 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1239] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:07:03 2026] GET /v2.0/security-groups?id=304a9ea0-6422-4990-839f-f48490dbc310&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1240] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:07:03 2026] GET /v2.0/ports?device_id=414a39e7-6964-48a2-8c63-d7c186fbbee8 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:07:03.847 7 INFO neutron_taas.services.taas.taas_plugin [None req-9dbaa88a-6b8b-429a-9bfc-4738af609c92 69a406a1a5e245febf1271a70a0d0980 446b09a003be4259a01dc16085bc8208 - - default default] TaaS: Handle Delete Port: 7384f7ce-eeb7-4244-8bcf-854083b6899b 2026-08-16 14:07:03.850 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9dbaa88a-6b8b-429a-9bfc-4738af609c92 69a406a1a5e245febf1271a70a0d0980 446b09a003be4259a01dc16085bc8208 - - default default] Tap Mirror: Handle Delete Port: 7384f7ce-eeb7-4244-8bcf-854083b6899b [pid: 8|app: 0|req: 645/1241] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:07:03 2026] GET /v2.0/security-groups?id=304a9ea0-6422-4990-839f-f48490dbc310&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: 646/1242] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:07:03 2026] GET /v2.0/ports?device_id=d129a988-c3d9-4437-b87c-f5540a34601c => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1243] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:07:03 2026] GET /v2.0/security-groups?id=b089222d-e48b-45bf-87e7-9fb4a70f42f0&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: 597/1244] 10.0.0.218 () {32 vars in 720 bytes} [Sun Aug 16 14:07:03 2026] DELETE /v2.0/ports/7384f7ce-eeb7-4244-8bcf-854083b6899b => generated 0 bytes in 340 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1245] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:07:04 2026] GET /v2.0/ports?tenant_id=b8dbd2138c8d4358bf09fd2f22e874c0&device_id=d129a988-c3d9-4437-b87c-f5540a34601c => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1246] 199.204.45.205 () {34 vars in 986 bytes} [Sun Aug 16 14:07:04 2026] GET /v2.0/networks?id=0b618458-02da-4e68-9cf3-04fd48cceb5b => generated 765 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1247] 199.204.45.205 () {34 vars in 1058 bytes} [Sun Aug 16 14:07:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=326a3b63-ec0e-4747-bcdc-433d74709d0a => generated 858 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:07:04.207 8 INFO neutron_taas.services.taas.taas_plugin [None req-57727432-6559-418d-88a8-caa96d3e2750 69a406a1a5e245febf1271a70a0d0980 446b09a003be4259a01dc16085bc8208 - - default default] TaaS: Handle Delete Port: d5d87d5d-5ad3-4dba-9817-b59e879d6e1e 2026-08-16 14:07:04.209 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-57727432-6559-418d-88a8-caa96d3e2750 69a406a1a5e245febf1271a70a0d0980 446b09a003be4259a01dc16085bc8208 - - default default] Tap Mirror: Handle Delete Port: d5d87d5d-5ad3-4dba-9817-b59e879d6e1e [pid: 7|app: 0|req: 601/1248] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:07:04 2026] GET /v2.0/ports?device_id=414a39e7-6964-48a2-8c63-d7c186fbbee8 => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1249] 199.204.45.205 () {34 vars in 984 bytes} [Sun Aug 16 14:07:04 2026] GET /v2.0/subnets?id=879937e7-ff93-4d18-95bb-45a55607cc15 => generated 688 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1250] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:07:04 2026] GET /v2.0/security-groups?id=304a9ea0-6422-4990-839f-f48490dbc310&fields=id&fields=name => generated 114 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1251] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:07:04 2026] GET /v2.0/ports?network_id=0b618458-02da-4e68-9cf3-04fd48cceb5b&device_owner=network%3Adhcp => generated 1244 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1252] 10.0.0.218 () {32 vars in 720 bytes} [Sun Aug 16 14:07:04 2026] DELETE /v2.0/ports/d5d87d5d-5ad3-4dba-9817-b59e879d6e1e => generated 0 bytes in 317 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1253] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:07:04 2026] GET /v2.0/networks/0b618458-02da-4e68-9cf3-04fd48cceb5b?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1254] 10.0.0.218 () {32 vars in 736 bytes} [Sun Aug 16 14:07:04 2026] GET /v2.0/ports?device_id=10ff8ae9-eb16-43f4-8835-2026692a9c78 => generated 958 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1255] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:07:04 2026] GET /v2.0/networks/0b618458-02da-4e68-9cf3-04fd48cceb5b?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: 607/1256] 10.0.0.26 () {32 vars in 801 bytes} [Sun Aug 16 14:07:04 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1259] 10.0.0.26 () {30 vars in 723 bytes} [Sun Aug 16 14:07:04 2026] GET /v2.0/quotas/44ae0300139740e8aa0c502ed57132c7/details => generated 847 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:07:04.809 8 INFO neutron_taas.services.taas.taas_plugin [None req-560cdf9b-ed59-4a32-9d08-bd3ec4028341 69a406a1a5e245febf1271a70a0d0980 446b09a003be4259a01dc16085bc8208 - - default default] TaaS: Handle Delete Port: a58a79a4-e6c0-4732-a3c8-c179f819ce4b 2026-08-16 14:07:04.812 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-560cdf9b-ed59-4a32-9d08-bd3ec4028341 69a406a1a5e245febf1271a70a0d0980 446b09a003be4259a01dc16085bc8208 - - default default] Tap Mirror: Handle Delete Port: a58a79a4-e6c0-4732-a3c8-c179f819ce4b [pid: 7|app: 0|req: 611/1260] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:07:05 2026] GET /v2.0/ports?device_id=d129a988-c3d9-4437-b87c-f5540a34601c => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1261] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:07:05 2026] GET /v2.0/security-groups?id=b089222d-e48b-45bf-87e7-9fb4a70f42f0&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: 650/1262] 10.0.0.218 () {34 vars in 789 bytes} [Sun Aug 16 14:07:04 2026] PUT /v2.0/routers/10ff8ae9-eb16-43f4-8835-2026692a9c78/remove_router_interface => generated 309 bytes in 943 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1263] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:07:05 2026] GET /v2.0/ports?device_id=414a39e7-6964-48a2-8c63-d7c186fbbee8 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1264] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:07:05 2026] GET /v2.0/security-groups?id=304a9ea0-6422-4990-839f-f48490dbc310&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:07:05.644 8 INFO neutron_taas.services.taas.taas_plugin [None req-2b93b22c-12a9-43ec-9063-1f78c580acd1 69a406a1a5e245febf1271a70a0d0980 446b09a003be4259a01dc16085bc8208 - - default default] TaaS: Handle Delete Port: 454da417-c377-473c-b2a7-b3c06fa79d93 2026-08-16 14:07:05.646 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b93b22c-12a9-43ec-9063-1f78c580acd1 69a406a1a5e245febf1271a70a0d0980 446b09a003be4259a01dc16085bc8208 - - default default] Tap Mirror: Handle Delete Port: 454da417-c377-473c-b2a7-b3c06fa79d93 [pid: 7|app: 0|req: 615/1265] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:07:05 2026] GET /v2.0/ports?tenant_id=965b30ef112b4e8095f56c5a0c108d21&device_id=414a39e7-6964-48a2-8c63-d7c186fbbee8 => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1266] 199.204.45.205 () {34 vars in 986 bytes} [Sun Aug 16 14:07:05 2026] GET /v2.0/networks?id=481c51ef-c90c-48a4-99fe-0fa7887cd985 => generated 772 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1267] 199.204.45.205 () {34 vars in 1058 bytes} [Sun Aug 16 14:07:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=02d7885f-5e52-48ce-bf05-bb766eaad180 => generated 860 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1268] 199.204.45.205 () {34 vars in 984 bytes} [Sun Aug 16 14:07:05 2026] GET /v2.0/subnets?id=61c191df-3c6a-4a7c-9a79-e725e7fd95e0 => generated 694 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:07:05.893 8 INFO neutron_taas.services.taas.taas_plugin [None req-2b93b22c-12a9-43ec-9063-1f78c580acd1 69a406a1a5e245febf1271a70a0d0980 446b09a003be4259a01dc16085bc8208 - - default default] TaaS: Handle Delete Port: 5d665d10-33b1-4db2-853e-e80f1b3a42dd 2026-08-16 14:07:05.895 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b93b22c-12a9-43ec-9063-1f78c580acd1 69a406a1a5e245febf1271a70a0d0980 446b09a003be4259a01dc16085bc8208 - - default default] Tap Mirror: Handle Delete Port: 5d665d10-33b1-4db2-853e-e80f1b3a42dd [pid: 7|app: 0|req: 619/1269] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:07:05 2026] GET /v2.0/ports?network_id=481c51ef-c90c-48a4-99fe-0fa7887cd985&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1270] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:07:05 2026] GET /v2.0/networks/481c51ef-c90c-48a4-99fe-0fa7887cd985?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: 621/1271] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:07:05 2026] GET /v2.0/networks/481c51ef-c90c-48a4-99fe-0fa7887cd985?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) 2026-08-16 14:07:06.250 8 INFO neutron.services.segments.plugin [-] Segment c7f3b377-bd9d-409a-af44-c7286c4f02eb resource provider aggregate not found 2026-08-16 14:07:06.255 8 INFO neutron.services.segments.plugin [-] Segment c7f3b377-bd9d-409a-af44-c7286c4f02eb resource provider aggregate not found 2026-08-16 14:07:06.268 8 INFO neutron.db.l3_hamode_db [None req-2b93b22c-12a9-43ec-9063-1f78c580acd1 69a406a1a5e245febf1271a70a0d0980 446b09a003be4259a01dc16085bc8208 - - default default] HA network 0d843141-a611-4540-b869-792f76a85089 was deleted as no HA routers are present in tenant 446b09a003be4259a01dc16085bc8208. 2026-08-16 14:07:06.272 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c7f3b377-bd9d-409a-af44-c7286c4f02eb resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7f3b377-bd9d-409a-af44-c7286c4f02eb found for delete ", "request_id": "req-8eadf996-c65b-4649-900e-f67fa29f8205"}]} [pid: 8|app: 0|req: 651/1272] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:07:05 2026] DELETE /v2.0/routers/10ff8ae9-eb16-43f4-8835-2026692a9c78 => generated 0 bytes in 916 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:07:06.282 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c7f3b377-bd9d-409a-af44-c7286c4f02eb resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7f3b377-bd9d-409a-af44-c7286c4f02eb found for delete ", "request_id": "req-a869cc24-6727-418a-b266-1a93f136d139"}]} [pid: 7|app: 0|req: 622/1273] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:07:06 2026] GET /v2.0/ports?device_id=d129a988-c3d9-4437-b87c-f5540a34601c => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1274] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:07:06 2026] GET /v2.0/security-groups?id=b089222d-e48b-45bf-87e7-9fb4a70f42f0&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: 624/1275] 199.204.45.205 () {34 vars in 994 bytes} [Sun Aug 16 14:07:06 2026] GET /v2.0/ports?device_id=d129a988-c3d9-4437-b87c-f5540a34601c => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1276] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:07:06 2026] DELETE /v2.0/subnets/5f8ff7fa-0230-46c3-b57a-625fc8f40a25 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:07:06.505 7 INFO neutron_taas.services.taas.taas_plugin [req-47eb9f99-a8cb-43a8-bf21-ba25feec8987 req-f2574ed1-b3e1-48a7-a39a-7f784d91fadd 17137c46e87440779292fe96eb70a537 b8dbd2138c8d4358bf09fd2f22e874c0 - - default default] TaaS: Handle Delete Port: 326a3b63-ec0e-4747-bcdc-433d74709d0a 2026-08-16 14:07:06.512 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-47eb9f99-a8cb-43a8-bf21-ba25feec8987 req-f2574ed1-b3e1-48a7-a39a-7f784d91fadd 17137c46e87440779292fe96eb70a537 b8dbd2138c8d4358bf09fd2f22e874c0 - - default default] Tap Mirror: Handle Delete Port: 326a3b63-ec0e-4747-bcdc-433d74709d0a [pid: 8|app: 0|req: 653/1277] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:07:06 2026] DELETE /v2.0/networks/2d20cd4a-3e47-4de6-995e-36de649ac98d => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1278] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:07:06 2026] GET /v2.0/ports?device_id=414a39e7-6964-48a2-8c63-d7c186fbbee8 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:07:06.619 7 INFO neutron.db.l3_db [req-47eb9f99-a8cb-43a8-bf21-ba25feec8987 req-f2574ed1-b3e1-48a7-a39a-7f784d91fadd 17137c46e87440779292fe96eb70a537 b8dbd2138c8d4358bf09fd2f22e874c0 - - default default] Floating IP 33bfecc9-2fa8-40a4-a1e6-64e006ea4b2c disassociated. External IP: 10.96.250.205, port: 326a3b63-ec0e-4747-bcdc-433d74709d0a. [pid: 8|app: 0|req: 655/1279] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:07:06 2026] GET /v2.0/security-groups?id=304a9ea0-6422-4990-839f-f48490dbc310&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: 7|app: 0|req: 625/1280] 199.204.45.205 () {36 vars in 997 bytes} [Sun Aug 16 14:07:06 2026] DELETE /v2.0/ports/326a3b63-ec0e-4747-bcdc-433d74709d0a => generated 0 bytes in 587 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:07:06.988 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-80e26129-2346-4a07-b68c-146ebfd631d2'] response: {'server_uuid': 'd129a988-c3d9-4437-b87c-f5540a34601c', 'name': 'network-vif-deleted', 'tag': '326a3b63-ec0e-4747-bcdc-433d74709d0a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 656/1281] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:07:07 2026] GET /v2.0/security-groups?tenant_id=446b09a003be4259a01dc16085bc8208&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1282] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:07:07 2026] DELETE /v2.0/security-groups/6be2e5b7-2431-47b3-9ca9-82cf502ba561 => 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: 657/1283] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:07:07 2026] GET /v2.0/ports?device_id=d129a988-c3d9-4437-b87c-f5540a34601c => 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: 658/1284] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:07:07 2026] GET /v2.0/ports?device_id=414a39e7-6964-48a2-8c63-d7c186fbbee8 => 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: 659/1285] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:07:07 2026] GET /v2.0/security-groups?id=304a9ea0-6422-4990-839f-f48490dbc310&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: 627/1286] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:07:07 2026] GET /v2.0/security-groups?tenant_id=44ae0300139740e8aa0c502ed57132c7&name=default => generated 2925 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1287] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:07:07 2026] DELETE /v2.0/security-groups/88018634-7ad6-42e7-b994-a794e69e0042 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:07:08.295 8 INFO neutron.services.segments.plugin [-] Segment b49cad0b-216a-410a-adf8-5fe490d61f7c resource provider aggregate not found 2026-08-16 14:07:08.301 8 INFO neutron.services.segments.plugin [-] Segment b49cad0b-216a-410a-adf8-5fe490d61f7c resource provider aggregate not found 2026-08-16 14:07:08.307 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b49cad0b-216a-410a-adf8-5fe490d61f7c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b49cad0b-216a-410a-adf8-5fe490d61f7c found for delete ", "request_id": "req-baf5b1c4-c59e-423b-a45a-ef6e5441a241"}]} 2026-08-16 14:07:08.313 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b49cad0b-216a-410a-adf8-5fe490d61f7c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b49cad0b-216a-410a-adf8-5fe490d61f7c found for delete ", "request_id": "req-11d9b622-0646-4fe6-9efe-f31c63e5529e"}]} [pid: 7|app: 0|req: 628/1288] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:07:08 2026] GET /v2.0/ports?device_id=d129a988-c3d9-4437-b87c-f5540a34601c => 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: 661/1289] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:07:08 2026] GET /v2.0/ports?device_id=414a39e7-6964-48a2-8c63-d7c186fbbee8 => 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: 629/1290] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:07:08 2026] GET /v2.0/security-groups?id=304a9ea0-6422-4990-839f-f48490dbc310&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-08-16 14:07:09.337 8 INFO neutron.db.segments_db [None req-2e41fa91-3bd2-42d9-9c11-075d3a43192c a5cf7bb06b5240169a529ae0bae58688 68eeed79417a42ecbbd698555784e423 - - default default] Added segment 862a2059-5491-42a1-a4a1-fb2651924dbd of type vxlan for network b91a6a71-83bd-4529-858d-0906298cf659 2026-08-16 14:07:09.393 8 INFO neutron.db.segments_db [None req-2e41fa91-3bd2-42d9-9c11-075d3a43192c a5cf7bb06b5240169a529ae0bae58688 68eeed79417a42ecbbd698555784e423 - - default default] Added segment 81eb2043-5a67-4462-b54f-82f20a73e6f6 of type vxlan for network 11a66e12-fa74-4271-b31b-85477d9a1c34 [pid: 8|app: 0|req: 662/1291] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:07:08 2026] POST /v2.0/networks => generated 1245 bytes in 530 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1292] 10.0.0.218 () {32 vars in 649 bytes} [Sun Aug 16 14:07:09 2026] GET /v2.0/networks => generated 1844 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1293] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:07:09 2026] GET /v2.0/ports?device_id=d129a988-c3d9-4437-b87c-f5540a34601c => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:07:09.691 7 INFO neutron.services.segments.plugin [-] Segment 862a2059-5491-42a1-a4a1-fb2651924dbd resource provider aggregate not found 2026-08-16 14:07:09.692 7 INFO neutron.services.segments.plugin [-] Segment 862a2059-5491-42a1-a4a1-fb2651924dbd resource provider aggregate not found [pid: 7|app: 0|req: 631/1294] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:07:09 2026] DELETE /v2.0/networks/b91a6a71-83bd-4529-858d-0906298cf659 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:07:09.714 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 862a2059-5491-42a1-a4a1-fb2651924dbd resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 862a2059-5491-42a1-a4a1-fb2651924dbd found for delete ", "request_id": "req-1fa22224-ff9f-493a-84c6-ac1331d6ff94"}]} 2026-08-16 14:07:09.714 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 862a2059-5491-42a1-a4a1-fb2651924dbd resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 862a2059-5491-42a1-a4a1-fb2651924dbd found for delete ", "request_id": "req-72aee182-9d68-4820-8eb2-5405bf37c077"}]} [pid: 8|app: 0|req: 664/1295] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:07:09 2026] DELETE /v2.0/networks/11a66e12-fa74-4271-b31b-85477d9a1c34 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1296] 10.0.0.218 () {32 vars in 649 bytes} [Sun Aug 16 14:07:09 2026] GET /v2.0/networks => generated 651 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:07:09.963 8 INFO neutron.db.segments_db [None req-54cfa669-6167-4f05-bd5b-dc42309262ac a5cf7bb06b5240169a529ae0bae58688 68eeed79417a42ecbbd698555784e423 - - default default] Added segment 407e1e70-311f-4524-aa06-fd3754196b49 of type vxlan for network 7ae68d20-3cbf-444c-88da-3e8ddbab8bde [pid: 8|app: 0|req: 665/1297] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:07:09 2026] POST /v2.0/networks => generated 649 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1298] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:07:10 2026] GET /v2.0/ports?device_id=414a39e7-6964-48a2-8c63-d7c186fbbee8 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1299] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:07:10 2026] GET /v2.0/security-groups?id=304a9ea0-6422-4990-839f-f48490dbc310&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:07:10.140 7 INFO neutron.db.segments_db [None req-7772b8d6-3d6a-4586-b3ff-5bb9911887f6 a5cf7bb06b5240169a529ae0bae58688 68eeed79417a42ecbbd698555784e423 - - default default] Added segment 76cf0f85-e484-4d4b-bf9e-33a2d4e59abc of type vxlan for network 4bb695ca-8ed2-43d4-a522-2c53512c657b [pid: 7|app: 0|req: 633/1300] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:07:10 2026] POST /v2.0/networks => generated 649 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:07:10.331 8 INFO neutron.services.segments.plugin [-] Segment 81eb2043-5a67-4462-b54f-82f20a73e6f6 resource provider aggregate not found 2026-08-16 14:07:10.339 8 INFO neutron.services.segments.plugin [-] Segment 81eb2043-5a67-4462-b54f-82f20a73e6f6 resource provider aggregate not found 2026-08-16 14:07:10.347 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 81eb2043-5a67-4462-b54f-82f20a73e6f6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81eb2043-5a67-4462-b54f-82f20a73e6f6 found for delete ", "request_id": "req-f2590a0e-e3a3-4e0d-844a-0536e415bd0b"}]} 2026-08-16 14:07:10.360 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 81eb2043-5a67-4462-b54f-82f20a73e6f6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81eb2043-5a67-4462-b54f-82f20a73e6f6 found for delete ", "request_id": "req-20f737dd-5cdb-445a-ae6c-6e61ca2dd9b6"}]} [pid: 7|app: 0|req: 634/1301] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:07:10 2026] DELETE /v2.0/security-groups/b089222d-e48b-45bf-87e7-9fb4a70f42f0 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:07:10.787 7 INFO neutron.api.v2.resource [None req-51599829-2cf4-4ff7-8722-098ac0d90a66 17137c46e87440779292fe96eb70a537 b8dbd2138c8d4358bf09fd2f22e874c0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 635/1302] 10.0.0.218 () {32 vars in 737 bytes} [Sun Aug 16 14:07:10 2026] GET /v2.0/security-groups/b089222d-e48b-45bf-87e7-9fb4a70f42f0 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1303] 10.0.0.218 () {34 vars in 665 bytes} [Sun Aug 16 14:07:10 2026] POST /v2.0/ports => generated 1505 bytes in 587 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-08-16 14:07:10.887 7 INFO neutron_taas.services.taas.taas_plugin [None req-08cbac62-e2ee-4620-9534-42086d6231fb 17137c46e87440779292fe96eb70a537 b8dbd2138c8d4358bf09fd2f22e874c0 - - default default] TaaS: Handle Delete Port: ddc558ec-56da-4775-a6e4-5a437940054b 2026-08-16 14:07:10.890 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-08cbac62-e2ee-4620-9534-42086d6231fb 17137c46e87440779292fe96eb70a537 b8dbd2138c8d4358bf09fd2f22e874c0 - - default default] Tap Mirror: Handle Delete Port: ddc558ec-56da-4775-a6e4-5a437940054b [pid: 8|app: 0|req: 669/1304] 10.0.0.218 () {32 vars in 643 bytes} [Sun Aug 16 14:07:10 2026] GET /v2.0/ports => generated 1505 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:07:10.984 8 INFO neutron_taas.services.taas.taas_plugin [None req-18803093-5899-4b9e-934d-5c2060159afd a5cf7bb06b5240169a529ae0bae58688 68eeed79417a42ecbbd698555784e423 - - default default] TaaS: Handle Delete Port: f84a2902-45bb-4a4b-99d4-5d348d9178aa 2026-08-16 14:07:10.987 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18803093-5899-4b9e-934d-5c2060159afd a5cf7bb06b5240169a529ae0bae58688 68eeed79417a42ecbbd698555784e423 - - default default] Tap Mirror: Handle Delete Port: f84a2902-45bb-4a4b-99d4-5d348d9178aa [pid: 7|app: 0|req: 636/1305] 10.0.0.218 () {32 vars in 732 bytes} [Sun Aug 16 14:07:10 2026] DELETE /v2.0/floatingips/33bfecc9-2fa8-40a4-a1e6-64e006ea4b2c => generated 0 bytes in 256 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1306] 10.0.0.218 () {32 vars in 720 bytes} [Sun Aug 16 14:07:10 2026] DELETE /v2.0/ports/f84a2902-45bb-4a4b-99d4-5d348d9178aa => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:07:11.152 8 INFO neutron_taas.services.taas.taas_plugin [None req-8988c3df-42bc-4a22-8086-e1af40e840dc a5cf7bb06b5240169a529ae0bae58688 68eeed79417a42ecbbd698555784e423 - - default default] TaaS: Handle Delete Port: 29deaf27-82ef-44ba-a8f8-ae1fc9fdc4c7 2026-08-16 14:07:11.155 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8988c3df-42bc-4a22-8086-e1af40e840dc a5cf7bb06b5240169a529ae0bae58688 68eeed79417a42ecbbd698555784e423 - - default default] Tap Mirror: Handle Delete Port: 29deaf27-82ef-44ba-a8f8-ae1fc9fdc4c7 [pid: 8|app: 0|req: 671/1307] 10.0.0.218 () {32 vars in 720 bytes} [Sun Aug 16 14:07:11 2026] DELETE /v2.0/ports/29deaf27-82ef-44ba-a8f8-ae1fc9fdc4c7 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1308] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:07:11 2026] GET /v2.0/ports?device_id=414a39e7-6964-48a2-8c63-d7c186fbbee8 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1309] 10.0.0.218 () {32 vars in 643 bytes} [Sun Aug 16 14:07:11 2026] GET /v2.0/ports => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1310] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:07:11 2026] GET /v2.0/security-groups?id=304a9ea0-6422-4990-839f-f48490dbc310&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-08-16 14:07:11.391 8 INFO neutron.db.segments_db [None req-b434dc01-17fb-41c3-a4e1-30fb1451ea82 a5cf7bb06b5240169a529ae0bae58688 68eeed79417a42ecbbd698555784e423 - - default default] Added segment ff2a9462-3226-4ace-a37e-c7bf5da24357 of type vxlan for network c54d9316-9621-44a8-a8ba-409607df2621 2026-08-16 14:07:11.439 7 INFO neutron_taas.services.taas.taas_plugin [None req-97def028-3590-4108-a24d-b9b47eef7d97 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] TaaS: Handle Delete Port: be63c582-a215-447d-9bc0-28a5087fc4f4 2026-08-16 14:07:11.441 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97def028-3590-4108-a24d-b9b47eef7d97 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Tap Mirror: Handle Delete Port: be63c582-a215-447d-9bc0-28a5087fc4f4 [pid: 8|app: 0|req: 675/1311] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:07:11 2026] POST /v2.0/networks => generated 649 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:07:11.542 8 INFO neutron.db.segments_db [None req-3ead8af5-dac2-4c75-ae96-1a0f607a54d6 a5cf7bb06b5240169a529ae0bae58688 68eeed79417a42ecbbd698555784e423 - - default default] Added segment 9e6755c1-a902-4768-ad52-e0cc78196a7f of type vxlan for network 20cdcd47-6fd6-46bf-ba82-b405aa967313 [pid: 8|app: 0|req: 676/1312] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:07:11 2026] POST /v2.0/networks => generated 649 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1313] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:07:11 2026] POST /v2.0/subnets => generated 1273 bytes in 478 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1314] 10.0.0.218 () {32 vars in 647 bytes} [Sun Aug 16 14:07:12 2026] GET /v2.0/subnets => generated 1909 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1315] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:07:12 2026] DELETE /v2.0/subnets/3f347f30-3daa-4c42-a88e-549c3ee9baa3 => 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: 637/1316] 10.0.0.218 () {34 vars in 789 bytes} [Sun Aug 16 14:07:11 2026] PUT /v2.0/routers/90feaec6-d9d7-4199-9569-b1cd4acf66ba/remove_router_interface => generated 309 bytes in 1413 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:07:12.627 8 INFO neutron.db.segments_db [None req-cdb89e74-7c78-4739-9bc0-ccdeb8beec8f fca98c57c8344d2c9b0d1d7d5049af44 cc3f3360df4c405dadd47494b71c9aee - - default default] Added segment af90311b-1bb7-44dc-bd98-42f745af68a9 of type vxlan for network f82c43e0-e133-439f-bad9-ff0dc82c6fbb [pid: 7|app: 0|req: 638/1317] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:07:12 2026] DELETE /v2.0/subnets/f99c3e86-5dc6-4369-a1c2-0158276d1fb9 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1318] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:07:12 2026] GET /v2.0/ports?device_id=414a39e7-6964-48a2-8c63-d7c186fbbee8 => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1319] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:07:12 2026] POST /v2.0/networks => generated 631 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1320] 10.0.0.218 () {32 vars in 647 bytes} [Sun Aug 16 14:07:12 2026] GET /v2.0/subnets => generated 649 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1321] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:07:12 2026] GET /v2.0/security-groups?id=304a9ea0-6422-4990-839f-f48490dbc310&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-08-16 14:07:12.931 7 INFO neutron_taas.services.taas.taas_plugin [None req-6802be9b-3795-4b95-973e-a9995ac476ab ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] TaaS: Handle Delete Port: e6017102-5ef3-4732-a74b-55702ffe49aa 2026-08-16 14:07:12.933 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6802be9b-3795-4b95-973e-a9995ac476ab ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Tap Mirror: Handle Delete Port: e6017102-5ef3-4732-a74b-55702ffe49aa [pid: 8|app: 0|req: 683/1322] 10.0.0.218 () {34 vars in 664 bytes} [Sun Aug 16 14:07:12 2026] POST /v2.0/ports => generated 743 bytes in 356 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-08-16 14:07:13.164 7 INFO neutron_taas.services.taas.taas_plugin [None req-6802be9b-3795-4b95-973e-a9995ac476ab ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] TaaS: Handle Delete Port: e9d8e30f-6f10-4ed4-ade6-9502864f77fa 2026-08-16 14:07:13.169 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6802be9b-3795-4b95-973e-a9995ac476ab ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Tap Mirror: Handle Delete Port: e9d8e30f-6f10-4ed4-ade6-9502864f77fa 2026-08-16 14:07:13.237 8 INFO neutron.services.segments.plugin [-] Segment 9e6755c1-a902-4768-ad52-e0cc78196a7f resource provider aggregate not found 2026-08-16 14:07:13.243 8 INFO neutron.services.segments.plugin [-] Segment 9e6755c1-a902-4768-ad52-e0cc78196a7f resource provider aggregate not found 2026-08-16 14:07:13.255 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9e6755c1-a902-4768-ad52-e0cc78196a7f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e6755c1-a902-4768-ad52-e0cc78196a7f found for delete ", "request_id": "req-4e704ad8-629a-4147-b4e9-1d1cc9c9f20b"}]} 2026-08-16 14:07:13.263 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9e6755c1-a902-4768-ad52-e0cc78196a7f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e6755c1-a902-4768-ad52-e0cc78196a7f found for delete ", "request_id": "req-00143bc5-0e0b-4ffa-ae80-acbb55e171c3"}]} [pid: 8|app: 0|req: 684/1323] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:07:13 2026] DELETE /v2.0/networks/20cdcd47-6fd6-46bf-ba82-b405aa967313 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:07:13.315 8 INFO neutron.db.segments_db [None req-9d9de7fe-effa-4a3e-8ea0-9974044270bb fca98c57c8344d2c9b0d1d7d5049af44 cc3f3360df4c405dadd47494b71c9aee - - default default] Added segment 86d82d7f-5af6-4fba-8209-49455b79645a of type vxlan for network bbc4beb9-1b8b-4df0-9cbf-6b145bd01e39 [pid: 8|app: 0|req: 685/1324] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:07:13 2026] POST /v2.0/networks => generated 632 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:07:13.516 7 INFO neutron.services.segments.plugin [-] Segment 35272429-c044-4149-91cd-c810b2ff7055 resource provider aggregate not found 2026-08-16 14:07:13.538 7 INFO neutron.services.segments.plugin [-] Segment 35272429-c044-4149-91cd-c810b2ff7055 resource provider aggregate not found [pid: 8|app: 0|req: 686/1325] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:07:13 2026] DELETE /v2.0/networks/c54d9316-9621-44a8-a8ba-409607df2621 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:07:13.546 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 35272429-c044-4149-91cd-c810b2ff7055 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35272429-c044-4149-91cd-c810b2ff7055 found for delete ", "request_id": "req-606826c0-8fc5-473a-9d64-8f3200a7b8b5"}]} 2026-08-16 14:07:13.557 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 35272429-c044-4149-91cd-c810b2ff7055 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35272429-c044-4149-91cd-c810b2ff7055 found for delete ", "request_id": "req-651036cf-a5d4-4dd2-87e5-a78f83e9e9ae"}]} 2026-08-16 14:07:13.561 7 INFO neutron.db.l3_hamode_db [None req-6802be9b-3795-4b95-973e-a9995ac476ab ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] HA network 83714755-28bb-4fa5-871c-f87f3fadf4c3 was deleted as no HA routers are present in tenant b8dbd2138c8d4358bf09fd2f22e874c0. [pid: 7|app: 0|req: 640/1326] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:07:12 2026] DELETE /v2.0/routers/90feaec6-d9d7-4199-9569-b1cd4acf66ba => generated 0 bytes in 856 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1327] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:07:13 2026] DELETE /v2.0/networks/4bb695ca-8ed2-43d4-a522-2c53512c657b => 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: 642/1328] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:07:13 2026] DELETE /v2.0/subnets/879937e7-ff93-4d18-95bb-45a55607cc15 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1329] 10.0.0.218 () {34 vars in 664 bytes} [Sun Aug 16 14:07:13 2026] POST /v2.0/ports => generated 743 bytes in 362 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: 688/1330] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:07:13 2026] GET /v2.0/ports?device_id=414a39e7-6964-48a2-8c63-d7c186fbbee8 => 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: 643/1331] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:07:13 2026] DELETE /v2.0/networks/7ae68d20-3cbf-444c-88da-3e8ddbab8bde => generated 0 bytes in 97 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:07:13.997 7 INFO neutron.db.segments_db [None req-424146e9-5af9-4ab0-ac79-401ddb8308c5 fca98c57c8344d2c9b0d1d7d5049af44 cc3f3360df4c405dadd47494b71c9aee - - default default] Added segment b9c36f1e-3d4f-4f45-a921-ab8c8a95b751 of type vxlan for network f2cf467a-0d12-4050-a2da-8989d3055f0b 2026-08-16 14:07:14.064 8 INFO neutron_taas.services.taas.taas_plugin [None req-c6e6d259-226b-44ce-bba1-9d1918de74c2 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] TaaS: Handle Delete Port: fb19fe9b-686c-45d4-8f4c-2bfa5f4925d1 2026-08-16 14:07:14.067 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6e6d259-226b-44ce-bba1-9d1918de74c2 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Tap Mirror: Handle Delete Port: fb19fe9b-686c-45d4-8f4c-2bfa5f4925d1 [pid: 7|app: 0|req: 644/1332] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:07:13 2026] POST /v2.0/networks => generated 631 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1333] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:07:14 2026] GET /v2.0/security-groups?id=304a9ea0-6422-4990-839f-f48490dbc310&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: 689/1334] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:07:13 2026] DELETE /v2.0/networks/0b618458-02da-4e68-9cf3-04fd48cceb5b => generated 0 bytes in 434 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1335] 10.0.0.218 () {34 vars in 664 bytes} [Sun Aug 16 14:07:14 2026] POST /v2.0/ports => generated 743 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:07:14.591 8 INFO neutron.db.segments_db [None req-64c06fed-b3c7-4f62-aa3e-1e6103050185 fca98c57c8344d2c9b0d1d7d5049af44 cc3f3360df4c405dadd47494b71c9aee - - default default] Added segment 3951210e-c04e-46e0-b03a-909256d84f7d of type vxlan for network 930b14dc-2800-4212-b2ad-e29489d69978 [pid: 8|app: 0|req: 690/1336] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:07:14 2026] POST /v2.0/networks => generated 632 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1337] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:07:14 2026] GET /v2.0/security-groups?tenant_id=b8dbd2138c8d4358bf09fd2f22e874c0&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 647/1338] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:07:14 2026] GET /v2.0/security-groups?tenant_id=68eeed79417a42ecbbd698555784e423&name=default => generated 2925 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1339] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:07:14 2026] DELETE /v2.0/security-groups/389249b8-1728-411e-b0aa-a8d606db704c => 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: 649/1340] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:07:14 2026] DELETE /v2.0/security-groups/6e07a2a4-c059-4831-86c3-f70108ad50f7 => 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: 692/1341] 10.0.0.218 () {34 vars in 664 bytes} [Sun Aug 16 14:07:14 2026] POST /v2.0/ports => generated 743 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:07:15.223 7 INFO neutron.db.segments_db [None req-1e7d9ffd-43b9-4d73-b5b1-770b6f386e23 fca98c57c8344d2c9b0d1d7d5049af44 cc3f3360df4c405dadd47494b71c9aee - - default default] Added segment fdc6ab12-8d4f-49ad-af3c-433bf379a049 of type vxlan for network 241cff19-09c8-4f0c-aa11-18d8d334f423 2026-08-16 14:07:15.274 8 INFO neutron.services.segments.plugin [-] Segment ff2a9462-3226-4ace-a37e-c7bf5da24357 resource provider aggregate not found 2026-08-16 14:07:15.285 8 INFO neutron.services.segments.plugin [-] Segment ff2a9462-3226-4ace-a37e-c7bf5da24357 resource provider aggregate not found 2026-08-16 14:07:15.296 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ff2a9462-3226-4ace-a37e-c7bf5da24357 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff2a9462-3226-4ace-a37e-c7bf5da24357 found for delete ", "request_id": "req-23894bd6-f9a2-432c-9a6e-d4eb9e149c49"}]} 2026-08-16 14:07:15.303 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ff2a9462-3226-4ace-a37e-c7bf5da24357 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff2a9462-3226-4ace-a37e-c7bf5da24357 found for delete ", "request_id": "req-39ffa0ae-fb22-4943-9adc-3119a72db334"}]} 2026-08-16 14:07:15.313 8 INFO neutron.services.segments.plugin [-] Segment 29d12353-9075-48ee-b488-f6570dcc4e28 resource provider aggregate not found 2026-08-16 14:07:15.337 8 INFO neutron.services.segments.plugin [-] Segment 29d12353-9075-48ee-b488-f6570dcc4e28 resource provider aggregate not found 2026-08-16 14:07:15.341 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 29d12353-9075-48ee-b488-f6570dcc4e28 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29d12353-9075-48ee-b488-f6570dcc4e28 found for delete ", "request_id": "req-1156d279-b243-4689-bd2a-be98c83b1156"}]} 2026-08-16 14:07:15.358 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 29d12353-9075-48ee-b488-f6570dcc4e28 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29d12353-9075-48ee-b488-f6570dcc4e28 found for delete ", "request_id": "req-887bce27-fcf7-4a7f-bc3e-9ec9aa12b342"}]} [pid: 7|app: 0|req: 650/1342] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:07:15 2026] POST /v2.0/networks => generated 632 bytes in 216 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-08-16 14:07:15.565 7 INFO neutron.services.segments.plugin [-] Segment 76cf0f85-e484-4d4b-bf9e-33a2d4e59abc resource provider aggregate not found 2026-08-16 14:07:15.582 7 INFO neutron.services.segments.plugin [-] Segment 76cf0f85-e484-4d4b-bf9e-33a2d4e59abc resource provider aggregate not found 2026-08-16 14:07:15.592 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 76cf0f85-e484-4d4b-bf9e-33a2d4e59abc resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76cf0f85-e484-4d4b-bf9e-33a2d4e59abc found for delete ", "request_id": "req-66ce9039-12b2-4fbc-85ce-dbf2714a88e4"}]} 2026-08-16 14:07:15.601 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 76cf0f85-e484-4d4b-bf9e-33a2d4e59abc resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76cf0f85-e484-4d4b-bf9e-33a2d4e59abc found for delete ", "request_id": "req-1d39d722-4229-467e-b15e-19e55e8012e9"}]} 2026-08-16 14:07:15.608 7 INFO neutron.services.segments.plugin [-] Segment 407e1e70-311f-4524-aa06-fd3754196b49 resource provider aggregate not found 2026-08-16 14:07:15.619 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 407e1e70-311f-4524-aa06-fd3754196b49 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 407e1e70-311f-4524-aa06-fd3754196b49 found for delete ", "request_id": "req-836cbddd-8c5c-4326-8020-1eae86130303"}]} 2026-08-16 14:07:15.623 7 INFO neutron.services.segments.plugin [-] Segment 407e1e70-311f-4524-aa06-fd3754196b49 resource provider aggregate not found 2026-08-16 14:07:15.644 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 407e1e70-311f-4524-aa06-fd3754196b49 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 407e1e70-311f-4524-aa06-fd3754196b49 found for delete ", "request_id": "req-71ec5d12-853e-44aa-8b93-6d5572a27d21"}]} [pid: 8|app: 0|req: 693/1343] 10.0.0.218 () {34 vars in 664 bytes} [Sun Aug 16 14:07:15 2026] POST /v2.0/ports => generated 743 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1344] 10.0.0.218 () {34 vars in 747 bytes} [Sun Aug 16 14:07:15 2026] PUT /v2.0/ports/978c4891-8ff0-48c1-bab6-2fbd43a81178/tags => generated 17 bytes in 113 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: 694/1345] 10.0.0.218 () {34 vars in 747 bytes} [Sun Aug 16 14:07:15 2026] PUT /v2.0/ports/f4a9b335-7785-4c45-b28c-1021beb54a6f/tags => generated 25 bytes in 86 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: 652/1346] 10.0.0.218 () {34 vars in 747 bytes} [Sun Aug 16 14:07:15 2026] PUT /v2.0/ports/8c243ce2-52e4-4a01-bc2c-9026a857c47a/tags => generated 34 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 695/1347] 10.0.0.218 () {34 vars in 747 bytes} [Sun Aug 16 14:07:15 2026] PUT /v2.0/ports/7d224957-57e5-4799-82a6-21d0b6a90596/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: 653/1348] 10.0.0.218 () {32 vars in 660 bytes} [Sun Aug 16 14:07:16 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 130 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: 696/1349] 10.0.0.218 () {32 vars in 674 bytes} [Sun Aug 16 14:07:16 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1350] 10.0.0.218 () {32 vars in 670 bytes} [Sun Aug 16 14:07:16 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1351] 10.0.0.218 () {32 vars in 682 bytes} [Sun Aug 16 14:07:16 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1352] 10.0.0.218 () {32 vars in 668 bytes} [Sun Aug 16 14:07:16 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1353] 10.0.0.218 () {32 vars in 682 bytes} [Sun Aug 16 14:07:16 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 451 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1354] 10.0.0.218 () {32 vars in 678 bytes} [Sun Aug 16 14:07:17 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1355] 10.0.0.218 () {32 vars in 690 bytes} [Sun Aug 16 14:07:17 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:07:17.260 8 INFO neutron_taas.services.taas.taas_plugin [None req-1f127acb-ca9c-4ab7-b6a5-3139b813d2da fca98c57c8344d2c9b0d1d7d5049af44 cc3f3360df4c405dadd47494b71c9aee - - default default] TaaS: Handle Delete Port: 978c4891-8ff0-48c1-bab6-2fbd43a81178 2026-08-16 14:07:17.264 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f127acb-ca9c-4ab7-b6a5-3139b813d2da fca98c57c8344d2c9b0d1d7d5049af44 cc3f3360df4c405dadd47494b71c9aee - - default default] Tap Mirror: Handle Delete Port: 978c4891-8ff0-48c1-bab6-2fbd43a81178 [pid: 7|app: 0|req: 656/1356] 10.0.0.218 () {34 vars in 684 bytes} [Sun Aug 16 14:07:16 2026] POST /v2.0/security-groups => generated 1624 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1357] 10.0.0.218 () {32 vars in 720 bytes} [Sun Aug 16 14:07:17 2026] DELETE /v2.0/ports/978c4891-8ff0-48c1-bab6-2fbd43a81178 => 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: 657/1358] 10.0.0.218 () {32 vars in 663 bytes} [Sun Aug 16 14:07:17 2026] GET /v2.0/security-groups => generated 4529 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:07:17.437 8 INFO neutron_taas.services.taas.taas_plugin [None req-5815d4eb-fe33-4007-8a13-3d5ee349d2d3 fca98c57c8344d2c9b0d1d7d5049af44 cc3f3360df4c405dadd47494b71c9aee - - default default] TaaS: Handle Delete Port: f4a9b335-7785-4c45-b28c-1021beb54a6f 2026-08-16 14:07:17.441 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5815d4eb-fe33-4007-8a13-3d5ee349d2d3 fca98c57c8344d2c9b0d1d7d5049af44 cc3f3360df4c405dadd47494b71c9aee - - default default] Tap Mirror: Handle Delete Port: f4a9b335-7785-4c45-b28c-1021beb54a6f [pid: 7|app: 0|req: 658/1359] 10.0.0.218 () {34 vars in 758 bytes} [Sun Aug 16 14:07:17 2026] PUT /v2.0/security-groups/0d84cf5c-0a8f-4646-95b6-e869da5b1284 => generated 1662 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1360] 10.0.0.218 () {32 vars in 737 bytes} [Sun Aug 16 14:07:17 2026] GET /v2.0/security-groups/0d84cf5c-0a8f-4646-95b6-e869da5b1284 => generated 1662 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1361] 10.0.0.218 () {32 vars in 720 bytes} [Sun Aug 16 14:07:17 2026] DELETE /v2.0/ports/f4a9b335-7785-4c45-b28c-1021beb54a6f => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1362] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:07:17 2026] DELETE /v2.0/security-groups/0d84cf5c-0a8f-4646-95b6-e869da5b1284 => 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: 661/1363] 10.0.0.218 () {32 vars in 663 bytes} [Sun Aug 16 14:07:17 2026] GET /v2.0/security-groups => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:07:17.631 8 INFO neutron_taas.services.taas.taas_plugin [None req-78ab6cd5-73d3-46eb-9c0e-c31df682ac28 fca98c57c8344d2c9b0d1d7d5049af44 cc3f3360df4c405dadd47494b71c9aee - - default default] TaaS: Handle Delete Port: 8c243ce2-52e4-4a01-bc2c-9026a857c47a 2026-08-16 14:07:17.634 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78ab6cd5-73d3-46eb-9c0e-c31df682ac28 fca98c57c8344d2c9b0d1d7d5049af44 cc3f3360df4c405dadd47494b71c9aee - - default default] Tap Mirror: Handle Delete Port: 8c243ce2-52e4-4a01-bc2c-9026a857c47a 2026-08-16 14:07:17.645 7 INFO neutron.api.v2.resource [None req-65b249ba-0f51-4909-9ed8-327a0d7b0691 987772cfc207437fabc3bfa8439a4d04 9f5331662f8242399ce12322adc50121 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 662/1364] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:07:17 2026] DELETE /v2.0/security-groups/0d84cf5c-0a8f-4646-95b6-e869da5b1284 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1365] 10.0.0.218 () {32 vars in 720 bytes} [Sun Aug 16 14:07:17 2026] DELETE /v2.0/ports/8c243ce2-52e4-4a01-bc2c-9026a857c47a => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1366] 10.0.0.218 () {34 vars in 684 bytes} [Sun Aug 16 14:07:17 2026] POST /v2.0/security-groups => generated 1623 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-16 14:07:17.808 8 INFO neutron_taas.services.taas.taas_plugin [None req-c1fe0e52-f4d2-4d42-b411-634150755fb2 fca98c57c8344d2c9b0d1d7d5049af44 cc3f3360df4c405dadd47494b71c9aee - - default default] TaaS: Handle Delete Port: 7d224957-57e5-4799-82a6-21d0b6a90596 2026-08-16 14:07:17.810 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c1fe0e52-f4d2-4d42-b411-634150755fb2 fca98c57c8344d2c9b0d1d7d5049af44 cc3f3360df4c405dadd47494b71c9aee - - default default] Tap Mirror: Handle Delete Port: 7d224957-57e5-4799-82a6-21d0b6a90596 [pid: 8|app: 0|req: 704/1367] 10.0.0.218 () {32 vars in 720 bytes} [Sun Aug 16 14:07:17 2026] DELETE /v2.0/ports/7d224957-57e5-4799-82a6-21d0b6a90596 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1368] 10.0.0.218 () {34 vars in 695 bytes} [Sun Aug 16 14:07:17 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: 665/1369] 10.0.0.218 () {32 vars in 747 bytes} [Sun Aug 16 14:07:17 2026] GET /v2.0/security-group-rules/8436c7b4-5d52-4640-ab3f-d07b57b2fa6e => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:07:17.962 8 INFO neutron_taas.services.taas.taas_plugin [None req-cb6a24ef-79c7-4203-b74d-5d7ac333e1b5 fca98c57c8344d2c9b0d1d7d5049af44 cc3f3360df4c405dadd47494b71c9aee - - default default] TaaS: Handle Delete Port: 387ff9af-50c7-47c6-9493-23a615b78421 [pid: 7|app: 0|req: 666/1370] 10.0.0.218 () {32 vars in 673 bytes} [Sun Aug 16 14:07:17 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:07:17.964 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb6a24ef-79c7-4203-b74d-5d7ac333e1b5 fca98c57c8344d2c9b0d1d7d5049af44 cc3f3360df4c405dadd47494b71c9aee - - default default] Tap Mirror: Handle Delete Port: 387ff9af-50c7-47c6-9493-23a615b78421 [pid: 7|app: 0|req: 667/1371] 10.0.0.218 () {32 vars in 750 bytes} [Sun Aug 16 14:07:17 2026] DELETE /v2.0/security-group-rules/8436c7b4-5d52-4640-ab3f-d07b57b2fa6e => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1372] 10.0.0.218 () {32 vars in 720 bytes} [Sun Aug 16 14:07:17 2026] DELETE /v2.0/ports/387ff9af-50c7-47c6-9493-23a615b78421 => 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: 668/1373] 10.0.0.218 () {32 vars in 673 bytes} [Sun Aug 16 14:07:18 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:07:18.176 8 INFO neutron.services.segments.plugin [-] Segment af90311b-1bb7-44dc-bd98-42f745af68a9 resource provider aggregate not found 2026-08-16 14:07:18.186 8 INFO neutron.services.segments.plugin [-] Segment af90311b-1bb7-44dc-bd98-42f745af68a9 resource provider aggregate not found [pid: 7|app: 0|req: 669/1374] 10.0.0.218 () {34 vars in 695 bytes} [Sun Aug 16 14:07:18 2026] POST /v2.0/security-group-rules => generated 601 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:07:18.194 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment af90311b-1bb7-44dc-bd98-42f745af68a9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af90311b-1bb7-44dc-bd98-42f745af68a9 found for delete ", "request_id": "req-364ded5a-dcd7-43ec-b2f4-dc924b9136eb"}]} 2026-08-16 14:07:18.208 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment af90311b-1bb7-44dc-bd98-42f745af68a9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af90311b-1bb7-44dc-bd98-42f745af68a9 found for delete ", "request_id": "req-1f7c2035-8119-4be9-9263-19a17f774183"}]} [pid: 7|app: 0|req: 670/1375] 10.0.0.218 () {32 vars in 747 bytes} [Sun Aug 16 14:07:18 2026] GET /v2.0/security-group-rules/a99b2f0e-afa3-4dff-b7bd-06bc50c4fd62 => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1376] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:07:18 2026] DELETE /v2.0/networks/f82c43e0-e133-439f-bad9-ff0dc82c6fbb => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1377] 10.0.0.218 () {32 vars in 673 bytes} [Sun Aug 16 14:07:18 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1378] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:07:18 2026] DELETE /v2.0/networks/bbc4beb9-1b8b-4df0-9cbf-6b145bd01e39 => 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: 672/1379] 10.0.0.218 () {32 vars in 750 bytes} [Sun Aug 16 14:07:18 2026] DELETE /v2.0/security-group-rules/a99b2f0e-afa3-4dff-b7bd-06bc50c4fd62 => 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: 708/1380] 10.0.0.218 () {32 vars in 673 bytes} [Sun Aug 16 14:07:18 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) 2026-08-16 14:07:18.471 8 INFO neutron.db.securitygroups_db [None req-59112fb2-8008-4973-9752-12d50beb17e3 987772cfc207437fabc3bfa8439a4d04 9f5331662f8242399ce12322adc50121 - - default default] Project 9f5331662f8242399ce12322adc50121 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-08-16 14:07:18.483 7 INFO neutron.services.segments.plugin [-] Segment b9c36f1e-3d4f-4f45-a921-ab8c8a95b751 resource provider aggregate not found 2026-08-16 14:07:18.487 7 INFO neutron.services.segments.plugin [-] Segment b9c36f1e-3d4f-4f45-a921-ab8c8a95b751 resource provider aggregate not found 2026-08-16 14:07:18.504 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment b9c36f1e-3d4f-4f45-a921-ab8c8a95b751 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9c36f1e-3d4f-4f45-a921-ab8c8a95b751 found for delete ", "request_id": "req-ee30d009-20f8-4674-82e0-ba09a01f418f"}]} 2026-08-16 14:07:18.510 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment b9c36f1e-3d4f-4f45-a921-ab8c8a95b751 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9c36f1e-3d4f-4f45-a921-ab8c8a95b751 found for delete ", "request_id": "req-7d559f08-3872-4db0-88c4-ff62e73ccd75"}]} [pid: 7|app: 0|req: 673/1381] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:07:18 2026] DELETE /v2.0/networks/f2cf467a-0d12-4050-a2da-8989d3055f0b => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1382] 10.0.0.218 () {34 vars in 695 bytes} [Sun Aug 16 14:07:18 2026] POST /v2.0/security-group-rules => generated 607 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1383] 10.0.0.218 () {32 vars in 747 bytes} [Sun Aug 16 14:07:18 2026] GET /v2.0/security-group-rules/b4a58d30-d3b2-416f-a5d6-a695e02f9649 => generated 607 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1384] 10.0.0.218 () {32 vars in 673 bytes} [Sun Aug 16 14:07:18 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1385] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:07:18 2026] DELETE /v2.0/networks/930b14dc-2800-4212-b2ad-e29489d69978 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1386] 10.0.0.218 () {32 vars in 750 bytes} [Sun Aug 16 14:07:18 2026] DELETE /v2.0/security-group-rules/b4a58d30-d3b2-416f-a5d6-a695e02f9649 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1387] 10.0.0.218 () {32 vars in 673 bytes} [Sun Aug 16 14:07:18 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1388] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:07:18 2026] DELETE /v2.0/security-groups/f1deb92c-c16e-434c-a65e-29ccbe803c71 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1389] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:07:18 2026] DELETE /v2.0/networks/241cff19-09c8-4f0c-aa11-18d8d334f423 => 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: 715/1390] 10.0.0.218 () {32 vars in 663 bytes} [Sun Aug 16 14:07:18 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1391] 10.0.0.218 () {32 vars in 663 bytes} [Sun Aug 16 14:07:18 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: 716/1394] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:07:19 2026] GET /v2.0/security-groups?tenant_id=9f5331662f8242399ce12322adc50121&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: 679/1395] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:07:19 2026] DELETE /v2.0/security-groups/efad3a3f-7342-4e35-a425-2df7d1ac968c => 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: 717/1396] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:07:19 2026] GET /v2.0/security-groups?tenant_id=cc3f3360df4c405dadd47494b71c9aee&name=default => generated 2925 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1397] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:07:19 2026] DELETE /v2.0/security-groups/d3bed2e5-83a6-4243-b6c0-cf49c1d88831 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:07:20.220 8 INFO neutron.services.segments.plugin [-] Segment 86d82d7f-5af6-4fba-8209-49455b79645a resource provider aggregate not found 2026-08-16 14:07:20.226 8 INFO neutron.services.segments.plugin [-] Segment 86d82d7f-5af6-4fba-8209-49455b79645a resource provider aggregate not found 2026-08-16 14:07:20.235 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 86d82d7f-5af6-4fba-8209-49455b79645a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86d82d7f-5af6-4fba-8209-49455b79645a found for delete ", "request_id": "req-5ba9b9b7-4a79-4154-a326-ee3bbaa74129"}]} 2026-08-16 14:07:20.254 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 86d82d7f-5af6-4fba-8209-49455b79645a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86d82d7f-5af6-4fba-8209-49455b79645a found for delete ", "request_id": "req-881b02ba-57c7-49cf-a4e9-9e73ec3e25b6"}]} [pid: 7|app: 0|req: 681/1398] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:07:20 2026] GET /v2.0/security-groups?tenant_id=0ad24745135d4ef98f2d1dc2fed1eacd&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1399] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:07:20 2026] DELETE /v2.0/security-groups/94142447-41d9-4c06-b7e3-c8eb63ea5143 => 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: 718/1400] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:07:20 2026] GET /v2.0/security-groups?tenant_id=aa7596f9d78d46d6a14bb3433806443c&name=default => generated 2925 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1401] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:07:20 2026] DELETE /v2.0/security-groups/bc05251a-76db-4de9-89c6-c9d7854b5c15 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:07:20.532 7 INFO neutron.services.segments.plugin [-] Segment 3951210e-c04e-46e0-b03a-909256d84f7d resource provider aggregate not found 2026-08-16 14:07:20.537 7 INFO neutron.services.segments.plugin [-] Segment 3951210e-c04e-46e0-b03a-909256d84f7d resource provider aggregate not found 2026-08-16 14:07:20.550 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3951210e-c04e-46e0-b03a-909256d84f7d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3951210e-c04e-46e0-b03a-909256d84f7d found for delete ", "request_id": "req-220871d0-aa8e-4246-b148-2126719cfddc"}]} 2026-08-16 14:07:20.554 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3951210e-c04e-46e0-b03a-909256d84f7d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3951210e-c04e-46e0-b03a-909256d84f7d found for delete ", "request_id": "req-6b854ee7-1c27-4cbe-b9ca-1b1d7ae0b56b"}]} 2026-08-16 14:07:20.567 7 INFO neutron.services.segments.plugin [-] Segment fdc6ab12-8d4f-49ad-af3c-433bf379a049 resource provider aggregate not found 2026-08-16 14:07:20.571 7 INFO neutron.services.segments.plugin [-] Segment fdc6ab12-8d4f-49ad-af3c-433bf379a049 resource provider aggregate not found 2026-08-16 14:07:20.588 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment fdc6ab12-8d4f-49ad-af3c-433bf379a049 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdc6ab12-8d4f-49ad-af3c-433bf379a049 found for delete ", "request_id": "req-969511d9-c211-4bcf-b2af-2c743e0c2a79"}]} 2026-08-16 14:07:20.592 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment fdc6ab12-8d4f-49ad-af3c-433bf379a049 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdc6ab12-8d4f-49ad-af3c-433bf379a049 found for delete ", "request_id": "req-83f7bb0c-2f72-4fae-b04d-dc8aee853d56"}]} [pid: 8|app: 0|req: 719/1402] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:07:20 2026] GET /v2.0/security-groups?tenant_id=2da949ac78b14bf08c9216f38c02b3aa&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1403] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:07:20 2026] DELETE /v2.0/security-groups/4ef48af1-1d7e-41fc-a832-9f3ae5161e7b => 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: 720/1404] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:07:20 2026] GET /v2.0/security-groups?tenant_id=613e275c45664840a1d31ff3e431b152&name=default => generated 2925 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1405] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:07:20 2026] DELETE /v2.0/security-groups/f187ad3c-f18b-469a-a767-4a89e73cfcd8 => 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: 721/1406] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:07:23 2026] GET /v2.0/security-groups?tenant_id=54113242c23d4980a96dcaab2474742d&name=default => generated 2925 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1407] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:07:24 2026] DELETE /v2.0/security-groups/004466e1-9ab5-48c8-a8e2-c31620fa2fd8 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1408] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:07:24 2026] GET /v2.0/security-groups?tenant_id=e650c32438cb4394898f5292ce706fd9&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1409] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:07:24 2026] DELETE /v2.0/security-groups/7e4a2470-dd55-4e32-a811-3f19b87c637b => 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: 687/1410] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:07:24 2026] GET /v2.0/security-groups?tenant_id=93b44b8ab9c4416c87c2836655176fa2&name=default => generated 2925 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1411] 10.0.0.218 () {34 vars in 678 bytes} [Sun Aug 16 14:07:24 2026] POST /v2.0/qos/policies => generated 359 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1412] 10.0.0.218 () {34 vars in 678 bytes} [Sun Aug 16 14:07:24 2026] POST /v2.0/qos/policies => generated 359 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1413] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:07:24 2026] DELETE /v2.0/security-groups/5a729f63-0354-4ca5-9b8e-6e70666a88b5 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1414] 10.0.0.218 () {34 vars in 678 bytes} [Sun Aug 16 14:07:24 2026] POST /v2.0/qos/policies => generated 359 bytes in 32 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1415] 10.0.0.218 () {34 vars in 678 bytes} [Sun Aug 16 14:07:24 2026] POST /v2.0/qos/policies => generated 359 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1416] 10.0.0.218 () {34 vars in 678 bytes} [Sun Aug 16 14:07:25 2026] POST /v2.0/qos/policies => generated 359 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1417] 10.0.0.218 () {34 vars in 753 bytes} [Sun Aug 16 14:07:25 2026] PUT /v2.0/policies/90e61cbb-8b54-4b06-a8a1-79ccb0f9e8fe/tags => generated 17 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1418] 10.0.0.218 () {34 vars in 753 bytes} [Sun Aug 16 14:07:25 2026] PUT /v2.0/policies/41ec27b0-95d9-4b4d-a6c1-eae87038e9ad/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1419] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:07:25 2026] GET /v2.0/security-groups?tenant_id=7083b9a6c727480a85f0cfaf8db6b5b6&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: 729/1420] 10.0.0.218 () {34 vars in 753 bytes} [Sun Aug 16 14:07:25 2026] PUT /v2.0/policies/6b1f4029-c501-44ba-9dd7-218cf8c03693/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: 730/1421] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:07:25 2026] DELETE /v2.0/security-groups/2171b27f-f279-4c8d-adfd-18606dd5de26 => 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: 731/1422] 10.0.0.218 () {34 vars in 753 bytes} [Sun Aug 16 14:07:25 2026] PUT /v2.0/policies/fa763606-3a6c-4107-b038-564f68c6339f/tags => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1423] 10.0.0.221 () {34 vars in 990 bytes} [Sun Aug 16 14:07:25 2026] GET /v2.0/ports?device_id=414a39e7-6964-48a2-8c63-d7c186fbbee8 => generated 1240 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1424] 10.0.0.221 () {34 vars in 1040 bytes} [Sun Aug 16 14:07:25 2026] GET /v2.0/security-groups?id=304a9ea0-6422-4990-839f-f48490dbc310&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: 693/1425] 10.0.0.218 () {32 vars in 674 bytes} [Sun Aug 16 14:07:25 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1426] 10.0.0.218 () {32 vars in 688 bytes} [Sun Aug 16 14:07:26 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1427] 10.0.0.218 () {32 vars in 684 bytes} [Sun Aug 16 14:07:26 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1428] 10.0.0.218 () {32 vars in 696 bytes} [Sun Aug 16 14:07:26 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1429] 10.0.0.218 () {32 vars in 682 bytes} [Sun Aug 16 14:07:26 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: 735/1430] 10.0.0.218 () {32 vars in 696 bytes} [Sun Aug 16 14:07:26 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1431] 10.0.0.218 () {32 vars in 692 bytes} [Sun Aug 16 14:07:26 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1432] 10.0.0.218 () {32 vars in 704 bytes} [Sun Aug 16 14:07:26 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1433] 10.0.0.218 () {32 vars in 734 bytes} [Sun Aug 16 14:07:26 2026] DELETE /v2.0/qos/policies/90e61cbb-8b54-4b06-a8a1-79ccb0f9e8fe => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1434] 10.0.0.218 () {32 vars in 734 bytes} [Sun Aug 16 14:07:26 2026] DELETE /v2.0/qos/policies/41ec27b0-95d9-4b4d-a6c1-eae87038e9ad => 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: 698/1435] 10.0.0.218 () {32 vars in 734 bytes} [Sun Aug 16 14:07:26 2026] DELETE /v2.0/qos/policies/6b1f4029-c501-44ba-9dd7-218cf8c03693 => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1436] 10.0.0.218 () {32 vars in 734 bytes} [Sun Aug 16 14:07:26 2026] DELETE /v2.0/qos/policies/fa763606-3a6c-4107-b038-564f68c6339f => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1437] 10.0.0.218 () {32 vars in 734 bytes} [Sun Aug 16 14:07:26 2026] DELETE /v2.0/qos/policies/5f6f64af-b913-47ea-a810-ac356fb2bc49 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1438] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:07:27 2026] GET /v2.0/security-groups?tenant_id=d35382106a0943b9b31dad3b8ddbf73c&name=default => generated 2925 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1439] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:07:27 2026] DELETE /v2.0/security-groups/57aa285c-a9e5-4291-8f81-4de91d363cd8 => 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: 740/1440] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:07:28 2026] GET /v2.0/security-groups?tenant_id=d63b0bca672e41c180b1e3c1d1c804d6&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1441] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:07:28 2026] DELETE /v2.0/security-groups/409f8260-a06c-4980-bf95-c25be52f396f => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1442] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:07:28 2026] GET /v2.0/security-groups?tenant_id=ce46348f3e514665b834b591d3e3af07&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1443] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:07:28 2026] DELETE /v2.0/security-groups/7746ebcd-3788-41cb-be7c-c3efc7d1a42b => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1444] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:07:29 2026] GET /v2.0/security-groups?tenant_id=ecbfee5a26e14f368e3b5bc76d14dbdb&name=default => generated 2925 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1445] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:07:29 2026] DELETE /v2.0/security-groups/e953cefd-5de0-474c-a1dc-24e9c603d1b4 => 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: 743/1446] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:07:30 2026] GET /v2.0/security-groups?tenant_id=a61431360c2a4e51b192572c392aa573&name=default => generated 2925 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1447] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:07:30 2026] DELETE /v2.0/security-groups/0bf45a2a-299b-4f29-b755-d51f8fc11b3e => 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: 744/1448] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:07:31 2026] GET /v2.0/security-groups?tenant_id=c2a319ce4356416a876d77d7c02a23d7&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: 705/1449] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:07:31 2026] DELETE /v2.0/security-groups/b6e64506-8f14-446d-89f9-337d7c55c1df => 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: 745/1450] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:07:31 2026] GET /v2.0/security-groups?tenant_id=db21096d945646cca15e758a50595f9d&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1451] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:07:31 2026] DELETE /v2.0/security-groups/e4543c4c-9086-4eb2-b4f1-56e7f577a65f => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:07:33.255 8 INFO neutron.db.segments_db [None req-dd1c0b05-f729-4eb8-8520-b49dd7398e79 384348c24567404f8ce5f9bd4d3b39f1 d84f3fb3a55c4e9c8d7e27d907b1f646 - - default default] Added segment 18921f56-bb7d-4b95-8450-ec435de95685 of type vxlan for network 294ebd50-2329-46d0-bdf1-01257cffe446 2026-08-16 14:07:33.497 8 INFO neutron.db.l3_hamode_db [None req-dd1c0b05-f729-4eb8-8520-b49dd7398e79 384348c24567404f8ce5f9bd4d3b39f1 d84f3fb3a55c4e9c8d7e27d907b1f646 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-16 14:07:33.620 8 INFO neutron.db.l3_hamode_db [None req-dd1c0b05-f729-4eb8-8520-b49dd7398e79 384348c24567404f8ce5f9bd4d3b39f1 d84f3fb3a55c4e9c8d7e27d907b1f646 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 707/1452] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:07:33 2026] GET /v2.0/security-groups?tenant_id=6bd70e0789b94c6e9e9362d53684a9be&name=default => generated 2925 bytes in 311 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1453] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:07:33 2026] DELETE /v2.0/security-groups/c26b6845-1ecd-4592-9ebf-2327759cd0dd => 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: 746/1454] 10.0.0.218 () {34 vars in 668 bytes} [Sun Aug 16 14:07:33 2026] POST /v2.0/routers => generated 474 bytes in 1194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:07:34.283 7 INFO neutron.db.l3_hamode_db [None req-f9fe0a92-c08d-4cf8-bfb7-7f68ec4935d9 384348c24567404f8ce5f9bd4d3b39f1 d84f3fb3a55c4e9c8d7e27d907b1f646 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-16 14:07:34.389 7 INFO neutron.db.l3_hamode_db [None req-f9fe0a92-c08d-4cf8-bfb7-7f68ec4935d9 384348c24567404f8ce5f9bd4d3b39f1 d84f3fb3a55c4e9c8d7e27d907b1f646 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 709/1457] 10.0.0.218 () {34 vars in 668 bytes} [Sun Aug 16 14:07:34 2026] POST /v2.0/routers => generated 474 bytes in 681 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:07:34.978 8 INFO neutron.db.l3_hamode_db [None req-18a2c589-00cd-46a0-9c2c-3407f3a68fe9 384348c24567404f8ce5f9bd4d3b39f1 d84f3fb3a55c4e9c8d7e27d907b1f646 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-16 14:07:35.111 8 INFO neutron.db.l3_hamode_db [None req-18a2c589-00cd-46a0-9c2c-3407f3a68fe9 384348c24567404f8ce5f9bd4d3b39f1 d84f3fb3a55c4e9c8d7e27d907b1f646 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 710/1458] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:07:35 2026] GET /v2.0/ports?device_id=414a39e7-6964-48a2-8c63-d7c186fbbee8 => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1459] 10.0.0.218 () {34 vars in 668 bytes} [Sun Aug 16 14:07:34 2026] POST /v2.0/routers => generated 474 bytes in 797 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1460] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:07:35 2026] GET /v2.0/security-groups?id=304a9ea0-6422-4990-839f-f48490dbc310&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-08-16 14:07:35.788 8 INFO neutron.db.l3_hamode_db [None req-7a0c599c-9454-4432-be81-882c2b3b87e7 384348c24567404f8ce5f9bd4d3b39f1 d84f3fb3a55c4e9c8d7e27d907b1f646 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-16 14:07:35.939 8 INFO neutron.db.l3_hamode_db [None req-7a0c599c-9454-4432-be81-882c2b3b87e7 384348c24567404f8ce5f9bd4d3b39f1 d84f3fb3a55c4e9c8d7e27d907b1f646 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 712/1461] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:07:35 2026] GET /v2.0/ports?device_id=414a39e7-6964-48a2-8c63-d7c186fbbee8 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1462] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:07:35 2026] GET /v2.0/security-groups?id=304a9ea0-6422-4990-839f-f48490dbc310&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: 750/1463] 10.0.0.218 () {34 vars in 668 bytes} [Sun Aug 16 14:07:35 2026] POST /v2.0/routers => generated 474 bytes in 849 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:07:36.627 7 INFO neutron.db.l3_hamode_db [None req-d1dbc7ac-fcb4-4f25-8f05-d1d6c3b3ceeb 384348c24567404f8ce5f9bd4d3b39f1 d84f3fb3a55c4e9c8d7e27d907b1f646 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-16 14:07:36.735 7 INFO neutron.db.l3_hamode_db [None req-d1dbc7ac-fcb4-4f25-8f05-d1d6c3b3ceeb 384348c24567404f8ce5f9bd4d3b39f1 d84f3fb3a55c4e9c8d7e27d907b1f646 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 751/1464] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:07:36 2026] GET /v2.0/security-groups?tenant_id=e9112db67782446ab019558f0851ef04&name=default => generated 2925 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1465] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:07:36 2026] DELETE /v2.0/security-groups/a1d7b488-c5e8-4492-9404-c81107e2987c => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1466] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:07:37 2026] GET /v2.0/ports?device_id=414a39e7-6964-48a2-8c63-d7c186fbbee8 => 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: 754/1467] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:07:37 2026] GET /v2.0/security-groups?id=304a9ea0-6422-4990-839f-f48490dbc310&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: 714/1468] 10.0.0.218 () {34 vars in 668 bytes} [Sun Aug 16 14:07:36 2026] POST /v2.0/routers => generated 474 bytes in 710 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1469] 10.0.0.218 () {34 vars in 751 bytes} [Sun Aug 16 14:07:37 2026] PUT /v2.0/routers/fcc11bd8-56df-4e6d-a48d-f7f805d5ac76/tags => generated 17 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1470] 10.0.0.218 () {34 vars in 751 bytes} [Sun Aug 16 14:07:37 2026] PUT /v2.0/routers/86ef8a10-ff17-41c0-b785-8b91b168588f/tags => generated 25 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1471] 10.0.0.218 () {34 vars in 751 bytes} [Sun Aug 16 14:07:37 2026] PUT /v2.0/routers/b1466d49-c60d-40be-a106-efb7ce2c6a95/tags => generated 34 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1472] 10.0.0.218 () {34 vars in 751 bytes} [Sun Aug 16 14:07:37 2026] PUT /v2.0/routers/0789c4ce-e594-4d15-a859-5982d5908df1/tags => generated 19 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1473] 10.0.0.218 () {32 vars in 664 bytes} [Sun Aug 16 14:07:37 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1474] 10.0.0.218 () {32 vars in 678 bytes} [Sun Aug 16 14:07:37 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1475] 10.0.0.218 () {32 vars in 674 bytes} [Sun Aug 16 14:07:37 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1476] 10.0.0.218 () {32 vars in 686 bytes} [Sun Aug 16 14:07:38 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1477] 10.0.0.218 () {32 vars in 672 bytes} [Sun Aug 16 14:07:38 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:07:38.188 8 INFO neutron.db.segments_db [None req-89797c63-43b6-414c-8a7d-bb63b9013248 22aa9d264e8542cb8153c2c670db1fce 4c9d2b3765904c5b8c744a6ff80a900c - - default default] Added segment cefa4077-0222-4a36-9832-be87d8c7de15 of type vxlan for network 1b8e19d5-f723-4023-a9aa-e54618ec41cb [pid: 7|app: 0|req: 721/1478] 10.0.0.218 () {32 vars in 686 bytes} [Sun Aug 16 14:07:38 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1479] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:07:37 2026] POST /v2.0/networks => generated 632 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1480] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:07:38 2026] GET /v2.0/ports?device_id=414a39e7-6964-48a2-8c63-d7c186fbbee8 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1481] 10.0.0.218 () {32 vars in 682 bytes} [Sun Aug 16 14:07:38 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: 723/1482] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:07:38 2026] GET /v2.0/security-groups?id=304a9ea0-6422-4990-839f-f48490dbc310&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: 724/1483] 10.0.0.218 () {32 vars in 694 bytes} [Sun Aug 16 14:07:38 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1484] 199.204.45.205 () {34 vars in 994 bytes} [Sun Aug 16 14:07:38 2026] GET /v2.0/ports?device_id=414a39e7-6964-48a2-8c63-d7c186fbbee8 => 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: 726/1485] 10.0.0.218 () {32 vars in 721 bytes} [Sun Aug 16 14:07:38 2026] GET /v2.0/routers/fcc11bd8-56df-4e6d-a48d-f7f805d5ac76 => generated 485 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1486] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:07:38 2026] POST /v2.0/subnets => generated 626 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:07:38.613 7 INFO neutron_taas.services.taas.taas_plugin [req-8c3927b0-3789-40aa-a53f-503a9437d51a req-9bfa9cc6-7a3b-496e-aa71-094c5480637f d23c7058080943eabad327bf09817a1d 965b30ef112b4e8095f56c5a0c108d21 - - default default] TaaS: Handle Delete Port: 02d7885f-5e52-48ce-bf05-bb766eaad180 2026-08-16 14:07:38.617 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8c3927b0-3789-40aa-a53f-503a9437d51a req-9bfa9cc6-7a3b-496e-aa71-094c5480637f d23c7058080943eabad327bf09817a1d 965b30ef112b4e8095f56c5a0c108d21 - - default default] Tap Mirror: Handle Delete Port: 02d7885f-5e52-48ce-bf05-bb766eaad180 2026-08-16 14:07:38.729 7 INFO neutron.db.l3_db [req-8c3927b0-3789-40aa-a53f-503a9437d51a req-9bfa9cc6-7a3b-496e-aa71-094c5480637f d23c7058080943eabad327bf09817a1d 965b30ef112b4e8095f56c5a0c108d21 - - default default] Floating IP 613961b9-c24e-4e35-8f4c-b0defb72887d disassociated. External IP: 10.96.250.210, port: 02d7885f-5e52-48ce-bf05-bb766eaad180. [pid: 8|app: 0|req: 761/1487] 10.0.0.218 () {34 vars in 742 bytes} [Sun Aug 16 14:07:38 2026] PUT /v2.0/routers/fcc11bd8-56df-4e6d-a48d-f7f805d5ac76 => generated 485 bytes in 436 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1488] 199.204.45.205 () {36 vars in 997 bytes} [Sun Aug 16 14:07:38 2026] DELETE /v2.0/ports/02d7885f-5e52-48ce-bf05-bb766eaad180 => generated 0 bytes in 547 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:07:39.043 8 INFO neutron.db.segments_db [None req-78e40061-2123-4a12-afb0-ba07ed2c6f1b 22aa9d264e8542cb8153c2c670db1fce 4c9d2b3765904c5b8c744a6ff80a900c - - default default] Added segment 1fe501b0-e38a-4230-867e-b55986706090 of type vxlan for network 57b47899-2242-4156-8402-e40537f4847e 2026-08-16 14:07:39.079 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4ef40511-2628-4a2d-b919-2c807000596f'] response: {'server_uuid': '414a39e7-6964-48a2-8c63-d7c186fbbee8', 'name': 'network-vif-deleted', 'tag': '02d7885f-5e52-48ce-bf05-bb766eaad180', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 762/1489] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:07:38 2026] POST /v2.0/networks => generated 632 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1490] 10.0.0.218 () {32 vars in 736 bytes} [Sun Aug 16 14:07:39 2026] GET /v2.0/ports?device_id=fcc11bd8-56df-4e6d-a48d-f7f805d5ac76 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:07:39.289 7 INFO neutron.db.segments_db [None req-41bfe552-ff23-4175-9fd9-5ccca61d8524 fe277dba57294f1a885fa9ac2d39e055 7895e0f271e94a74b2e5b47c275d5fd7 - - default default] Added segment 32da527f-a062-421a-a1f5-96eab71f2000 of type vxlan for network b7671f3e-4959-47b5-ba6b-4e7b1af0614a [pid: 7|app: 0|req: 728/1491] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:07:39 2026] POST /v2.0/networks => generated 647 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1492] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:07:39 2026] POST /v2.0/subnets => generated 629 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:07:39.440 8 INFO neutron.db.segments_db [None req-00d9b946-514f-4538-98eb-f1e8269233f2 22aa9d264e8542cb8153c2c670db1fce 4c9d2b3765904c5b8c744a6ff80a900c - - default default] Added segment 3a3ad41f-2c0c-4391-ac91-8da9c3c298f8 of type vxlan for network d37cc0ca-d404-4ec8-8e3a-c43e197e4c44 2026-08-16 14:07:39.520 7 INFO neutron_taas.services.taas.taas_plugin [None req-22285b56-2cec-4594-b380-6cf0f4336306 384348c24567404f8ce5f9bd4d3b39f1 d84f3fb3a55c4e9c8d7e27d907b1f646 - - default default] TaaS: Handle Delete Port: 93fd1e04-3003-4746-8288-3de0901f2a75 2026-08-16 14:07:39.523 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-22285b56-2cec-4594-b380-6cf0f4336306 384348c24567404f8ce5f9bd4d3b39f1 d84f3fb3a55c4e9c8d7e27d907b1f646 - - default default] Tap Mirror: Handle Delete Port: 93fd1e04-3003-4746-8288-3de0901f2a75 [pid: 8|app: 0|req: 765/1493] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:07:39 2026] POST /v2.0/networks => generated 631 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1494] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:07:39 2026] GET /v2.0/ports?device_id=414a39e7-6964-48a2-8c63-d7c186fbbee8 => 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: 729/1495] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:07:39 2026] DELETE /v2.0/routers/fcc11bd8-56df-4e6d-a48d-f7f805d5ac76 => generated 0 bytes in 336 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1496] 10.0.0.218 () {32 vars in 721 bytes} [Sun Aug 16 14:07:39 2026] GET /v2.0/routers/86ef8a10-ff17-41c0-b785-8b91b168588f => generated 493 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1497] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:07:39 2026] POST /v2.0/subnets => generated 629 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:07:39.847 8 INFO neutron.db.segments_db [None req-74e72255-a3a0-4c41-b2f5-5b320baa1dde 22aa9d264e8542cb8153c2c670db1fce 4c9d2b3765904c5b8c744a6ff80a900c - - default default] Added segment 0f470e8c-82e3-45ad-b408-b98c28efdbc8 of type vxlan for network 2d618241-daef-4bcc-bb9f-b8f0086b6457 [pid: 8|app: 0|req: 768/1498] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:07:39 2026] POST /v2.0/networks => generated 632 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1499] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:07:39 2026] POST /v2.0/subnets => generated 673 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1500] 10.0.0.218 () {34 vars in 742 bytes} [Sun Aug 16 14:07:39 2026] PUT /v2.0/routers/86ef8a10-ff17-41c0-b785-8b91b168588f => generated 493 bytes in 526 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:07:40.333 7 INFO neutron.db.segments_db [None req-dfb44fab-42d2-4b3f-9d44-f89d17dd6fa2 fe277dba57294f1a885fa9ac2d39e055 7895e0f271e94a74b2e5b47c275d5fd7 - - default default] Added segment 991144e2-5f5a-47b8-9cec-61f142663046 of type vxlan for network 455489fd-57a1-4b76-884e-741f58a5ea61 [pid: 8|app: 0|req: 770/1501] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:07:40 2026] POST /v2.0/subnets => generated 629 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1502] 10.0.0.218 () {32 vars in 736 bytes} [Sun Aug 16 14:07:40 2026] GET /v2.0/ports?device_id=86ef8a10-ff17-41c0-b785-8b91b168588f => 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: 732/1503] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:07:40 2026] POST /v2.0/networks => generated 648 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:07:40.464 8 INFO neutron.db.segments_db [None req-ae1c1b6d-9646-4ad5-8184-2ca96774a489 22aa9d264e8542cb8153c2c670db1fce 4c9d2b3765904c5b8c744a6ff80a900c - - default default] Added segment 1ae50cc4-647f-43ac-8099-2103ffc173db of type vxlan for network 20e1efa4-f772-4bb9-9692-25ac09fe2d03 [pid: 8|app: 0|req: 772/1504] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:07:40 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-08-16 14:07:40.593 7 INFO neutron_taas.services.taas.taas_plugin [None req-7bdb79d6-b69f-4b00-b396-09c281cec1b6 384348c24567404f8ce5f9bd4d3b39f1 d84f3fb3a55c4e9c8d7e27d907b1f646 - - default default] TaaS: Handle Delete Port: e6c42f38-a243-4b38-ab38-05d1945af88d 2026-08-16 14:07:40.595 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7bdb79d6-b69f-4b00-b396-09c281cec1b6 384348c24567404f8ce5f9bd4d3b39f1 d84f3fb3a55c4e9c8d7e27d907b1f646 - - default default] Tap Mirror: Handle Delete Port: e6c42f38-a243-4b38-ab38-05d1945af88d [pid: 8|app: 0|req: 773/1505] 10.0.0.218 () {34 vars in 743 bytes} [Sun Aug 16 14:07:40 2026] PUT /v2.0/networks/455489fd-57a1-4b76-884e-741f58a5ea61 => generated 592 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1506] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:07:40 2026] DELETE /v2.0/routers/86ef8a10-ff17-41c0-b785-8b91b168588f => generated 0 bytes in 340 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1507] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:07:40 2026] GET /v2.0/ports?device_id=414a39e7-6964-48a2-8c63-d7c186fbbee8 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1508] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:07:40 2026] POST /v2.0/subnets => generated 629 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1509] 10.0.0.218 () {32 vars in 721 bytes} [Sun Aug 16 14:07:40 2026] GET /v2.0/routers/b1466d49-c60d-40be-a106-efb7ce2c6a95 => generated 502 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1510] 10.0.0.218 () {34 vars in 751 bytes} [Sun Aug 16 14:07:40 2026] PUT /v2.0/subnets/328d2dcb-953b-4aab-9221-6bde8078b7ab/tags => generated 17 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1511] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:07:40 2026] POST /v2.0/subnets => generated 646 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1512] 10.0.0.218 () {34 vars in 751 bytes} [Sun Aug 16 14:07:40 2026] PUT /v2.0/subnets/6b6015d5-86d0-4cb8-8c85-a5edfae662a7/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: 737/1513] 10.0.0.218 () {34 vars in 741 bytes} [Sun Aug 16 14:07:41 2026] PUT /v2.0/subnets/efb3c773-13a5-4348-8f91-22429c14c611 => generated 656 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1514] 10.0.0.218 () {34 vars in 751 bytes} [Sun Aug 16 14:07:41 2026] PUT /v2.0/subnets/13369ae4-923a-485f-bfce-c5f1c183eb42/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:07:41.329 7 INFO neutron.services.segments.plugin [-] Segment 991144e2-5f5a-47b8-9cec-61f142663046 resource provider aggregate not found 2026-08-16 14:07:41.334 7 INFO neutron.services.segments.plugin [-] Segment 991144e2-5f5a-47b8-9cec-61f142663046 resource provider aggregate not found 2026-08-16 14:07:41.347 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 991144e2-5f5a-47b8-9cec-61f142663046 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 991144e2-5f5a-47b8-9cec-61f142663046 found for delete ", "request_id": "req-593425c0-e010-4b85-9f36-b3e1c67dd25f"}]} 2026-08-16 14:07:41.347 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 991144e2-5f5a-47b8-9cec-61f142663046 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 991144e2-5f5a-47b8-9cec-61f142663046 found for delete ", "request_id": "req-1e144b34-d83a-44e6-b86e-581ecdd1deda"}]} [pid: 7|app: 0|req: 739/1515] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:07:41 2026] DELETE /v2.0/networks/455489fd-57a1-4b76-884e-741f58a5ea61 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1516] 10.0.0.218 () {34 vars in 742 bytes} [Sun Aug 16 14:07:40 2026] PUT /v2.0/routers/b1466d49-c60d-40be-a106-efb7ce2c6a95 => generated 502 bytes in 457 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:07:41.381 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9ef7282c-62fe-461d-9f7a-09b345dce6bb fe277dba57294f1a885fa9ac2d39e055 7895e0f271e94a74b2e5b47c275d5fd7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 778/1517] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:07:41 2026] DELETE /v2.0/networks/455489fd-57a1-4b76-884e-741f58a5ea61 => generated 138 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1518] 10.0.0.218 () {32 vars in 736 bytes} [Sun Aug 16 14:07:41 2026] GET /v2.0/ports?device_id=b1466d49-c60d-40be-a106-efb7ce2c6a95 => 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: 740/1519] 10.0.0.218 () {34 vars in 751 bytes} [Sun Aug 16 14:07:41 2026] PUT /v2.0/subnets/f526cba9-bc50-4298-bacb-ee5324de2340/tags => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1520] 10.0.0.218 () {32 vars in 694 bytes} [Sun Aug 16 14:07:41 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1521] 10.0.0.218 () {32 vars in 664 bytes} [Sun Aug 16 14:07:41 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1522] 10.0.0.218 () {32 vars in 742 bytes} [Sun Aug 16 14:07:41 2026] GET /v2.0/subnets?network_id=91843983-1685-40bf-ac5d-b6f0a65e8275 => generated 649 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:07:41.551 7 INFO neutron_taas.services.taas.taas_plugin [None req-aa2841cf-03e4-4d87-99f1-5976ca732b8c 384348c24567404f8ce5f9bd4d3b39f1 d84f3fb3a55c4e9c8d7e27d907b1f646 - - default default] TaaS: Handle Delete Port: c032dfa2-4d72-4e53-9196-9862857c6b99 [pid: 8|app: 0|req: 783/1523] 10.0.0.218 () {32 vars in 678 bytes} [Sun Aug 16 14:07:41 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:07:41.553 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aa2841cf-03e4-4d87-99f1-5976ca732b8c 384348c24567404f8ce5f9bd4d3b39f1 d84f3fb3a55c4e9c8d7e27d907b1f646 - - default default] Tap Mirror: Handle Delete Port: c032dfa2-4d72-4e53-9196-9862857c6b99 [pid: 8|app: 0|req: 784/1524] 10.0.0.218 () {32 vars in 653 bytes} [Sun Aug 16 14:07:41 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1525] 10.0.0.218 () {32 vars in 674 bytes} [Sun Aug 16 14:07:41 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1526] 10.0.0.218 () {32 vars in 649 bytes} [Sun Aug 16 14:07:41 2026] GET /v2.0/networks => generated 1312 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1527] 10.0.0.218 () {32 vars in 686 bytes} [Sun Aug 16 14:07:41 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1528] 10.0.0.218 () {32 vars in 647 bytes} [Sun Aug 16 14:07:41 2026] GET /v2.0/subnets => generated 1312 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1529] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:07:41 2026] DELETE /v2.0/routers/b1466d49-c60d-40be-a106-efb7ce2c6a95 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1530] 10.0.0.218 () {32 vars in 672 bytes} [Sun Aug 16 14:07:41 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1531] 10.0.0.218 () {32 vars in 723 bytes} [Sun Aug 16 14:07:41 2026] GET /v2.0/networks/b7671f3e-4959-47b5-ba6b-4e7b1af0614a => generated 672 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1532] 10.0.0.218 () {32 vars in 721 bytes} [Sun Aug 16 14:07:41 2026] GET /v2.0/routers/0789c4ce-e594-4d15-a859-5982d5908df1 => generated 487 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1533] 10.0.0.218 () {32 vars in 686 bytes} [Sun Aug 16 14:07:41 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1534] 10.0.0.218 () {32 vars in 721 bytes} [Sun Aug 16 14:07:41 2026] GET /v2.0/subnets/cbd0d05e-14d6-4ede-a752-32c9277da71d => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1535] 10.0.0.218 () {32 vars in 682 bytes} [Sun Aug 16 14:07:41 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:07:41.875 8 INFO neutron.pecan_wsgi.hooks.translation [None req-65909c45-bba7-484d-b946-e0e271a92849 fe277dba57294f1a885fa9ac2d39e055 7895e0f271e94a74b2e5b47c275d5fd7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 793/1536] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:07:41 2026] DELETE /v2.0/subnets/efb3c773-13a5-4348-8f91-22429c14c611 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1537] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:07:41 2026] GET /v2.0/ports?device_id=414a39e7-6964-48a2-8c63-d7c186fbbee8 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1538] 10.0.0.218 () {32 vars in 694 bytes} [Sun Aug 16 14:07:41 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:07:41.932 8 INFO neutron.pecan_wsgi.hooks.translation [None req-396eed78-1444-432b-a134-ce96da704508 fe277dba57294f1a885fa9ac2d39e055 7895e0f271e94a74b2e5b47c275d5fd7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 796/1539] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:07:41 2026] DELETE /v2.0/networks/455489fd-57a1-4b76-884e-741f58a5ea61 => generated 138 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1540] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:07:41 2026] DELETE /v2.0/subnets/328d2dcb-953b-4aab-9221-6bde8078b7ab => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1541] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:07:42 2026] DELETE /v2.0/subnets/cbd0d05e-14d6-4ede-a752-32c9277da71d => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1542] 10.0.0.218 () {34 vars in 742 bytes} [Sun Aug 16 14:07:41 2026] PUT /v2.0/routers/0789c4ce-e594-4d15-a859-5982d5908df1 => generated 487 bytes in 475 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1543] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:07:42 2026] DELETE /v2.0/subnets/6b6015d5-86d0-4cb8-8c85-a5edfae662a7 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1544] 10.0.0.218 () {32 vars in 736 bytes} [Sun Aug 16 14:07:42 2026] GET /v2.0/ports?device_id=0789c4ce-e594-4d15-a859-5982d5908df1 => 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: 745/1545] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:07:42 2026] DELETE /v2.0/networks/b7671f3e-4959-47b5-ba6b-4e7b1af0614a => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1546] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:07:42 2026] DELETE /v2.0/subnets/13369ae4-923a-485f-bfce-c5f1c183eb42 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:07:42.599 7 INFO neutron_taas.services.taas.taas_plugin [None req-c891c1e0-9258-474b-bde7-35dc9e29b4d2 384348c24567404f8ce5f9bd4d3b39f1 d84f3fb3a55c4e9c8d7e27d907b1f646 - - default default] TaaS: Handle Delete Port: 6a50e10b-e6b1-4019-ba5f-24ffe07dac29 2026-08-16 14:07:42.602 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c891c1e0-9258-474b-bde7-35dc9e29b4d2 384348c24567404f8ce5f9bd4d3b39f1 d84f3fb3a55c4e9c8d7e27d907b1f646 - - default default] Tap Mirror: Handle Delete Port: 6a50e10b-e6b1-4019-ba5f-24ffe07dac29 [pid: 8|app: 0|req: 802/1547] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:07:42 2026] DELETE /v2.0/subnets/f526cba9-bc50-4298-bacb-ee5324de2340 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1548] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:07:42 2026] DELETE /v2.0/subnets/81ff8403-c805-471a-8eff-86f0dc3177de => 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: 746/1549] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:07:42 2026] DELETE /v2.0/routers/0789c4ce-e594-4d15-a859-5982d5908df1 => generated 0 bytes in 383 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:07:42.804 8 INFO neutron_taas.services.taas.taas_plugin [None req-3f893c51-ba28-4a60-b0ff-dc82991a37fe 22aa9d264e8542cb8153c2c670db1fce 4c9d2b3765904c5b8c744a6ff80a900c - - default default] TaaS: Handle Delete Port: dccda913-e1a5-41fc-b079-7614f04aa5ea 2026-08-16 14:07:42.806 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f893c51-ba28-4a60-b0ff-dc82991a37fe 22aa9d264e8542cb8153c2c670db1fce 4c9d2b3765904c5b8c744a6ff80a900c - - default default] Tap Mirror: Handle Delete Port: dccda913-e1a5-41fc-b079-7614f04aa5ea [pid: 7|app: 0|req: 747/1550] 10.0.0.218 () {32 vars in 721 bytes} [Sun Aug 16 14:07:42 2026] GET /v2.0/routers/61ea0980-b27e-4f56-be30-38f3cddd3444 => generated 480 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:07:42.966 8 INFO neutron.services.segments.plugin [-] Segment cefa4077-0222-4a36-9832-be87d8c7de15 resource provider aggregate not found 2026-08-16 14:07:42.972 8 INFO neutron.services.segments.plugin [-] Segment cefa4077-0222-4a36-9832-be87d8c7de15 resource provider aggregate not found 2026-08-16 14:07:42.987 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment cefa4077-0222-4a36-9832-be87d8c7de15 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cefa4077-0222-4a36-9832-be87d8c7de15 found for delete ", "request_id": "req-be914d97-c085-4357-9d19-a27c4310ca65"}]} 2026-08-16 14:07:42.995 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment cefa4077-0222-4a36-9832-be87d8c7de15 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cefa4077-0222-4a36-9832-be87d8c7de15 found for delete ", "request_id": "req-1a10860d-c443-4040-b4c6-42cd748edfe5"}]} [pid: 8|app: 0|req: 804/1551] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:07:42 2026] DELETE /v2.0/networks/1b8e19d5-f723-4023-a9aa-e54618ec41cb => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1552] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:07:43 2026] GET /v2.0/security-groups?tenant_id=7895e0f271e94a74b2e5b47c275d5fd7&name=default => generated 2925 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1553] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:07:43 2026] DELETE /v2.0/security-groups/304a9ea0-6422-4990-839f-f48490dbc310 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1554] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:07:43 2026] DELETE /v2.0/networks/57b47899-2242-4156-8402-e40537f4847e => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1555] 10.0.0.218 () {34 vars in 742 bytes} [Sun Aug 16 14:07:42 2026] PUT /v2.0/routers/61ea0980-b27e-4f56-be30-38f3cddd3444 => generated 480 bytes in 458 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:07:43.305 7 INFO neutron.api.v2.resource [None req-d2484584-564d-4a54-8d6e-c4eaa9a8ed74 d23c7058080943eabad327bf09817a1d 965b30ef112b4e8095f56c5a0c108d21 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 749/1556] 10.0.0.218 () {32 vars in 737 bytes} [Sun Aug 16 14:07:43 2026] GET /v2.0/security-groups/304a9ea0-6422-4990-839f-f48490dbc310 => 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: 808/1557] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:07:43 2026] DELETE /v2.0/security-groups/83b3e1d3-0c7e-4143-8a9e-49ccbbbe44f6 => 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: 809/1558] 10.0.0.218 () {32 vars in 736 bytes} [Sun Aug 16 14:07:43 2026] GET /v2.0/ports?device_id=61ea0980-b27e-4f56-be30-38f3cddd3444 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:07:43.366 7 INFO neutron.services.segments.plugin [-] Segment 32da527f-a062-421a-a1f5-96eab71f2000 resource provider aggregate not found 2026-08-16 14:07:43.378 7 INFO neutron.services.segments.plugin [-] Segment 32da527f-a062-421a-a1f5-96eab71f2000 resource provider aggregate not found 2026-08-16 14:07:43.385 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 32da527f-a062-421a-a1f5-96eab71f2000 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32da527f-a062-421a-a1f5-96eab71f2000 found for delete ", "request_id": "req-8ef858c1-3862-41ae-82ea-01eb2a4e83f0"}]} 2026-08-16 14:07:43.398 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 32da527f-a062-421a-a1f5-96eab71f2000 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32da527f-a062-421a-a1f5-96eab71f2000 found for delete ", "request_id": "req-fc21829f-a301-4f64-ae54-46c8c66973b2"}]} [pid: 7|app: 0|req: 750/1559] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:07:43 2026] DELETE /v2.0/networks/d37cc0ca-d404-4ec8-8e3a-c43e197e4c44 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:07:43.430 8 INFO neutron_taas.services.taas.taas_plugin [None req-8e5c5ba2-bb69-4822-9be8-d473f1ac4f9f d23c7058080943eabad327bf09817a1d 965b30ef112b4e8095f56c5a0c108d21 - - default default] TaaS: Handle Delete Port: abe6b876-b11a-4162-ad04-0c3085c2c187 2026-08-16 14:07:43.432 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e5c5ba2-bb69-4822-9be8-d473f1ac4f9f d23c7058080943eabad327bf09817a1d 965b30ef112b4e8095f56c5a0c108d21 - - default default] Tap Mirror: Handle Delete Port: abe6b876-b11a-4162-ad04-0c3085c2c187 [pid: 8|app: 0|req: 810/1560] 10.0.0.218 () {32 vars in 732 bytes} [Sun Aug 16 14:07:43 2026] DELETE /v2.0/floatingips/613961b9-c24e-4e35-8f4c-b0defb72887d => generated 0 bytes in 253 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:07:43.662 7 INFO neutron_taas.services.taas.taas_plugin [None req-d209ac6c-be1c-453c-862a-ded7c7253fc5 384348c24567404f8ce5f9bd4d3b39f1 d84f3fb3a55c4e9c8d7e27d907b1f646 - - default default] TaaS: Handle Delete Port: 6fa86ddb-d69b-4fe9-878f-8e38ff99891e 2026-08-16 14:07:43.665 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d209ac6c-be1c-453c-862a-ded7c7253fc5 384348c24567404f8ce5f9bd4d3b39f1 d84f3fb3a55c4e9c8d7e27d907b1f646 - - default default] Tap Mirror: Handle Delete Port: 6fa86ddb-d69b-4fe9-878f-8e38ff99891e [pid: 8|app: 0|req: 811/1561] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:07:43 2026] DELETE /v2.0/networks/2d618241-daef-4bcc-bb9f-b8f0086b6457 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:07:43.986 7 INFO neutron.db.l3_hamode_db [None req-d209ac6c-be1c-453c-862a-ded7c7253fc5 384348c24567404f8ce5f9bd4d3b39f1 d84f3fb3a55c4e9c8d7e27d907b1f646 - - default default] HA network 294ebd50-2329-46d0-bdf1-01257cffe446 was deleted as no HA routers are present in tenant d84f3fb3a55c4e9c8d7e27d907b1f646. [pid: 7|app: 0|req: 751/1562] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:07:43 2026] DELETE /v2.0/routers/61ea0980-b27e-4f56-be30-38f3cddd3444 => generated 0 bytes in 564 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:07:44.079 8 INFO neutron_taas.services.taas.taas_plugin [None req-b173125f-4292-4e1b-8ea5-62c133feb1b1 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] TaaS: Handle Delete Port: eed031ad-be2d-4be1-b074-d79adb28fb82 2026-08-16 14:07:44.081 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b173125f-4292-4e1b-8ea5-62c133feb1b1 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Tap Mirror: Handle Delete Port: eed031ad-be2d-4be1-b074-d79adb28fb82 [pid: 7|app: 0|req: 752/1563] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:07:43 2026] DELETE /v2.0/networks/20e1efa4-f772-4bb9-9692-25ac09fe2d03 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1564] 10.0.0.218 () {34 vars in 789 bytes} [Sun Aug 16 14:07:43 2026] PUT /v2.0/routers/8a916e6a-1d1c-44d3-aae0-6294346301df/remove_router_interface => generated 309 bytes in 944 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:07:44.903 7 INFO neutron_taas.services.taas.taas_plugin [None req-70827174-5f1e-4581-8579-3e269abb250b ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] TaaS: Handle Delete Port: fb96009a-d7cb-429e-af54-881579714f7c 2026-08-16 14:07:44.905 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-70827174-5f1e-4581-8579-3e269abb250b ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Tap Mirror: Handle Delete Port: fb96009a-d7cb-429e-af54-881579714f7c 2026-08-16 14:07:45.014 8 INFO neutron.services.segments.plugin [-] Segment 1fe501b0-e38a-4230-867e-b55986706090 resource provider aggregate not found 2026-08-16 14:07:45.019 8 INFO neutron.services.segments.plugin [-] Segment 1fe501b0-e38a-4230-867e-b55986706090 resource provider aggregate not found 2026-08-16 14:07:45.032 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1fe501b0-e38a-4230-867e-b55986706090 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1fe501b0-e38a-4230-867e-b55986706090 found for delete ", "request_id": "req-df73053e-c361-4c8a-ab14-fe14c369b38f"}]} 2026-08-16 14:07:45.036 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1fe501b0-e38a-4230-867e-b55986706090 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1fe501b0-e38a-4230-867e-b55986706090 found for delete ", "request_id": "req-c0566998-606c-454f-80f6-a5756ddffe9e"}]} 2026-08-16 14:07:45.047 8 INFO neutron.services.segments.plugin [-] Segment 0f470e8c-82e3-45ad-b408-b98c28efdbc8 resource provider aggregate not found 2026-08-16 14:07:45.050 8 INFO neutron.services.segments.plugin [-] Segment 0f470e8c-82e3-45ad-b408-b98c28efdbc8 resource provider aggregate not found 2026-08-16 14:07:45.060 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0f470e8c-82e3-45ad-b408-b98c28efdbc8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f470e8c-82e3-45ad-b408-b98c28efdbc8 found for delete ", "request_id": "req-81f8bcb4-c1f1-453e-a3ae-b642d1302f60"}]} 2026-08-16 14:07:45.072 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0f470e8c-82e3-45ad-b408-b98c28efdbc8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f470e8c-82e3-45ad-b408-b98c28efdbc8 found for delete ", "request_id": "req-b3becca8-28ce-4e07-84c0-0a1c5756f472"}]} 2026-08-16 14:07:45.162 7 INFO neutron_taas.services.taas.taas_plugin [None req-70827174-5f1e-4581-8579-3e269abb250b ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] TaaS: Handle Delete Port: 7dbbc274-ade7-4c48-9381-c6d2a3caf3df 2026-08-16 14:07:45.165 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-70827174-5f1e-4581-8579-3e269abb250b ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Tap Mirror: Handle Delete Port: 7dbbc274-ade7-4c48-9381-c6d2a3caf3df [pid: 8|app: 0|req: 813/1565] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:07:44 2026] GET /v2.0/security-groups?tenant_id=ff35cc593a2e433fbe93589102c80688&name=default => generated 2925 bytes in 381 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1566] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:07:45 2026] GET /v2.0/security-groups?tenant_id=4c9d2b3765904c5b8c744a6ff80a900c&name=default => generated 2925 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1567] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:07:45 2026] DELETE /v2.0/security-groups/2d25d40b-12e2-4115-adda-7ae48263b7ba => 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: 816/1568] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:07:45 2026] DELETE /v2.0/security-groups/e65fc652-6f38-4cd8-bf5c-f4785f9ed775 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:07:45.781 8 INFO neutron.db.segments_db [None req-4981561f-de05-4443-874a-4c284555e7ff 4f032ecbf7fb44958a844e58bbfbdebc 6b413eb11fd04886ace69eb4c76cb760 - - default default] Added segment 0c5e3fc2-ce38-45a2-b5b9-4d65febb7cdc of type vxlan for network 9b951094-c17e-4ee9-8ba7-e7ab683374dd [pid: 8|app: 0|req: 817/1569] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:07:45 2026] POST /v2.0/networks => generated 649 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1570] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:07:45 2026] GET /v2.0/security-groups?tenant_id=d84f3fb3a55c4e9c8d7e27d907b1f646&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:07:46.020 7 INFO neutron.services.segments.plugin [-] Segment 3a3ad41f-2c0c-4391-ac91-8da9c3c298f8 resource provider aggregate not found 2026-08-16 14:07:46.029 7 INFO neutron.services.segments.plugin [-] Segment 3a3ad41f-2c0c-4391-ac91-8da9c3c298f8 resource provider aggregate not found 2026-08-16 14:07:46.043 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3a3ad41f-2c0c-4391-ac91-8da9c3c298f8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a3ad41f-2c0c-4391-ac91-8da9c3c298f8 found for delete ", "request_id": "req-f6404b55-b838-4a74-92b5-1065278d2bf0"}]} 2026-08-16 14:07:46.049 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3a3ad41f-2c0c-4391-ac91-8da9c3c298f8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a3ad41f-2c0c-4391-ac91-8da9c3c298f8 found for delete ", "request_id": "req-8a11c709-bc59-4953-b0e9-32b5da34c619"}]} 2026-08-16 14:07:46.069 7 INFO neutron.services.segments.plugin [-] Segment 18921f56-bb7d-4b95-8450-ec435de95685 resource provider aggregate not found 2026-08-16 14:07:46.074 7 INFO neutron.services.segments.plugin [-] Segment 18921f56-bb7d-4b95-8450-ec435de95685 resource provider aggregate not found 2026-08-16 14:07:46.089 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 18921f56-bb7d-4b95-8450-ec435de95685 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18921f56-bb7d-4b95-8450-ec435de95685 found for delete ", "request_id": "req-92399f81-1b75-410a-b1d3-36b92ffae750"}]} 2026-08-16 14:07:46.093 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 18921f56-bb7d-4b95-8450-ec435de95685 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18921f56-bb7d-4b95-8450-ec435de95685 found for delete ", "request_id": "req-8612752a-62fe-4912-b23b-4d71f0fc4b8c"}]} [pid: 8|app: 0|req: 819/1571] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:07:45 2026] GET /v2.0/security-groups?tenant_id=7e04369596914bd28e2d6869b5d96ac4&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:07:46.117 7 INFO neutron.services.segments.plugin [-] Segment 1ae50cc4-647f-43ac-8099-2103ffc173db resource provider aggregate not found 2026-08-16 14:07:46.122 7 INFO neutron.services.segments.plugin [-] Segment 1ae50cc4-647f-43ac-8099-2103ffc173db resource provider aggregate not found 2026-08-16 14:07:46.134 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1ae50cc4-647f-43ac-8099-2103ffc173db resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ae50cc4-647f-43ac-8099-2103ffc173db found for delete ", "request_id": "req-c5517c5e-12ca-4766-8303-9a0262f8d442"}]} 2026-08-16 14:07:46.136 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1ae50cc4-647f-43ac-8099-2103ffc173db resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ae50cc4-647f-43ac-8099-2103ffc173db found for delete ", "request_id": "req-be7caab0-066c-4d43-8f9e-5c3faa793d8c"}]} 2026-08-16 14:07:46.377 7 INFO neutron.db.l3_hamode_db [None req-70827174-5f1e-4581-8579-3e269abb250b ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] HA network 19d0ab2d-b1a0-43d4-956c-195e9fea9a24 was deleted as no HA routers are present in tenant 965b30ef112b4e8095f56c5a0c108d21. [pid: 8|app: 0|req: 820/1572] 10.0.0.218 () {34 vars in 665 bytes} [Sun Aug 16 14:07:46 2026] POST /v2.0/ports => generated 779 bytes in 272 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: 753/1573] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:07:44 2026] DELETE /v2.0/routers/8a916e6a-1d1c-44d3-aae0-6294346301df => generated 0 bytes in 1713 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1574] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:07:46 2026] DELETE /v2.0/security-groups/ca23cf13-c039-4e58-9fe8-454842a13ae4 => 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: 821/1575] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:07:46 2026] DELETE /v2.0/security-groups/422b3f34-1a4a-4a11-8323-8570263178c2 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:07:46.558 8 INFO neutron.db.segments_db [None req-932e8317-b8d1-4ca1-bc35-e6027f926b88 4f032ecbf7fb44958a844e58bbfbdebc 6b413eb11fd04886ace69eb4c76cb760 - - default default] Added segment b365e76c-3913-44b3-8601-7a9c5fb7c98a of type vxlan for network 427a5717-0c97-43a5-bce1-827a533181bc [pid: 8|app: 0|req: 822/1576] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:07:46 2026] POST /v2.0/networks => generated 636 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1577] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:07:46 2026] DELETE /v2.0/subnets/61c191df-3c6a-4a7c-9a79-e725e7fd95e0 => 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: 756/1578] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:07:46 2026] GET /v2.0/security-groups?tenant_id=8c635218ad354df2888921e93e241eef&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1579] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:07:46 2026] POST /v2.0/subnets => generated 646 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:07:46.901 7 INFO neutron_taas.services.taas.taas_plugin [None req-dbc63de8-68af-4da7-b2d1-f9574ba24a26 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] TaaS: Handle Delete Port: f1c5e077-db86-4a4e-aeaf-481bebc367f3 2026-08-16 14:07:46.903 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dbc63de8-68af-4da7-b2d1-f9574ba24a26 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Tap Mirror: Handle Delete Port: f1c5e077-db86-4a4e-aeaf-481bebc367f3 [pid: 8|app: 0|req: 824/1580] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:07:46 2026] GET /v2.0/security-groups?tenant_id=76459a6a060544af911f855611ab3825&name=default => generated 2925 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1581] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:07:46 2026] DELETE /v2.0/security-groups/6ab4b727-9ffa-452a-a95f-5fcedf7664f6 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1582] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:07:46 2026] DELETE /v2.0/networks/481c51ef-c90c-48a4-99fe-0fa7887cd985 => 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: 758/1583] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:07:47 2026] DELETE /v2.0/security-groups/338589be-69cf-449f-b44f-5b2bc3130f84 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1584] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:07:47 2026] GET /v2.0/security-groups?tenant_id=965b30ef112b4e8095f56c5a0c108d21&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1585] 10.0.0.218 () {34 vars in 665 bytes} [Sun Aug 16 14:07:47 2026] POST /v2.0/ports => generated 961 bytes in 280 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: 760/1586] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:07:47 2026] DELETE /v2.0/security-groups/9ee243c5-9165-4f59-a002-759402742a5c => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:07:47.444 8 INFO neutron_taas.services.taas.taas_plugin [None req-a0409d4a-da22-4683-867a-a59bbe0408ff 4f032ecbf7fb44958a844e58bbfbdebc 6b413eb11fd04886ace69eb4c76cb760 - - default default] TaaS: Handle Delete Port: f28e24ec-82a3-4914-9a77-a28a9fa67593 2026-08-16 14:07:47.447 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0409d4a-da22-4683-867a-a59bbe0408ff 4f032ecbf7fb44958a844e58bbfbdebc 6b413eb11fd04886ace69eb4c76cb760 - - default default] Tap Mirror: Handle Delete Port: f28e24ec-82a3-4914-9a77-a28a9fa67593 [pid: 8|app: 0|req: 827/1587] 10.0.0.218 () {32 vars in 720 bytes} [Sun Aug 16 14:07:47 2026] DELETE /v2.0/ports/f28e24ec-82a3-4914-9a77-a28a9fa67593 => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:07:47.597 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d78c335e-75dc-49d3-8beb-547a34c8912b 4f032ecbf7fb44958a844e58bbfbdebc 6b413eb11fd04886ace69eb4c76cb760 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 761/1588] 10.0.0.218 () {32 vars in 720 bytes} [Sun Aug 16 14:07:47 2026] DELETE /v2.0/ports/f28e24ec-82a3-4914-9a77-a28a9fa67593 => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-16 14:07:47.622 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b11dc3e4-fe05-44a5-9230-c44e1555b6c7 4f032ecbf7fb44958a844e58bbfbdebc 6b413eb11fd04886ace69eb4c76cb760 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 828/1589] 10.0.0.218 () {32 vars in 717 bytes} [Sun Aug 16 14:07:47 2026] GET /v2.0/ports/f28e24ec-82a3-4914-9a77-a28a9fa67593 => 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: 762/1590] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:07:47 2026] DELETE /v2.0/subnets/bcd2bbd5-4d6d-4a22-af02-a99b5fff1379 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:07:47.919 8 INFO neutron.services.segments.plugin [-] Segment b365e76c-3913-44b3-8601-7a9c5fb7c98a resource provider aggregate not found 2026-08-16 14:07:47.923 8 INFO neutron.services.segments.plugin [-] Segment b365e76c-3913-44b3-8601-7a9c5fb7c98a resource provider aggregate not found 2026-08-16 14:07:47.940 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b365e76c-3913-44b3-8601-7a9c5fb7c98a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b365e76c-3913-44b3-8601-7a9c5fb7c98a found for delete ", "request_id": "req-e8b5ef3f-bf9d-497f-8e66-30312bbed0e3"}]} 2026-08-16 14:07:47.941 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b365e76c-3913-44b3-8601-7a9c5fb7c98a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b365e76c-3913-44b3-8601-7a9c5fb7c98a found for delete ", "request_id": "req-5e09492c-fd7b-415c-80ca-87befcedc4fd"}]} [pid: 8|app: 0|req: 829/1591] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:07:47 2026] DELETE /v2.0/networks/427a5717-0c97-43a5-bce1-827a533181bc => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:07:48.024 7 INFO neutron.db.segments_db [None req-5b9b0c43-3e57-4684-abde-dd2d47d5eb1b 4f032ecbf7fb44958a844e58bbfbdebc 6b413eb11fd04886ace69eb4c76cb760 - - default default] Added segment 9089a5d5-21b8-42e7-8379-51ded3935708 of type vxlan for network 734c9059-89d2-488b-b636-b526c04ee109 [pid: 7|app: 0|req: 763/1592] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:07:47 2026] POST /v2.0/networks => generated 635 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:07:48.157 7 INFO neutron.services.segments.plugin [-] Segment 321a6d2d-1c2d-40f0-81c1-428926dd92e2 resource provider aggregate not found 2026-08-16 14:07:48.161 7 INFO neutron.services.segments.plugin [-] Segment 321a6d2d-1c2d-40f0-81c1-428926dd92e2 resource provider aggregate not found 2026-08-16 14:07:48.172 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 321a6d2d-1c2d-40f0-81c1-428926dd92e2 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 321a6d2d-1c2d-40f0-81c1-428926dd92e2 found for delete ", "request_id": "req-d44e3460-c28a-4cb9-9081-c53997726d3e"}]} 2026-08-16 14:07:48.178 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 321a6d2d-1c2d-40f0-81c1-428926dd92e2 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 321a6d2d-1c2d-40f0-81c1-428926dd92e2 found for delete ", "request_id": "req-3ded3de8-a2a4-4f80-bb9a-12ff6f897734"}]} 2026-08-16 14:07:48.192 7 INFO neutron.services.segments.plugin [-] Segment a726254f-2881-4852-bbbe-66a33619a152 resource provider aggregate not found 2026-08-16 14:07:48.199 7 INFO neutron.services.segments.plugin [-] Segment a726254f-2881-4852-bbbe-66a33619a152 resource provider aggregate not found 2026-08-16 14:07:48.219 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a726254f-2881-4852-bbbe-66a33619a152 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a726254f-2881-4852-bbbe-66a33619a152 found for delete ", "request_id": "req-80ac97fb-981f-4c6e-9b1e-c8e35628372f"}]} 2026-08-16 14:07:48.220 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a726254f-2881-4852-bbbe-66a33619a152 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a726254f-2881-4852-bbbe-66a33619a152 found for delete ", "request_id": "req-bc264c1b-8dcb-43c4-8f51-cf0ee0b09f9a"}]} [pid: 8|app: 0|req: 830/1593] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:07:48 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) [pid: 7|app: 0|req: 764/1594] 10.0.0.218 () {34 vars in 665 bytes} [Sun Aug 16 14:07:48 2026] POST /v2.0/ports => generated 924 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:07:48.892 8 INFO neutron_taas.services.taas.taas_plugin [None req-4d079444-2d83-45e2-9c17-b70f0be9e3f4 4f032ecbf7fb44958a844e58bbfbdebc 6b413eb11fd04886ace69eb4c76cb760 - - default default] TaaS: Handle Delete Port: 88e5be10-3673-4bc4-9ea8-6b21fdc6bf50 2026-08-16 14:07:48.895 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d079444-2d83-45e2-9c17-b70f0be9e3f4 4f032ecbf7fb44958a844e58bbfbdebc 6b413eb11fd04886ace69eb4c76cb760 - - default default] Tap Mirror: Handle Delete Port: 88e5be10-3673-4bc4-9ea8-6b21fdc6bf50 [pid: 8|app: 0|req: 831/1595] 10.0.0.218 () {32 vars in 720 bytes} [Sun Aug 16 14:07:48 2026] DELETE /v2.0/ports/88e5be10-3673-4bc4-9ea8-6b21fdc6bf50 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:07:49.027 7 INFO neutron.pecan_wsgi.hooks.translation [None req-40dfdc76-4deb-4c73-a5f6-286a4b84d4ca 4f032ecbf7fb44958a844e58bbfbdebc 6b413eb11fd04886ace69eb4c76cb760 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 765/1596] 10.0.0.218 () {32 vars in 717 bytes} [Sun Aug 16 14:07:49 2026] GET /v2.0/ports/88e5be10-3673-4bc4-9ea8-6b21fdc6bf50 => 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: 832/1597] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:07:49 2026] DELETE /v2.0/subnets/b52b1ce0-bc27-423a-a784-e9ec98f5f54a => 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: 766/1598] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:07:49 2026] DELETE /v2.0/networks/734c9059-89d2-488b-b636-b526c04ee109 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1599] 10.0.0.218 () {34 vars in 665 bytes} [Sun Aug 16 14:07:49 2026] POST /v2.0/ports => generated 779 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1602] 10.0.0.218 () {34 vars in 737 bytes} [Sun Aug 16 14:07:49 2026] PUT /v2.0/ports/231f9d0c-b0f2-4d78-9a17-38de08af1dc3 => generated 752 bytes in 219 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-08-16 14:07:49.858 8 INFO neutron_taas.services.taas.taas_plugin [None req-eaa089fc-d929-4a7b-aae8-08ef3d0d91ea 4f032ecbf7fb44958a844e58bbfbdebc 6b413eb11fd04886ace69eb4c76cb760 - - default default] TaaS: Handle Delete Port: 231f9d0c-b0f2-4d78-9a17-38de08af1dc3 2026-08-16 14:07:49.862 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eaa089fc-d929-4a7b-aae8-08ef3d0d91ea 4f032ecbf7fb44958a844e58bbfbdebc 6b413eb11fd04886ace69eb4c76cb760 - - default default] Tap Mirror: Handle Delete Port: 231f9d0c-b0f2-4d78-9a17-38de08af1dc3 [pid: 8|app: 0|req: 836/1603] 10.0.0.218 () {32 vars in 720 bytes} [Sun Aug 16 14:07:49 2026] DELETE /v2.0/ports/231f9d0c-b0f2-4d78-9a17-38de08af1dc3 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 768/1604] 10.0.0.218 () {32 vars in 643 bytes} [Sun Aug 16 14:07:49 2026] GET /v2.0/ports => generated 782 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:07:50.015 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d0d95fcd-4c71-4a72-ac52-40134b6982af 4f032ecbf7fb44958a844e58bbfbdebc 6b413eb11fd04886ace69eb4c76cb760 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 837/1605] 10.0.0.218 () {32 vars in 717 bytes} [Sun Aug 16 14:07:49 2026] GET /v2.0/ports/231f9d0c-b0f2-4d78-9a17-38de08af1dc3 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1606] 10.0.0.218 () {32 vars in 643 bytes} [Sun Aug 16 14:07:50 2026] GET /v2.0/ports => generated 782 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1607] 10.0.0.218 () {32 vars in 717 bytes} [Sun Aug 16 14:07:50 2026] GET /v2.0/ports/583376db-3de8-43d0-979c-ffff232d5033 => generated 779 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:07:50.131 7 INFO neutron.pecan_wsgi.hooks.translation [None req-60375bfe-7505-4167-ae99-93bec06a32a5 4f032ecbf7fb44958a844e58bbfbdebc 6b413eb11fd04886ace69eb4c76cb760 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 770/1608] 10.0.0.218 () {32 vars in 720 bytes} [Sun Aug 16 14:07:50 2026] DELETE /v2.0/ports/88e5be10-3673-4bc4-9ea8-6b21fdc6bf50 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-16 14:07:50.153 8 INFO neutron.pecan_wsgi.hooks.translation [None req-046aedd3-765c-4a14-bcce-a2fbec336cc4 4f032ecbf7fb44958a844e58bbfbdebc 6b413eb11fd04886ace69eb4c76cb760 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 839/1609] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:07:50 2026] DELETE /v2.0/subnets/b52b1ce0-bc27-423a-a784-e9ec98f5f54a => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-16 14:07:50.176 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bae9c28f-0b10-42b2-8453-b2607d7bebb1 4f032ecbf7fb44958a844e58bbfbdebc 6b413eb11fd04886ace69eb4c76cb760 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 771/1610] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:07:50 2026] DELETE /v2.0/subnets/bcd2bbd5-4d6d-4a22-af02-a99b5fff1379 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-16 14:07:50.241 7 INFO neutron.services.segments.plugin [-] Segment 9089a5d5-21b8-42e7-8379-51ded3935708 resource provider aggregate not found 2026-08-16 14:07:50.246 7 INFO neutron.services.segments.plugin [-] Segment 9089a5d5-21b8-42e7-8379-51ded3935708 resource provider aggregate not found 2026-08-16 14:07:50.257 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9089a5d5-21b8-42e7-8379-51ded3935708 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9089a5d5-21b8-42e7-8379-51ded3935708 found for delete ", "request_id": "req-b36ec7ae-5022-46c2-904f-6fef3cafa19a"}]} 2026-08-16 14:07:50.261 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9089a5d5-21b8-42e7-8379-51ded3935708 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9089a5d5-21b8-42e7-8379-51ded3935708 found for delete ", "request_id": "req-877f2945-1db4-4b7c-b181-ca6bc89a3eb0"}]} 2026-08-16 14:07:50.286 8 INFO neutron_taas.services.taas.taas_plugin [None req-3536e931-feaf-4245-9245-4f387339a09d 4f032ecbf7fb44958a844e58bbfbdebc 6b413eb11fd04886ace69eb4c76cb760 - - default default] TaaS: Handle Delete Port: 583376db-3de8-43d0-979c-ffff232d5033 2026-08-16 14:07:50.288 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3536e931-feaf-4245-9245-4f387339a09d 4f032ecbf7fb44958a844e58bbfbdebc 6b413eb11fd04886ace69eb4c76cb760 - - default default] Tap Mirror: Handle Delete Port: 583376db-3de8-43d0-979c-ffff232d5033 [pid: 8|app: 0|req: 840/1611] 10.0.0.218 () {32 vars in 720 bytes} [Sun Aug 16 14:07:50 2026] DELETE /v2.0/ports/583376db-3de8-43d0-979c-ffff232d5033 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1612] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:07:50 2026] DELETE /v2.0/networks/9b951094-c17e-4ee9-8ba7-e7ab683374dd => 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: 773/1613] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:07:51 2026] GET /v2.0/security-groups?tenant_id=6b413eb11fd04886ace69eb4c76cb760&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1614] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:07:51 2026] DELETE /v2.0/security-groups/0bbab7c4-2aee-495a-8856-f91b3e23af13 => 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: 841/1615] 10.0.0.218 () {34 vars in 684 bytes} [Sun Aug 16 14:07:51 2026] POST /v2.0/security-groups => generated 1601 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1616] 10.0.0.218 () {34 vars in 676 bytes} [Sun Aug 16 14:07:51 2026] POST /v2.0/subnetpools => generated 516 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1617] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:07:51 2026] GET /v2.0/security-groups?tenant_id=efb4ab3a30d94edb8497fd34b27bce95&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1618] 10.0.0.218 () {34 vars in 676 bytes} [Sun Aug 16 14:07:51 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: 843/1619] 10.0.0.218 () {34 vars in 684 bytes} [Sun Aug 16 14:07:51 2026] POST /v2.0/security-groups => generated 1601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1620] 10.0.0.218 () {34 vars in 676 bytes} [Sun Aug 16 14:07:51 2026] POST /v2.0/subnetpools => generated 516 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1621] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:07:51 2026] DELETE /v2.0/security-groups/b8ec7d8d-d0a0-4957-9b9a-61e8e83b2d18 => 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: 845/1623] 10.0.0.218 () {34 vars in 684 bytes} [Sun Aug 16 14:07:51 2026] POST /v2.0/security-groups => generated 1601 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1623] 10.0.0.218 () {34 vars in 676 bytes} [Sun Aug 16 14:07:51 2026] POST /v2.0/subnetpools => generated 516 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1624] 10.0.0.218 () {34 vars in 676 bytes} [Sun Aug 16 14:07:51 2026] POST /v2.0/subnetpools => generated 516 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1625] 10.0.0.218 () {34 vars in 684 bytes} [Sun Aug 16 14:07:51 2026] POST /v2.0/security-groups => generated 1601 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1626] 10.0.0.218 () {34 vars in 759 bytes} [Sun Aug 16 14:07:51 2026] PUT /v2.0/subnetpools/bfd2e4d7-7e9a-4624-bd12-4d3e0bf8a847/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: 847/1627] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:07:51 2026] GET /v2.0/security-groups?tenant_id=e555d831be5e4aaba575e5cc5401799e&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1628] 10.0.0.218 () {34 vars in 684 bytes} [Sun Aug 16 14:07:51 2026] POST /v2.0/security-groups => generated 1601 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1629] 10.0.0.218 () {34 vars in 759 bytes} [Sun Aug 16 14:07:51 2026] PUT /v2.0/subnetpools/36e84406-c267-46da-941d-fe8dbdf459a9/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: 782/1630] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:07:51 2026] DELETE /v2.0/security-groups/86b173fe-f7bc-45b6-b561-abae8d5717f9 => 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: 849/1631] 10.0.0.218 () {34 vars in 767 bytes} [Sun Aug 16 14:07:51 2026] PUT /v2.0/security-groups/47ff22b5-225b-41e9-961c-9557b88328e5/tags => generated 17 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1632] 10.0.0.218 () {34 vars in 759 bytes} [Sun Aug 16 14:07:51 2026] PUT /v2.0/subnetpools/c0ef643c-cacf-4e67-89dd-111c7d45805e/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: 850/1633] 10.0.0.218 () {34 vars in 767 bytes} [Sun Aug 16 14:07:51 2026] PUT /v2.0/security-groups/0c9975e7-2043-47c8-87da-fc75ce89097b/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1634] 10.0.0.218 () {34 vars in 759 bytes} [Sun Aug 16 14:07:51 2026] PUT /v2.0/subnetpools/c469f524-5615-4505-a71d-569f16b3c9a5/tags => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1635] 10.0.0.218 () {32 vars in 672 bytes} [Sun Aug 16 14:07:51 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1636] 10.0.0.218 () {34 vars in 767 bytes} [Sun Aug 16 14:07:51 2026] PUT /v2.0/security-groups/0778aeaa-593d-4094-88dc-4aa2d6d5ade9/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1637] 10.0.0.218 () {32 vars in 686 bytes} [Sun Aug 16 14:07:52 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1638] 10.0.0.218 () {34 vars in 767 bytes} [Sun Aug 16 14:07:52 2026] PUT /v2.0/security-groups/d6536f87-feda-459a-b176-088d3c52b7ed/tags => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1639] 10.0.0.218 () {32 vars in 682 bytes} [Sun Aug 16 14:07:52 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1640] 10.0.0.218 () {32 vars in 694 bytes} [Sun Aug 16 14:07:52 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1641] 10.0.0.218 () {32 vars in 680 bytes} [Sun Aug 16 14:07:52 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1642] 10.0.0.218 () {32 vars in 680 bytes} [Sun Aug 16 14:07:52 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1643] 10.0.0.218 () {32 vars in 694 bytes} [Sun Aug 16 14:07:52 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1644] 10.0.0.218 () {32 vars in 690 bytes} [Sun Aug 16 14:07:52 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1645] 10.0.0.218 () {32 vars in 702 bytes} [Sun Aug 16 14:07:52 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1646] 10.0.0.218 () {32 vars in 732 bytes} [Sun Aug 16 14:07:52 2026] DELETE /v2.0/subnetpools/bfd2e4d7-7e9a-4624-bd12-4d3e0bf8a847 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:07:52.277 7 INFO neutron.services.segments.plugin [-] Segment 0c5e3fc2-ce38-45a2-b5b9-4d65febb7cdc resource provider aggregate not found 2026-08-16 14:07:52.290 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0c5e3fc2-ce38-45a2-b5b9-4d65febb7cdc resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c5e3fc2-ce38-45a2-b5b9-4d65febb7cdc found for delete ", "request_id": "req-252717fd-55b9-4b2c-95af-c21f47c87806"}]} 2026-08-16 14:07:52.292 7 INFO neutron.services.segments.plugin [-] Segment 0c5e3fc2-ce38-45a2-b5b9-4d65febb7cdc resource provider aggregate not found 2026-08-16 14:07:52.315 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0c5e3fc2-ce38-45a2-b5b9-4d65febb7cdc resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c5e3fc2-ce38-45a2-b5b9-4d65febb7cdc found for delete ", "request_id": "req-6b1ce7cb-bfcc-437f-9e33-b805319cbf40"}]} [pid: 7|app: 0|req: 794/1647] 10.0.0.218 () {32 vars in 732 bytes} [Sun Aug 16 14:07:52 2026] DELETE /v2.0/subnetpools/36e84406-c267-46da-941d-fe8dbdf459a9 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1648] 10.0.0.218 () {32 vars in 732 bytes} [Sun Aug 16 14:07:52 2026] DELETE /v2.0/subnetpools/c0ef643c-cacf-4e67-89dd-111c7d45805e => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1649] 10.0.0.218 () {32 vars in 732 bytes} [Sun Aug 16 14:07:52 2026] DELETE /v2.0/subnetpools/c469f524-5615-4505-a71d-569f16b3c9a5 => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1650] 10.0.0.218 () {32 vars in 732 bytes} [Sun Aug 16 14:07:52 2026] DELETE /v2.0/subnetpools/ac9c260d-3877-443d-be80-2e8635eb581a => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1651] 10.0.0.218 () {32 vars in 694 bytes} [Sun Aug 16 14:07:52 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 477 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1652] 10.0.0.218 () {32 vars in 690 bytes} [Sun Aug 16 14:07:52 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1653] 10.0.0.218 () {32 vars in 702 bytes} [Sun Aug 16 14:07:52 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1654] 10.0.0.218 () {32 vars in 688 bytes} [Sun Aug 16 14:07:52 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1655] 10.0.0.218 () {32 vars in 702 bytes} [Sun Aug 16 14:07:52 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1656] 10.0.0.218 () {32 vars in 698 bytes} [Sun Aug 16 14:07:52 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1657] 10.0.0.218 () {32 vars in 710 bytes} [Sun Aug 16 14:07:52 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1658] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:07:52 2026] DELETE /v2.0/security-groups/47ff22b5-225b-41e9-961c-9557b88328e5 => 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: 858/1659] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:07:52 2026] DELETE /v2.0/security-groups/0c9975e7-2043-47c8-87da-fc75ce89097b => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1660] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:07:53 2026] DELETE /v2.0/security-groups/0778aeaa-593d-4094-88dc-4aa2d6d5ade9 => 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: 860/1661] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:07:53 2026] GET /v2.0/security-groups?tenant_id=dab398cb1a5247358b265ee0d534c38f&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:07:53.280 7 INFO neutron.db.segments_db [None req-c0a1149d-b52f-4e29-be18-5f29aeace2e8 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Added segment 2b2277a3-ebf6-4c34-8c5e-ddd68fde248a of type vxlan for network 03c31432-332c-4c7b-87fe-c24b205f2d95 [pid: 8|app: 0|req: 861/1662] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:07:53 2026] DELETE /v2.0/security-groups/d6536f87-feda-459a-b176-088d3c52b7ed => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1663] 10.0.0.218 () {34 vars in 671 bytes} [Sun Aug 16 14:07:53 2026] POST /v2.0/networks => generated 741 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1664] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:07:53 2026] DELETE /v2.0/security-groups/66e945fb-c6b2-4668-9d7c-34e577945dd4 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1665] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:07:53 2026] DELETE /v2.0/security-groups/95488bf6-4f59-4843-9fe0-b8f1ff26cb89 => 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: 863/1666] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:07:53 2026] POST /v2.0/subnets => generated 688 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:07:53.654 8 INFO neutron.db.segments_db [None req-3fc1f17f-d5db-404f-afe1-f93eaf15c7df ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Added segment ee75d7e2-d68f-43cc-bf27-7cffe69aee5f of type vxlan for network 0a2ac91f-4933-4c20-bb72-6e357254bba2 [pid: 7|app: 0|req: 804/1667] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:07:53 2026] GET /v2.0/security-groups?tenant_id=4efe3ec14e624b0bbe9ad28ea742aba0&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1668] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:07:53 2026] DELETE /v2.0/security-groups/a15f4958-cf43-40f5-83ed-d5ee4bd87c7f => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:07:53.914 8 INFO neutron.db.l3_hamode_db [None req-3fc1f17f-d5db-404f-afe1-f93eaf15c7df ac8f354c06fc4a68823948485460818c aed99711bb494068a7e4d1deeeda979d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 806/1669] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:07:53 2026] GET /v2.0/security-groups?tenant_id=3eb5091c60664c6daa865e18dea6b4cd&name=default => generated 2925 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1670] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:07:54 2026] DELETE /v2.0/security-groups/038264c4-839a-4cda-b8dc-3f7437fda6bc => 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: 808/1671] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:07:54 2026] GET /v2.0/security-groups?tenant_id=f5ef271c76694d3783dcbef8fc351128&name=default => generated 2925 bytes in 347 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:07:54.732 8 INFO neutron.db.l3_hamode_db [None req-3fc1f17f-d5db-404f-afe1-f93eaf15c7df ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 809/1672] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:07:54 2026] GET /v2.0/security-groups?tenant_id=eed5d3f4789e477391277f65e873d5ce&name=default => generated 2925 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1673] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:07:54 2026] DELETE /v2.0/security-groups/32e597e1-bda1-43b9-b22c-8839a7cb646c => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1674] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:07:54 2026] DELETE /v2.0/security-groups/4ffb1dbb-d238-409b-b497-745aa8dfb4f9 => 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: 812/1675] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:07:54 2026] GET /v2.0/security-groups?tenant_id=5ab90aeb78114e73901bde81c8fce314&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1676] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:07:55 2026] DELETE /v2.0/security-groups/c9b3e1df-e975-460c-9285-20fcaba34586 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1677] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:07:55 2026] GET /v2.0/security-groups?tenant_id=06282a471dbb49f68082e525ac413d9c&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1678] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:07:55 2026] DELETE /v2.0/security-groups/b5346123-ac3a-425a-a8ee-e7a52e7c2781 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1679] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:07:53 2026] POST /v2.0/routers => generated 728 bytes in 2057 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1680] 10.0.0.218 () {34 vars in 783 bytes} [Sun Aug 16 14:07:55 2026] PUT /v2.0/routers/77c1a76c-8fdf-47f7-ba3c-563b16e541f0/add_router_interface => generated 309 bytes in 1172 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:07:57.216 8 INFO neutron.db.segments_db [None req-1422d3cc-bc77-4854-b0cd-947c1d97fdbb 912684398c9b433b987d0018abade032 588b2e890a744131b184d7d64b438451 - - default default] Added segment 3b233b16-00fd-4928-a6c6-82d19a704878 of type vxlan for network 3a3f26fa-43e0-4c1d-80c1-59392b673a15 [pid: 8|app: 0|req: 865/1681] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:07:56 2026] POST /v2.0/networks => generated 643 bytes in 504 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1682] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:07:57 2026] POST /v2.0/subnets => generated 641 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:07:57.717 8 INFO neutron.db.segments_db [None req-46cb412a-7d3a-40d8-8e41-cd1b9a60ac7f 912684398c9b433b987d0018abade032 588b2e890a744131b184d7d64b438451 - - default default] Added segment 57a6c30e-79a2-4028-8d4e-0736b6604cd6 of type vxlan for network 9b4c0c95-ffcf-4b08-8160-d8c30697c34a [pid: 8|app: 0|req: 866/1683] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:07:57 2026] POST /v2.0/networks => generated 644 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1684] 10.0.0.218 () {34 vars in 743 bytes} [Sun Aug 16 14:07:57 2026] PUT /v2.0/networks/9b4c0c95-ffcf-4b08-8160-d8c30697c34a => generated 592 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1685] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:07:57 2026] POST /v2.0/subnets => generated 626 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1686] 10.0.0.218 () {34 vars in 741 bytes} [Sun Aug 16 14:07:58 2026] PUT /v2.0/subnets/bf1f7910-31de-4a13-a811-2b9f464ea538 => generated 636 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:07:58.559 8 INFO neutron.services.segments.plugin [-] Segment 57a6c30e-79a2-4028-8d4e-0736b6604cd6 resource provider aggregate not found 2026-08-16 14:07:58.560 8 INFO neutron.services.segments.plugin [-] Segment 57a6c30e-79a2-4028-8d4e-0736b6604cd6 resource provider aggregate not found 2026-08-16 14:07:58.582 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 57a6c30e-79a2-4028-8d4e-0736b6604cd6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57a6c30e-79a2-4028-8d4e-0736b6604cd6 found for delete ", "request_id": "req-642f4565-46bb-4ce8-8902-47d038a17a8a"}]} 2026-08-16 14:07:58.583 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 57a6c30e-79a2-4028-8d4e-0736b6604cd6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57a6c30e-79a2-4028-8d4e-0736b6604cd6 found for delete ", "request_id": "req-69ab2713-c3ac-4347-b957-1828cc2e408f"}]} [pid: 8|app: 0|req: 868/1687] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:07:58 2026] DELETE /v2.0/networks/9b4c0c95-ffcf-4b08-8160-d8c30697c34a => generated 0 bytes in 250 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:07:58.625 7 INFO neutron.pecan_wsgi.hooks.translation [None req-215ebf85-9bda-4040-89ea-2fc5c06dcb16 912684398c9b433b987d0018abade032 588b2e890a744131b184d7d64b438451 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 820/1688] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:07:58 2026] DELETE /v2.0/networks/9b4c0c95-ffcf-4b08-8160-d8c30697c34a => generated 138 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1689] 10.0.0.218 () {32 vars in 694 bytes} [Sun Aug 16 14:07:58 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) [pid: 8|app: 0|req: 870/1690] 10.0.0.218 () {32 vars in 742 bytes} [Sun Aug 16 14:07:58 2026] GET /v2.0/subnets?network_id=91843983-1685-40bf-ac5d-b6f0a65e8275 => generated 649 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1691] 10.0.0.218 () {32 vars in 653 bytes} [Sun Aug 16 14:07:58 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1692] 10.0.0.218 () {32 vars in 649 bytes} [Sun Aug 16 14:07:58 2026] GET /v2.0/networks => generated 1308 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1693] 10.0.0.218 () {32 vars in 647 bytes} [Sun Aug 16 14:07:58 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: 8|app: 0|req: 874/1694] 10.0.0.218 () {32 vars in 723 bytes} [Sun Aug 16 14:07:58 2026] GET /v2.0/networks/3a3f26fa-43e0-4c1d-80c1-59392b673a15 => generated 668 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:07:58.987 7 INFO neutron.db.segments_db [None req-8ca49e17-330a-437b-a40c-3256e11cb153 87d155865e3142af8524c1b3729b9bdb 360a3e31e7ac4553a5e5735eed982ca8 - - default default] Added segment ca48b8ed-4563-4dd7-a5d7-b016e4101fc0 of type vxlan for network 97efeaff-6eb1-4b26-93d9-b3534f0ae46f [pid: 7|app: 0|req: 821/1695] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:07:58 2026] POST /v2.0/networks => generated 632 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1696] 10.0.0.218 () {32 vars in 721 bytes} [Sun Aug 16 14:07:59 2026] GET /v2.0/subnets/9ad47b09-ad22-49a6-9714-910ec73152be => generated 641 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1697] 10.0.0.218 () {34 vars in 684 bytes} [Sun Aug 16 14:07:58 2026] POST /v2.0/security-groups => generated 1601 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-08-16 14:07:59.241 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2c694cc9-2088-490c-8a2e-5299c3a80724 912684398c9b433b987d0018abade032 588b2e890a744131b184d7d64b438451 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 876/1698] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:07:59 2026] DELETE /v2.0/subnets/bf1f7910-31de-4a13-a811-2b9f464ea538 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1699] 10.0.0.236 () {34 vars in 982 bytes} [Sun Aug 16 14:07:59 2026] GET /v2.0/networks?id=03c31432-332c-4c7b-87fe-c24b205f2d95 => generated 673 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1700] 10.0.0.218 () {34 vars in 767 bytes} [Sun Aug 16 14:07:59 2026] PUT /v2.0/security-groups/e0e208ac-aab7-4d2e-b143-f29be809c4a1/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:07:59.335 8 INFO neutron.pecan_wsgi.hooks.translation [None req-58328f8d-d217-427d-9029-a9749d1ef52c 912684398c9b433b987d0018abade032 588b2e890a744131b184d7d64b438451 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 879/1701] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:07:59 2026] DELETE /v2.0/networks/9b4c0c95-ffcf-4b08-8160-d8c30697c34a => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1702] 10.0.0.236 () {34 vars in 965 bytes} [Sun Aug 16 14:07:59 2026] GET /v2.0/quotas/aed99711bb494068a7e4d1deeeda979d => 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: 823/1703] 10.0.0.218 () {34 vars in 664 bytes} [Sun Aug 16 14:07:59 2026] POST /v2.0/ports => generated 743 bytes in 272 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: 881/1704] 10.0.0.218 () {32 vars in 747 bytes} [Sun Aug 16 14:07:59 2026] GET /v2.0/security-groups/e0e208ac-aab7-4d2e-b143-f29be809c4a1/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1705] 10.0.0.236 () {34 vars in 1002 bytes} [Sun Aug 16 14:07:59 2026] GET /v2.0/ports?tenant_id=aed99711bb494068a7e4d1deeeda979d&fields=id => generated 103 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1706] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:07:59 2026] DELETE /v2.0/subnets/9ad47b09-ad22-49a6-9714-910ec73152be => 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: 825/1707] 10.0.0.218 () {34 vars in 778 bytes} [Sun Aug 16 14:07:59 2026] PUT /v2.0/security-groups/e0e208ac-aab7-4d2e-b143-f29be809c4a1/tags/green => generated 4 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1708] 10.0.0.236 () {34 vars in 1008 bytes} [Sun Aug 16 14:07:59 2026] GET /v2.0/networks/03c31432-332c-4c7b-87fe-c24b205f2d95?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: 883/1709] 10.0.0.218 () {34 vars in 666 bytes} [Sun Aug 16 14:07:59 2026] POST /v2.0/trunks => generated 407 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1710] 10.0.0.218 () {32 vars in 747 bytes} [Sun Aug 16 14:07:59 2026] GET /v2.0/security-groups/e0e208ac-aab7-4d2e-b143-f29be809c4a1/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:07:59.752 7 INFO neutron.services.segments.plugin [-] Segment 3b233b16-00fd-4928-a6c6-82d19a704878 resource provider aggregate not found 2026-08-16 14:07:59.753 7 INFO neutron.services.segments.plugin [-] Segment 3b233b16-00fd-4928-a6c6-82d19a704878 resource provider aggregate not found 2026-08-16 14:07:59.774 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3b233b16-00fd-4928-a6c6-82d19a704878 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b233b16-00fd-4928-a6c6-82d19a704878 found for delete ", "request_id": "req-a538216c-89b6-42b7-91e5-8d819f631045"}]} [pid: 8|app: 0|req: 885/1711] 10.0.0.236 () {34 vars in 1108 bytes} [Sun Aug 16 14:07:59 2026] GET /v2.0/networks/03c31432-332c-4c7b-87fe-c24b205f2d95?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:07:59.777 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3b233b16-00fd-4928-a6c6-82d19a704878 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b233b16-00fd-4928-a6c6-82d19a704878 found for delete ", "request_id": "req-98d0e69a-22b9-4fa6-86b3-39be9314a1d2"}]} [pid: 7|app: 0|req: 827/1712] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:07:59 2026] DELETE /v2.0/networks/3a3f26fa-43e0-4c1d-80c1-59392b673a15 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:07:59.831 8 INFO neutron.db.segments_db [None req-307eb328-8e01-4754-a97f-6bc50cc60c6e 87d155865e3142af8524c1b3729b9bdb 360a3e31e7ac4553a5e5735eed982ca8 - - default default] Added segment 4f95b1db-fb3c-4bb2-ab77-dbf0dba46843 of type vxlan for network 37e937b0-c328-47df-ac09-952c4353622e [pid: 7|app: 0|req: 828/1713] 10.0.0.218 () {34 vars in 774 bytes} [Sun Aug 16 14:07:59 2026] PUT /v2.0/security-groups/e0e208ac-aab7-4d2e-b143-f29be809c4a1/tags/red => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1714] 10.0.0.218 () {32 vars in 747 bytes} [Sun Aug 16 14:07:59 2026] GET /v2.0/security-groups/e0e208ac-aab7-4d2e-b143-f29be809c4a1/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1715] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:07:59 2026] POST /v2.0/networks => generated 632 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1716] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:07:59 2026] GET /v2.0/ports?device_id=c3536a4a-7fa3-4d65-96d8-cf98b9ee8030 => 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: 887/1717] 10.0.0.218 () {34 vars in 796 bytes} [Sun Aug 16 14:07:59 2026] PUT /v2.0/security-groups/e0e208ac-aab7-4d2e-b143-f29be809c4a1/tags/black.or.white => generated 4 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1718] 10.0.0.218 () {32 vars in 747 bytes} [Sun Aug 16 14:08:00 2026] GET /v2.0/security-groups/e0e208ac-aab7-4d2e-b143-f29be809c4a1/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1719] 10.0.0.218 () {34 vars in 767 bytes} [Sun Aug 16 14:08:00 2026] PUT /v2.0/security-groups/e0e208ac-aab7-4d2e-b143-f29be809c4a1/tags => generated 37 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1720] 10.0.0.218 () {32 vars in 747 bytes} [Sun Aug 16 14:08:00 2026] GET /v2.0/security-groups/e0e208ac-aab7-4d2e-b143-f29be809c4a1/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: 891/1721] 10.0.0.218 () {32 vars in 755 bytes} [Sun Aug 16 14:08:00 2026] GET /v2.0/security-groups/e0e208ac-aab7-4d2e-b143-f29be809c4a1/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: 831/1722] 10.0.0.218 () {34 vars in 664 bytes} [Sun Aug 16 14:07:59 2026] POST /v2.0/ports => generated 743 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:08:00.256 8 INFO neutron.api.v2.resource [None req-083c3312-c599-4ce7-b63e-46a0cdc927b5 4c3dde2edb874b2b9a2b1ddb8f38b9a2 086a36f3f745405582f2f25d118ca978 - - default default] show failed (client error): The resource could not be found. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 892/1723] 10.0.0.218 () {32 vars in 759 bytes} [Sun Aug 16 14:08:00 2026] GET /v2.0/security-groups/e0e208ac-aab7-4d2e-b143-f29be809c4a1/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1724] 10.0.0.218 () {32 vars in 758 bytes} [Sun Aug 16 14:08:00 2026] DELETE /v2.0/security-groups/e0e208ac-aab7-4d2e-b143-f29be809c4a1/tags/red => 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: 894/1725] 10.0.0.218 () {32 vars in 747 bytes} [Sun Aug 16 14:08:00 2026] GET /v2.0/security-groups/e0e208ac-aab7-4d2e-b143-f29be809c4a1/tags => generated 30 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1726] 10.0.0.218 () {34 vars in 666 bytes} [Sun Aug 16 14:08:00 2026] POST /v2.0/trunks => generated 407 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1727] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:08:00 2026] GET /v2.0/security-groups?tenant_id=588b2e890a744131b184d7d64b438451&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:08:00.523 7 INFO neutron.api.v2.resource [None req-f74d61a0-158c-4a94-889f-3a4ad476735c 4c3dde2edb874b2b9a2b1ddb8f38b9a2 086a36f3f745405582f2f25d118ca978 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 833/1728] 10.0.0.218 () {32 vars in 762 bytes} [Sun Aug 16 14:08:00 2026] DELETE /v2.0/security-groups/e0e208ac-aab7-4d2e-b143-f29be809c4a1/tags/green => generated 99 bytes in 67 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-08-16 14:08:00.531 8 INFO neutron.db.segments_db [None req-78b56533-a405-4d28-a75e-a085a1fd760d 87d155865e3142af8524c1b3729b9bdb 360a3e31e7ac4553a5e5735eed982ca8 - - default default] Added segment 7257de7c-7786-48b0-be7f-524c0b636d75 of type vxlan for network b095cff1-fdb0-467a-9059-a1716241cee1 [pid: 8|app: 0|req: 896/1729] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:08:00 2026] POST /v2.0/networks => generated 632 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1730] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:08:00 2026] DELETE /v2.0/security-groups/2f0fa237-c359-4249-8ff5-6e4f2321f056 => 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: 897/1731] 10.0.0.218 () {32 vars in 750 bytes} [Sun Aug 16 14:08:00 2026] DELETE /v2.0/security-groups/e0e208ac-aab7-4d2e-b143-f29be809c4a1/tags => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1732] 10.0.0.218 () {32 vars in 747 bytes} [Sun Aug 16 14:08:00 2026] GET /v2.0/security-groups/e0e208ac-aab7-4d2e-b143-f29be809c4a1/tags => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1733] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:08:00 2026] DELETE /v2.0/security-groups/e0e208ac-aab7-4d2e-b143-f29be809c4a1 => 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: 835/1734] 10.0.0.218 () {34 vars in 664 bytes} [Sun Aug 16 14:08:00 2026] POST /v2.0/ports => generated 743 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1735] 10.0.0.218 () {34 vars in 666 bytes} [Sun Aug 16 14:08:00 2026] POST /v2.0/trunks => generated 407 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-16 14:08:01.093 7 INFO neutron.db.segments_db [None req-21e1cbb5-2945-472c-919a-e36fb4c2c779 87d155865e3142af8524c1b3729b9bdb 360a3e31e7ac4553a5e5735eed982ca8 - - default default] Added segment 376d2e33-f20d-4fd4-b860-ad3d868b80c3 of type vxlan for network 7bef8c55-ba9e-4f1d-bf19-30f5f3036645 [pid: 7|app: 0|req: 836/1736] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:08:01 2026] POST /v2.0/networks => generated 632 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1737] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:08:01 2026] GET /v2.0/ports?device_id=c3536a4a-7fa3-4d65-96d8-cf98b9ee8030 => 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: 901/1738] 10.0.0.218 () {34 vars in 664 bytes} [Sun Aug 16 14:08:01 2026] POST /v2.0/ports => generated 743 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1739] 10.0.0.218 () {34 vars in 666 bytes} [Sun Aug 16 14:08:01 2026] POST /v2.0/trunks => generated 407 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:08:01.691 7 INFO neutron.db.segments_db [None req-3186d20e-2215-4365-b006-caddf904e8b8 87d155865e3142af8524c1b3729b9bdb 360a3e31e7ac4553a5e5735eed982ca8 - - default default] Added segment 553a31e8-bc16-4e93-bca7-a5fc00bbda78 of type vxlan for network 7a372a85-a888-4afb-bf94-f3c579f7ac93 [pid: 7|app: 0|req: 839/1740] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:08:01 2026] POST /v2.0/networks => generated 632 bytes in 103 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: 902/1741] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:08:01 2026] GET /v2.0/security-groups?tenant_id=086a36f3f745405582f2f25d118ca978&name=default => generated 2925 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1742] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:08:01 2026] DELETE /v2.0/security-groups/9eda892e-0ce3-4451-9e93-27dd0fd0f96e => 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: 840/1743] 10.0.0.218 () {34 vars in 664 bytes} [Sun Aug 16 14:08:01 2026] POST /v2.0/ports => generated 743 bytes in 225 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: 904/1744] 10.0.0.218 () {34 vars in 666 bytes} [Sun Aug 16 14:08:02 2026] POST /v2.0/trunks => generated 407 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1745] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:08:02 2026] GET /v2.0/security-groups?tenant_id=65f052a77da544d6b20daa3e5d9ebe22&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1746] 10.0.0.218 () {34 vars in 749 bytes} [Sun Aug 16 14:08:02 2026] PUT /v2.0/trunks/b850f49d-486a-42b5-b6bf-7cd6cc6381cb/tags => generated 17 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1747] 10.0.0.218 () {34 vars in 749 bytes} [Sun Aug 16 14:08:02 2026] PUT /v2.0/trunks/6ab79555-3c29-4835-b475-f7d7cbc7e7b5/tags => generated 25 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1748] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:08:02 2026] DELETE /v2.0/security-groups/4e3ae794-c859-41ad-823b-a88b66365776 => 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: 907/1749] 10.0.0.218 () {34 vars in 749 bytes} [Sun Aug 16 14:08:02 2026] PUT /v2.0/trunks/e963a179-db2d-4979-8695-ae4c595b83b8/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1750] 10.0.0.218 () {34 vars in 749 bytes} [Sun Aug 16 14:08:02 2026] PUT /v2.0/trunks/426bdb03-90f5-4ffb-a0ae-eb8d05b0c5a3/tags => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1751] 10.0.0.218 () {32 vars in 662 bytes} [Sun Aug 16 14:08:02 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) [pid: 7|app: 0|req: 844/1752] 10.0.0.218 () {32 vars in 676 bytes} [Sun Aug 16 14:08:02 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1753] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:08:02 2026] GET /v2.0/ports?device_id=c3536a4a-7fa3-4d65-96d8-cf98b9ee8030 => 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: 845/1754] 10.0.0.218 () {32 vars in 672 bytes} [Sun Aug 16 14:08:02 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1755] 10.0.0.218 () {32 vars in 684 bytes} [Sun Aug 16 14:08:02 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1756] 10.0.0.218 () {32 vars in 670 bytes} [Sun Aug 16 14:08:02 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1757] 10.0.0.218 () {32 vars in 684 bytes} [Sun Aug 16 14:08:02 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1758] 10.0.0.218 () {32 vars in 680 bytes} [Sun Aug 16 14:08:02 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1759] 10.0.0.218 () {32 vars in 692 bytes} [Sun Aug 16 14:08:02 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1760] 10.0.0.218 () {32 vars in 719 bytes} [Sun Aug 16 14:08:02 2026] GET /v2.0/trunks/b850f49d-486a-42b5-b6bf-7cd6cc6381cb => generated 412 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1761] 10.0.0.218 () {32 vars in 717 bytes} [Sun Aug 16 14:08:02 2026] GET /v2.0/ports/f10a1851-b7a7-4e1e-b80f-1bb57397d8a2 => generated 826 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1762] 10.0.0.218 () {32 vars in 722 bytes} [Sun Aug 16 14:08:02 2026] DELETE /v2.0/trunks/b850f49d-486a-42b5-b6bf-7cd6cc6381cb => 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: 916/1763] 10.0.0.218 () {32 vars in 719 bytes} [Sun Aug 16 14:08:02 2026] GET /v2.0/trunks/6ab79555-3c29-4835-b475-f7d7cbc7e7b5 => generated 420 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1764] 10.0.0.218 () {32 vars in 717 bytes} [Sun Aug 16 14:08:02 2026] GET /v2.0/ports/ae6d1369-612c-495b-a960-3a9eab61c5b0 => generated 826 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1765] 10.0.0.218 () {32 vars in 722 bytes} [Sun Aug 16 14:08:02 2026] DELETE /v2.0/trunks/6ab79555-3c29-4835-b475-f7d7cbc7e7b5 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1766] 10.0.0.218 () {32 vars in 719 bytes} [Sun Aug 16 14:08:02 2026] GET /v2.0/trunks/e963a179-db2d-4979-8695-ae4c595b83b8 => generated 429 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:08:02.959 7 INFO neutron.db.segments_db [None req-b602b3ce-df3e-47b5-86dd-4cfe0ccd2fa5 48c980f235c1430ebbb72b9a877e645f 704ff26cd1584998aae1bd211152072b - - default default] Added segment 367d22c7-bef9-45ab-8dbb-2ddbcb55be5c of type vxlan for network 7b559955-1f42-4502-8305-f48b09868652 [pid: 8|app: 0|req: 920/1767] 10.0.0.218 () {32 vars in 717 bytes} [Sun Aug 16 14:08:02 2026] GET /v2.0/ports/f8adc1c4-3751-4bdf-b32c-df34d9104920 => generated 826 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1768] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:08:02 2026] POST /v2.0/networks => generated 644 bytes in 509 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1769] 10.0.0.218 () {32 vars in 722 bytes} [Sun Aug 16 14:08:03 2026] DELETE /v2.0/trunks/e963a179-db2d-4979-8695-ae4c595b83b8 => 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: 922/1770] 10.0.0.218 () {32 vars in 719 bytes} [Sun Aug 16 14:08:03 2026] GET /v2.0/trunks/426bdb03-90f5-4ffb-a0ae-eb8d05b0c5a3 => generated 414 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1771] 10.0.0.218 () {32 vars in 717 bytes} [Sun Aug 16 14:08:03 2026] GET /v2.0/ports/20b85060-4a73-4da4-96bb-97c482d614da => generated 826 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1772] 10.0.0.218 () {32 vars in 722 bytes} [Sun Aug 16 14:08:03 2026] DELETE /v2.0/trunks/426bdb03-90f5-4ffb-a0ae-eb8d05b0c5a3 => 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: 925/1773] 10.0.0.218 () {32 vars in 719 bytes} [Sun Aug 16 14:08:03 2026] GET /v2.0/trunks/1be26383-7da5-43f3-acf1-bd2438919f7f => 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: 849/1774] 10.0.0.218 () {34 vars in 665 bytes} [Sun Aug 16 14:08:03 2026] POST /v2.0/ports => generated 775 bytes in 269 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: 926/1775] 10.0.0.218 () {32 vars in 717 bytes} [Sun Aug 16 14:08:03 2026] GET /v2.0/ports/3fb7a52a-412c-4a9c-9ff1-8b55e0ce58a0 => generated 826 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:08:03.383 7 INFO neutron.db.segments_db [None req-64a0b6d1-369a-4ff3-bca0-a9809e2936fa 48c980f235c1430ebbb72b9a877e645f 704ff26cd1584998aae1bd211152072b - - default default] Added segment a29d068b-a582-41f7-9233-18a8a2013e80 of type vxlan for network f9580b2d-a4d3-4c53-956a-c6fd1719e1af [pid: 8|app: 0|req: 927/1776] 10.0.0.218 () {32 vars in 722 bytes} [Sun Aug 16 14:08:03 2026] DELETE /v2.0/trunks/1be26383-7da5-43f3-acf1-bd2438919f7f => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1777] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:08:03 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) 2026-08-16 14:08:03.499 8 INFO neutron_taas.services.taas.taas_plugin [None req-c4ca07ec-0504-45af-adc4-7308746ccaed 87d155865e3142af8524c1b3729b9bdb 360a3e31e7ac4553a5e5735eed982ca8 - - default default] TaaS: Handle Delete Port: f10a1851-b7a7-4e1e-b80f-1bb57397d8a2 2026-08-16 14:08:03.503 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c4ca07ec-0504-45af-adc4-7308746ccaed 87d155865e3142af8524c1b3729b9bdb 360a3e31e7ac4553a5e5735eed982ca8 - - default default] Tap Mirror: Handle Delete Port: f10a1851-b7a7-4e1e-b80f-1bb57397d8a2 [pid: 7|app: 0|req: 851/1778] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:08:03 2026] GET /v2.0/ports?device_id=c3536a4a-7fa3-4d65-96d8-cf98b9ee8030 => 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: 928/1779] 10.0.0.218 () {32 vars in 720 bytes} [Sun Aug 16 14:08:03 2026] DELETE /v2.0/ports/f10a1851-b7a7-4e1e-b80f-1bb57397d8a2 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:08:03.691 8 INFO neutron_taas.services.taas.taas_plugin [None req-5fdd4e12-cd6a-4b96-8ab8-f39affc4b5c5 87d155865e3142af8524c1b3729b9bdb 360a3e31e7ac4553a5e5735eed982ca8 - - default default] TaaS: Handle Delete Port: ae6d1369-612c-495b-a960-3a9eab61c5b0 2026-08-16 14:08:03.694 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5fdd4e12-cd6a-4b96-8ab8-f39affc4b5c5 87d155865e3142af8524c1b3729b9bdb 360a3e31e7ac4553a5e5735eed982ca8 - - default default] Tap Mirror: Handle Delete Port: ae6d1369-612c-495b-a960-3a9eab61c5b0 [pid: 7|app: 0|req: 852/1780] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:08:03 2026] POST /v2.0/subnets => generated 626 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1781] 10.0.0.218 () {32 vars in 720 bytes} [Sun Aug 16 14:08:03 2026] DELETE /v2.0/ports/ae6d1369-612c-495b-a960-3a9eab61c5b0 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:08:03.855 8 INFO neutron_taas.services.taas.taas_plugin [None req-17bc3854-882e-4eed-ad06-b597d5687024 87d155865e3142af8524c1b3729b9bdb 360a3e31e7ac4553a5e5735eed982ca8 - - default default] TaaS: Handle Delete Port: f8adc1c4-3751-4bdf-b32c-df34d9104920 2026-08-16 14:08:03.857 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17bc3854-882e-4eed-ad06-b597d5687024 87d155865e3142af8524c1b3729b9bdb 360a3e31e7ac4553a5e5735eed982ca8 - - default default] Tap Mirror: Handle Delete Port: f8adc1c4-3751-4bdf-b32c-df34d9104920 [pid: 8|app: 0|req: 930/1782] 10.0.0.218 () {32 vars in 720 bytes} [Sun Aug 16 14:08:03 2026] DELETE /v2.0/ports/f8adc1c4-3751-4bdf-b32c-df34d9104920 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:08:04.019 8 INFO neutron_taas.services.taas.taas_plugin [None req-4cc8b61a-c37d-42d3-807e-ea3fad8bf7c7 87d155865e3142af8524c1b3729b9bdb 360a3e31e7ac4553a5e5735eed982ca8 - - default default] TaaS: Handle Delete Port: 20b85060-4a73-4da4-96bb-97c482d614da 2026-08-16 14:08:04.022 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4cc8b61a-c37d-42d3-807e-ea3fad8bf7c7 87d155865e3142af8524c1b3729b9bdb 360a3e31e7ac4553a5e5735eed982ca8 - - default default] Tap Mirror: Handle Delete Port: 20b85060-4a73-4da4-96bb-97c482d614da [pid: 7|app: 0|req: 853/1783] 10.0.0.218 () {34 vars in 665 bytes} [Sun Aug 16 14:08:03 2026] POST /v2.0/ports => generated 950 bytes in 320 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: 931/1784] 10.0.0.218 () {32 vars in 720 bytes} [Sun Aug 16 14:08:03 2026] DELETE /v2.0/ports/20b85060-4a73-4da4-96bb-97c482d614da => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:08:04.163 7 INFO neutron_taas.services.taas.taas_plugin [None req-56dfdafa-c360-455c-ac69-71d6558f62d7 48c980f235c1430ebbb72b9a877e645f 704ff26cd1584998aae1bd211152072b - - default default] TaaS: Handle Delete Port: 3839c937-f6c9-47f7-bfec-39a45ded58e6 2026-08-16 14:08:04.165 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56dfdafa-c360-455c-ac69-71d6558f62d7 48c980f235c1430ebbb72b9a877e645f 704ff26cd1584998aae1bd211152072b - - default default] Tap Mirror: Handle Delete Port: 3839c937-f6c9-47f7-bfec-39a45ded58e6 2026-08-16 14:08:04.206 8 INFO neutron_taas.services.taas.taas_plugin [None req-de5b1a6e-9a1c-4998-bf60-b1d330dc1c2f 87d155865e3142af8524c1b3729b9bdb 360a3e31e7ac4553a5e5735eed982ca8 - - default default] TaaS: Handle Delete Port: 3fb7a52a-412c-4a9c-9ff1-8b55e0ce58a0 2026-08-16 14:08:04.209 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de5b1a6e-9a1c-4998-bf60-b1d330dc1c2f 87d155865e3142af8524c1b3729b9bdb 360a3e31e7ac4553a5e5735eed982ca8 - - default default] Tap Mirror: Handle Delete Port: 3fb7a52a-412c-4a9c-9ff1-8b55e0ce58a0 [pid: 7|app: 0|req: 854/1785] 10.0.0.218 () {32 vars in 720 bytes} [Sun Aug 16 14:08:04 2026] DELETE /v2.0/ports/3839c937-f6c9-47f7-bfec-39a45ded58e6 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1786] 10.0.0.218 () {32 vars in 720 bytes} [Sun Aug 16 14:08:04 2026] DELETE /v2.0/ports/3fb7a52a-412c-4a9c-9ff1-8b55e0ce58a0 => 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: 855/1787] 199.204.45.205 () {34 vars in 986 bytes} [Sun Aug 16 14:08:04 2026] GET /v2.0/networks?id=03c31432-332c-4c7b-87fe-c24b205f2d95 => generated 673 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:08:04.325 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7acf0055-56fe-4c49-9a63-3ba487b1dd44 48c980f235c1430ebbb72b9a877e645f 704ff26cd1584998aae1bd211152072b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 933/1788] 10.0.0.218 () {32 vars in 720 bytes} [Sun Aug 16 14:08:04 2026] DELETE /v2.0/ports/3839c937-f6c9-47f7-bfec-39a45ded58e6 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-16 14:08:04.423 7 INFO neutron.services.segments.plugin [-] Segment ca48b8ed-4563-4dd7-a5d7-b016e4101fc0 resource provider aggregate not found 2026-08-16 14:08:04.427 7 INFO neutron.services.segments.plugin [-] Segment ca48b8ed-4563-4dd7-a5d7-b016e4101fc0 resource provider aggregate not found 2026-08-16 14:08:04.447 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ca48b8ed-4563-4dd7-a5d7-b016e4101fc0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca48b8ed-4563-4dd7-a5d7-b016e4101fc0 found for delete ", "request_id": "req-3e631b9b-8d7a-4708-92f2-0f749301ed62"}]} 2026-08-16 14:08:04.448 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ca48b8ed-4563-4dd7-a5d7-b016e4101fc0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca48b8ed-4563-4dd7-a5d7-b016e4101fc0 found for delete ", "request_id": "req-8818cbce-40cc-4326-aec9-a19a8408a6db"}]} [pid: 7|app: 0|req: 856/1789] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:08:04 2026] DELETE /v2.0/networks/97efeaff-6eb1-4b26-93d9-b3534f0ae46f => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:08:04.474 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e75aee83-7897-4e60-a1e8-8c78280e2f18 48c980f235c1430ebbb72b9a877e645f 704ff26cd1584998aae1bd211152072b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 857/1790] 10.0.0.218 () {32 vars in 717 bytes} [Sun Aug 16 14:08:04 2026] GET /v2.0/ports/3839c937-f6c9-47f7-bfec-39a45ded58e6 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1791] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:08:04 2026] DELETE /v2.0/networks/37e937b0-c328-47df-ac09-952c4353622e => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1792] 199.204.45.205 () {38 vars in 955 bytes} [Sun Aug 16 14:08:04 2026] POST /v2.0/ports => generated 954 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1794] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:08:04 2026] DELETE /v2.0/subnets/cc10965d-b2ac-4c0f-9d31-b17bc1bb2b61 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 860/1796] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:08:04 2026] GET /v2.0/ports?device_id=c3536a4a-7fa3-4d65-96d8-cf98b9ee8030 => generated 957 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:08:04.870 8 INFO neutron.services.segments.plugin [-] Segment 7257de7c-7786-48b0-be7f-524c0b636d75 resource provider aggregate not found 2026-08-16 14:08:04.873 8 INFO neutron.services.segments.plugin [-] Segment 7257de7c-7786-48b0-be7f-524c0b636d75 resource provider aggregate not found 2026-08-16 14:08:04.884 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7257de7c-7786-48b0-be7f-524c0b636d75 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7257de7c-7786-48b0-be7f-524c0b636d75 found for delete ", "request_id": "req-92ce60ac-c149-4e53-82d6-2f93c9f4baaf"}]} 2026-08-16 14:08:04.891 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7257de7c-7786-48b0-be7f-524c0b636d75 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7257de7c-7786-48b0-be7f-524c0b636d75 found for delete ", "request_id": "req-71559ee8-14fc-4d31-ae88-f23ade460cd5"}]} [pid: 8|app: 0|req: 937/1797] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:08:04 2026] DELETE /v2.0/networks/b095cff1-fdb0-467a-9059-a1716241cee1 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1798] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:08:04 2026] DELETE /v2.0/networks/f9580b2d-a4d3-4c53-956a-c6fd1719e1af => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1799] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:08:05 2026] GET /v2.0/security-groups?id=76836966-b1af-455a-ae7c-2d56d9b83be0&fields=id&fields=name => generated 88 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1800] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:08:05 2026] DELETE /v2.0/networks/7bef8c55-ba9e-4f1d-bf19-30f5f3036645 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1801] 199.204.45.205 () {38 vars in 1028 bytes} [Sun Aug 16 14:08:04 2026] PUT /v2.0/ports/d41dcca8-fa49-4cbf-8d1f-cf3cc6a705db => generated 1235 bytes in 324 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-08-16 14:08:05.194 8 INFO neutron.db.segments_db [None req-14644354-3923-4739-8da3-02155b3afa39 48c980f235c1430ebbb72b9a877e645f 704ff26cd1584998aae1bd211152072b - - default default] Added segment ac8efd12-9ef6-4d78-a1f8-6cc2ebfe4c34 of type vxlan for network 16661b66-00e6-43c1-a9e4-66fbb5bac7fa 2026-08-16 14:08:05.200 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6d43dfa2-f650-480f-8ccb-1afa4fa662e5'] response: {'name': 'network-changed', 'server_uuid': 'c3536a4a-7fa3-4d65-96d8-cf98b9ee8030', 'tag': 'd41dcca8-fa49-4cbf-8d1f-cf3cc6a705db', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 941/1802] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:08:05 2026] POST /v2.0/networks => generated 631 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1803] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:08:05 2026] DELETE /v2.0/networks/7a372a85-a888-4afb-bf94-f3c579f7ac93 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1804] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:08:05 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: 8|app: 0|req: 943/1805] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:08:05 2026] GET /v2.0/ports?tenant_id=aed99711bb494068a7e4d1deeeda979d&device_id=c3536a4a-7fa3-4d65-96d8-cf98b9ee8030 => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1806] 199.204.45.205 () {34 vars in 1018 bytes} [Sun Aug 16 14:08:05 2026] GET /v2.0/networks?tenant_id=aed99711bb494068a7e4d1deeeda979d&shared=False => generated 769 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1807] 10.0.0.218 () {34 vars in 665 bytes} [Sun Aug 16 14:08:05 2026] POST /v2.0/ports => generated 915 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1808] 199.204.45.205 () {34 vars in 930 bytes} [Sun Aug 16 14:08:05 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:08:05.946 7 INFO neutron_taas.services.taas.taas_plugin [None req-61c8c253-cb70-49dd-a304-53ff0c62cb83 48c980f235c1430ebbb72b9a877e645f 704ff26cd1584998aae1bd211152072b - - default default] TaaS: Handle Delete Port: ded32396-d8ed-48f4-996a-e8995fb58a6f 2026-08-16 14:08:05.948 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61c8c253-cb70-49dd-a304-53ff0c62cb83 48c980f235c1430ebbb72b9a877e645f 704ff26cd1584998aae1bd211152072b - - default default] Tap Mirror: Handle Delete Port: ded32396-d8ed-48f4-996a-e8995fb58a6f [pid: 7|app: 0|req: 865/1809] 10.0.0.218 () {32 vars in 720 bytes} [Sun Aug 16 14:08:05 2026] DELETE /v2.0/ports/ded32396-d8ed-48f4-996a-e8995fb58a6f => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:08:06.081 7 INFO neutron.pecan_wsgi.hooks.translation [None req-31facc19-618a-4fa6-aede-1c65a9d17871 48c980f235c1430ebbb72b9a877e645f 704ff26cd1584998aae1bd211152072b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 866/1810] 10.0.0.218 () {32 vars in 717 bytes} [Sun Aug 16 14:08:06 2026] GET /v2.0/ports/ded32396-d8ed-48f4-996a-e8995fb58a6f => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-16 14:08:06.102 8 INFO neutron.db.segments_db [None req-04af9b63-2661-4520-a8f7-7a2c20b05881 ea51865cb85048d0a8eed72b47f389ae 51012731e9df4102a96a60a8bae62517 - - default default] Added segment af7ed73a-91e6-45fd-875b-836d3cc55854 of type vxlan for network 95dd1f1c-b169-4f8b-aab4-c904aff7b93d [pid: 7|app: 0|req: 867/1811] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:08:06 2026] DELETE /v2.0/subnets/42093629-78ba-476a-984b-a0ba5ef63cc6 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1812] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:08:05 2026] POST /v2.0/networks => generated 632 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1813] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:08:06 2026] GET /v2.0/ports?device_id=c3536a4a-7fa3-4d65-96d8-cf98b9ee8030 => generated 969 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1814] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:08:06 2026] DELETE /v2.0/networks/16661b66-00e6-43c1-a9e4-66fbb5bac7fa => generated 0 bytes in 95 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1815] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:08:06 2026] GET /v2.0/security-groups?tenant_id=124f4ba653784a47bccb26653a59714a&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: 947/1816] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:08:06 2026] GET /v2.0/security-groups?id=76836966-b1af-455a-ae7c-2d56d9b83be0&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:08:06.472 7 INFO neutron.services.segments.plugin [-] Segment 4f95b1db-fb3c-4bb2-ab77-dbf0dba46843 resource provider aggregate not found 2026-08-16 14:08:06.475 7 INFO neutron.services.segments.plugin [-] Segment 4f95b1db-fb3c-4bb2-ab77-dbf0dba46843 resource provider aggregate not found 2026-08-16 14:08:06.494 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4f95b1db-fb3c-4bb2-ab77-dbf0dba46843 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f95b1db-fb3c-4bb2-ab77-dbf0dba46843 found for delete ", "request_id": "req-12292d28-71fa-4684-8f4e-ceb0f5508e89"}]} 2026-08-16 14:08:06.496 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4f95b1db-fb3c-4bb2-ab77-dbf0dba46843 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f95b1db-fb3c-4bb2-ab77-dbf0dba46843 found for delete ", "request_id": "req-7ff71536-c454-411b-a5d0-6340ef282a63"}]} 2026-08-16 14:08:06.509 7 INFO neutron.services.segments.plugin [-] Segment 553a31e8-bc16-4e93-bca7-a5fc00bbda78 resource provider aggregate not found 2026-08-16 14:08:06.513 7 INFO neutron.services.segments.plugin [-] Segment 553a31e8-bc16-4e93-bca7-a5fc00bbda78 resource provider aggregate not found 2026-08-16 14:08:06.527 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 553a31e8-bc16-4e93-bca7-a5fc00bbda78 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 553a31e8-bc16-4e93-bca7-a5fc00bbda78 found for delete ", "request_id": "req-840af43b-c27c-4262-9adf-b6ca7d525bd4"}]} 2026-08-16 14:08:06.533 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 553a31e8-bc16-4e93-bca7-a5fc00bbda78 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 553a31e8-bc16-4e93-bca7-a5fc00bbda78 found for delete ", "request_id": "req-b1f00683-0049-462f-8a1c-3059a6b1e9a2"}]} 2026-08-16 14:08:06.561 7 INFO neutron.services.segments.plugin [-] Segment ac8efd12-9ef6-4d78-a1f8-6cc2ebfe4c34 resource provider aggregate not found 2026-08-16 14:08:06.562 7 INFO neutron.services.segments.plugin [-] Segment ac8efd12-9ef6-4d78-a1f8-6cc2ebfe4c34 resource provider aggregate not found 2026-08-16 14:08:06.584 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ac8efd12-9ef6-4d78-a1f8-6cc2ebfe4c34 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac8efd12-9ef6-4d78-a1f8-6cc2ebfe4c34 found for delete ", "request_id": "req-49aee2a4-f189-49fb-ad36-12a01e2b1ed7"}]} 2026-08-16 14:08:06.589 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ac8efd12-9ef6-4d78-a1f8-6cc2ebfe4c34 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac8efd12-9ef6-4d78-a1f8-6cc2ebfe4c34 found for delete ", "request_id": "req-ae6de44f-2c9a-4b0e-8580-33b7ceb4627a"}]} [pid: 8|app: 0|req: 948/1817] 10.0.0.218 () {34 vars in 665 bytes} [Sun Aug 16 14:08:06 2026] POST /v2.0/ports => generated 774 bytes in 270 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: 870/1818] 10.0.0.218 () {34 vars in 664 bytes} [Sun Aug 16 14:08:06 2026] POST /v2.0/ports => generated 743 bytes in 358 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: 949/1819] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:08:06 2026] DELETE /v2.0/security-groups/14870087-0566-4d6f-9c5d-5a5918292ca6 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1820] 10.0.0.218 () {34 vars in 737 bytes} [Sun Aug 16 14:08:06 2026] PUT /v2.0/ports/4f470748-dc63-488b-8b58-6c56f6210dbc => generated 752 bytes in 146 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: 950/1821] 10.0.0.218 () {34 vars in 666 bytes} [Sun Aug 16 14:08:06 2026] POST /v2.0/trunks => generated 407 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:08:06.891 7 INFO neutron_taas.services.taas.taas_plugin [None req-033cb6f8-9541-49e8-ac96-5d328218a5f0 48c980f235c1430ebbb72b9a877e645f 704ff26cd1584998aae1bd211152072b - - default default] TaaS: Handle Delete Port: 4f470748-dc63-488b-8b58-6c56f6210dbc 2026-08-16 14:08:06.896 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-033cb6f8-9541-49e8-ac96-5d328218a5f0 48c980f235c1430ebbb72b9a877e645f 704ff26cd1584998aae1bd211152072b - - default default] Tap Mirror: Handle Delete Port: 4f470748-dc63-488b-8b58-6c56f6210dbc 2026-08-16 14:08:06.912 8 INFO neutron.services.segments.plugin [-] Segment a29d068b-a582-41f7-9233-18a8a2013e80 resource provider aggregate not found 2026-08-16 14:08:06.913 8 INFO neutron.services.segments.plugin [-] Segment a29d068b-a582-41f7-9233-18a8a2013e80 resource provider aggregate not found 2026-08-16 14:08:06.937 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a29d068b-a582-41f7-9233-18a8a2013e80 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a29d068b-a582-41f7-9233-18a8a2013e80 found for delete ", "request_id": "req-170cf6c4-7813-48f8-836a-bf003afb5006"}]} 2026-08-16 14:08:06.942 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a29d068b-a582-41f7-9233-18a8a2013e80 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a29d068b-a582-41f7-9233-18a8a2013e80 found for delete ", "request_id": "req-c5b6b1d4-88ea-4141-b465-f35a38412487"}]} 2026-08-16 14:08:06.959 8 INFO neutron.services.segments.plugin [-] Segment 376d2e33-f20d-4fd4-b860-ad3d868b80c3 resource provider aggregate not found 2026-08-16 14:08:06.966 8 INFO neutron.services.segments.plugin [-] Segment 376d2e33-f20d-4fd4-b860-ad3d868b80c3 resource provider aggregate not found 2026-08-16 14:08:06.986 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 376d2e33-f20d-4fd4-b860-ad3d868b80c3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 376d2e33-f20d-4fd4-b860-ad3d868b80c3 found for delete ", "request_id": "req-ed6464c2-3633-4283-b251-5271cc870599"}]} 2026-08-16 14:08:06.986 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 376d2e33-f20d-4fd4-b860-ad3d868b80c3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 376d2e33-f20d-4fd4-b860-ad3d868b80c3 found for delete ", "request_id": "req-1f9edab4-004d-4b2b-9907-77dec3872e5f"}]} [pid: 7|app: 0|req: 872/1822] 10.0.0.218 () {32 vars in 720 bytes} [Sun Aug 16 14:08:06 2026] DELETE /v2.0/ports/4f470748-dc63-488b-8b58-6c56f6210dbc => 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: 873/1823] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:08:06 2026] GET /v2.0/ports?tenant_id=aed99711bb494068a7e4d1deeeda979d&device_id=c3536a4a-7fa3-4d65-96d8-cf98b9ee8030 => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1824] 10.0.0.218 () {34 vars in 749 bytes} [Sun Aug 16 14:08:07 2026] PUT /v2.0/trunks/a3662aeb-c965-426e-ae26-1122a3a7b1c6/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1825] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:08:06 2026] GET /v2.0/security-groups?tenant_id=9c8155d37fde439ca2510f07875ec1e1&name=default => generated 2925 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1826] 199.204.45.205 () {34 vars in 1058 bytes} [Sun Aug 16 14:08:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=d41dcca8-fa49-4cbf-8d1f-cf3cc6a705db => 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: 875/1827] 10.0.0.218 () {32 vars in 643 bytes} [Sun Aug 16 14:08:07 2026] GET /v2.0/ports => generated 778 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1828] 10.0.0.218 () {32 vars in 729 bytes} [Sun Aug 16 14:08:07 2026] GET /v2.0/trunks/a3662aeb-c965-426e-ae26-1122a3a7b1c6/tags => generated 25 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1829] 199.204.45.205 () {34 vars in 984 bytes} [Sun Aug 16 14:08:07 2026] GET /v2.0/subnets?id=827d5186-721e-4ce3-9299-d0f823aa9b21 => generated 691 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:08:07.139 8 INFO neutron.pecan_wsgi.hooks.translation [None req-623c6ba1-2e8d-473b-89cc-89e69e07cbc0 48c980f235c1430ebbb72b9a877e645f 704ff26cd1584998aae1bd211152072b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 955/1830] 10.0.0.218 () {32 vars in 717 bytes} [Sun Aug 16 14:08:07 2026] GET /v2.0/ports/4f470748-dc63-488b-8b58-6c56f6210dbc => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1831] 10.0.0.218 () {34 vars in 760 bytes} [Sun Aug 16 14:08:07 2026] PUT /v2.0/trunks/a3662aeb-c965-426e-ae26-1122a3a7b1c6/tags/green => generated 4 bytes in 30 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1832] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:08:07 2026] DELETE /v2.0/security-groups/35e3aa2d-1c53-4c15-830b-0e2d83c7fad5 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1833] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:08:07 2026] GET /v2.0/ports?network_id=03c31432-332c-4c7b-87fe-c24b205f2d95&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: 877/1834] 10.0.0.218 () {32 vars in 643 bytes} [Sun Aug 16 14:08:07 2026] GET /v2.0/ports => generated 778 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1835] 10.0.0.218 () {32 vars in 729 bytes} [Sun Aug 16 14:08:07 2026] GET /v2.0/trunks/a3662aeb-c965-426e-ae26-1122a3a7b1c6/tags => generated 34 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1836] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:08:07 2026] GET /v2.0/networks/03c31432-332c-4c7b-87fe-c24b205f2d95?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: 959/1837] 10.0.0.218 () {32 vars in 717 bytes} [Sun Aug 16 14:08:07 2026] GET /v2.0/ports/46919096-71ea-4184-9c9a-0806273b9915 => generated 775 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1838] 10.0.0.218 () {34 vars in 756 bytes} [Sun Aug 16 14:08:07 2026] PUT /v2.0/trunks/a3662aeb-c965-426e-ae26-1122a3a7b1c6/tags/red => generated 4 bytes in 23 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-08-16 14:08:07.294 7 INFO neutron.pecan_wsgi.hooks.translation [None req-598bb874-e4f2-4cf3-8ee3-050bf2e8e82c 48c980f235c1430ebbb72b9a877e645f 704ff26cd1584998aae1bd211152072b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 960/1839] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:08:07 2026] GET /v2.0/networks/03c31432-332c-4c7b-87fe-c24b205f2d95?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: 880/1840] 10.0.0.218 () {32 vars in 720 bytes} [Sun Aug 16 14:08:07 2026] DELETE /v2.0/ports/ded32396-d8ed-48f4-996a-e8995fb58a6f => 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: 961/1841] 10.0.0.218 () {32 vars in 729 bytes} [Sun Aug 16 14:08:07 2026] GET /v2.0/trunks/a3662aeb-c965-426e-ae26-1122a3a7b1c6/tags => generated 34 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:08:07.314 7 INFO neutron.pecan_wsgi.hooks.translation [None req-36d110dc-44ee-45b9-8238-025ff3c98b48 48c980f235c1430ebbb72b9a877e645f 704ff26cd1584998aae1bd211152072b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 881/1842] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:08:07 2026] DELETE /v2.0/subnets/42093629-78ba-476a-984b-a0ba5ef63cc6 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1843] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:08:07 2026] GET /v2.0/security-groups?tenant_id=360a3e31e7ac4553a5e5735eed982ca8&name=default => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:08:07.346 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bd19c69a-ebc3-44fd-8549-3e72664d8567 48c980f235c1430ebbb72b9a877e645f 704ff26cd1584998aae1bd211152072b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 963/1844] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:08:07 2026] DELETE /v2.0/subnets/cc10965d-b2ac-4c0f-9d31-b17bc1bb2b61 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1845] 10.0.0.218 () {34 vars in 778 bytes} [Sun Aug 16 14:08:07 2026] PUT /v2.0/trunks/a3662aeb-c965-426e-ae26-1122a3a7b1c6/tags/black.or.white => generated 4 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1846] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:08:07 2026] DELETE /v2.0/security-groups/28e043a2-eeba-4c21-a34a-b59d434e20d5 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1847] 10.0.0.218 () {32 vars in 729 bytes} [Sun Aug 16 14:08:07 2026] GET /v2.0/trunks/a3662aeb-c965-426e-ae26-1122a3a7b1c6/tags => generated 52 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:08:07.434 7 INFO neutron_taas.services.taas.taas_plugin [None req-c535b3a1-0ea1-4b24-b992-87d19f7a97f0 48c980f235c1430ebbb72b9a877e645f 704ff26cd1584998aae1bd211152072b - - default default] TaaS: Handle Delete Port: 46919096-71ea-4184-9c9a-0806273b9915 2026-08-16 14:08:07.436 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c535b3a1-0ea1-4b24-b992-87d19f7a97f0 48c980f235c1430ebbb72b9a877e645f 704ff26cd1584998aae1bd211152072b - - default default] Tap Mirror: Handle Delete Port: 46919096-71ea-4184-9c9a-0806273b9915 [pid: 8|app: 0|req: 966/1848] 10.0.0.218 () {34 vars in 749 bytes} [Sun Aug 16 14:08:07 2026] PUT /v2.0/trunks/a3662aeb-c965-426e-ae26-1122a3a7b1c6/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1849] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:08:07 2026] GET /v2.0/ports?device_id=c3536a4a-7fa3-4d65-96d8-cf98b9ee8030 => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1850] 10.0.0.218 () {32 vars in 720 bytes} [Sun Aug 16 14:08:07 2026] DELETE /v2.0/ports/46919096-71ea-4184-9c9a-0806273b9915 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1851] 10.0.0.218 () {32 vars in 729 bytes} [Sun Aug 16 14:08:07 2026] GET /v2.0/trunks/a3662aeb-c965-426e-ae26-1122a3a7b1c6/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: 884/1852] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:08:07 2026] GET /v2.0/security-groups?id=76836966-b1af-455a-ae7c-2d56d9b83be0&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1853] 10.0.0.218 () {32 vars in 737 bytes} [Sun Aug 16 14:08:07 2026] GET /v2.0/trunks/a3662aeb-c965-426e-ae26-1122a3a7b1c6/tags/red => generated 0 bytes in 20 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:08:07.602 7 INFO neutron.api.v2.resource [None req-40128820-47dd-4d93-9a26-eded580cbafa ea51865cb85048d0a8eed72b47f389ae 51012731e9df4102a96a60a8bae62517 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 886/1854] 10.0.0.218 () {32 vars in 741 bytes} [Sun Aug 16 14:08:07 2026] GET /v2.0/trunks/a3662aeb-c965-426e-ae26-1122a3a7b1c6/tags/green => generated 99 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1855] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:08:07 2026] DELETE /v2.0/trunks/a3662aeb-c965-426e-ae26-1122a3a7b1c6/tags/red => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1856] 10.0.0.218 () {32 vars in 729 bytes} [Sun Aug 16 14:08:07 2026] GET /v2.0/trunks/a3662aeb-c965-426e-ae26-1122a3a7b1c6/tags => generated 30 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1857] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:08:07 2026] DELETE /v2.0/networks/7b559955-1f42-4502-8305-f48b09868652 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:08:07.717 7 INFO neutron.api.v2.resource [None req-acf650a6-fe54-4b5f-bb7f-2018df2e74cb ea51865cb85048d0a8eed72b47f389ae 51012731e9df4102a96a60a8bae62517 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 889/1858] 10.0.0.218 () {32 vars in 744 bytes} [Sun Aug 16 14:08:07 2026] DELETE /v2.0/trunks/a3662aeb-c965-426e-ae26-1122a3a7b1c6/tags/green => generated 99 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1859] 10.0.0.218 () {32 vars in 732 bytes} [Sun Aug 16 14:08:07 2026] DELETE /v2.0/trunks/a3662aeb-c965-426e-ae26-1122a3a7b1c6/tags => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1860] 10.0.0.218 () {32 vars in 729 bytes} [Sun Aug 16 14:08:07 2026] GET /v2.0/trunks/a3662aeb-c965-426e-ae26-1122a3a7b1c6/tags => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1861] 10.0.0.218 () {32 vars in 719 bytes} [Sun Aug 16 14:08:07 2026] GET /v2.0/trunks/a3662aeb-c965-426e-ae26-1122a3a7b1c6 => generated 407 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1862] 10.0.0.218 () {32 vars in 717 bytes} [Sun Aug 16 14:08:07 2026] GET /v2.0/ports/3a215ac2-be0d-454b-ac79-b0ddd69bc7f7 => generated 826 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1863] 10.0.0.218 () {32 vars in 722 bytes} [Sun Aug 16 14:08:07 2026] DELETE /v2.0/trunks/a3662aeb-c965-426e-ae26-1122a3a7b1c6 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:08:08.070 7 INFO neutron_taas.services.taas.taas_plugin [None req-e9c5bc41-f0f0-472d-87c6-4c2618c45c1e ea51865cb85048d0a8eed72b47f389ae 51012731e9df4102a96a60a8bae62517 - - default default] TaaS: Handle Delete Port: 3a215ac2-be0d-454b-ac79-b0ddd69bc7f7 2026-08-16 14:08:08.073 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e9c5bc41-f0f0-472d-87c6-4c2618c45c1e ea51865cb85048d0a8eed72b47f389ae 51012731e9df4102a96a60a8bae62517 - - default default] Tap Mirror: Handle Delete Port: 3a215ac2-be0d-454b-ac79-b0ddd69bc7f7 [pid: 7|app: 0|req: 892/1864] 10.0.0.218 () {32 vars in 720 bytes} [Sun Aug 16 14:08:07 2026] DELETE /v2.0/ports/3a215ac2-be0d-454b-ac79-b0ddd69bc7f7 => 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: 973/1865] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:08:08 2026] DELETE /v2.0/networks/95dd1f1c-b169-4f8b-aab4-c904aff7b93d => 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: 893/1866] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:08:08 2026] GET /v2.0/security-groups?tenant_id=704ff26cd1584998aae1bd211152072b&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1867] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:08:08 2026] DELETE /v2.0/security-groups/5ef2a760-746f-44eb-bcb4-c6091c2f2776 => 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: 894/1868] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:08:08 2026] GET /v2.0/ports?device_id=c3536a4a-7fa3-4d65-96d8-cf98b9ee8030 => 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: 975/1869] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:08:08 2026] GET /v2.0/security-groups?id=76836966-b1af-455a-ae7c-2d56d9b83be0&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:08:09.014 8 INFO neutron.services.segments.plugin [-] Segment 367d22c7-bef9-45ab-8dbb-2ddbcb55be5c resource provider aggregate not found 2026-08-16 14:08:09.018 8 INFO neutron.services.segments.plugin [-] Segment 367d22c7-bef9-45ab-8dbb-2ddbcb55be5c resource provider aggregate not found 2026-08-16 14:08:09.040 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 367d22c7-bef9-45ab-8dbb-2ddbcb55be5c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 367d22c7-bef9-45ab-8dbb-2ddbcb55be5c found for delete ", "request_id": "req-abedab57-ca88-4a9b-b4f3-8c91daf60c9a"}]} 2026-08-16 14:08:09.046 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 367d22c7-bef9-45ab-8dbb-2ddbcb55be5c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 367d22c7-bef9-45ab-8dbb-2ddbcb55be5c found for delete ", "request_id": "req-94c7f449-c2fd-4a9d-b2f8-7840a740d916"}]} 2026-08-16 14:08:09.063 8 INFO neutron.services.segments.plugin [-] Segment af7ed73a-91e6-45fd-875b-836d3cc55854 resource provider aggregate not found 2026-08-16 14:08:09.067 8 INFO neutron.services.segments.plugin [-] Segment af7ed73a-91e6-45fd-875b-836d3cc55854 resource provider aggregate not found 2026-08-16 14:08:09.077 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment af7ed73a-91e6-45fd-875b-836d3cc55854 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af7ed73a-91e6-45fd-875b-836d3cc55854 found for delete ", "request_id": "req-23f3d3c5-83f8-4c5a-b7f3-8ed6683f08e5"}]} 2026-08-16 14:08:09.082 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment af7ed73a-91e6-45fd-875b-836d3cc55854 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af7ed73a-91e6-45fd-875b-836d3cc55854 found for delete ", "request_id": "req-f29f53e0-1d8f-4c23-b5d8-02b2ff8c5197"}]} [pid: 7|app: 0|req: 895/1870] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:08:08 2026] GET /v2.0/security-groups?tenant_id=ff25b3cfb6c1490db9196e5cdf89c0f5&name=default => generated 2925 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1871] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:08:09 2026] DELETE /v2.0/security-groups/ef5e6f69-df81-4dba-ab02-284b58e3aee7 => 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: 896/1872] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:08:09 2026] GET /v2.0/security-groups?tenant_id=51012731e9df4102a96a60a8bae62517&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1873] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:08:09 2026] DELETE /v2.0/security-groups/d44023a1-7763-49a8-a300-dcd9b7aa85da => 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: 897/1874] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:08:09 2026] GET /v2.0/ports?device_id=c3536a4a-7fa3-4d65-96d8-cf98b9ee8030 => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1875] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:08:09 2026] GET /v2.0/security-groups?id=76836966-b1af-455a-ae7c-2d56d9b83be0&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:08:10.645 7 INFO neutron.db.segments_db [None req-93af56b2-bef5-415b-bd1d-83e8216d85df b60ce50149174435ad17145da33f53dd a2a64e42684848279a01086be7c26776 - - default default] Added segment 3153f6af-e254-4763-8bee-ff35acf3f8d3 of type vxlan for network 6a5ea2a5-5d60-41ae-8576-0e9a2cc687b1 [pid: 7|app: 0|req: 898/1876] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:08:10 2026] POST /v2.0/networks => generated 628 bytes in 440 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:08:10.798 8 INFO neutron.db.segments_db [None req-cc558d0f-1a65-447b-ad63-5909dfbbbc22 b60ce50149174435ad17145da33f53dd a2a64e42684848279a01086be7c26776 - - default default] Added segment 6a812f04-c612-4323-9eba-013296cf9e15 of type vxlan for network 6b5b383f-7983-4104-b7aa-4b1f76e42167 [pid: 8|app: 0|req: 979/1877] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:08:10 2026] POST /v2.0/networks => generated 629 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:08:11.010 7 INFO neutron.db.segments_db [None req-8039873f-ef4a-4441-bc34-2045ae45b40e 93c09b62d6a84ade965a9b3ac6117446 86b5259298ff48d096b2a456260174a9 - - default default] Added segment 3c6ad64f-84c4-42ba-8ec3-0a970fab9b64 of type vxlan for network b15e2c8a-ae14-4125-ac2d-b25adcd2adbb [pid: 7|app: 0|req: 899/1878] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:08:10 2026] POST /v2.0/networks => generated 632 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1879] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:08:10 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: 7|app: 0|req: 900/1880] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:08:11 2026] GET /v2.0/ports?device_id=c3536a4a-7fa3-4d65-96d8-cf98b9ee8030 => 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: 901/1881] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:08:11 2026] POST /v2.0/subnets => generated 626 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1882] 10.0.0.218 () {34 vars in 664 bytes} [Sun Aug 16 14:08:11 2026] POST /v2.0/ports => generated 743 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: 7|app: 0|req: 902/1883] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:08:11 2026] GET /v2.0/security-groups?id=76836966-b1af-455a-ae7c-2d56d9b83be0&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:08:11.447 8 INFO neutron.db.segments_db [None req-a73cedb6-2792-480a-af91-f1c878dde22f b60ce50149174435ad17145da33f53dd a2a64e42684848279a01086be7c26776 - - default default] Added segment 19025456-8f8c-4831-ad74-0f1f42b819e4 of type vxlan for network 6d6c8669-378e-445a-a7e2-d7727ccc282f [pid: 7|app: 0|req: 903/1884] 10.0.0.218 () {34 vars in 747 bytes} [Sun Aug 16 14:08:11 2026] PUT /v2.0/ports/9f2c17f3-55d2-4a39-853c-e52150c58285/tags => generated 25 bytes in 76 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: 904/1885] 10.0.0.218 () {32 vars in 727 bytes} [Sun Aug 16 14:08:11 2026] GET /v2.0/ports/9f2c17f3-55d2-4a39-853c-e52150c58285/tags => generated 25 bytes in 107 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: 905/1886] 10.0.0.218 () {34 vars in 758 bytes} [Sun Aug 16 14:08:11 2026] PUT /v2.0/ports/9f2c17f3-55d2-4a39-853c-e52150c58285/tags/green => generated 4 bytes in 110 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, ' 2026-08-16 14:08:11.767 8 INFO neutron.db.l3_hamode_db [None req-a73cedb6-2792-480a-af91-f1c878dde22f b60ce50149174435ad17145da33f53dd a2a64e42684848279a01086be7c26776 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 906/1887] 10.0.0.218 () {32 vars in 727 bytes} [Sun Aug 16 14:08:11 2026] GET /v2.0/ports/9f2c17f3-55d2-4a39-853c-e52150c58285/tags => generated 34 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 907/1888] 10.0.0.218 () {34 vars in 754 bytes} [Sun Aug 16 14:08:11 2026] PUT /v2.0/ports/9f2c17f3-55d2-4a39-853c-e52150c58285/tags/red => generated 4 bytes in 80 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, ' 2026-08-16 14:08:11.935 8 INFO neutron.db.l3_hamode_db [None req-a73cedb6-2792-480a-af91-f1c878dde22f b60ce50149174435ad17145da33f53dd a2a64e42684848279a01086be7c26776 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 908/1889] 10.0.0.218 () {32 vars in 727 bytes} [Sun Aug 16 14:08:11 2026] GET /v2.0/ports/9f2c17f3-55d2-4a39-853c-e52150c58285/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 909/1890] 10.0.0.218 () {34 vars in 776 bytes} [Sun Aug 16 14:08:11 2026] PUT /v2.0/ports/9f2c17f3-55d2-4a39-853c-e52150c58285/tags/black.or.white => 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: 7|app: 0|req: 910/1891] 10.0.0.218 () {32 vars in 727 bytes} [Sun Aug 16 14:08:12 2026] GET /v2.0/ports/9f2c17f3-55d2-4a39-853c-e52150c58285/tags => generated 52 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 911/1892] 10.0.0.218 () {34 vars in 747 bytes} [Sun Aug 16 14:08:12 2026] PUT /v2.0/ports/9f2c17f3-55d2-4a39-853c-e52150c58285/tags => generated 37 bytes in 89 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: 912/1893] 10.0.0.218 () {32 vars in 727 bytes} [Sun Aug 16 14:08:12 2026] GET /v2.0/ports/9f2c17f3-55d2-4a39-853c-e52150c58285/tags => generated 37 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 913/1894] 10.0.0.218 () {32 vars in 735 bytes} [Sun Aug 16 14:08:12 2026] GET /v2.0/ports/9f2c17f3-55d2-4a39-853c-e52150c58285/tags/red => generated 0 bytes in 52 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-08-16 14:08:12.380 7 INFO neutron.api.v2.resource [None req-2effeb92-6c8c-4035-a216-4e321a545908 93c09b62d6a84ade965a9b3ac6117446 86b5259298ff48d096b2a456260174a9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 914/1895] 10.0.0.218 () {32 vars in 739 bytes} [Sun Aug 16 14:08:12 2026] GET /v2.0/ports/9f2c17f3-55d2-4a39-853c-e52150c58285/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: 915/1896] 10.0.0.218 () {32 vars in 738 bytes} [Sun Aug 16 14:08:12 2026] DELETE /v2.0/ports/9f2c17f3-55d2-4a39-853c-e52150c58285/tags/red => generated 0 bytes in 55 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: 982/1897] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:08:11 2026] POST /v2.0/routers => generated 507 bytes in 1100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1898] 10.0.0.218 () {32 vars in 727 bytes} [Sun Aug 16 14:08:12 2026] GET /v2.0/ports/9f2c17f3-55d2-4a39-853c-e52150c58285/tags => generated 30 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 983/1899] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:08:12 2026] GET /v2.0/ports?device_id=c3536a4a-7fa3-4d65-96d8-cf98b9ee8030 => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:08:12.628 8 INFO neutron.api.v2.resource [None req-b8678c4c-8ad4-43cf-b088-8d50307c2bc9 93c09b62d6a84ade965a9b3ac6117446 86b5259298ff48d096b2a456260174a9 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 984/1900] 10.0.0.218 () {32 vars in 742 bytes} [Sun Aug 16 14:08:12 2026] DELETE /v2.0/ports/9f2c17f3-55d2-4a39-853c-e52150c58285/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 985/1901] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:08:12 2026] GET /v2.0/security-groups?id=76836966-b1af-455a-ae7c-2d56d9b83be0&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: 986/1902] 10.0.0.218 () {32 vars in 730 bytes} [Sun Aug 16 14:08:12 2026] DELETE /v2.0/ports/9f2c17f3-55d2-4a39-853c-e52150c58285/tags => generated 0 bytes in 67 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: 987/1903] 10.0.0.218 () {32 vars in 727 bytes} [Sun Aug 16 14:08:12 2026] GET /v2.0/ports/9f2c17f3-55d2-4a39-853c-e52150c58285/tags => generated 12 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, ' 2026-08-16 14:08:12.902 8 INFO neutron_taas.services.taas.taas_plugin [None req-8c7daf79-2481-4fd9-a47e-162c2546a864 93c09b62d6a84ade965a9b3ac6117446 86b5259298ff48d096b2a456260174a9 - - default default] TaaS: Handle Delete Port: 9f2c17f3-55d2-4a39-853c-e52150c58285 2026-08-16 14:08:12.905 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c7daf79-2481-4fd9-a47e-162c2546a864 93c09b62d6a84ade965a9b3ac6117446 86b5259298ff48d096b2a456260174a9 - - default default] Tap Mirror: Handle Delete Port: 9f2c17f3-55d2-4a39-853c-e52150c58285 [pid: 8|app: 0|req: 988/1904] 10.0.0.218 () {32 vars in 720 bytes} [Sun Aug 16 14:08:12 2026] DELETE /v2.0/ports/9f2c17f3-55d2-4a39-853c-e52150c58285 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:08:13.101 8 INFO neutron.services.segments.plugin [-] Segment 3c6ad64f-84c4-42ba-8ec3-0a970fab9b64 resource provider aggregate not found 2026-08-16 14:08:13.106 8 INFO neutron.services.segments.plugin [-] Segment 3c6ad64f-84c4-42ba-8ec3-0a970fab9b64 resource provider aggregate not found 2026-08-16 14:08:13.123 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3c6ad64f-84c4-42ba-8ec3-0a970fab9b64 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c6ad64f-84c4-42ba-8ec3-0a970fab9b64 found for delete ", "request_id": "req-6d2d558c-23e6-4bde-9ca4-ec6abfce472a"}]} 2026-08-16 14:08:13.127 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3c6ad64f-84c4-42ba-8ec3-0a970fab9b64 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c6ad64f-84c4-42ba-8ec3-0a970fab9b64 found for delete ", "request_id": "req-94c4d1cb-ce5e-4f82-8ec5-849ac12148fe"}]} [pid: 8|app: 0|req: 989/1905] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:08:12 2026] DELETE /v2.0/networks/b15e2c8a-ae14-4125-ac2d-b25adcd2adbb => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1906] 10.0.0.218 () {34 vars in 783 bytes} [Sun Aug 16 14:08:12 2026] PUT /v2.0/routers/c4804b28-062a-4582-8dee-273b44b11947/add_router_interface => generated 309 bytes in 1074 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1907] 10.0.0.218 () {32 vars in 717 bytes} [Sun Aug 16 14:08:13 2026] GET /v2.0/ports/46410958-b277-4692-8b89-3d761077b9bf => generated 955 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1908] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:08:13 2026] GET /v2.0/ports?device_id=c3536a4a-7fa3-4d65-96d8-cf98b9ee8030 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/1909] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:08:13 2026] GET /v2.0/security-groups?tenant_id=5b929d1079cf47538f259d262b34a941&name=default => generated 2925 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1910] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:08:14 2026] GET /v2.0/security-groups?id=76836966-b1af-455a-ae7c-2d56d9b83be0&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1911] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:08:14 2026] DELETE /v2.0/security-groups/e72ba7fa-0f03-4d13-baa2-81c6e509a988 => 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: 995/1912] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:08:14 2026] GET /v2.0/security-groups?tenant_id=86b5259298ff48d096b2a456260174a9&name=default => 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: 996/1913] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:08:14 2026] DELETE /v2.0/security-groups/901dd667-4158-4dc8-a5eb-8cd7e43a9add => 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: 918/1914] 10.0.0.218 () {34 vars in 783 bytes} [Sun Aug 16 14:08:13 2026] PUT /v2.0/routers/c4804b28-062a-4582-8dee-273b44b11947/add_router_interface => generated 309 bytes in 1223 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/1915] 10.0.0.218 () {32 vars in 717 bytes} [Sun Aug 16 14:08:14 2026] GET /v2.0/ports/aa6aa507-02fa-4a70-937f-05ddcb230f93 => generated 955 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:08:15.335 7 INFO neutron_taas.services.taas.taas_plugin [None req-61b854fa-5054-49b4-9317-a3d2f04d7f1f b60ce50149174435ad17145da33f53dd a2a64e42684848279a01086be7c26776 - - default default] TaaS: Handle Delete Port: aa6aa507-02fa-4a70-937f-05ddcb230f93 2026-08-16 14:08:15.337 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61b854fa-5054-49b4-9317-a3d2f04d7f1f b60ce50149174435ad17145da33f53dd a2a64e42684848279a01086be7c26776 - - default default] Tap Mirror: Handle Delete Port: aa6aa507-02fa-4a70-937f-05ddcb230f93 [pid: 8|app: 0|req: 998/1916] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:08:15 2026] GET /v2.0/ports?device_id=c3536a4a-7fa3-4d65-96d8-cf98b9ee8030 => 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: 999/1917] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:08:15 2026] GET /v2.0/security-groups?id=76836966-b1af-455a-ae7c-2d56d9b83be0&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1918] 10.0.0.218 () {34 vars in 789 bytes} [Sun Aug 16 14:08:14 2026] PUT /v2.0/routers/c4804b28-062a-4582-8dee-273b44b11947/remove_router_interface => generated 309 bytes in 788 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:08:16.085 8 INFO neutron_taas.services.taas.taas_plugin [None req-a429c244-725f-4953-88b6-3f9d488613d8 b60ce50149174435ad17145da33f53dd a2a64e42684848279a01086be7c26776 - - default default] TaaS: Handle Delete Port: 46410958-b277-4692-8b89-3d761077b9bf 2026-08-16 14:08:16.088 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a429c244-725f-4953-88b6-3f9d488613d8 b60ce50149174435ad17145da33f53dd a2a64e42684848279a01086be7c26776 - - default default] Tap Mirror: Handle Delete Port: 46410958-b277-4692-8b89-3d761077b9bf [pid: 8|app: 0|req: 1000/1919] 10.0.0.218 () {34 vars in 789 bytes} [Sun Aug 16 14:08:15 2026] PUT /v2.0/routers/c4804b28-062a-4582-8dee-273b44b11947/remove_router_interface => generated 309 bytes in 732 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1920] 10.0.0.218 () {32 vars in 736 bytes} [Sun Aug 16 14:08:16 2026] GET /v2.0/ports?device_id=c4804b28-062a-4582-8dee-273b44b11947 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:08:16.674 8 INFO neutron_taas.services.taas.taas_plugin [None req-9f11323f-e391-4e55-a1c2-b84751cdd7e6 b60ce50149174435ad17145da33f53dd a2a64e42684848279a01086be7c26776 - - default default] TaaS: Handle Delete Port: f7d79acd-88a7-4c30-b843-9468a180cc94 2026-08-16 14:08:16.676 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f11323f-e391-4e55-a1c2-b84751cdd7e6 b60ce50149174435ad17145da33f53dd a2a64e42684848279a01086be7c26776 - - default default] Tap Mirror: Handle Delete Port: f7d79acd-88a7-4c30-b843-9468a180cc94 [pid: 7|app: 0|req: 921/1921] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:08:16 2026] GET /v2.0/ports?device_id=c3536a4a-7fa3-4d65-96d8-cf98b9ee8030 => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1922] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:08:16 2026] GET /v2.0/security-groups?id=76836966-b1af-455a-ae7c-2d56d9b83be0&fields=id&fields=name => generated 88 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:08:17.008 8 INFO neutron.services.segments.plugin [-] Segment 19025456-8f8c-4831-ad74-0f1f42b819e4 resource provider aggregate not found 2026-08-16 14:08:17.015 8 INFO neutron.services.segments.plugin [-] Segment 19025456-8f8c-4831-ad74-0f1f42b819e4 resource provider aggregate not found 2026-08-16 14:08:17.034 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 19025456-8f8c-4831-ad74-0f1f42b819e4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19025456-8f8c-4831-ad74-0f1f42b819e4 found for delete ", "request_id": "req-24ef1f19-573e-4e72-9f07-16246d710aa6"}]} 2026-08-16 14:08:17.034 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 19025456-8f8c-4831-ad74-0f1f42b819e4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19025456-8f8c-4831-ad74-0f1f42b819e4 found for delete ", "request_id": "req-9b664a67-5f45-48f0-9999-674bfa078bf4"}]} 2026-08-16 14:08:17.040 8 INFO neutron.db.l3_hamode_db [None req-9f11323f-e391-4e55-a1c2-b84751cdd7e6 b60ce50149174435ad17145da33f53dd a2a64e42684848279a01086be7c26776 - - default default] HA network 6d6c8669-378e-445a-a7e2-d7727ccc282f was deleted as no HA routers are present in tenant a2a64e42684848279a01086be7c26776. [pid: 8|app: 0|req: 1001/1923] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:08:16 2026] DELETE /v2.0/routers/c4804b28-062a-4582-8dee-273b44b11947 => generated 0 bytes in 505 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1924] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:08:17 2026] DELETE /v2.0/subnets/c31a974a-5749-4f62-b269-8ce68a941b67 => 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: 1002/1925] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:08:17 2026] DELETE /v2.0/subnets/c8cfea30-ba1b-4eed-a79e-d65cf47bab73 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:08:17.494 7 INFO neutron.services.segments.plugin [-] Segment 6a812f04-c612-4323-9eba-013296cf9e15 resource provider aggregate not found 2026-08-16 14:08:17.494 7 INFO neutron.services.segments.plugin [-] Segment 6a812f04-c612-4323-9eba-013296cf9e15 resource provider aggregate not found 2026-08-16 14:08:17.520 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6a812f04-c612-4323-9eba-013296cf9e15 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a812f04-c612-4323-9eba-013296cf9e15 found for delete ", "request_id": "req-fcf96856-3dd6-42ac-94c9-28926c7b8bee"}]} 2026-08-16 14:08:17.521 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6a812f04-c612-4323-9eba-013296cf9e15 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a812f04-c612-4323-9eba-013296cf9e15 found for delete ", "request_id": "req-635ef3b1-647d-4424-8b43-a4f09b399580"}]} [pid: 7|app: 0|req: 924/1926] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:08:17 2026] DELETE /v2.0/networks/6b5b383f-7983-4104-b7aa-4b1f76e42167 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:08:17.630 8 INFO neutron_taas.services.taas.taas_plugin [None req-6e37a875-2e45-453c-93c9-b9fc812d1ea9 b60ce50149174435ad17145da33f53dd a2a64e42684848279a01086be7c26776 - - default default] TaaS: Handle Delete Port: 517c7f2b-03ab-4512-8e2e-2e6f5888ad98 2026-08-16 14:08:17.632 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e37a875-2e45-453c-93c9-b9fc812d1ea9 b60ce50149174435ad17145da33f53dd a2a64e42684848279a01086be7c26776 - - default default] Tap Mirror: Handle Delete Port: 517c7f2b-03ab-4512-8e2e-2e6f5888ad98 [pid: 8|app: 0|req: 1003/1927] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:08:17 2026] DELETE /v2.0/networks/6a5ea2a5-5d60-41ae-8576-0e9a2cc687b1 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:08:17.830 7 INFO neutron.db.segments_db [None req-6a2a58e5-4c06-4a04-8988-ce2a04e5650b 8e239b12a14b46f0a6783d4bf9adc182 6dd607eaa919493b8eaab64b5a10b553 - - default default] Added segment 83326d0b-c4ab-45d8-8eee-2f284e6f5bf8 of type vxlan for network f85a79cb-1670-46a7-9422-6761a2f4d981 [pid: 8|app: 0|req: 1004/1928] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:08:17 2026] GET /v2.0/ports?device_id=c3536a4a-7fa3-4d65-96d8-cf98b9ee8030 => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:08:17.897 8 INFO neutron.db.segments_db [None req-04334aab-7217-4af6-a03f-c06115542294 b60ce50149174435ad17145da33f53dd a2a64e42684848279a01086be7c26776 - - default default] Added segment fde96ae8-033c-48af-99e9-ba59e16ab87b of type vxlan for network 9f2ccc00-b905-4f1c-a880-691a75f04adb [pid: 8|app: 0|req: 1005/1929] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:08:17 2026] POST /v2.0/networks => generated 630 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/1930] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:08:17 2026] GET /v2.0/security-groups?id=76836966-b1af-455a-ae7c-2d56d9b83be0&fields=id&fields=name => generated 88 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/1931] 199.204.45.205 () {34 vars in 994 bytes} [Sun Aug 16 14:08:17 2026] GET /v2.0/ports?device_id=c3536a4a-7fa3-4d65-96d8-cf98b9ee8030 => generated 971 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:08:18.057 7 INFO neutron.db.l3_hamode_db [None req-6a2a58e5-4c06-4a04-8988-ce2a04e5650b 8e239b12a14b46f0a6783d4bf9adc182 6dd607eaa919493b8eaab64b5a10b553 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-16 14:08:18.168 7 INFO neutron.db.l3_hamode_db [None req-6a2a58e5-4c06-4a04-8988-ce2a04e5650b 8e239b12a14b46f0a6783d4bf9adc182 6dd607eaa919493b8eaab64b5a10b553 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1008/1932] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:08:18 2026] POST /v2.0/subnets => generated 626 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:08:18.322 8 INFO neutron_taas.services.taas.taas_plugin [req-84037552-b138-4cf8-af64-0b3e9ce10042 req-28a41278-624a-4e24-9a10-3e9937d5c567 19380fcc03ca4b889a554640f3a12451 aed99711bb494068a7e4d1deeeda979d - - default default] TaaS: Handle Delete Port: d41dcca8-fa49-4cbf-8d1f-cf3cc6a705db 2026-08-16 14:08:18.326 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-84037552-b138-4cf8-af64-0b3e9ce10042 req-28a41278-624a-4e24-9a10-3e9937d5c567 19380fcc03ca4b889a554640f3a12451 aed99711bb494068a7e4d1deeeda979d - - default default] Tap Mirror: Handle Delete Port: d41dcca8-fa49-4cbf-8d1f-cf3cc6a705db [pid: 8|app: 0|req: 1009/1933] 199.204.45.205 () {36 vars in 997 bytes} [Sun Aug 16 14:08:18 2026] DELETE /v2.0/ports/d41dcca8-fa49-4cbf-8d1f-cf3cc6a705db => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:08:18.544 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bc6d3c47-dfe5-4640-a984-c41cf17a6152'] response: {'server_uuid': 'c3536a4a-7fa3-4d65-96d8-cf98b9ee8030', 'name': 'network-vif-deleted', 'tag': 'd41dcca8-fa49-4cbf-8d1f-cf3cc6a705db', 'status': 'completed', 'code': 200} 2026-08-16 14:08:18.565 8 INFO neutron.db.segments_db [None req-5e8befd7-7043-4f1e-bd5c-2b189a4fe1e3 b60ce50149174435ad17145da33f53dd a2a64e42684848279a01086be7c26776 - - default default] Added segment 00063bc2-950b-416d-a936-20b871bb08fe of type vxlan for network 28a6169a-1069-458d-a51c-1a700905a1fe [pid: 7|app: 0|req: 925/1934] 10.0.0.218 () {34 vars in 668 bytes} [Sun Aug 16 14:08:17 2026] POST /v2.0/routers => generated 474 bytes in 1089 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:08:18.811 8 INFO neutron.db.l3_hamode_db [None req-5e8befd7-7043-4f1e-bd5c-2b189a4fe1e3 b60ce50149174435ad17145da33f53dd a2a64e42684848279a01086be7c26776 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 926/1935] 10.0.0.218 () {34 vars in 751 bytes} [Sun Aug 16 14:08:18 2026] PUT /v2.0/routers/cdd39fa1-db3c-404a-915b-5eae3caff922/tags => generated 25 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:08:18.921 8 INFO neutron.db.l3_hamode_db [None req-5e8befd7-7043-4f1e-bd5c-2b189a4fe1e3 b60ce50149174435ad17145da33f53dd a2a64e42684848279a01086be7c26776 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 927/1936] 10.0.0.218 () {32 vars in 731 bytes} [Sun Aug 16 14:08:18 2026] GET /v2.0/routers/cdd39fa1-db3c-404a-915b-5eae3caff922/tags => generated 25 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:08:19.058 8 INFO neutron.services.segments.plugin [-] Segment 3153f6af-e254-4763-8bee-ff35acf3f8d3 resource provider aggregate not found 2026-08-16 14:08:19.064 8 INFO neutron.services.segments.plugin [-] Segment 3153f6af-e254-4763-8bee-ff35acf3f8d3 resource provider aggregate not found [pid: 7|app: 0|req: 928/1937] 10.0.0.218 () {34 vars in 762 bytes} [Sun Aug 16 14:08:18 2026] PUT /v2.0/routers/cdd39fa1-db3c-404a-915b-5eae3caff922/tags/green => generated 4 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-08-16 14:08:19.084 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3153f6af-e254-4763-8bee-ff35acf3f8d3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3153f6af-e254-4763-8bee-ff35acf3f8d3 found for delete ", "request_id": "req-998e6db6-2b2c-46de-8b6b-1ec280d59420"}]} [pid: 7|app: 0|req: 929/1938] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:08:19 2026] GET /v2.0/ports?device_id=c3536a4a-7fa3-4d65-96d8-cf98b9ee8030 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:08:19.090 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3153f6af-e254-4763-8bee-ff35acf3f8d3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3153f6af-e254-4763-8bee-ff35acf3f8d3 found for delete ", "request_id": "req-6bb992ea-c9d3-42fc-9489-7d12b87e46ef"}]} [pid: 7|app: 0|req: 930/1939] 10.0.0.218 () {32 vars in 731 bytes} [Sun Aug 16 14:08:19 2026] GET /v2.0/routers/cdd39fa1-db3c-404a-915b-5eae3caff922/tags => generated 34 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1940] 10.0.0.218 () {34 vars in 758 bytes} [Sun Aug 16 14:08:19 2026] PUT /v2.0/routers/cdd39fa1-db3c-404a-915b-5eae3caff922/tags/red => generated 4 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1941] 10.0.0.218 () {32 vars in 731 bytes} [Sun Aug 16 14:08:19 2026] GET /v2.0/routers/cdd39fa1-db3c-404a-915b-5eae3caff922/tags => generated 34 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/1942] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:08:18 2026] POST /v2.0/routers => generated 506 bytes in 984 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1943] 10.0.0.218 () {34 vars in 780 bytes} [Sun Aug 16 14:08:19 2026] PUT /v2.0/routers/cdd39fa1-db3c-404a-915b-5eae3caff922/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: 7|app: 0|req: 934/1944] 10.0.0.218 () {32 vars in 731 bytes} [Sun Aug 16 14:08:19 2026] GET /v2.0/routers/cdd39fa1-db3c-404a-915b-5eae3caff922/tags => generated 52 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1947] 10.0.0.218 () {34 vars in 751 bytes} [Sun Aug 16 14:08:19 2026] PUT /v2.0/routers/cdd39fa1-db3c-404a-915b-5eae3caff922/tags => generated 37 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/1948] 10.0.0.218 () {34 vars in 665 bytes} [Sun Aug 16 14:08:19 2026] POST /v2.0/ports => generated 951 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 938/1949] 10.0.0.218 () {32 vars in 731 bytes} [Sun Aug 16 14:08:19 2026] GET /v2.0/routers/cdd39fa1-db3c-404a-915b-5eae3caff922/tags => generated 37 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1950] 10.0.0.218 () {32 vars in 739 bytes} [Sun Aug 16 14:08:19 2026] GET /v2.0/routers/cdd39fa1-db3c-404a-915b-5eae3caff922/tags/red => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:08:20.057 7 INFO neutron.api.v2.resource [None req-737ec09d-9d75-4473-8f83-3ef34f3b9bf3 8e239b12a14b46f0a6783d4bf9adc182 6dd607eaa919493b8eaab64b5a10b553 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 940/1951] 10.0.0.218 () {32 vars in 743 bytes} [Sun Aug 16 14:08:19 2026] GET /v2.0/routers/cdd39fa1-db3c-404a-915b-5eae3caff922/tags/green => generated 99 bytes in 83 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1952] 10.0.0.218 () {32 vars in 742 bytes} [Sun Aug 16 14:08:20 2026] DELETE /v2.0/routers/cdd39fa1-db3c-404a-915b-5eae3caff922/tags/red => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1953] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:08:20 2026] GET /v2.0/ports?device_id=c3536a4a-7fa3-4d65-96d8-cf98b9ee8030 => 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: 943/1954] 10.0.0.218 () {32 vars in 731 bytes} [Sun Aug 16 14:08:20 2026] GET /v2.0/routers/cdd39fa1-db3c-404a-915b-5eae3caff922/tags => generated 30 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:08:20.393 7 INFO neutron.api.v2.resource [None req-6997b2f6-acdd-48bf-a55f-43af86b2e5c4 8e239b12a14b46f0a6783d4bf9adc182 6dd607eaa919493b8eaab64b5a10b553 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 944/1955] 10.0.0.218 () {32 vars in 746 bytes} [Sun Aug 16 14:08:20 2026] DELETE /v2.0/routers/cdd39fa1-db3c-404a-915b-5eae3caff922/tags/green => generated 99 bytes in 79 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1956] 10.0.0.218 () {32 vars in 734 bytes} [Sun Aug 16 14:08:20 2026] DELETE /v2.0/routers/cdd39fa1-db3c-404a-915b-5eae3caff922/tags => 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: 1012/1957] 10.0.0.218 () {34 vars in 783 bytes} [Sun Aug 16 14:08:19 2026] PUT /v2.0/routers/f7f97d16-f6d8-48eb-a6d3-c3ddb46ba753/add_router_interface => generated 309 bytes in 1165 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: 1013/1958] 10.0.0.218 () {32 vars in 717 bytes} [Sun Aug 16 14:08:21 2026] GET /v2.0/ports/424034ce-6c0d-4891-b248-696e35192af9 => generated 1025 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1959] 10.0.0.218 () {32 vars in 731 bytes} [Sun Aug 16 14:08:20 2026] GET /v2.0/routers/cdd39fa1-db3c-404a-915b-5eae3caff922/tags => generated 12 bytes in 581 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1960] 10.0.0.218 () {32 vars in 721 bytes} [Sun Aug 16 14:08:21 2026] GET /v2.0/routers/cdd39fa1-db3c-404a-915b-5eae3caff922 => generated 480 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:08:21.381 8 INFO neutron_taas.services.taas.taas_plugin [None req-f6f30833-f22b-431f-93dc-f7d9b6f86cb0 b60ce50149174435ad17145da33f53dd a2a64e42684848279a01086be7c26776 - - default default] TaaS: Handle Delete Port: 424034ce-6c0d-4891-b248-696e35192af9 2026-08-16 14:08:21.383 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6f30833-f22b-431f-93dc-f7d9b6f86cb0 b60ce50149174435ad17145da33f53dd a2a64e42684848279a01086be7c26776 - - default default] Tap Mirror: Handle Delete Port: 424034ce-6c0d-4891-b248-696e35192af9 [pid: 7|app: 0|req: 948/1961] 10.0.0.218 () {34 vars in 742 bytes} [Sun Aug 16 14:08:21 2026] PUT /v2.0/routers/cdd39fa1-db3c-404a-915b-5eae3caff922 => generated 480 bytes in 479 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1962] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:08:21 2026] GET /v2.0/ports?device_id=c3536a4a-7fa3-4d65-96d8-cf98b9ee8030 => 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: 950/1963] 10.0.0.218 () {32 vars in 736 bytes} [Sun Aug 16 14:08:21 2026] GET /v2.0/ports?device_id=cdd39fa1-db3c-404a-915b-5eae3caff922 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/1964] 10.0.0.218 () {34 vars in 789 bytes} [Sun Aug 16 14:08:21 2026] PUT /v2.0/routers/f7f97d16-f6d8-48eb-a6d3-c3ddb46ba753/remove_router_interface => generated 309 bytes in 765 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-08-16 14:08:21.851 7 INFO neutron_taas.services.taas.taas_plugin [None req-191a1c2e-0889-4a26-b1be-b46d35ecb392 8e239b12a14b46f0a6783d4bf9adc182 6dd607eaa919493b8eaab64b5a10b553 - - default default] TaaS: Handle Delete Port: efc42f81-3568-41f3-8ab3-866bbf406241 2026-08-16 14:08:21.855 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-191a1c2e-0889-4a26-b1be-b46d35ecb392 8e239b12a14b46f0a6783d4bf9adc182 6dd607eaa919493b8eaab64b5a10b553 - - default default] Tap Mirror: Handle Delete Port: efc42f81-3568-41f3-8ab3-866bbf406241 2026-08-16 14:08:21.901 8 INFO neutron.api.v2.resource [None req-852bd0b8-fa18-43fd-b2e5-f1a596776907 b60ce50149174435ad17145da33f53dd a2a64e42684848279a01086be7c26776 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1015/1965] 10.0.0.218 () {34 vars in 789 bytes} [Sun Aug 16 14:08:21 2026] PUT /v2.0/routers/f7f97d16-f6d8-48eb-a6d3-c3ddb46ba753/remove_router_interface => generated 197 bytes in 86 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/1966] 10.0.0.218 () {32 vars in 736 bytes} [Sun Aug 16 14:08:21 2026] GET /v2.0/ports?device_id=f7f97d16-f6d8-48eb-a6d3-c3ddb46ba753 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:08:22.062 8 INFO neutron_taas.services.taas.taas_plugin [None req-86914b4a-5a12-4edc-874a-77bdf9c63554 b60ce50149174435ad17145da33f53dd a2a64e42684848279a01086be7c26776 - - default default] TaaS: Handle Delete Port: bb14af38-4cf5-424c-a88b-b9e478cb9a4f 2026-08-16 14:08:22.064 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-86914b4a-5a12-4edc-874a-77bdf9c63554 b60ce50149174435ad17145da33f53dd a2a64e42684848279a01086be7c26776 - - default default] Tap Mirror: Handle Delete Port: bb14af38-4cf5-424c-a88b-b9e478cb9a4f 2026-08-16 14:08:22.195 7 INFO neutron.services.segments.plugin [-] Segment 83326d0b-c4ab-45d8-8eee-2f284e6f5bf8 resource provider aggregate not found 2026-08-16 14:08:22.208 7 INFO neutron.services.segments.plugin [-] Segment 83326d0b-c4ab-45d8-8eee-2f284e6f5bf8 resource provider aggregate not found 2026-08-16 14:08:22.214 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 83326d0b-c4ab-45d8-8eee-2f284e6f5bf8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83326d0b-c4ab-45d8-8eee-2f284e6f5bf8 found for delete ", "request_id": "req-4b7c0737-7630-4d27-bff7-8a5f293f83bc"}]} 2026-08-16 14:08:22.227 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 83326d0b-c4ab-45d8-8eee-2f284e6f5bf8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83326d0b-c4ab-45d8-8eee-2f284e6f5bf8 found for delete ", "request_id": "req-6f8da6c5-fcc8-448d-8abb-84fafd10e736"}]} 2026-08-16 14:08:22.231 7 INFO neutron.db.l3_hamode_db [None req-191a1c2e-0889-4a26-b1be-b46d35ecb392 8e239b12a14b46f0a6783d4bf9adc182 6dd607eaa919493b8eaab64b5a10b553 - - default default] HA network f85a79cb-1670-46a7-9422-6761a2f4d981 was deleted as no HA routers are present in tenant 6dd607eaa919493b8eaab64b5a10b553. [pid: 7|app: 0|req: 951/1967] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:08:21 2026] DELETE /v2.0/routers/cdd39fa1-db3c-404a-915b-5eae3caff922 => generated 0 bytes in 558 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:08:22.324 8 INFO neutron.services.segments.plugin [-] Segment 00063bc2-950b-416d-a936-20b871bb08fe resource provider aggregate not found 2026-08-16 14:08:22.329 8 INFO neutron.services.segments.plugin [-] Segment 00063bc2-950b-416d-a936-20b871bb08fe resource provider aggregate not found 2026-08-16 14:08:22.344 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 00063bc2-950b-416d-a936-20b871bb08fe resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00063bc2-950b-416d-a936-20b871bb08fe found for delete ", "request_id": "req-0d127bfd-30fd-4a5e-ac92-0c4de1626eb2"}]} 2026-08-16 14:08:22.349 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 00063bc2-950b-416d-a936-20b871bb08fe resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00063bc2-950b-416d-a936-20b871bb08fe found for delete ", "request_id": "req-baddb83f-350f-40a6-9514-7770955ec4d2"}]} 2026-08-16 14:08:22.362 8 INFO neutron.db.l3_hamode_db [None req-86914b4a-5a12-4edc-874a-77bdf9c63554 b60ce50149174435ad17145da33f53dd a2a64e42684848279a01086be7c26776 - - default default] HA network 28a6169a-1069-458d-a51c-1a700905a1fe was deleted as no HA routers are present in tenant a2a64e42684848279a01086be7c26776. [pid: 8|app: 0|req: 1017/1968] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:08:21 2026] DELETE /v2.0/routers/f7f97d16-f6d8-48eb-a6d3-c3ddb46ba753 => generated 0 bytes in 436 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1969] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:08:22 2026] DELETE /v2.0/subnets/26aca2f2-1eb4-48ce-9eb2-acb6b93d7b04 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/1970] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:08:22 2026] DELETE /v2.0/networks/9f2ccc00-b905-4f1c-a880-691a75f04adb => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:08:22.662 7 INFO neutron.db.segments_db [None req-48ad0814-2759-4067-820b-79f311ed9f96 b60ce50149174435ad17145da33f53dd a2a64e42684848279a01086be7c26776 - - default default] Added segment 8498a088-d712-422c-9887-85d1f6aca0a5 of type vxlan for network f9eeea8e-e301-412d-810e-3ef0a210921a [pid: 7|app: 0|req: 953/1971] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:08:22 2026] POST /v2.0/networks => generated 630 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/1972] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:08:22 2026] POST /v2.0/subnets => generated 626 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:08:23.012 8 INFO neutron.db.segments_db [None req-17d05c85-73de-44e9-9444-beb660160401 b60ce50149174435ad17145da33f53dd a2a64e42684848279a01086be7c26776 - - default default] Added segment 0a77bfe5-2cb6-4a14-8a9a-7db69e5240f5 of type vxlan for network c99d2999-aafd-459d-bf2a-4653cf209aed [pid: 7|app: 0|req: 954/1973] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:08:22 2026] GET /v2.0/security-groups?tenant_id=7058173bf1364bedafdd86e1168cf665&name=default => generated 2925 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1974] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:08:23 2026] DELETE /v2.0/security-groups/c81d8cc9-6512-4e90-af6d-36ef2d6e57c4 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:08:23.263 8 INFO neutron.db.l3_hamode_db [None req-17d05c85-73de-44e9-9444-beb660160401 b60ce50149174435ad17145da33f53dd a2a64e42684848279a01086be7c26776 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 956/1975] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:08:23 2026] GET /v2.0/security-groups?tenant_id=6dd607eaa919493b8eaab64b5a10b553&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:08:23.368 8 INFO neutron.db.l3_hamode_db [None req-17d05c85-73de-44e9-9444-beb660160401 b60ce50149174435ad17145da33f53dd a2a64e42684848279a01086be7c26776 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 957/1976] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:08:23 2026] DELETE /v2.0/security-groups/05655cd8-f4e7-4873-b4bc-5bc3c96e749e => 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: 1020/1977] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:08:22 2026] POST /v2.0/routers => generated 506 bytes in 995 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:08:24.153 7 INFO neutron_taas.services.taas.taas_plugin [None req-c5210da3-364c-4418-aadb-b314986023b5 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] TaaS: Handle Delete Port: 7bcad2ad-b835-4a94-b825-db202c6f8449 2026-08-16 14:08:24.156 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5210da3-364c-4418-aadb-b314986023b5 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Tap Mirror: Handle Delete Port: 7bcad2ad-b835-4a94-b825-db202c6f8449 2026-08-16 14:08:24.366 8 INFO neutron.services.segments.plugin [-] Segment fde96ae8-033c-48af-99e9-ba59e16ab87b resource provider aggregate not found 2026-08-16 14:08:24.371 8 INFO neutron.services.segments.plugin [-] Segment fde96ae8-033c-48af-99e9-ba59e16ab87b resource provider aggregate not found 2026-08-16 14:08:24.382 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment fde96ae8-033c-48af-99e9-ba59e16ab87b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fde96ae8-033c-48af-99e9-ba59e16ab87b found for delete ", "request_id": "req-3cae3e10-d078-4471-840d-eb3519dc6503"}]} 2026-08-16 14:08:24.391 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment fde96ae8-033c-48af-99e9-ba59e16ab87b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fde96ae8-033c-48af-99e9-ba59e16ab87b found for delete ", "request_id": "req-f384e924-888c-496d-9676-d33d4b504869"}]} [pid: 7|app: 0|req: 958/1978] 10.0.0.218 () {34 vars in 789 bytes} [Sun Aug 16 14:08:23 2026] PUT /v2.0/routers/77c1a76c-8fdf-47f7-ba3c-563b16e541f0/remove_router_interface => generated 309 bytes in 762 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:08:24.826 7 INFO neutron_taas.services.taas.taas_plugin [None req-f706ea15-d97d-476a-9c72-475833e12bed ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] TaaS: Handle Delete Port: 3b7e8cfb-63ce-4971-8c3f-edee87879cbb 2026-08-16 14:08:24.829 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f706ea15-d97d-476a-9c72-475833e12bed ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Tap Mirror: Handle Delete Port: 3b7e8cfb-63ce-4971-8c3f-edee87879cbb [pid: 8|app: 0|req: 1021/1979] 10.0.0.218 () {34 vars in 783 bytes} [Sun Aug 16 14:08:23 2026] PUT /v2.0/routers/702570c9-ee3f-4b13-9fc5-57fff0298653/add_router_interface => generated 309 bytes in 1040 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/1980] 10.0.0.218 () {32 vars in 717 bytes} [Sun Aug 16 14:08:25 2026] GET /v2.0/ports/0fa1638f-9402-4337-b848-486ba283cf31 => generated 955 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:08:25.082 7 INFO neutron_taas.services.taas.taas_plugin [None req-f706ea15-d97d-476a-9c72-475833e12bed ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] TaaS: Handle Delete Port: 041faefc-58a9-438a-b882-262a053377b8 2026-08-16 14:08:25.085 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f706ea15-d97d-476a-9c72-475833e12bed ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Tap Mirror: Handle Delete Port: 041faefc-58a9-438a-b882-262a053377b8 2026-08-16 14:08:25.346 8 INFO neutron_taas.services.taas.taas_plugin [None req-93f25bce-9447-474f-bb9b-94088971cf29 b60ce50149174435ad17145da33f53dd a2a64e42684848279a01086be7c26776 - - default default] TaaS: Handle Delete Port: 0fa1638f-9402-4337-b848-486ba283cf31 2026-08-16 14:08:25.349 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-93f25bce-9447-474f-bb9b-94088971cf29 b60ce50149174435ad17145da33f53dd a2a64e42684848279a01086be7c26776 - - default default] Tap Mirror: Handle Delete Port: 0fa1638f-9402-4337-b848-486ba283cf31 2026-08-16 14:08:25.428 7 INFO neutron.services.segments.plugin [-] Segment ee75d7e2-d68f-43cc-bf27-7cffe69aee5f resource provider aggregate not found 2026-08-16 14:08:25.432 7 INFO neutron.services.segments.plugin [-] Segment ee75d7e2-d68f-43cc-bf27-7cffe69aee5f resource provider aggregate not found 2026-08-16 14:08:25.449 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ee75d7e2-d68f-43cc-bf27-7cffe69aee5f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee75d7e2-d68f-43cc-bf27-7cffe69aee5f found for delete ", "request_id": "req-1ce922ad-0487-4c0e-973b-c3edcbd1db8a"}]} 2026-08-16 14:08:25.450 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ee75d7e2-d68f-43cc-bf27-7cffe69aee5f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee75d7e2-d68f-43cc-bf27-7cffe69aee5f found for delete ", "request_id": "req-257552b2-af1b-411e-97d1-480e40ba442e"}]} 2026-08-16 14:08:25.460 7 INFO neutron.db.l3_hamode_db [None req-f706ea15-d97d-476a-9c72-475833e12bed ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] HA network 0a2ac91f-4933-4c20-bb72-6e357254bba2 was deleted as no HA routers are present in tenant aed99711bb494068a7e4d1deeeda979d. [pid: 7|app: 0|req: 959/1981] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:08:24 2026] DELETE /v2.0/routers/77c1a76c-8fdf-47f7-ba3c-563b16e541f0 => generated 0 bytes in 824 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1982] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:08:25 2026] DELETE /v2.0/subnets/827d5186-721e-4ce3-9299-d0f823aa9b21 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:08:25.741 7 INFO neutron_taas.services.taas.taas_plugin [None req-a1b0be96-5add-4973-bcbc-de437d00a4ca ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] TaaS: Handle Delete Port: 8604d7e3-f898-4191-9c6f-0d443ab9de3a 2026-08-16 14:08:25.744 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1b0be96-5add-4973-bcbc-de437d00a4ca ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Tap Mirror: Handle Delete Port: 8604d7e3-f898-4191-9c6f-0d443ab9de3a [pid: 7|app: 0|req: 961/1983] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:08:25 2026] DELETE /v2.0/networks/03c31432-332c-4c7b-87fe-c24b205f2d95 => generated 0 bytes in 374 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1984] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:08:26 2026] GET /v2.0/security-groups?tenant_id=aed99711bb494068a7e4d1deeeda979d&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/1985] 10.0.0.218 () {34 vars in 789 bytes} [Sun Aug 16 14:08:25 2026] PUT /v2.0/routers/702570c9-ee3f-4b13-9fc5-57fff0298653/remove_router_interface => generated 309 bytes in 1232 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/1986] 10.0.0.218 () {32 vars in 736 bytes} [Sun Aug 16 14:08:26 2026] GET /v2.0/ports?device_id=702570c9-ee3f-4b13-9fc5-57fff0298653 => 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: 963/1987] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:08:26 2026] DELETE /v2.0/security-groups/76836966-b1af-455a-ae7c-2d56d9b83be0 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:08:26.463 8 INFO neutron_taas.services.taas.taas_plugin [None req-9e6fcc65-a13b-4d21-b2cf-a9555460e269 b60ce50149174435ad17145da33f53dd a2a64e42684848279a01086be7c26776 - - default default] TaaS: Handle Delete Port: c6bfe594-964a-45b7-9f5b-8e980e0d6c22 2026-08-16 14:08:26.466 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9e6fcc65-a13b-4d21-b2cf-a9555460e269 b60ce50149174435ad17145da33f53dd a2a64e42684848279a01086be7c26776 - - default default] Tap Mirror: Handle Delete Port: c6bfe594-964a-45b7-9f5b-8e980e0d6c22 2026-08-16 14:08:26.812 8 INFO neutron.services.segments.plugin [-] Segment 0a77bfe5-2cb6-4a14-8a9a-7db69e5240f5 resource provider aggregate not found 2026-08-16 14:08:26.813 8 INFO neutron.services.segments.plugin [-] Segment 0a77bfe5-2cb6-4a14-8a9a-7db69e5240f5 resource provider aggregate not found 2026-08-16 14:08:26.827 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0a77bfe5-2cb6-4a14-8a9a-7db69e5240f5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a77bfe5-2cb6-4a14-8a9a-7db69e5240f5 found for delete ", "request_id": "req-0ef32c7c-7d22-479f-b82f-c5fddf0c80d1"}]} 2026-08-16 14:08:26.829 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0a77bfe5-2cb6-4a14-8a9a-7db69e5240f5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a77bfe5-2cb6-4a14-8a9a-7db69e5240f5 found for delete ", "request_id": "req-b254ce10-507b-4101-a090-42911f455e28"}]} 2026-08-16 14:08:26.840 8 INFO neutron.db.l3_hamode_db [None req-9e6fcc65-a13b-4d21-b2cf-a9555460e269 b60ce50149174435ad17145da33f53dd a2a64e42684848279a01086be7c26776 - - default default] HA network c99d2999-aafd-459d-bf2a-4653cf209aed was deleted as no HA routers are present in tenant a2a64e42684848279a01086be7c26776. [pid: 8|app: 0|req: 1025/1988] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:08:26 2026] DELETE /v2.0/routers/702570c9-ee3f-4b13-9fc5-57fff0298653 => generated 0 bytes in 535 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1989] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:08:26 2026] DELETE /v2.0/subnets/feb41717-635c-44e5-933f-ea45f453ffcd => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/1990] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:08:26 2026] DELETE /v2.0/networks/f9eeea8e-e301-412d-810e-3ef0a210921a => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:08:27.164 7 INFO neutron.db.segments_db [None req-638b50d6-09c6-44a0-a9de-61f19ac83ca7 b60ce50149174435ad17145da33f53dd a2a64e42684848279a01086be7c26776 - - default default] Added segment 8dc11999-aa13-4d2b-9ee6-8935be909de6 of type vxlan for network 58063c1a-bffc-44c2-a581-18678e8d4c84 2026-08-16 14:08:27.364 7 INFO neutron.db.l3_hamode_db [None req-638b50d6-09c6-44a0-a9de-61f19ac83ca7 b60ce50149174435ad17145da33f53dd a2a64e42684848279a01086be7c26776 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-16 14:08:27.473 7 INFO neutron.services.segments.plugin [-] Segment 2b2277a3-ebf6-4c34-8c5e-ddd68fde248a resource provider aggregate not found 2026-08-16 14:08:27.478 7 INFO neutron.services.segments.plugin [-] Segment 2b2277a3-ebf6-4c34-8c5e-ddd68fde248a resource provider aggregate not found 2026-08-16 14:08:27.500 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2b2277a3-ebf6-4c34-8c5e-ddd68fde248a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b2277a3-ebf6-4c34-8c5e-ddd68fde248a found for delete ", "request_id": "req-64a44e27-394c-4a4f-82ff-cacc593cbf5b"}]} 2026-08-16 14:08:27.504 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2b2277a3-ebf6-4c34-8c5e-ddd68fde248a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b2277a3-ebf6-4c34-8c5e-ddd68fde248a found for delete ", "request_id": "req-a81c4aec-55c8-43d7-9fe3-78153aae6350"}]} 2026-08-16 14:08:28.109 7 INFO neutron.db.l3_hamode_db [None req-638b50d6-09c6-44a0-a9de-61f19ac83ca7 b60ce50149174435ad17145da33f53dd a2a64e42684848279a01086be7c26776 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-16 14:08:28.851 8 INFO neutron.services.segments.plugin [-] Segment 8498a088-d712-422c-9887-85d1f6aca0a5 resource provider aggregate not found 2026-08-16 14:08:28.861 8 INFO neutron.services.segments.plugin [-] Segment 8498a088-d712-422c-9887-85d1f6aca0a5 resource provider aggregate not found 2026-08-16 14:08:28.871 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8498a088-d712-422c-9887-85d1f6aca0a5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8498a088-d712-422c-9887-85d1f6aca0a5 found for delete ", "request_id": "req-ac87c5d5-9e1c-4b93-8be2-7085be04b983"}]} 2026-08-16 14:08:28.878 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8498a088-d712-422c-9887-85d1f6aca0a5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8498a088-d712-422c-9887-85d1f6aca0a5 found for delete ", "request_id": "req-c5049471-f173-470e-b1a5-7cbb166548d3"}]} [pid: 7|app: 0|req: 965/1991] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:08:27 2026] POST /v2.0/routers => generated 688 bytes in 1792 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/1992] 10.0.0.218 () {32 vars in 721 bytes} [Sun Aug 16 14:08:28 2026] GET /v2.0/routers/35e123c3-26ca-47a1-a50d-2ffc14f1f3c3 => generated 694 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1993] 10.0.0.218 () {32 vars in 647 bytes} [Sun Aug 16 14:08:28 2026] GET /v2.0/routers => generated 697 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/1994] 10.0.0.218 () {34 vars in 741 bytes} [Sun Aug 16 14:08:29 2026] PUT /v2.0/routers/35e123c3-26ca-47a1-a50d-2ffc14f1f3c3 => generated 701 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1995] 10.0.0.218 () {32 vars in 721 bytes} [Sun Aug 16 14:08:29 2026] GET /v2.0/routers/35e123c3-26ca-47a1-a50d-2ffc14f1f3c3 => 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: 1029/1996] 10.0.0.218 () {32 vars in 736 bytes} [Sun Aug 16 14:08:29 2026] GET /v2.0/ports?device_id=35e123c3-26ca-47a1-a50d-2ffc14f1f3c3 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:08:29.658 7 INFO neutron_taas.services.taas.taas_plugin [None req-b569d73f-89e1-4bb3-9235-67c0ec0e98c3 b60ce50149174435ad17145da33f53dd a2a64e42684848279a01086be7c26776 - - default default] TaaS: Handle Delete Port: 897b0e48-88da-4407-bc1a-0c45b756bfb2 2026-08-16 14:08:29.660 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b569d73f-89e1-4bb3-9235-67c0ec0e98c3 b60ce50149174435ad17145da33f53dd a2a64e42684848279a01086be7c26776 - - default default] Tap Mirror: Handle Delete Port: 897b0e48-88da-4407-bc1a-0c45b756bfb2 2026-08-16 14:08:29.941 7 INFO neutron_taas.services.taas.taas_plugin [None req-b569d73f-89e1-4bb3-9235-67c0ec0e98c3 b60ce50149174435ad17145da33f53dd a2a64e42684848279a01086be7c26776 - - default default] TaaS: Handle Delete Port: 61b568c3-6d58-4002-8fa5-169f591feb95 2026-08-16 14:08:29.944 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b569d73f-89e1-4bb3-9235-67c0ec0e98c3 b60ce50149174435ad17145da33f53dd a2a64e42684848279a01086be7c26776 - - default default] Tap Mirror: Handle Delete Port: 61b568c3-6d58-4002-8fa5-169f591feb95 2026-08-16 14:08:30.284 7 INFO neutron.services.segments.plugin [-] Segment 8dc11999-aa13-4d2b-9ee6-8935be909de6 resource provider aggregate not found 2026-08-16 14:08:30.291 7 INFO neutron.services.segments.plugin [-] Segment 8dc11999-aa13-4d2b-9ee6-8935be909de6 resource provider aggregate not found 2026-08-16 14:08:30.318 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8dc11999-aa13-4d2b-9ee6-8935be909de6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8dc11999-aa13-4d2b-9ee6-8935be909de6 found for delete ", "request_id": "req-f56ab75c-3936-4418-97cb-9eae01673314"}]} 2026-08-16 14:08:30.319 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8dc11999-aa13-4d2b-9ee6-8935be909de6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8dc11999-aa13-4d2b-9ee6-8935be909de6 found for delete ", "request_id": "req-8ddd9265-6d1e-4513-af24-decdf46e2c42"}]} 2026-08-16 14:08:30.325 7 INFO neutron.db.l3_hamode_db [None req-b569d73f-89e1-4bb3-9235-67c0ec0e98c3 b60ce50149174435ad17145da33f53dd a2a64e42684848279a01086be7c26776 - - default default] HA network 58063c1a-bffc-44c2-a581-18678e8d4c84 was deleted as no HA routers are present in tenant a2a64e42684848279a01086be7c26776. [pid: 7|app: 0|req: 968/1997] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:08:29 2026] DELETE /v2.0/routers/35e123c3-26ca-47a1-a50d-2ffc14f1f3c3 => generated 0 bytes in 884 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/1998] 10.0.0.218 () {32 vars in 736 bytes} [Sun Aug 16 14:08:30 2026] GET /v2.0/ports?device_id=35e123c3-26ca-47a1-a50d-2ffc14f1f3c3 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:08:30.379 7 INFO neutron.api.v2.resource [None req-7c9e157d-a0d8-44a3-bc6a-2cca2874f3bd b60ce50149174435ad17145da33f53dd a2a64e42684848279a01086be7c26776 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 969/1999] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:08:30 2026] DELETE /v2.0/routers/35e123c3-26ca-47a1-a50d-2ffc14f1f3c3 => 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: 1031/2000] 10.0.0.218 () {32 vars in 736 bytes} [Sun Aug 16 14:08:30 2026] GET /v2.0/ports?device_id=702570c9-ee3f-4b13-9fc5-57fff0298653 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:08:30.428 7 INFO neutron.api.v2.resource [None req-ec8fca06-d086-45d9-84e2-9e7e2f1bb321 b60ce50149174435ad17145da33f53dd a2a64e42684848279a01086be7c26776 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 970/2001] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:08:30 2026] DELETE /v2.0/routers/702570c9-ee3f-4b13-9fc5-57fff0298653 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-16 14:08:30.447 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e9bf5cd0-948b-476b-84a2-04820a8433bd b60ce50149174435ad17145da33f53dd a2a64e42684848279a01086be7c26776 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1032/2002] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:08:30 2026] DELETE /v2.0/subnets/feb41717-635c-44e5-933f-ea45f453ffcd => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/2003] 10.0.0.218 () {32 vars in 736 bytes} [Sun Aug 16 14:08:30 2026] GET /v2.0/ports?device_id=f7f97d16-f6d8-48eb-a6d3-c3ddb46ba753 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:08:30.509 8 INFO neutron.api.v2.resource [None req-46ced460-adcd-4f22-b6a9-c0c572f152ac b60ce50149174435ad17145da33f53dd a2a64e42684848279a01086be7c26776 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1033/2004] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:08:30 2026] DELETE /v2.0/routers/f7f97d16-f6d8-48eb-a6d3-c3ddb46ba753 => generated 135 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-16 14:08:30.534 7 INFO neutron.pecan_wsgi.hooks.translation [None req-be7831f4-b31a-4274-9729-d8062e3c4191 b60ce50149174435ad17145da33f53dd a2a64e42684848279a01086be7c26776 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 972/2005] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:08:30 2026] DELETE /v2.0/subnets/26aca2f2-1eb4-48ce-9eb2-acb6b93d7b04 => 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: 1034/2006] 10.0.0.218 () {32 vars in 736 bytes} [Sun Aug 16 14:08:30 2026] GET /v2.0/ports?device_id=c4804b28-062a-4582-8dee-273b44b11947 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:08:30.594 7 INFO neutron.api.v2.resource [None req-df2cbd15-fcc1-4557-a3d5-e7e7735912ee b60ce50149174435ad17145da33f53dd a2a64e42684848279a01086be7c26776 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 973/2007] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:08:30 2026] DELETE /v2.0/routers/c4804b28-062a-4582-8dee-273b44b11947 => generated 135 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-16 14:08:30.611 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c7cfd8fd-8b69-4f8b-b7af-0faf2ab2c82a b60ce50149174435ad17145da33f53dd a2a64e42684848279a01086be7c26776 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1035/2008] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:08:30 2026] DELETE /v2.0/subnets/c31a974a-5749-4f62-b269-8ce68a941b67 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-16 14:08:30.635 7 INFO neutron.pecan_wsgi.hooks.translation [None req-83c7c850-63b2-4146-aa18-792d858b6ea6 b60ce50149174435ad17145da33f53dd a2a64e42684848279a01086be7c26776 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 974/2009] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:08:30 2026] DELETE /v2.0/subnets/c8cfea30-ba1b-4eed-a79e-d65cf47bab73 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2010] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:08:31 2026] GET /v2.0/security-groups?tenant_id=a2a64e42684848279a01086be7c26776&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/2011] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:08:31 2026] DELETE /v2.0/security-groups/f65d3f86-7239-4a59-976c-2a2a751cc93c => 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: 1037/2012] 10.0.0.218 () {34 vars in 684 bytes} [Sun Aug 16 14:08:33 2026] POST /v2.0/security-groups => generated 1624 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/2013] 10.0.0.218 () {32 vars in 663 bytes} [Sun Aug 16 14:08:33 2026] GET /v2.0/security-groups => generated 4529 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2014] 10.0.0.218 () {34 vars in 758 bytes} [Sun Aug 16 14:08:33 2026] PUT /v2.0/security-groups/ee1b72b5-4583-46f2-bb43-faf40998ba12 => generated 1663 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/2015] 10.0.0.218 () {32 vars in 737 bytes} [Sun Aug 16 14:08:33 2026] GET /v2.0/security-groups/ee1b72b5-4583-46f2-bb43-faf40998ba12 => generated 1663 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2016] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:08:33 2026] DELETE /v2.0/security-groups/ee1b72b5-4583-46f2-bb43-faf40998ba12 => 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: 978/2017] 10.0.0.218 () {32 vars in 663 bytes} [Sun Aug 16 14:08:33 2026] GET /v2.0/security-groups => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:08:33.691 8 INFO neutron.api.v2.resource [None req-556e644d-e856-46a0-920b-09d02b5ee670 ae7c7882eee14530b8679cdb6584a826 60f12df8a18e4cc89052f81406e1dc87 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1040/2018] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:08:33 2026] DELETE /v2.0/security-groups/ee1b72b5-4583-46f2-bb43-faf40998ba12 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/2019] 10.0.0.218 () {34 vars in 684 bytes} [Sun Aug 16 14:08:33 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: 8|app: 0|req: 1041/2020] 10.0.0.218 () {34 vars in 695 bytes} [Sun Aug 16 14:08:33 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: 980/2021] 10.0.0.218 () {32 vars in 747 bytes} [Sun Aug 16 14:08:33 2026] GET /v2.0/security-group-rules/baa5c0b6-d8d6-4e9c-b279-93a29f473428 => generated 601 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2022] 10.0.0.218 () {32 vars in 673 bytes} [Sun Aug 16 14:08:33 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/2023] 10.0.0.218 () {32 vars in 750 bytes} [Sun Aug 16 14:08:34 2026] DELETE /v2.0/security-group-rules/baa5c0b6-d8d6-4e9c-b279-93a29f473428 => 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: 1043/2024] 10.0.0.218 () {32 vars in 673 bytes} [Sun Aug 16 14:08:34 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/2025] 10.0.0.218 () {34 vars in 695 bytes} [Sun Aug 16 14:08:34 2026] POST /v2.0/security-group-rules => generated 601 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2026] 10.0.0.218 () {32 vars in 747 bytes} [Sun Aug 16 14:08:34 2026] GET /v2.0/security-group-rules/5b243504-c5e9-452a-a217-36022810a3f9 => 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: 983/2027] 10.0.0.218 () {32 vars in 673 bytes} [Sun Aug 16 14:08:34 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2028] 10.0.0.218 () {32 vars in 750 bytes} [Sun Aug 16 14:08:34 2026] DELETE /v2.0/security-group-rules/5b243504-c5e9-452a-a217-36022810a3f9 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/2029] 10.0.0.218 () {32 vars in 673 bytes} [Sun Aug 16 14:08:34 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2032] 10.0.0.218 () {34 vars in 695 bytes} [Sun Aug 16 14:08:34 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: 7|app: 0|req: 987/2033] 10.0.0.218 () {32 vars in 747 bytes} [Sun Aug 16 14:08:34 2026] GET /v2.0/security-group-rules/6e946e53-cb43-450c-936b-bdba50f38705 => 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: 1047/2034] 10.0.0.218 () {32 vars in 673 bytes} [Sun Aug 16 14:08:34 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/2035] 10.0.0.218 () {32 vars in 750 bytes} [Sun Aug 16 14:08:34 2026] DELETE /v2.0/security-group-rules/6e946e53-cb43-450c-936b-bdba50f38705 => 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: 1048/2036] 10.0.0.218 () {32 vars in 673 bytes} [Sun Aug 16 14:08:34 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/2037] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:08:34 2026] DELETE /v2.0/security-groups/0bf5e0f1-83a1-4eab-b2f0-1d23f95e4441 => 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: 1049/2038] 10.0.0.218 () {32 vars in 663 bytes} [Sun Aug 16 14:08:34 2026] GET /v2.0/security-groups => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/2039] 10.0.0.218 () {32 vars in 663 bytes} [Sun Aug 16 14:08:34 2026] GET /v2.0/security-groups => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2040] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:08:35 2026] GET /v2.0/security-groups?tenant_id=60f12df8a18e4cc89052f81406e1dc87&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: 991/2041] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:08:35 2026] DELETE /v2.0/security-groups/63166acf-661d-473b-b2be-9da5d076f50d => 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: 1051/2042] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:08:36 2026] GET /v2.0/security-groups?tenant_id=43fdbd4645d24e11a57acd24ae775de0&name=default => generated 2925 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2043] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:08:36 2026] DELETE /v2.0/security-groups/a22e7e72-21d2-4970-b151-e17566c859e6 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2044] 10.0.0.218 () {34 vars in 677 bytes} [Sun Aug 16 14:08:37 2026] POST /v2.0/subnetpools => generated 549 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/2045] 10.0.0.218 () {32 vars in 729 bytes} [Sun Aug 16 14:08:37 2026] GET /v2.0/subnetpools/7d064baf-b75d-4c02-a8df-9f31a24b6fb8 => generated 549 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2046] 10.0.0.218 () {34 vars in 749 bytes} [Sun Aug 16 14:08:37 2026] PUT /v2.0/subnetpools/7d064baf-b75d-4c02-a8df-9f31a24b6fb8 => generated 501 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/2047] 10.0.0.218 () {32 vars in 732 bytes} [Sun Aug 16 14:08:37 2026] DELETE /v2.0/subnetpools/7d064baf-b75d-4c02-a8df-9f31a24b6fb8 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:08:37.739 8 INFO neutron.api.v2.resource [None req-cc006260-24ae-4e03-b94a-0e2f6a06f5f7 e94eeb2b93a24154b5d03e480e377e7f 178698f171ab4d778c3baa1ae7f03e25 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1054/2048] 10.0.0.218 () {32 vars in 729 bytes} [Sun Aug 16 14:08:37 2026] GET /v2.0/subnetpools/7d064baf-b75d-4c02-a8df-9f31a24b6fb8 => generated 145 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-16 14:08:37.764 7 INFO neutron.api.v2.resource [None req-a0849e68-02a4-42b8-bef4-393e18b2b0e8 e94eeb2b93a24154b5d03e480e377e7f 178698f171ab4d778c3baa1ae7f03e25 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 995/2049] 10.0.0.218 () {32 vars in 732 bytes} [Sun Aug 16 14:08:37 2026] DELETE /v2.0/subnetpools/7d064baf-b75d-4c02-a8df-9f31a24b6fb8 => generated 145 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2050] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:08:38 2026] GET /v2.0/security-groups?tenant_id=178698f171ab4d778c3baa1ae7f03e25&name=default => generated 2925 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/2051] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:08:38 2026] DELETE /v2.0/security-groups/0e716809-561d-4b2b-9c60-d668b6bcfad7 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:08:40.031 8 INFO neutron.db.segments_db [None req-0210a4fc-6044-4002-8c75-353a2d5a61b5 385e1d6cec0c416b9e273c70383e8ba5 97cfe0326a6549f291bb2dce2ecf867e - - default default] Added segment b1614d8c-a067-4cf2-b1aa-14981d0fb70b of type vxlan for network 54c0704b-c3db-44a3-9109-bd4a560f9ac4 [pid: 8|app: 0|req: 1056/2052] 10.0.0.218 () {34 vars in 671 bytes} [Sun Aug 16 14:08:39 2026] POST /v2.0/networks => generated 633 bytes in 465 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:08:40.198 7 INFO neutron.db.segments_db [None req-ef1f0131-b357-4a14-ab55-6ae44d29eb78 385e1d6cec0c416b9e273c70383e8ba5 97cfe0326a6549f291bb2dce2ecf867e - - default default] Added segment fe5db4c5-cab2-45b9-928b-2d72b4176df0 of type vxlan for network 2d144018-3d5a-4ec6-8c9d-6ffaba90c712 2026-08-16 14:08:40.490 7 INFO neutron.db.l3_hamode_db [None req-ef1f0131-b357-4a14-ab55-6ae44d29eb78 385e1d6cec0c416b9e273c70383e8ba5 97cfe0326a6549f291bb2dce2ecf867e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-16 14:08:41.325 7 INFO neutron.db.l3_hamode_db [None req-ef1f0131-b357-4a14-ab55-6ae44d29eb78 385e1d6cec0c416b9e273c70383e8ba5 97cfe0326a6549f291bb2dce2ecf867e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1057/2053] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:08:41 2026] GET /v2.0/security-groups?tenant_id=8931e622f7bd41f99c4837692fd96d8f&name=default => generated 2925 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/2054] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:08:40 2026] POST /v2.0/routers => generated 694 bytes in 2062 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2055] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:08:42 2026] DELETE /v2.0/security-groups/6f1c8437-94bd-4b7e-8715-170ef5ccb63a => 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: 998/2056] 10.0.0.218 () {32 vars in 776 bytes} [Sun Aug 16 14:08:42 2026] GET /v2.0/subnets?project_id=97cfe0326a6549f291bb2dce2ecf867e&cidr=10.100.0.0%2F28 => generated 14 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2057] 10.0.0.218 () {32 vars in 694 bytes} [Sun Aug 16 14:08:42 2026] GET /v2.0/networks?router%3Aexternal=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: 999/2058] 10.0.0.218 () {32 vars in 784 bytes} [Sun Aug 16 14:08:42 2026] GET /v2.0/subnets?network_id=91843983-1685-40bf-ac5d-b6f0a65e8275&cidr=10.100.0.0%2F28 => generated 14 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2059] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:08:42 2026] POST /v2.0/subnets => generated 657 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2060] 10.0.0.218 () {34 vars in 783 bytes} [Sun Aug 16 14:08:42 2026] PUT /v2.0/routers/5d011590-0a70-4059-aed3-1f47d0bf04f9/add_router_interface => generated 309 bytes in 1275 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2061] 10.0.0.218 () {32 vars in 649 bytes} [Sun Aug 16 14:08:43 2026] GET /v2.0/networks => generated 3606 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2062] 10.0.0.218 () {32 vars in 647 bytes} [Sun Aug 16 14:08:44 2026] GET /v2.0/subnets => generated 2595 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2063] 10.0.0.218 () {32 vars in 647 bytes} [Sun Aug 16 14:08:44 2026] GET /v2.0/routers => generated 737 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2064] 10.0.0.218 () {34 vars in 685 bytes} [Sun Aug 16 14:08:44 2026] POST /v2.0/security-groups => generated 1675 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2065] 10.0.0.218 () {34 vars in 695 bytes} [Sun Aug 16 14:08:44 2026] POST /v2.0/security-group-rules => generated 597 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2066] 10.0.0.218 () {34 vars in 695 bytes} [Sun Aug 16 14:08:44 2026] POST /v2.0/security-group-rules => generated 596 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2067] 10.0.0.218 () {34 vars in 695 bytes} [Sun Aug 16 14:08:44 2026] POST /v2.0/security-group-rules => generated 602 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/2068] 10.0.0.218 () {34 vars in 695 bytes} [Sun Aug 16 14:08:44 2026] POST /v2.0/security-group-rules => generated 601 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2069] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:08:44 2026] GET /v2.0/security-groups?tenant_id=5b0b1d689ed34750b7e3b845b771a898&name=default => generated 2925 bytes in 346 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:08:44.943 7 INFO neutron.db.securitygroups_db [None req-43c1886f-8a86-4a05-a608-6b78937b2cdb 385e1d6cec0c416b9e273c70383e8ba5 97cfe0326a6549f291bb2dce2ecf867e - - default default] Project 97cfe0326a6549f291bb2dce2ecf867e 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: 1065/2070] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:08:44 2026] DELETE /v2.0/security-groups/8d1bf75f-81ac-45b0-aec5-9e3fa055aec1 => 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: 1006/2071] 10.0.0.218 () {34 vars in 695 bytes} [Sun Aug 16 14:08:44 2026] POST /v2.0/security-group-rules => generated 607 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:08:45.066 8 INFO neutron.db.securitygroups_db [None req-c2060f56-f996-4b61-b79f-6b7d0538070f 385e1d6cec0c416b9e273c70383e8ba5 97cfe0326a6549f291bb2dce2ecf867e - - default default] Project 97cfe0326a6549f291bb2dce2ecf867e 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: 1066/2072] 10.0.0.218 () {34 vars in 695 bytes} [Sun Aug 16 14:08:45 2026] POST /v2.0/security-group-rules => generated 606 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2073] 10.0.0.218 () {32 vars in 649 bytes} [Sun Aug 16 14:08:45 2026] GET /v2.0/networks => generated 1298 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2074] 10.0.0.236 () {34 vars in 1100 bytes} [Sun Aug 16 14:08:45 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-2087861437&fields=id&tenant_id=97cfe0326a6549f291bb2dce2ecf867e => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2075] 10.0.0.236 () {34 vars in 982 bytes} [Sun Aug 16 14:08:45 2026] GET /v2.0/networks?id=54c0704b-c3db-44a3-9109-bd4a560f9ac4 => generated 661 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2076] 10.0.0.236 () {34 vars in 965 bytes} [Sun Aug 16 14:08:45 2026] GET /v2.0/quotas/97cfe0326a6549f291bb2dce2ecf867e => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2077] 10.0.0.236 () {34 vars in 1002 bytes} [Sun Aug 16 14:08:45 2026] GET /v2.0/ports?tenant_id=97cfe0326a6549f291bb2dce2ecf867e&fields=id => generated 103 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2078] 10.0.0.236 () {34 vars in 1008 bytes} [Sun Aug 16 14:08:45 2026] GET /v2.0/networks/54c0704b-c3db-44a3-9109-bd4a560f9ac4?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: 1010/2079] 10.0.0.236 () {34 vars in 1108 bytes} [Sun Aug 16 14:08:45 2026] GET /v2.0/networks/54c0704b-c3db-44a3-9109-bd4a560f9ac4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2080] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:08:46 2026] GET /v2.0/ports?device_id=bf9240ba-2bbd-49b0-9344-894461e655f7 => 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: 1011/2081] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:08:47 2026] GET /v2.0/ports?device_id=bf9240ba-2bbd-49b0-9344-894461e655f7 => 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: 1071/2082] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:08:48 2026] GET /v2.0/ports?device_id=bf9240ba-2bbd-49b0-9344-894461e655f7 => 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: 1072/2083] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:08:49 2026] GET /v2.0/ports?device_id=bf9240ba-2bbd-49b0-9344-894461e655f7 => 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: 1012/2086] 10.0.0.218 () {34 vars in 676 bytes} [Sun Aug 16 14:08:49 2026] POST /v2.0/floatingips => generated 552 bytes in 638 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2087] 10.0.0.218 () {34 vars in 676 bytes} [Sun Aug 16 14:08:49 2026] POST /v2.0/floatingips => generated 552 bytes in 454 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2088] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:08:50 2026] GET /v2.0/ports?device_id=bf9240ba-2bbd-49b0-9344-894461e655f7 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2089] 199.204.45.205 () {34 vars in 986 bytes} [Sun Aug 16 14:08:50 2026] GET /v2.0/networks?id=54c0704b-c3db-44a3-9109-bd4a560f9ac4 => generated 661 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2090] 10.0.0.218 () {34 vars in 676 bytes} [Sun Aug 16 14:08:50 2026] POST /v2.0/floatingips => generated 552 bytes in 531 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2091] 199.204.45.205 () {34 vars in 1050 bytes} [Sun Aug 16 14:08:50 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=97cfe0326a6549f291bb2dce2ecf867e => generated 181 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2092] 199.204.45.205 () {38 vars in 955 bytes} [Sun Aug 16 14:08:50 2026] POST /v2.0/ports => generated 954 bytes in 339 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: 1014/2093] 10.0.0.218 () {34 vars in 676 bytes} [Sun Aug 16 14:08:50 2026] POST /v2.0/floatingips => generated 552 bytes in 442 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2094] 199.204.45.205 () {38 vars in 1028 bytes} [Sun Aug 16 14:08:51 2026] PUT /v2.0/ports/e5288510-3c47-4f40-99dd-c9c085a7b443 => generated 1235 bytes in 350 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:08:51.486 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c207537f-33fd-4e63-8ae7-1ea6f60cf03e'] response: {'name': 'network-changed', 'server_uuid': 'bf9240ba-2bbd-49b0-9344-894461e655f7', 'tag': 'e5288510-3c47-4f40-99dd-c9c085a7b443', '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: 1081/2095] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:08:51 2026] GET /v2.0/ports?device_id=bf9240ba-2bbd-49b0-9344-894461e655f7 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2096] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:08:51 2026] GET /v2.0/security-groups?id=e6d689ce-91ad-4134-90c5-b93190b729c0&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: 1015/2097] 10.0.0.218 () {34 vars in 676 bytes} [Sun Aug 16 14:08:51 2026] POST /v2.0/floatingips => generated 552 bytes in 499 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2098] 10.0.0.218 () {34 vars in 759 bytes} [Sun Aug 16 14:08:51 2026] PUT /v2.0/floatingips/7d88cf62-3b3e-459d-8f1b-c137e629c24a/tags => generated 17 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2099] 10.0.0.218 () {34 vars in 759 bytes} [Sun Aug 16 14:08:51 2026] PUT /v2.0/floatingips/2a3c38ae-e687-47ad-8cb9-26109c3e914d/tags => generated 25 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2100] 10.0.0.218 () {34 vars in 759 bytes} [Sun Aug 16 14:08:51 2026] PUT /v2.0/floatingips/584088fb-58a5-4048-a185-595762fdd1ce/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: 1017/2101] 10.0.0.218 () {34 vars in 759 bytes} [Sun Aug 16 14:08:51 2026] PUT /v2.0/floatingips/f1d41af6-496e-4519-804c-967ae189a45e/tags => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2102] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:08:51 2026] GET /v2.0/ports?tenant_id=97cfe0326a6549f291bb2dce2ecf867e&device_id=bf9240ba-2bbd-49b0-9344-894461e655f7 => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2103] 10.0.0.218 () {32 vars in 672 bytes} [Sun Aug 16 14:08:51 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2104] 199.204.45.205 () {34 vars in 1018 bytes} [Sun Aug 16 14:08:52 2026] GET /v2.0/networks?tenant_id=97cfe0326a6549f291bb2dce2ecf867e&shared=False => generated 756 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2105] 10.0.0.218 () {32 vars in 686 bytes} [Sun Aug 16 14:08:52 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2106] 199.204.45.205 () {34 vars in 930 bytes} [Sun Aug 16 14:08:52 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: 1087/2107] 10.0.0.218 () {32 vars in 682 bytes} [Sun Aug 16 14:08:52 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2108] 10.0.0.218 () {32 vars in 694 bytes} [Sun Aug 16 14:08:52 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2109] 10.0.0.218 () {32 vars in 680 bytes} [Sun Aug 16 14:08:52 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2110] 10.0.0.218 () {32 vars in 694 bytes} [Sun Aug 16 14:08:52 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2111] 10.0.0.218 () {32 vars in 690 bytes} [Sun Aug 16 14:08:52 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2112] 10.0.0.218 () {32 vars in 702 bytes} [Sun Aug 16 14:08:52 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:08:52.545 8 INFO neutron_taas.services.taas.taas_plugin [None req-63ed8530-fe70-4cf9-ac74-e913c45018cd fe4b8116bc524fffb61cf0e7593f2cb7 78c9c3c9859745db9fe1396bde048e27 - - default default] TaaS: Handle Delete Port: 76f6676f-957a-4d17-b945-954e189ee919 2026-08-16 14:08:52.548 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63ed8530-fe70-4cf9-ac74-e913c45018cd fe4b8116bc524fffb61cf0e7593f2cb7 78c9c3c9859745db9fe1396bde048e27 - - default default] Tap Mirror: Handle Delete Port: 76f6676f-957a-4d17-b945-954e189ee919 [pid: 8|app: 0|req: 1090/2113] 10.0.0.218 () {32 vars in 732 bytes} [Sun Aug 16 14:08:52 2026] DELETE /v2.0/floatingips/7d88cf62-3b3e-459d-8f1b-c137e629c24a => generated 0 bytes in 278 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2114] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:08:52 2026] GET /v2.0/ports?device_id=bf9240ba-2bbd-49b0-9344-894461e655f7 => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2115] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:08:52 2026] GET /v2.0/security-groups?id=e6d689ce-91ad-4134-90c5-b93190b729c0&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-08-16 14:08:52.837 8 INFO neutron_taas.services.taas.taas_plugin [None req-4d38fcba-6c37-4b63-85d8-bc22f39eb715 fe4b8116bc524fffb61cf0e7593f2cb7 78c9c3c9859745db9fe1396bde048e27 - - default default] TaaS: Handle Delete Port: 67d1df66-25d0-4576-812f-791a3b55eb48 2026-08-16 14:08:52.839 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d38fcba-6c37-4b63-85d8-bc22f39eb715 fe4b8116bc524fffb61cf0e7593f2cb7 78c9c3c9859745db9fe1396bde048e27 - - default default] Tap Mirror: Handle Delete Port: 67d1df66-25d0-4576-812f-791a3b55eb48 [pid: 8|app: 0|req: 1091/2116] 10.0.0.218 () {32 vars in 732 bytes} [Sun Aug 16 14:08:52 2026] DELETE /v2.0/floatingips/2a3c38ae-e687-47ad-8cb9-26109c3e914d => generated 0 bytes in 252 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:08:53.080 7 INFO neutron_taas.services.taas.taas_plugin [None req-bb490172-8f8d-4bac-bcc9-e2091c786287 fe4b8116bc524fffb61cf0e7593f2cb7 78c9c3c9859745db9fe1396bde048e27 - - default default] TaaS: Handle Delete Port: 5bc204da-1597-4feb-84d6-2f031aa317e1 2026-08-16 14:08:53.083 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb490172-8f8d-4bac-bcc9-e2091c786287 fe4b8116bc524fffb61cf0e7593f2cb7 78c9c3c9859745db9fe1396bde048e27 - - default default] Tap Mirror: Handle Delete Port: 5bc204da-1597-4feb-84d6-2f031aa317e1 [pid: 8|app: 0|req: 1092/2117] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:08:53 2026] GET /v2.0/ports?tenant_id=97cfe0326a6549f291bb2dce2ecf867e&device_id=bf9240ba-2bbd-49b0-9344-894461e655f7 => generated 1238 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2118] 199.204.45.205 () {34 vars in 1058 bytes} [Sun Aug 16 14:08:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=e5288510-3c47-4f40-99dd-c9c085a7b443 => 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: 1026/2119] 10.0.0.218 () {32 vars in 732 bytes} [Sun Aug 16 14:08:52 2026] DELETE /v2.0/floatingips/584088fb-58a5-4048-a185-595762fdd1ce => generated 0 bytes in 223 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2120] 199.204.45.205 () {34 vars in 984 bytes} [Sun Aug 16 14:08:53 2026] GET /v2.0/subnets?id=843d315b-0fca-4c74-a4e2-95478f684da1 => generated 678 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2121] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:08:53 2026] GET /v2.0/ports?network_id=54c0704b-c3db-44a3-9109-bd4a560f9ac4&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:08:53.302 7 INFO neutron_taas.services.taas.taas_plugin [None req-4d146ab5-fddb-40ac-b72d-cd66de182786 fe4b8116bc524fffb61cf0e7593f2cb7 78c9c3c9859745db9fe1396bde048e27 - - default default] TaaS: Handle Delete Port: be68e33a-67a1-49b6-9ed0-13acb55a3001 2026-08-16 14:08:53.304 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d146ab5-fddb-40ac-b72d-cd66de182786 fe4b8116bc524fffb61cf0e7593f2cb7 78c9c3c9859745db9fe1396bde048e27 - - default default] Tap Mirror: Handle Delete Port: be68e33a-67a1-49b6-9ed0-13acb55a3001 [pid: 8|app: 0|req: 1096/2122] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:08:53 2026] GET /v2.0/networks/54c0704b-c3db-44a3-9109-bd4a560f9ac4?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2123] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:08:53 2026] GET /v2.0/networks/54c0704b-c3db-44a3-9109-bd4a560f9ac4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2124] 10.0.0.218 () {32 vars in 732 bytes} [Sun Aug 16 14:08:53 2026] DELETE /v2.0/floatingips/f1d41af6-496e-4519-804c-967ae189a45e => generated 0 bytes in 221 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:08:53.580 8 INFO neutron_taas.services.taas.taas_plugin [None req-63b3a623-9763-4d09-9059-b26051f80444 fe4b8116bc524fffb61cf0e7593f2cb7 78c9c3c9859745db9fe1396bde048e27 - - default default] TaaS: Handle Delete Port: 12b1e263-1a6e-4328-b39e-4fdf59d5d414 2026-08-16 14:08:53.583 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63b3a623-9763-4d09-9059-b26051f80444 fe4b8116bc524fffb61cf0e7593f2cb7 78c9c3c9859745db9fe1396bde048e27 - - default default] Tap Mirror: Handle Delete Port: 12b1e263-1a6e-4328-b39e-4fdf59d5d414 [pid: 8|app: 0|req: 1098/2125] 10.0.0.218 () {32 vars in 732 bytes} [Sun Aug 16 14:08:53 2026] DELETE /v2.0/floatingips/f5eadbb4-3814-4635-af95-f8f0171a71f4 => 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: 1028/2126] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:08:53 2026] GET /v2.0/ports?device_id=bf9240ba-2bbd-49b0-9344-894461e655f7 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2127] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:08:53 2026] GET /v2.0/security-groups?id=e6d689ce-91ad-4134-90c5-b93190b729c0&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: 1029/2128] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:08:54 2026] GET /v2.0/security-groups?tenant_id=32cb798c8fa346e7aa0693435e001ba4&name=default => generated 2925 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2129] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:08:54 2026] DELETE /v2.0/security-groups/9cdcf647-2cc6-4772-8069-f1bda208edf9 => 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: 1030/2130] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:08:54 2026] GET /v2.0/security-groups?tenant_id=78c9c3c9859745db9fe1396bde048e27&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2131] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:08:55 2026] GET /v2.0/ports?device_id=bf9240ba-2bbd-49b0-9344-894461e655f7 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2132] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:08:55 2026] GET /v2.0/security-groups?id=e6d689ce-91ad-4134-90c5-b93190b729c0&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: 1031/2133] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:08:55 2026] DELETE /v2.0/security-groups/869d2629-d92b-4ef2-a7b5-2e8812ebb0e2 => 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: 1103/2134] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:08:55 2026] GET /v2.0/security-groups?tenant_id=0498c2fbf74240f7b092bd720fef9343&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2135] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:08:55 2026] DELETE /v2.0/security-groups/012c8f10-7b7c-4d1b-955a-d4dbc2ff9c3d => 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: 1104/2136] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:08:56 2026] GET /v2.0/ports?device_id=bf9240ba-2bbd-49b0-9344-894461e655f7 => generated 969 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2137] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:08:56 2026] GET /v2.0/security-groups?id=e6d689ce-91ad-4134-90c5-b93190b729c0&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2138] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:08:57 2026] GET /v2.0/ports?device_id=bf9240ba-2bbd-49b0-9344-894461e655f7 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2139] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:08:57 2026] GET /v2.0/security-groups?id=e6d689ce-91ad-4134-90c5-b93190b729c0&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: 1106/2140] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:08:58 2026] GET /v2.0/ports?device_id=bf9240ba-2bbd-49b0-9344-894461e655f7 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2141] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:08:58 2026] GET /v2.0/security-groups?id=e6d689ce-91ad-4134-90c5-b93190b729c0&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: 1108/2142] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:08:58 2026] GET /v2.0/ports?device_id=bf9240ba-2bbd-49b0-9344-894461e655f7 => 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: 1109/2143] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:08:58 2026] GET /v2.0/security-groups?id=e6d689ce-91ad-4134-90c5-b93190b729c0&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: 1110/2144] 10.0.0.218 () {32 vars in 736 bytes} [Sun Aug 16 14:08:58 2026] GET /v2.0/ports?device_id=bf9240ba-2bbd-49b0-9344-894461e655f7 => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2145] 10.0.0.218 () {34 vars in 676 bytes} [Sun Aug 16 14:08:58 2026] POST /v2.0/floatingips => generated 552 bytes in 712 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2146] 10.0.0.218 () {34 vars in 759 bytes} [Sun Aug 16 14:08:59 2026] PUT /v2.0/floatingips/fed45fef-2117-4610-a750-8112a8510ef2/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2147] 10.0.0.218 () {32 vars in 739 bytes} [Sun Aug 16 14:08:59 2026] GET /v2.0/floatingips/fed45fef-2117-4610-a750-8112a8510ef2/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: 1038/2148] 10.0.0.218 () {34 vars in 770 bytes} [Sun Aug 16 14:08:59 2026] PUT /v2.0/floatingips/fed45fef-2117-4610-a750-8112a8510ef2/tags/green => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2149] 10.0.0.218 () {32 vars in 739 bytes} [Sun Aug 16 14:08:59 2026] GET /v2.0/floatingips/fed45fef-2117-4610-a750-8112a8510ef2/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:08:59.510 8 INFO neutron.db.l3_db [None req-c9bcbab1-604c-4855-ac2c-ebd7581ba53c 385e1d6cec0c416b9e273c70383e8ba5 97cfe0326a6549f291bb2dce2ecf867e - - default default] Floating IP 286ebf53-b474-4c11-8322-36296cd22295 associated. External IP: 10.96.250.207, port: e5288510-3c47-4f40-99dd-c9c085a7b443. [pid: 7|app: 0|req: 1040/2150] 10.0.0.218 () {34 vars in 766 bytes} [Sun Aug 16 14:08:59 2026] PUT /v2.0/floatingips/fed45fef-2117-4610-a750-8112a8510ef2/tags/red => generated 4 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2151] 10.0.0.218 () {32 vars in 739 bytes} [Sun Aug 16 14:08:59 2026] GET /v2.0/floatingips/fed45fef-2117-4610-a750-8112a8510ef2/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2152] 10.0.0.218 () {34 vars in 788 bytes} [Sun Aug 16 14:08:59 2026] PUT /v2.0/floatingips/fed45fef-2117-4610-a750-8112a8510ef2/tags/black.or.white => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2153] 10.0.0.218 () {32 vars in 739 bytes} [Sun Aug 16 14:08:59 2026] GET /v2.0/floatingips/fed45fef-2117-4610-a750-8112a8510ef2/tags => generated 52 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2154] 10.0.0.218 () {34 vars in 759 bytes} [Sun Aug 16 14:08:59 2026] PUT /v2.0/floatingips/fed45fef-2117-4610-a750-8112a8510ef2/tags => generated 37 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2155] 10.0.0.218 () {32 vars in 739 bytes} [Sun Aug 16 14:08:59 2026] GET /v2.0/floatingips/fed45fef-2117-4610-a750-8112a8510ef2/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: 1111/2156] 10.0.0.218 () {34 vars in 677 bytes} [Sun Aug 16 14:08:58 2026] POST /v2.0/floatingips => generated 855 bytes in 1028 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2157] 10.0.0.218 () {32 vars in 747 bytes} [Sun Aug 16 14:08:59 2026] GET /v2.0/floatingips/fed45fef-2117-4610-a750-8112a8510ef2/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2158] 10.0.0.218 () {32 vars in 729 bytes} [Sun Aug 16 14:08:59 2026] GET /v2.0/floatingips/286ebf53-b474-4c11-8322-36296cd22295 => generated 855 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:08:59.883 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3294be80-adad-4602-8727-f9e86c862c9c'] response: {'name': 'network-changed', 'server_uuid': 'bf9240ba-2bbd-49b0-9344-894461e655f7', 'tag': 'e5288510-3c47-4f40-99dd-c9c085a7b443', 'status': 'completed', 'code': 200} 2026-08-16 14:08:59.914 7 INFO neutron.api.v2.resource [None req-f303daa8-95e7-4cdc-aa1e-89a0f86ba5cb 8c893ccbb2014e62b38f834d415aaf95 6c610a06b7c749d9a004f263bbb40884 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1047/2159] 10.0.0.218 () {32 vars in 751 bytes} [Sun Aug 16 14:08:59 2026] GET /v2.0/floatingips/fed45fef-2117-4610-a750-8112a8510ef2/tags/green => generated 99 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2160] 10.0.0.218 () {32 vars in 750 bytes} [Sun Aug 16 14:08:59 2026] DELETE /v2.0/floatingips/fed45fef-2117-4610-a750-8112a8510ef2/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2161] 10.0.0.218 () {32 vars in 739 bytes} [Sun Aug 16 14:08:59 2026] GET /v2.0/floatingips/fed45fef-2117-4610-a750-8112a8510ef2/tags => generated 30 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:09:00.064 8 INFO neutron.api.v2.resource [None req-37191093-dbcb-4eb2-b9bf-e7d95af89dfc 8c893ccbb2014e62b38f834d415aaf95 6c610a06b7c749d9a004f263bbb40884 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1114/2162] 10.0.0.218 () {32 vars in 754 bytes} [Sun Aug 16 14:09:00 2026] DELETE /v2.0/floatingips/fed45fef-2117-4610-a750-8112a8510ef2/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2163] 10.0.0.218 () {32 vars in 742 bytes} [Sun Aug 16 14:09:00 2026] DELETE /v2.0/floatingips/fed45fef-2117-4610-a750-8112a8510ef2/tags => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2164] 10.0.0.218 () {32 vars in 739 bytes} [Sun Aug 16 14:09:00 2026] GET /v2.0/floatingips/fed45fef-2117-4610-a750-8112a8510ef2/tags => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:09:00.273 7 INFO neutron_taas.services.taas.taas_plugin [None req-e057f717-0210-45e9-9b23-ee3dac7759a8 8c893ccbb2014e62b38f834d415aaf95 6c610a06b7c749d9a004f263bbb40884 - - default default] TaaS: Handle Delete Port: 814728b5-e744-460d-8760-590f3a0ec54e 2026-08-16 14:09:00.276 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e057f717-0210-45e9-9b23-ee3dac7759a8 8c893ccbb2014e62b38f834d415aaf95 6c610a06b7c749d9a004f263bbb40884 - - default default] Tap Mirror: Handle Delete Port: 814728b5-e744-460d-8760-590f3a0ec54e [pid: 7|app: 0|req: 1050/2165] 10.0.0.218 () {32 vars in 732 bytes} [Sun Aug 16 14:09:00 2026] DELETE /v2.0/floatingips/fed45fef-2117-4610-a750-8112a8510ef2 => generated 0 bytes in 219 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2166] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:09:00 2026] GET /v2.0/ports?tenant_id=97cfe0326a6549f291bb2dce2ecf867e&device_id=bf9240ba-2bbd-49b0-9344-894461e655f7 => generated 1240 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2167] 199.204.45.205 () {34 vars in 986 bytes} [Sun Aug 16 14:09:00 2026] GET /v2.0/networks?id=54c0704b-c3db-44a3-9109-bd4a560f9ac4 => generated 756 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2168] 199.204.45.205 () {34 vars in 1058 bytes} [Sun Aug 16 14:09:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=e5288510-3c47-4f40-99dd-c9c085a7b443 => generated 858 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2169] 199.204.45.205 () {34 vars in 984 bytes} [Sun Aug 16 14:09:00 2026] GET /v2.0/subnets?id=843d315b-0fca-4c74-a4e2-95478f684da1 => generated 678 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2170] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:09:00 2026] GET /v2.0/ports?network_id=54c0704b-c3db-44a3-9109-bd4a560f9ac4&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: 1053/2171] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:09:00 2026] GET /v2.0/networks/54c0704b-c3db-44a3-9109-bd4a560f9ac4?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: 1119/2172] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:09:00 2026] GET /v2.0/networks/54c0704b-c3db-44a3-9109-bd4a560f9ac4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2173] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:09:01 2026] GET /v2.0/security-groups?tenant_id=6c610a06b7c749d9a004f263bbb40884&name=default => generated 2925 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2174] 10.0.0.218 () {32 vars in 729 bytes} [Sun Aug 16 14:09:00 2026] GET /v2.0/floatingips/286ebf53-b474-4c11-8322-36296cd22295 => generated 855 bytes in 558 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2175] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:09:01 2026] DELETE /v2.0/security-groups/04c55eae-4e59-4a7f-8f2e-d4bd0d282df8 => 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: 1055/2176] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:09:01 2026] GET /v2.0/security-groups?tenant_id=96fdc64bd3cf40699c21e85446e3d0a7&name=default => generated 2925 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2177] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:09:01 2026] DELETE /v2.0/security-groups/20512056-5196-44a2-8bed-a6525654378c => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2178] 10.0.0.218 () {32 vars in 729 bytes} [Sun Aug 16 14:09:02 2026] GET /v2.0/floatingips/286ebf53-b474-4c11-8322-36296cd22295 => generated 857 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2181] 10.0.0.218 () {34 vars in 678 bytes} [Sun Aug 16 14:09:04 2026] POST /v2.0/qos/policies => generated 359 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2182] 10.0.0.218 () {34 vars in 753 bytes} [Sun Aug 16 14:09:05 2026] PUT /v2.0/policies/49b5572b-0ab9-4b9a-8edf-a4ecb6ad6cf6/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: 1125/2183] 10.0.0.218 () {32 vars in 733 bytes} [Sun Aug 16 14:09:05 2026] GET /v2.0/policies/49b5572b-0ab9-4b9a-8edf-a4ecb6ad6cf6/tags => generated 25 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2184] 10.0.0.218 () {34 vars in 764 bytes} [Sun Aug 16 14:09:05 2026] PUT /v2.0/policies/49b5572b-0ab9-4b9a-8edf-a4ecb6ad6cf6/tags/green => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2185] 10.0.0.218 () {32 vars in 733 bytes} [Sun Aug 16 14:09:05 2026] GET /v2.0/policies/49b5572b-0ab9-4b9a-8edf-a4ecb6ad6cf6/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2186] 10.0.0.218 () {34 vars in 760 bytes} [Sun Aug 16 14:09:05 2026] PUT /v2.0/policies/49b5572b-0ab9-4b9a-8edf-a4ecb6ad6cf6/tags/red => generated 4 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2187] 10.0.0.218 () {32 vars in 733 bytes} [Sun Aug 16 14:09:05 2026] GET /v2.0/policies/49b5572b-0ab9-4b9a-8edf-a4ecb6ad6cf6/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2188] 10.0.0.218 () {34 vars in 782 bytes} [Sun Aug 16 14:09:05 2026] PUT /v2.0/policies/49b5572b-0ab9-4b9a-8edf-a4ecb6ad6cf6/tags/black.or.white => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2189] 10.0.0.218 () {32 vars in 733 bytes} [Sun Aug 16 14:09:05 2026] GET /v2.0/policies/49b5572b-0ab9-4b9a-8edf-a4ecb6ad6cf6/tags => generated 52 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2190] 10.0.0.218 () {34 vars in 753 bytes} [Sun Aug 16 14:09:05 2026] PUT /v2.0/policies/49b5572b-0ab9-4b9a-8edf-a4ecb6ad6cf6/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2191] 10.0.0.218 () {32 vars in 733 bytes} [Sun Aug 16 14:09:05 2026] GET /v2.0/policies/49b5572b-0ab9-4b9a-8edf-a4ecb6ad6cf6/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2192] 10.0.0.218 () {32 vars in 741 bytes} [Sun Aug 16 14:09:05 2026] GET /v2.0/policies/49b5572b-0ab9-4b9a-8edf-a4ecb6ad6cf6/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:09:05.552 8 INFO neutron.api.v2.resource [None req-3ed6e840-9196-4e10-b76f-72c1905474d7 68f77a010daa4a29b30f9d5d9fc025ae 6cb68ef8d0c047f8b291ebd7137bf44f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1130/2193] 10.0.0.218 () {32 vars in 745 bytes} [Sun Aug 16 14:09:05 2026] GET /v2.0/policies/49b5572b-0ab9-4b9a-8edf-a4ecb6ad6cf6/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2194] 10.0.0.218 () {32 vars in 744 bytes} [Sun Aug 16 14:09:05 2026] DELETE /v2.0/policies/49b5572b-0ab9-4b9a-8edf-a4ecb6ad6cf6/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2195] 10.0.0.218 () {32 vars in 733 bytes} [Sun Aug 16 14:09:05 2026] GET /v2.0/policies/49b5572b-0ab9-4b9a-8edf-a4ecb6ad6cf6/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:09:05.673 7 INFO neutron.api.v2.resource [None req-5e3351e3-d81d-45d9-8ae1-1c3bd16f149f 68f77a010daa4a29b30f9d5d9fc025ae 6cb68ef8d0c047f8b291ebd7137bf44f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1065/2196] 10.0.0.218 () {32 vars in 748 bytes} [Sun Aug 16 14:09:05 2026] DELETE /v2.0/policies/49b5572b-0ab9-4b9a-8edf-a4ecb6ad6cf6/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2197] 10.0.0.218 () {32 vars in 736 bytes} [Sun Aug 16 14:09:05 2026] DELETE /v2.0/policies/49b5572b-0ab9-4b9a-8edf-a4ecb6ad6cf6/tags => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2198] 10.0.0.218 () {32 vars in 733 bytes} [Sun Aug 16 14:09:05 2026] GET /v2.0/policies/49b5572b-0ab9-4b9a-8edf-a4ecb6ad6cf6/tags => 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: 1133/2199] 10.0.0.218 () {32 vars in 734 bytes} [Sun Aug 16 14:09:05 2026] DELETE /v2.0/qos/policies/49b5572b-0ab9-4b9a-8edf-a4ecb6ad6cf6 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2200] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:09:06 2026] GET /v2.0/security-groups?tenant_id=6cb68ef8d0c047f8b291ebd7137bf44f&name=default => generated 2929 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2201] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:09:06 2026] DELETE /v2.0/security-groups/8e4e3f63-0cf9-4d88-ac61-ede75342b0a5 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2202] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:09:06 2026] GET /v2.0/security-groups?tenant_id=edd01e1ece814e928db5f670d76ef1fc&name=default => generated 2929 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2203] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:09:06 2026] DELETE /v2.0/security-groups/cef3a702-8781-48fe-93bf-6ac7ed36d2e3 => 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: 1069/2204] 10.0.0.221 () {34 vars in 990 bytes} [Sun Aug 16 14:09:07 2026] GET /v2.0/ports?device_id=bf9240ba-2bbd-49b0-9344-894461e655f7 => generated 1240 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2205] 10.0.0.221 () {34 vars in 1040 bytes} [Sun Aug 16 14:09:07 2026] GET /v2.0/security-groups?id=e6d689ce-91ad-4134-90c5-b93190b729c0&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-08-16 14:09:10.325 7 INFO neutron.db.segments_db [None req-141edd93-8744-48a2-9788-fbcd960ecab9 d6ab69a63d494ceabda58e0a356a96b8 2523e4ca7d7544b7b8be481671649389 - - default default] Added segment 851714bb-76c6-4853-ba3b-37f8a5da6b4e of type vxlan for network 3318176e-5cc1-4c87-8702-fd5010c0e6dc [pid: 7|app: 0|req: 1070/2206] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:09:10 2026] POST /v2.0/networks => generated 632 bytes in 390 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2207] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:09:10 2026] POST /v2.0/subnets => generated 626 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2208] 10.0.0.218 () {34 vars in 751 bytes} [Sun Aug 16 14:09:10 2026] PUT /v2.0/subnets/f8e31eb3-1e54-4d3d-8d6b-6bd0979aef99/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2209] 10.0.0.218 () {32 vars in 731 bytes} [Sun Aug 16 14:09:10 2026] GET /v2.0/subnets/f8e31eb3-1e54-4d3d-8d6b-6bd0979aef99/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2210] 10.0.0.218 () {34 vars in 762 bytes} [Sun Aug 16 14:09:10 2026] PUT /v2.0/subnets/f8e31eb3-1e54-4d3d-8d6b-6bd0979aef99/tags/green => generated 4 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2211] 10.0.0.218 () {32 vars in 731 bytes} [Sun Aug 16 14:09:10 2026] GET /v2.0/subnets/f8e31eb3-1e54-4d3d-8d6b-6bd0979aef99/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2212] 10.0.0.218 () {34 vars in 758 bytes} [Sun Aug 16 14:09:10 2026] PUT /v2.0/subnets/f8e31eb3-1e54-4d3d-8d6b-6bd0979aef99/tags/red => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2213] 10.0.0.218 () {32 vars in 731 bytes} [Sun Aug 16 14:09:10 2026] GET /v2.0/subnets/f8e31eb3-1e54-4d3d-8d6b-6bd0979aef99/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2214] 10.0.0.218 () {34 vars in 780 bytes} [Sun Aug 16 14:09:11 2026] PUT /v2.0/subnets/f8e31eb3-1e54-4d3d-8d6b-6bd0979aef99/tags/black.or.white => generated 4 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2215] 10.0.0.218 () {32 vars in 731 bytes} [Sun Aug 16 14:09:11 2026] GET /v2.0/subnets/f8e31eb3-1e54-4d3d-8d6b-6bd0979aef99/tags => generated 52 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2216] 10.0.0.218 () {34 vars in 751 bytes} [Sun Aug 16 14:09:11 2026] PUT /v2.0/subnets/f8e31eb3-1e54-4d3d-8d6b-6bd0979aef99/tags => generated 37 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2217] 10.0.0.218 () {32 vars in 731 bytes} [Sun Aug 16 14:09:11 2026] GET /v2.0/subnets/f8e31eb3-1e54-4d3d-8d6b-6bd0979aef99/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2218] 10.0.0.218 () {32 vars in 739 bytes} [Sun Aug 16 14:09:11 2026] GET /v2.0/subnets/f8e31eb3-1e54-4d3d-8d6b-6bd0979aef99/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:09:11.359 8 INFO neutron.api.v2.resource [None req-1980e63f-b5c6-4c55-89ce-d1fca31766c7 d6ab69a63d494ceabda58e0a356a96b8 2523e4ca7d7544b7b8be481671649389 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1143/2219] 10.0.0.218 () {32 vars in 743 bytes} [Sun Aug 16 14:09:11 2026] GET /v2.0/subnets/f8e31eb3-1e54-4d3d-8d6b-6bd0979aef99/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2220] 10.0.0.218 () {32 vars in 742 bytes} [Sun Aug 16 14:09:11 2026] DELETE /v2.0/subnets/f8e31eb3-1e54-4d3d-8d6b-6bd0979aef99/tags/red => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2221] 10.0.0.218 () {32 vars in 731 bytes} [Sun Aug 16 14:09:11 2026] GET /v2.0/subnets/f8e31eb3-1e54-4d3d-8d6b-6bd0979aef99/tags => generated 30 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:09:11.530 7 INFO neutron.api.v2.resource [None req-cfba96b4-c566-41a2-9602-c98742f6b993 d6ab69a63d494ceabda58e0a356a96b8 2523e4ca7d7544b7b8be481671649389 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1078/2222] 10.0.0.218 () {32 vars in 746 bytes} [Sun Aug 16 14:09:11 2026] DELETE /v2.0/subnets/f8e31eb3-1e54-4d3d-8d6b-6bd0979aef99/tags/green => generated 99 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2223] 10.0.0.218 () {32 vars in 734 bytes} [Sun Aug 16 14:09:11 2026] DELETE /v2.0/subnets/f8e31eb3-1e54-4d3d-8d6b-6bd0979aef99/tags => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2224] 10.0.0.218 () {32 vars in 731 bytes} [Sun Aug 16 14:09:11 2026] GET /v2.0/subnets/f8e31eb3-1e54-4d3d-8d6b-6bd0979aef99/tags => 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: 1146/2225] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:09:11 2026] DELETE /v2.0/subnets/f8e31eb3-1e54-4d3d-8d6b-6bd0979aef99 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:09:11.884 7 INFO neutron_taas.services.taas.taas_plugin [None req-3af3a7db-06be-43ae-9bad-b1ce2a85fd4e d6ab69a63d494ceabda58e0a356a96b8 2523e4ca7d7544b7b8be481671649389 - - default default] TaaS: Handle Delete Port: 5bab4db6-5679-4c29-aa9e-bf4a6a5f09dd 2026-08-16 14:09:11.887 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3af3a7db-06be-43ae-9bad-b1ce2a85fd4e d6ab69a63d494ceabda58e0a356a96b8 2523e4ca7d7544b7b8be481671649389 - - default default] Tap Mirror: Handle Delete Port: 5bab4db6-5679-4c29-aa9e-bf4a6a5f09dd 2026-08-16 14:09:12.042 7 INFO neutron.services.segments.plugin [-] Segment 851714bb-76c6-4853-ba3b-37f8a5da6b4e resource provider aggregate not found 2026-08-16 14:09:12.047 7 INFO neutron.services.segments.plugin [-] Segment 851714bb-76c6-4853-ba3b-37f8a5da6b4e resource provider aggregate not found 2026-08-16 14:09:12.061 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 851714bb-76c6-4853-ba3b-37f8a5da6b4e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 851714bb-76c6-4853-ba3b-37f8a5da6b4e found for delete ", "request_id": "req-30b36898-f703-4f0b-842d-70ca121a0145"}]} 2026-08-16 14:09:12.068 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 851714bb-76c6-4853-ba3b-37f8a5da6b4e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 851714bb-76c6-4853-ba3b-37f8a5da6b4e found for delete ", "request_id": "req-690f384b-eb14-45b7-bfbd-21a3c2cfaa99"}]} [pid: 7|app: 0|req: 1080/2226] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:09:11 2026] DELETE /v2.0/networks/3318176e-5cc1-4c87-8702-fd5010c0e6dc => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2227] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:09:12 2026] GET /v2.0/security-groups?tenant_id=2523e4ca7d7544b7b8be481671649389&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: 1081/2228] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:09:12 2026] DELETE /v2.0/security-groups/f2f1894e-f9d5-474b-98f4-72fdbcfe7a50 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2229] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:09:12 2026] GET /v2.0/security-groups?tenant_id=b6aa08bbe6fd4f3da631897a9153fed2&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: 1082/2230] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:09:13 2026] DELETE /v2.0/security-groups/52371501-f21a-48a6-ac2d-f59fbbb9640e => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:09:16.576 8 INFO neutron.db.segments_db [None req-ee5ea25b-2c09-496f-8723-f3c8db88cfbb 0e2fa9175e8e45a5876abcbb854e3b5a 49313484f206415c9715b4c16584984a - - default default] Added segment c5ab440f-c31e-47a9-acbc-7ca2773a7b63 of type vxlan for network 3aef1f7d-b131-4e41-a6e8-396bb3783ae2 [pid: 8|app: 0|req: 1149/2231] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:09:16 2026] POST /v2.0/networks => generated 631 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:09:16.731 7 INFO neutron.db.segments_db [None req-01462481-6f77-43b6-9bfe-2906125e85e3 0e2fa9175e8e45a5876abcbb854e3b5a 49313484f206415c9715b4c16584984a - - default default] Added segment 06589ead-1511-4950-a01c-5d6402bb44a2 of type vxlan for network cac663ca-1a15-4aee-9189-a73bff8556ac [pid: 7|app: 0|req: 1083/2232] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:09:16 2026] POST /v2.0/networks => generated 630 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2233] 10.0.0.218 () {34 vars in 753 bytes} [Sun Aug 16 14:09:16 2026] PUT /v2.0/networks/3aef1f7d-b131-4e41-a6e8-396bb3783ae2/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: 1084/2234] 10.0.0.218 () {32 vars in 733 bytes} [Sun Aug 16 14:09:16 2026] GET /v2.0/networks/3aef1f7d-b131-4e41-a6e8-396bb3783ae2/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: 1151/2235] 10.0.0.218 () {34 vars in 753 bytes} [Sun Aug 16 14:09:16 2026] PUT /v2.0/networks/cac663ca-1a15-4aee-9189-a73bff8556ac/tags => generated 17 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2236] 10.0.0.218 () {32 vars in 733 bytes} [Sun Aug 16 14:09:16 2026] GET /v2.0/networks/cac663ca-1a15-4aee-9189-a73bff8556ac/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: 1152/2237] 10.0.0.218 () {34 vars in 753 bytes} [Sun Aug 16 14:09:17 2026] PUT /v2.0/networks/cac663ca-1a15-4aee-9189-a73bff8556ac/tags => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2238] 10.0.0.218 () {32 vars in 733 bytes} [Sun Aug 16 14:09:17 2026] GET /v2.0/networks/cac663ca-1a15-4aee-9189-a73bff8556ac/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2239] 10.0.0.218 () {32 vars in 733 bytes} [Sun Aug 16 14:09:17 2026] GET /v2.0/networks/3aef1f7d-b131-4e41-a6e8-396bb3783ae2/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:09:17.289 7 INFO neutron.services.segments.plugin [-] Segment c5ab440f-c31e-47a9-acbc-7ca2773a7b63 resource provider aggregate not found 2026-08-16 14:09:17.293 7 INFO neutron.services.segments.plugin [-] Segment c5ab440f-c31e-47a9-acbc-7ca2773a7b63 resource provider aggregate not found 2026-08-16 14:09:17.309 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment c5ab440f-c31e-47a9-acbc-7ca2773a7b63 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5ab440f-c31e-47a9-acbc-7ca2773a7b63 found for delete ", "request_id": "req-c5191154-82f8-4b9c-9c6f-808cdc9901a6"}]} 2026-08-16 14:09:17.311 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment c5ab440f-c31e-47a9-acbc-7ca2773a7b63 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5ab440f-c31e-47a9-acbc-7ca2773a7b63 found for delete ", "request_id": "req-b9c643fe-a702-4744-9988-f82bc6bc7bd9"}]} [pid: 7|app: 0|req: 1087/2240] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:09:17 2026] DELETE /v2.0/networks/3aef1f7d-b131-4e41-a6e8-396bb3783ae2 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:09:17.431 8 INFO neutron.services.segments.plugin [-] Segment 06589ead-1511-4950-a01c-5d6402bb44a2 resource provider aggregate not found 2026-08-16 14:09:17.434 8 INFO neutron.services.segments.plugin [-] Segment 06589ead-1511-4950-a01c-5d6402bb44a2 resource provider aggregate not found 2026-08-16 14:09:17.449 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 06589ead-1511-4950-a01c-5d6402bb44a2 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06589ead-1511-4950-a01c-5d6402bb44a2 found for delete ", "request_id": "req-ac3ff822-1313-43f0-91cf-5f7811d2e980"}]} 2026-08-16 14:09:17.454 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 06589ead-1511-4950-a01c-5d6402bb44a2 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06589ead-1511-4950-a01c-5d6402bb44a2 found for delete ", "request_id": "req-6f9b0675-6545-4801-af8b-7ca23f40f233"}]} [pid: 8|app: 0|req: 1154/2241] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:09:17 2026] DELETE /v2.0/networks/cac663ca-1a15-4aee-9189-a73bff8556ac => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2242] 10.0.0.218 () {32 vars in 826 bytes} [Sun Aug 16 14:09:18 2026] GET /v2.0/ports?project_id=97cfe0326a6549f291bb2dce2ecf867e&network_id=54c0704b-c3db-44a3-9109-bd4a560f9ac4 => generated 3691 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2243] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:09:18 2026] GET /v2.0/security-groups?tenant_id=baf17aac742c4027850cc927263520db&name=default => generated 2929 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2244] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:09:18 2026] DELETE /v2.0/security-groups/699d0835-42a8-479a-8cee-cd310990d6a8 => 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: 1156/2245] 10.0.0.218 () {32 vars in 742 bytes} [Sun Aug 16 14:09:18 2026] GET /v2.0/subnets?network_id=91843983-1685-40bf-ac5d-b6f0a65e8275 => generated 667 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2246] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:09:18 2026] GET /v2.0/security-groups?tenant_id=49313484f206415c9715b4c16584984a&name=default => generated 2929 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2247] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:09:18 2026] DELETE /v2.0/security-groups/06b0513a-244e-4275-89b9-3fdf1b96191d => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:09:18.778 7 INFO neutron.db.l3_db [None req-606bfaac-babb-4b8a-bc64-1101cab6b810 385e1d6cec0c416b9e273c70383e8ba5 97cfe0326a6549f291bb2dce2ecf867e - - default default] Floating IP 286ebf53-b474-4c11-8322-36296cd22295 disassociated. External IP: 10.96.250.207, port: e5288510-3c47-4f40-99dd-c9c085a7b443. [pid: 7|app: 0|req: 1091/2248] 10.0.0.218 () {34 vars in 749 bytes} [Sun Aug 16 14:09:18 2026] PUT /v2.0/floatingips/286ebf53-b474-4c11-8322-36296cd22295 => generated 554 bytes in 453 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2249] 10.0.0.218 () {32 vars in 729 bytes} [Sun Aug 16 14:09:19 2026] GET /v2.0/floatingips/286ebf53-b474-4c11-8322-36296cd22295 => generated 554 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:09:19.134 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2a5f3018-40ed-4145-ab3b-7837f7354aad'] response: {'name': 'network-changed', 'server_uuid': 'bf9240ba-2bbd-49b0-9344-894461e655f7', 'tag': 'e5288510-3c47-4f40-99dd-c9c085a7b443', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1093/2252] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:09:19 2026] GET /v2.0/ports?tenant_id=97cfe0326a6549f291bb2dce2ecf867e&device_id=bf9240ba-2bbd-49b0-9344-894461e655f7 => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2253] 199.204.45.205 () {34 vars in 986 bytes} [Sun Aug 16 14:09:19 2026] GET /v2.0/networks?id=54c0704b-c3db-44a3-9109-bd4a560f9ac4 => generated 756 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2254] 199.204.45.205 () {34 vars in 1058 bytes} [Sun Aug 16 14:09:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=e5288510-3c47-4f40-99dd-c9c085a7b443 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2255] 199.204.45.205 () {34 vars in 984 bytes} [Sun Aug 16 14:09:19 2026] GET /v2.0/subnets?id=843d315b-0fca-4c74-a4e2-95478f684da1 => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2256] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:09:19 2026] GET /v2.0/ports?network_id=54c0704b-c3db-44a3-9109-bd4a560f9ac4&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: 1162/2257] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:09:19 2026] GET /v2.0/networks/54c0704b-c3db-44a3-9109-bd4a560f9ac4?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: 1096/2258] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:09:19 2026] GET /v2.0/networks/54c0704b-c3db-44a3-9109-bd4a560f9ac4?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: 1163/2259] 10.0.0.218 () {32 vars in 729 bytes} [Sun Aug 16 14:09:20 2026] GET /v2.0/floatingips/286ebf53-b474-4c11-8322-36296cd22295 => generated 554 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2260] 10.0.0.218 () {32 vars in 729 bytes} [Sun Aug 16 14:09:21 2026] GET /v2.0/floatingips/286ebf53-b474-4c11-8322-36296cd22295 => generated 552 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2261] 10.0.0.218 () {34 vars in 685 bytes} [Sun Aug 16 14:09:22 2026] POST /v2.0/security-groups => generated 1675 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2262] 10.0.0.218 () {34 vars in 695 bytes} [Sun Aug 16 14:09:22 2026] POST /v2.0/security-group-rules => generated 597 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2263] 10.0.0.218 () {34 vars in 695 bytes} [Sun Aug 16 14:09:22 2026] POST /v2.0/security-group-rules => generated 596 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2264] 10.0.0.218 () {34 vars in 695 bytes} [Sun Aug 16 14:09:22 2026] POST /v2.0/security-group-rules => generated 602 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2265] 10.0.0.218 () {34 vars in 695 bytes} [Sun Aug 16 14:09:22 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) 2026-08-16 14:09:22.891 7 INFO neutron.db.securitygroups_db [None req-454cb01e-84d9-4f52-98b0-30ff2708949e 385e1d6cec0c416b9e273c70383e8ba5 97cfe0326a6549f291bb2dce2ecf867e - - default default] Project 97cfe0326a6549f291bb2dce2ecf867e 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: 1100/2266] 10.0.0.218 () {34 vars in 695 bytes} [Sun Aug 16 14:09:22 2026] POST /v2.0/security-group-rules => generated 607 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:09:23.013 8 INFO neutron.db.securitygroups_db [None req-0353a185-09ca-40ed-9693-a6bb10b6fb8e 385e1d6cec0c416b9e273c70383e8ba5 97cfe0326a6549f291bb2dce2ecf867e - - default default] Project 97cfe0326a6549f291bb2dce2ecf867e 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: 1167/2267] 10.0.0.218 () {34 vars in 695 bytes} [Sun Aug 16 14:09:22 2026] POST /v2.0/security-group-rules => generated 606 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2268] 10.0.0.218 () {32 vars in 649 bytes} [Sun Aug 16 14:09:23 2026] GET /v2.0/networks => generated 1298 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2269] 10.0.0.236 () {34 vars in 1098 bytes} [Sun Aug 16 14:09:23 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-476498847&fields=id&tenant_id=97cfe0326a6549f291bb2dce2ecf867e => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2270] 10.0.0.236 () {34 vars in 982 bytes} [Sun Aug 16 14:09:23 2026] GET /v2.0/networks?id=54c0704b-c3db-44a3-9109-bd4a560f9ac4 => generated 661 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2271] 10.0.0.236 () {34 vars in 965 bytes} [Sun Aug 16 14:09:23 2026] GET /v2.0/quotas/97cfe0326a6549f291bb2dce2ecf867e => 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: 1103/2272] 10.0.0.236 () {34 vars in 1002 bytes} [Sun Aug 16 14:09:23 2026] GET /v2.0/ports?tenant_id=97cfe0326a6549f291bb2dce2ecf867e&fields=id => generated 149 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2273] 10.0.0.236 () {34 vars in 1008 bytes} [Sun Aug 16 14:09:23 2026] GET /v2.0/networks/54c0704b-c3db-44a3-9109-bd4a560f9ac4?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2274] 10.0.0.236 () {34 vars in 1108 bytes} [Sun Aug 16 14:09:23 2026] GET /v2.0/networks/54c0704b-c3db-44a3-9109-bd4a560f9ac4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2275] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:09:24 2026] GET /v2.0/ports?device_id=6bce6d82-dfa1-47f7-b332-415ff3ef0037 => 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: 1105/2276] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:09:25 2026] GET /v2.0/ports?device_id=6bce6d82-dfa1-47f7-b332-415ff3ef0037 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2277] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:09:26 2026] GET /v2.0/ports?device_id=6bce6d82-dfa1-47f7-b332-415ff3ef0037 => 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: 1173/2278] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:09:27 2026] GET /v2.0/ports?device_id=6bce6d82-dfa1-47f7-b332-415ff3ef0037 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:09:27.501 7 INFO neutron.db.segments_db [None req-e6c6ea1a-b144-49e4-a633-593d0dcdbe6a 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] Added segment 95e23ec3-a979-4cba-afd0-8d19f77a585b of type vxlan for network f63e5025-b94e-4451-b56b-4e70c1abbb48 [pid: 7|app: 0|req: 1106/2279] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:09:27 2026] POST /v2.0/networks => generated 639 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2280] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:09:27 2026] POST /v2.0/subnets => generated 657 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2281] 10.0.0.218 () {32 vars in 722 bytes} [Sun Aug 16 14:09:27 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2282] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:09:27 2026] POST /v2.0/subnets => generated 732 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:09:28.115 7 INFO neutron.db.segments_db [None req-e961e59d-00c0-4790-8695-f425ac9956af 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] Added segment 049b33b0-7c9b-4906-9c0a-0d9428424e39 of type vxlan for network 2272116d-7e44-4c18-95be-f8916440dad6 [pid: 7|app: 0|req: 1108/2283] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:09:28 2026] POST /v2.0/networks => generated 638 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2284] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:09:28 2026] POST /v2.0/subnets => generated 655 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2285] 199.204.45.205 () {34 vars in 986 bytes} [Sun Aug 16 14:09:28 2026] GET /v2.0/networks?id=54c0704b-c3db-44a3-9109-bd4a560f9ac4 => generated 661 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2286] 199.204.45.205 () {34 vars in 1050 bytes} [Sun Aug 16 14:09:28 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=97cfe0326a6549f291bb2dce2ecf867e => generated 273 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2287] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:09:28 2026] GET /v2.0/ports?device_id=6bce6d82-dfa1-47f7-b332-415ff3ef0037 => 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: 1177/2288] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:09:28 2026] POST /v2.0/subnets => generated 725 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:09:28.690 8 INFO neutron.db.segments_db [None req-5d90b22a-ef72-49a0-9903-d7ab89f2bfd7 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] Added segment 7ba3a7c1-7f31-4fe1-bcfd-3c3ea1886061 of type vxlan for network 75bd4bdb-7a5b-4888-b80c-e90c6bb57d63 [pid: 8|app: 0|req: 1178/2289] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:09:28 2026] POST /v2.0/networks => generated 638 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2290] 199.204.45.205 () {38 vars in 955 bytes} [Sun Aug 16 14:09:28 2026] POST /v2.0/ports => generated 958 bytes in 360 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: 1179/2291] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:09:28 2026] POST /v2.0/subnets => generated 656 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2292] 199.204.45.205 () {38 vars in 1028 bytes} [Sun Aug 16 14:09:28 2026] PUT /v2.0/ports/56314c03-ad68-418b-ac17-4c9e68ee28bf => generated 1239 bytes in 411 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2293] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:09:29 2026] POST /v2.0/subnets => generated 729 bytes in 221 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-08-16 14:09:29.303 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2e5201f2-b523-400d-9428-1bd423ab65fd'] response: {'name': 'network-changed', 'server_uuid': '6bce6d82-dfa1-47f7-b332-415ff3ef0037', 'tag': '56314c03-ad68-418b-ac17-4c9e68ee28bf', 'status': 'completed', 'code': 200} 2026-08-16 14:09:29.326 7 INFO neutron.db.segments_db [None req-03acee3c-99a0-4704-814a-3004ddf32866 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] Added segment ab6b8282-c34d-48e0-9e34-8597b507e064 of type vxlan for network 9643fb1b-8394-4bbe-a610-e95afabeb9ba 2026-08-16 14:09:29.560 7 INFO neutron.db.l3_hamode_db [None req-03acee3c-99a0-4704-814a-3004ddf32866 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1181/2294] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:09:29 2026] GET /v2.0/ports?device_id=6bce6d82-dfa1-47f7-b332-415ff3ef0037 => generated 973 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2295] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:09:29 2026] GET /v2.0/security-groups?id=0f708054-40fa-4bb3-87b5-66177f059de0&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: 1183/2296] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:09:29 2026] GET /v2.0/ports?tenant_id=97cfe0326a6549f291bb2dce2ecf867e&device_id=6bce6d82-dfa1-47f7-b332-415ff3ef0037 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2297] 199.204.45.205 () {34 vars in 1018 bytes} [Sun Aug 16 14:09:29 2026] GET /v2.0/networks?tenant_id=97cfe0326a6549f291bb2dce2ecf867e&shared=False => generated 756 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2298] 199.204.45.205 () {34 vars in 930 bytes} [Sun Aug 16 14:09:29 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) 2026-08-16 14:09:30.389 7 INFO neutron.db.l3_hamode_db [None req-03acee3c-99a0-4704-814a-3004ddf32866 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1186/2299] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:09:30 2026] GET /v2.0/ports?device_id=6bce6d82-dfa1-47f7-b332-415ff3ef0037 => generated 973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2300] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:09:30 2026] GET /v2.0/security-groups?id=0f708054-40fa-4bb3-87b5-66177f059de0&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: 1188/2301] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:09:30 2026] GET /v2.0/ports?tenant_id=97cfe0326a6549f291bb2dce2ecf867e&device_id=6bce6d82-dfa1-47f7-b332-415ff3ef0037 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2302] 199.204.45.205 () {34 vars in 1060 bytes} [Sun Aug 16 14:09:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=56314c03-ad68-418b-ac17-4c9e68ee28bf => 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: 1190/2303] 199.204.45.205 () {34 vars in 984 bytes} [Sun Aug 16 14:09:31 2026] GET /v2.0/subnets?id=843d315b-0fca-4c74-a4e2-95478f684da1 => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2304] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:09:31 2026] GET /v2.0/ports?network_id=54c0704b-c3db-44a3-9109-bd4a560f9ac4&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: 1192/2305] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:09:31 2026] GET /v2.0/networks/54c0704b-c3db-44a3-9109-bd4a560f9ac4?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: 1193/2306] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:09:31 2026] GET /v2.0/networks/54c0704b-c3db-44a3-9109-bd4a560f9ac4?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: 1114/2307] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:09:29 2026] POST /v2.0/routers => generated 684 bytes in 1975 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2308] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:09:31 2026] GET /v2.0/ports?device_id=6bce6d82-dfa1-47f7-b332-415ff3ef0037 => generated 973 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2309] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:09:32 2026] GET /v2.0/security-groups?id=0f708054-40fa-4bb3-87b5-66177f059de0&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2310] 10.0.0.218 () {34 vars in 783 bytes} [Sun Aug 16 14:09:31 2026] PUT /v2.0/routers/761fc07e-5859-4e7c-80d8-7a274d97dcd6/add_router_interface => generated 309 bytes in 1270 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2311] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:09:33 2026] GET /v2.0/ports?device_id=6bce6d82-dfa1-47f7-b332-415ff3ef0037 => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2312] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:09:33 2026] GET /v2.0/security-groups?id=0f708054-40fa-4bb3-87b5-66177f059de0&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2313] 10.0.0.218 () {34 vars in 783 bytes} [Sun Aug 16 14:09:32 2026] PUT /v2.0/routers/761fc07e-5859-4e7c-80d8-7a274d97dcd6/add_router_interface => generated 309 bytes in 1157 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2314] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:09:34 2026] GET /v2.0/ports?device_id=6bce6d82-dfa1-47f7-b332-415ff3ef0037 => generated 973 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2315] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:09:34 2026] GET /v2.0/security-groups?id=0f708054-40fa-4bb3-87b5-66177f059de0&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2318] 10.0.0.218 () {34 vars in 783 bytes} [Sun Aug 16 14:09:33 2026] PUT /v2.0/routers/761fc07e-5859-4e7c-80d8-7a274d97dcd6/add_router_interface => generated 309 bytes in 1322 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2319] 10.0.0.218 () {34 vars in 684 bytes} [Sun Aug 16 14:09:35 2026] POST /v2.0/security-groups => generated 1629 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2320] 10.0.0.218 () {34 vars in 695 bytes} [Sun Aug 16 14:09:35 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: 7|app: 0|req: 1123/2321] 10.0.0.218 () {34 vars in 695 bytes} [Sun Aug 16 14:09:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2322] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:09:35 2026] GET /v2.0/ports?device_id=6bce6d82-dfa1-47f7-b332-415ff3ef0037 => 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: 1125/2323] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:09:35 2026] GET /v2.0/security-groups?id=0f708054-40fa-4bb3-87b5-66177f059de0&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: 1199/2324] 10.0.0.218 () {34 vars in 695 bytes} [Sun Aug 16 14:09:35 2026] POST /v2.0/security-group-rules => generated 599 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2325] 10.0.0.218 () {34 vars in 695 bytes} [Sun Aug 16 14:09:35 2026] POST /v2.0/security-group-rules => generated 601 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2326] 10.0.0.218 () {34 vars in 695 bytes} [Sun Aug 16 14:09:35 2026] POST /v2.0/security-group-rules => generated 601 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2327] 10.0.0.218 () {34 vars in 695 bytes} [Sun Aug 16 14:09:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2328] 10.0.0.218 () {34 vars in 695 bytes} [Sun Aug 16 14:09:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2329] 10.0.0.218 () {34 vars in 695 bytes} [Sun Aug 16 14:09:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2330] 10.0.0.218 () {34 vars in 695 bytes} [Sun Aug 16 14:09:36 2026] POST /v2.0/security-group-rules => generated 599 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2331] 10.0.0.218 () {34 vars in 695 bytes} [Sun Aug 16 14:09:36 2026] POST /v2.0/security-group-rules => generated 601 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2332] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:09:36 2026] GET /v2.0/ports?device_id=6bce6d82-dfa1-47f7-b332-415ff3ef0037 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2333] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:09:36 2026] GET /v2.0/security-groups?id=0f708054-40fa-4bb3-87b5-66177f059de0&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: 1203/2334] 10.0.0.218 () {34 vars in 695 bytes} [Sun Aug 16 14:09:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2335] 10.0.0.236 () {34 vars in 1094 bytes} [Sun Aug 16 14:09:36 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-478180940&fields=id&tenant_id=70fba5eb60594d1b94dd72fc87078ded => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2336] 10.0.0.236 () {34 vars in 982 bytes} [Sun Aug 16 14:09:36 2026] GET /v2.0/networks?id=2272116d-7e44-4c18-95be-f8916440dad6 => generated 705 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2337] 10.0.0.236 () {34 vars in 965 bytes} [Sun Aug 16 14:09:37 2026] GET /v2.0/quotas/70fba5eb60594d1b94dd72fc87078ded => 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: 1205/2338] 10.0.0.236 () {34 vars in 1002 bytes} [Sun Aug 16 14:09:37 2026] GET /v2.0/ports?tenant_id=70fba5eb60594d1b94dd72fc87078ded&fields=id => generated 287 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2339] 10.0.0.236 () {34 vars in 1008 bytes} [Sun Aug 16 14:09:37 2026] GET /v2.0/networks/2272116d-7e44-4c18-95be-f8916440dad6?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: 1206/2340] 10.0.0.236 () {34 vars in 1108 bytes} [Sun Aug 16 14:09:37 2026] GET /v2.0/networks/2272116d-7e44-4c18-95be-f8916440dad6?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: 1135/2341] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:09:37 2026] GET /v2.0/ports?device_id=20c2d59c-2d8e-414e-9cd7-fbdbbde8e862 => 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: 1207/2342] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:09:37 2026] GET /v2.0/ports?device_id=6bce6d82-dfa1-47f7-b332-415ff3ef0037 => 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: 1136/2343] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:09:37 2026] GET /v2.0/security-groups?id=0f708054-40fa-4bb3-87b5-66177f059de0&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: 1208/2344] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:09:37 2026] GET /v2.0/ports?device_id=6bce6d82-dfa1-47f7-b332-415ff3ef0037 => generated 975 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2345] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:09:38 2026] GET /v2.0/security-groups?id=0f708054-40fa-4bb3-87b5-66177f059de0&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: 1209/2346] 10.0.0.218 () {32 vars in 736 bytes} [Sun Aug 16 14:09:38 2026] GET /v2.0/ports?device_id=6bce6d82-dfa1-47f7-b332-415ff3ef0037 => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:09:38.460 7 INFO neutron.db.l3_db [None req-625e15b8-ebcf-4180-8810-6350409037e3 385e1d6cec0c416b9e273c70383e8ba5 97cfe0326a6549f291bb2dce2ecf867e - - default default] Floating IP 286ebf53-b474-4c11-8322-36296cd22295 associated. External IP: 10.96.250.207, port: 56314c03-ad68-418b-ac17-4c9e68ee28bf. [pid: 7|app: 0|req: 1138/2347] 10.0.0.218 () {34 vars in 749 bytes} [Sun Aug 16 14:09:38 2026] PUT /v2.0/floatingips/286ebf53-b474-4c11-8322-36296cd22295 => generated 856 bytes in 668 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:09:38.831 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-df36717d-d964-4528-9ec5-4c83ad6c8497'] response: {'name': 'network-changed', 'server_uuid': '6bce6d82-dfa1-47f7-b332-415ff3ef0037', 'tag': '56314c03-ad68-418b-ac17-4c9e68ee28bf', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1210/2348] 10.0.0.218 () {32 vars in 729 bytes} [Sun Aug 16 14:09:38 2026] GET /v2.0/floatingips/286ebf53-b474-4c11-8322-36296cd22295 => generated 856 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2349] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:09:39 2026] GET /v2.0/ports?tenant_id=97cfe0326a6549f291bb2dce2ecf867e&device_id=6bce6d82-dfa1-47f7-b332-415ff3ef0037 => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2350] 199.204.45.205 () {34 vars in 986 bytes} [Sun Aug 16 14:09:39 2026] GET /v2.0/networks?id=54c0704b-c3db-44a3-9109-bd4a560f9ac4 => generated 756 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2351] 199.204.45.205 () {34 vars in 1060 bytes} [Sun Aug 16 14:09:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=56314c03-ad68-418b-ac17-4c9e68ee28bf => generated 859 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2352] 199.204.45.205 () {34 vars in 984 bytes} [Sun Aug 16 14:09:39 2026] GET /v2.0/subnets?id=843d315b-0fca-4c74-a4e2-95478f684da1 => generated 678 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2353] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:09:39 2026] GET /v2.0/ports?network_id=54c0704b-c3db-44a3-9109-bd4a560f9ac4&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2354] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:09:39 2026] GET /v2.0/networks/54c0704b-c3db-44a3-9109-bd4a560f9ac4?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: 1142/2355] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:09:39 2026] GET /v2.0/networks/54c0704b-c3db-44a3-9109-bd4a560f9ac4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2356] 10.0.0.218 () {32 vars in 729 bytes} [Sun Aug 16 14:09:39 2026] GET /v2.0/floatingips/286ebf53-b474-4c11-8322-36296cd22295 => generated 856 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2357] 10.0.0.218 () {32 vars in 729 bytes} [Sun Aug 16 14:09:40 2026] GET /v2.0/floatingips/286ebf53-b474-4c11-8322-36296cd22295 => generated 858 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2358] 199.204.45.205 () {34 vars in 986 bytes} [Sun Aug 16 14:09:41 2026] GET /v2.0/networks?id=2272116d-7e44-4c18-95be-f8916440dad6 => generated 705 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2359] 199.204.45.205 () {34 vars in 1050 bytes} [Sun Aug 16 14:09:41 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=70fba5eb60594d1b94dd72fc87078ded => generated 178 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2360] 199.204.45.205 () {38 vars in 955 bytes} [Sun Aug 16 14:09:41 2026] POST /v2.0/ports => generated 1183 bytes in 450 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: 1217/2361] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:09:42 2026] GET /v2.0/ports?device_id=20c2d59c-2d8e-414e-9cd7-fbdbbde8e862 => generated 1186 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2362] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:09:42 2026] GET /v2.0/security-groups?id=23c4f697-3fc0-4564-85af-94317456d7ed&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: 7|app: 0|req: 1145/2363] 199.204.45.205 () {38 vars in 1028 bytes} [Sun Aug 16 14:09:42 2026] PUT /v2.0/ports/9ab86661-fba0-4c3b-af47-de792c1f9ff7 => generated 1464 bytes in 457 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:09:42.912 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d37d404c-60f1-4e46-8cbd-9f8079db3d49'] response: {'name': 'network-changed', 'server_uuid': '20c2d59c-2d8e-414e-9cd7-fbdbbde8e862', 'tag': '9ab86661-fba0-4c3b-af47-de792c1f9ff7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1219/2364] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:09:43 2026] GET /v2.0/ports?tenant_id=70fba5eb60594d1b94dd72fc87078ded&device_id=20c2d59c-2d8e-414e-9cd7-fbdbbde8e862 => generated 1467 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1146/2365] 199.204.45.205 () {34 vars in 1018 bytes} [Sun Aug 16 14:09:43 2026] GET /v2.0/networks?tenant_id=70fba5eb60594d1b94dd72fc87078ded&shared=False => generated 2375 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2366] 199.204.45.205 () {34 vars in 930 bytes} [Sun Aug 16 14:09:43 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2367] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:09:44 2026] GET /v2.0/ports?tenant_id=70fba5eb60594d1b94dd72fc87078ded&device_id=20c2d59c-2d8e-414e-9cd7-fbdbbde8e862 => generated 1467 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2368] 199.204.45.205 () {34 vars in 1058 bytes} [Sun Aug 16 14:09:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.165&port_id=9ab86661-fba0-4c3b-af47-de792c1f9ff7 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2369] 199.204.45.205 () {34 vars in 1104 bytes} [Sun Aug 16 14:09:44 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2da&port_id=9ab86661-fba0-4c3b-af47-de792c1f9ff7 => 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: 1222/2370] 199.204.45.205 () {34 vars in 1064 bytes} [Sun Aug 16 14:09:44 2026] GET /v2.0/subnets?id=5c70aa18-837d-482b-b29e-f35bf2437c82&id=7e4980fd-9f1d-4158-af62-d7d024379fb1 => generated 1409 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2371] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:09:44 2026] GET /v2.0/ports?network_id=2272116d-7e44-4c18-95be-f8916440dad6&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2372] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:09:44 2026] GET /v2.0/ports?network_id=2272116d-7e44-4c18-95be-f8916440dad6&device_owner=network%3Adhcp => generated 1457 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2373] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:09:44 2026] GET /v2.0/networks/2272116d-7e44-4c18-95be-f8916440dad6?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: 1224/2374] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:09:44 2026] GET /v2.0/networks/2272116d-7e44-4c18-95be-f8916440dad6?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: 1151/2375] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:09:47 2026] GET /v2.0/ports?device_id=20c2d59c-2d8e-414e-9cd7-fbdbbde8e862 => generated 1200 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2376] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:09:47 2026] GET /v2.0/security-groups?id=23c4f697-3fc0-4564-85af-94317456d7ed&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2377] 10.0.0.221 () {34 vars in 990 bytes} [Sun Aug 16 14:09:48 2026] GET /v2.0/ports?device_id=6bce6d82-dfa1-47f7-b332-415ff3ef0037 => 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: 1226/2378] 10.0.0.221 () {34 vars in 1040 bytes} [Sun Aug 16 14:09:48 2026] GET /v2.0/security-groups?id=0f708054-40fa-4bb3-87b5-66177f059de0&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2381] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:09:52 2026] GET /v2.0/ports?device_id=20c2d59c-2d8e-414e-9cd7-fbdbbde8e862 => generated 1200 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2382] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:09:52 2026] GET /v2.0/security-groups?id=23c4f697-3fc0-4564-85af-94317456d7ed&fields=id&fields=name => generated 111 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2383] 10.0.0.218 () {32 vars in 818 bytes} [Sun Aug 16 14:09:53 2026] GET /v2.0/ports?network_id=2272116d-7e44-4c18-95be-f8916440dad6&mac_address=fa%3A16%3A3e%3Ada%3A20%3Ae7 => generated 1200 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:09:53.786 8 INFO neutron.db.l3_db [None req-6efa579f-a8cd-4247-a972-6a809a31102b 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] Floating IP c5adc210-5234-4cac-95e3-8d9b107b70c0 associated. External IP: 10.96.250.214, port: 9ab86661-fba0-4c3b-af47-de792c1f9ff7. [pid: 8|app: 0|req: 1229/2384] 10.0.0.218 () {34 vars in 677 bytes} [Sun Aug 16 14:09:53 2026] POST /v2.0/floatingips => generated 855 bytes in 907 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:09:54.056 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-21cd7524-9a08-4d11-83d7-d40f15e2265c'] response: {'name': 'network-changed', 'server_uuid': '20c2d59c-2d8e-414e-9cd7-fbdbbde8e862', 'tag': '9ab86661-fba0-4c3b-af47-de792c1f9ff7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1156/2385] 10.0.0.236 () {34 vars in 1094 bytes} [Sun Aug 16 14:09:54 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-478180940&fields=id&tenant_id=70fba5eb60594d1b94dd72fc87078ded => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2386] 10.0.0.236 () {34 vars in 982 bytes} [Sun Aug 16 14:09:54 2026] GET /v2.0/networks?id=75bd4bdb-7a5b-4888-b80c-e90c6bb57d63 => generated 705 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2387] 10.0.0.236 () {34 vars in 965 bytes} [Sun Aug 16 14:09:54 2026] GET /v2.0/quotas/70fba5eb60594d1b94dd72fc87078ded => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2388] 10.0.0.236 () {34 vars in 1002 bytes} [Sun Aug 16 14:09:54 2026] GET /v2.0/ports?tenant_id=70fba5eb60594d1b94dd72fc87078ded&fields=id => generated 333 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2389] 10.0.0.236 () {34 vars in 1008 bytes} [Sun Aug 16 14:09:54 2026] GET /v2.0/networks/75bd4bdb-7a5b-4888-b80c-e90c6bb57d63?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: 1232/2390] 10.0.0.236 () {34 vars in 1108 bytes} [Sun Aug 16 14:09:54 2026] GET /v2.0/networks/75bd4bdb-7a5b-4888-b80c-e90c6bb57d63?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: 1233/2391] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:09:54 2026] GET /v2.0/ports?device_id=ae83ff25-dd3d-42dc-bdfd-3d07419ed7c5 => 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: 1159/2392] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:09:54 2026] GET /v2.0/ports?tenant_id=70fba5eb60594d1b94dd72fc87078ded&device_id=20c2d59c-2d8e-414e-9cd7-fbdbbde8e862 => generated 1469 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2393] 199.204.45.205 () {34 vars in 986 bytes} [Sun Aug 16 14:09:54 2026] GET /v2.0/networks?id=2272116d-7e44-4c18-95be-f8916440dad6 => generated 800 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2394] 199.204.45.205 () {34 vars in 1058 bytes} [Sun Aug 16 14:09:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.165&port_id=9ab86661-fba0-4c3b-af47-de792c1f9ff7 => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2395] 199.204.45.205 () {34 vars in 1104 bytes} [Sun Aug 16 14:09:54 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2da&port_id=9ab86661-fba0-4c3b-af47-de792c1f9ff7 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2396] 199.204.45.205 () {34 vars in 1064 bytes} [Sun Aug 16 14:09:54 2026] GET /v2.0/subnets?id=5c70aa18-837d-482b-b29e-f35bf2437c82&id=7e4980fd-9f1d-4158-af62-d7d024379fb1 => generated 1409 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2397] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:09:54 2026] GET /v2.0/ports?network_id=2272116d-7e44-4c18-95be-f8916440dad6&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2398] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:09:54 2026] GET /v2.0/ports?network_id=2272116d-7e44-4c18-95be-f8916440dad6&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: 1237/2399] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:09:54 2026] GET /v2.0/networks/2272116d-7e44-4c18-95be-f8916440dad6?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2400] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:09:54 2026] GET /v2.0/networks/2272116d-7e44-4c18-95be-f8916440dad6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2401] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:09:57 2026] GET /v2.0/ports?device_id=6bce6d82-dfa1-47f7-b332-415ff3ef0037 => generated 975 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2402] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:09:57 2026] GET /v2.0/security-groups?id=0f708054-40fa-4bb3-87b5-66177f059de0&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2403] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:09:58 2026] GET /v2.0/ports?device_id=6bce6d82-dfa1-47f7-b332-415ff3ef0037 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2404] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:09:58 2026] GET /v2.0/security-groups?id=0f708054-40fa-4bb3-87b5-66177f059de0&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2405] 10.0.0.221 () {34 vars in 990 bytes} [Sun Aug 16 14:09:58 2026] GET /v2.0/ports?device_id=20c2d59c-2d8e-414e-9cd7-fbdbbde8e862 => generated 1469 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2406] 10.0.0.221 () {34 vars in 1040 bytes} [Sun Aug 16 14:09:58 2026] GET /v2.0/security-groups?id=23c4f697-3fc0-4564-85af-94317456d7ed&fields=id&fields=name => generated 111 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2407] 199.204.45.205 () {34 vars in 986 bytes} [Sun Aug 16 14:09:58 2026] GET /v2.0/networks?id=75bd4bdb-7a5b-4888-b80c-e90c6bb57d63 => generated 705 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2408] 199.204.45.205 () {34 vars in 1050 bytes} [Sun Aug 16 14:09:58 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=70fba5eb60594d1b94dd72fc87078ded => generated 178 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2409] 199.204.45.205 () {38 vars in 955 bytes} [Sun Aug 16 14:09:58 2026] POST /v2.0/ports => generated 1183 bytes in 421 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: 1243/2410] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:09:59 2026] GET /v2.0/ports?device_id=6bce6d82-dfa1-47f7-b332-415ff3ef0037 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2411] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:09:59 2026] GET /v2.0/ports?device_id=ae83ff25-dd3d-42dc-bdfd-3d07419ed7c5 => generated 1198 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2412] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:09:59 2026] GET /v2.0/security-groups?id=0f708054-40fa-4bb3-87b5-66177f059de0&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2413] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:09:59 2026] GET /v2.0/security-groups?id=23c4f697-3fc0-4564-85af-94317456d7ed&fields=id&fields=name => generated 111 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2414] 199.204.45.205 () {34 vars in 994 bytes} [Sun Aug 16 14:09:59 2026] GET /v2.0/ports?device_id=6bce6d82-dfa1-47f7-b332-415ff3ef0037 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2415] 199.204.45.205 () {38 vars in 1028 bytes} [Sun Aug 16 14:09:59 2026] PUT /v2.0/ports/1c18c452-457d-4794-8fa8-81424ab66cc6 => generated 1464 bytes in 465 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:09:59.921 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a5c16e78-74be-41d2-9d9e-c9313f425bf8'] response: {'name': 'network-changed', 'server_uuid': 'ae83ff25-dd3d-42dc-bdfd-3d07419ed7c5', 'tag': '1c18c452-457d-4794-8fa8-81424ab66cc6', 'status': 'completed', 'code': 200} 2026-08-16 14:09:59.923 8 INFO neutron_taas.services.taas.taas_plugin [req-235392bd-de16-4aeb-be1d-3dd7b4cc3af6 req-2dd09ed7-6849-4e6f-9c18-8ebb78d960d2 385e1d6cec0c416b9e273c70383e8ba5 97cfe0326a6549f291bb2dce2ecf867e - - default default] TaaS: Handle Delete Port: 56314c03-ad68-418b-ac17-4c9e68ee28bf 2026-08-16 14:09:59.930 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-235392bd-de16-4aeb-be1d-3dd7b4cc3af6 req-2dd09ed7-6849-4e6f-9c18-8ebb78d960d2 385e1d6cec0c416b9e273c70383e8ba5 97cfe0326a6549f291bb2dce2ecf867e - - default default] Tap Mirror: Handle Delete Port: 56314c03-ad68-418b-ac17-4c9e68ee28bf 2026-08-16 14:10:00.045 8 INFO neutron.db.l3_db [req-235392bd-de16-4aeb-be1d-3dd7b4cc3af6 req-2dd09ed7-6849-4e6f-9c18-8ebb78d960d2 385e1d6cec0c416b9e273c70383e8ba5 97cfe0326a6549f291bb2dce2ecf867e - - default default] Floating IP 286ebf53-b474-4c11-8322-36296cd22295 disassociated. External IP: 10.96.250.207, port: 56314c03-ad68-418b-ac17-4c9e68ee28bf. [pid: 8|app: 0|req: 1248/2416] 199.204.45.205 () {36 vars in 997 bytes} [Sun Aug 16 14:09:59 2026] DELETE /v2.0/ports/56314c03-ad68-418b-ac17-4c9e68ee28bf => generated 0 bytes in 511 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:10:00.359 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-659a1699-a4da-454c-b513-50829c347264'] response: {'server_uuid': '6bce6d82-dfa1-47f7-b332-415ff3ef0037', 'name': 'network-vif-deleted', 'tag': '56314c03-ad68-418b-ac17-4c9e68ee28bf', '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: 1169/2417] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:10:00 2026] GET /v2.0/ports?tenant_id=70fba5eb60594d1b94dd72fc87078ded&device_id=ae83ff25-dd3d-42dc-bdfd-3d07419ed7c5 => generated 1467 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2418] 199.204.45.205 () {34 vars in 1018 bytes} [Sun Aug 16 14:10:00 2026] GET /v2.0/networks?tenant_id=70fba5eb60594d1b94dd72fc87078ded&shared=False => generated 2375 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2419] 199.204.45.205 () {34 vars in 930 bytes} [Sun Aug 16 14:10:00 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: 1250/2420] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:10:00 2026] GET /v2.0/ports?device_id=6bce6d82-dfa1-47f7-b332-415ff3ef0037 => 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: 1171/2421] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:10:01 2026] GET /v2.0/ports?tenant_id=70fba5eb60594d1b94dd72fc87078ded&device_id=ae83ff25-dd3d-42dc-bdfd-3d07419ed7c5 => generated 1467 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2422] 199.204.45.205 () {34 vars in 1058 bytes} [Sun Aug 16 14:10:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.120&port_id=1c18c452-457d-4794-8fa8-81424ab66cc6 => 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: 1172/2423] 199.204.45.205 () {34 vars in 1104 bytes} [Sun Aug 16 14:10:01 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A8b&port_id=1c18c452-457d-4794-8fa8-81424ab66cc6 => 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: 1252/2424] 199.204.45.205 () {34 vars in 1064 bytes} [Sun Aug 16 14:10:01 2026] GET /v2.0/subnets?id=46b51513-40fa-478b-81c5-b063c1632e34&id=51ce0c42-b1bc-4424-a031-4953a1cf50c9 => generated 1414 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2425] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:10:01 2026] GET /v2.0/ports?network_id=75bd4bdb-7a5b-4888-b80c-e90c6bb57d63&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: 1253/2426] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:10:01 2026] GET /v2.0/ports?network_id=75bd4bdb-7a5b-4888-b80c-e90c6bb57d63&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2427] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:10:01 2026] GET /v2.0/networks/75bd4bdb-7a5b-4888-b80c-e90c6bb57d63?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: 1175/2428] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:10:01 2026] GET /v2.0/ports?device_id=6bce6d82-dfa1-47f7-b332-415ff3ef0037 => 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: 1254/2429] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:10:01 2026] GET /v2.0/networks/75bd4bdb-7a5b-4888-b80c-e90c6bb57d63?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2430] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:10:02 2026] GET /v2.0/ports?device_id=6bce6d82-dfa1-47f7-b332-415ff3ef0037 => 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: 1255/2431] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:10:04 2026] DELETE /v2.0/security-groups/0f708054-40fa-4bb3-87b5-66177f059de0 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:10:04.345 7 INFO neutron_taas.services.taas.taas_plugin [None req-70be3173-9450-47e4-8960-602e23834e43 385e1d6cec0c416b9e273c70383e8ba5 97cfe0326a6549f291bb2dce2ecf867e - - default default] TaaS: Handle Delete Port: 36467535-1422-4ddd-a212-1e902337876f 2026-08-16 14:10:04.348 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-70be3173-9450-47e4-8960-602e23834e43 385e1d6cec0c416b9e273c70383e8ba5 97cfe0326a6549f291bb2dce2ecf867e - - default default] Tap Mirror: Handle Delete Port: 36467535-1422-4ddd-a212-1e902337876f [pid: 7|app: 0|req: 1177/2432] 10.0.0.218 () {32 vars in 732 bytes} [Sun Aug 16 14:10:04 2026] DELETE /v2.0/floatingips/286ebf53-b474-4c11-8322-36296cd22295 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2435] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:10:04 2026] GET /v2.0/ports?device_id=bf9240ba-2bbd-49b0-9344-894461e655f7 => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2436] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:10:04 2026] GET /v2.0/security-groups?id=e6d689ce-91ad-4134-90c5-b93190b729c0&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: 1258/2437] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:10:04 2026] GET /v2.0/ports?device_id=ae83ff25-dd3d-42dc-bdfd-3d07419ed7c5 => generated 1200 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2438] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:10:04 2026] GET /v2.0/security-groups?id=23c4f697-3fc0-4564-85af-94317456d7ed&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: 1259/2439] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:10:05 2026] GET /v2.0/ports?device_id=bf9240ba-2bbd-49b0-9344-894461e655f7 => 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: 1181/2440] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:10:05 2026] GET /v2.0/security-groups?id=e6d689ce-91ad-4134-90c5-b93190b729c0&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: 1260/2441] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:10:06 2026] GET /v2.0/ports?device_id=bf9240ba-2bbd-49b0-9344-894461e655f7 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2442] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:10:07 2026] GET /v2.0/security-groups?id=e6d689ce-91ad-4134-90c5-b93190b729c0&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: 1261/2443] 199.204.45.205 () {34 vars in 994 bytes} [Sun Aug 16 14:10:07 2026] GET /v2.0/ports?device_id=bf9240ba-2bbd-49b0-9344-894461e655f7 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:10:07.231 7 INFO neutron_taas.services.taas.taas_plugin [req-cc842a50-65d1-48a9-9da6-cb67b3382f02 req-f4ba6086-e4aa-468c-8f45-85e1797d8c8d 385e1d6cec0c416b9e273c70383e8ba5 97cfe0326a6549f291bb2dce2ecf867e - - default default] TaaS: Handle Delete Port: e5288510-3c47-4f40-99dd-c9c085a7b443 2026-08-16 14:10:07.234 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-cc842a50-65d1-48a9-9da6-cb67b3382f02 req-f4ba6086-e4aa-468c-8f45-85e1797d8c8d 385e1d6cec0c416b9e273c70383e8ba5 97cfe0326a6549f291bb2dce2ecf867e - - default default] Tap Mirror: Handle Delete Port: e5288510-3c47-4f40-99dd-c9c085a7b443 [pid: 7|app: 0|req: 1183/2444] 199.204.45.205 () {36 vars in 997 bytes} [Sun Aug 16 14:10:07 2026] DELETE /v2.0/ports/e5288510-3c47-4f40-99dd-c9c085a7b443 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:10:07.416 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c90f33c5-1177-4001-aa8d-2ea557021af6'] response: {'server_uuid': 'bf9240ba-2bbd-49b0-9344-894461e655f7', 'name': 'network-vif-deleted', 'tag': 'e5288510-3c47-4f40-99dd-c9c085a7b443', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1262/2445] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:10:08 2026] GET /v2.0/ports?device_id=bf9240ba-2bbd-49b0-9344-894461e655f7 => 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: 1184/2446] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:10:09 2026] GET /v2.0/ports?device_id=bf9240ba-2bbd-49b0-9344-894461e655f7 => 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: 1263/2447] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:10:10 2026] GET /v2.0/ports?device_id=ae83ff25-dd3d-42dc-bdfd-3d07419ed7c5 => generated 1200 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2448] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:10:10 2026] GET /v2.0/security-groups?id=23c4f697-3fc0-4564-85af-94317456d7ed&fields=id&fields=name => generated 111 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2449] 10.0.0.218 () {32 vars in 818 bytes} [Sun Aug 16 14:10:10 2026] GET /v2.0/ports?network_id=75bd4bdb-7a5b-4888-b80c-e90c6bb57d63&mac_address=fa%3A16%3A3e%3Aa4%3A53%3A3c => generated 1200 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2450] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:10:10 2026] GET /v2.0/ports?device_id=bf9240ba-2bbd-49b0-9344-894461e655f7 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:10:10.917 7 INFO neutron.db.l3_db [None req-4748a372-c386-4b13-aa44-63fc033af59c 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] Floating IP 7ef5fad2-821a-4b4d-8230-603c5953d51c associated. External IP: 10.96.250.213, port: 1c18c452-457d-4794-8fa8-81424ab66cc6. [pid: 7|app: 0|req: 1186/2451] 10.0.0.218 () {34 vars in 677 bytes} [Sun Aug 16 14:10:10 2026] POST /v2.0/floatingips => generated 855 bytes in 953 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:10:11.207 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2f065cd3-fbda-4db4-b754-16c227fac99c'] response: {'name': 'network-changed', 'server_uuid': 'ae83ff25-dd3d-42dc-bdfd-3d07419ed7c5', 'tag': '1c18c452-457d-4794-8fa8-81424ab66cc6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1266/2452] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:10:11 2026] DELETE /v2.0/security-groups/e6d689ce-91ad-4134-90c5-b93190b729c0 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2453] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:10:11 2026] GET /v2.0/ports?tenant_id=70fba5eb60594d1b94dd72fc87078ded&device_id=ae83ff25-dd3d-42dc-bdfd-3d07419ed7c5 => generated 1469 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2454] 199.204.45.205 () {34 vars in 986 bytes} [Sun Aug 16 14:10:11 2026] GET /v2.0/networks?id=75bd4bdb-7a5b-4888-b80c-e90c6bb57d63 => generated 801 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2455] 199.204.45.205 () {34 vars in 1058 bytes} [Sun Aug 16 14:10:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.120&port_id=1c18c452-457d-4794-8fa8-81424ab66cc6 => generated 858 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2456] 199.204.45.205 () {34 vars in 1104 bytes} [Sun Aug 16 14:10:11 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A8b&port_id=1c18c452-457d-4794-8fa8-81424ab66cc6 => 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: 1271/2457] 199.204.45.205 () {34 vars in 1064 bytes} [Sun Aug 16 14:10:11 2026] GET /v2.0/subnets?id=46b51513-40fa-478b-81c5-b063c1632e34&id=51ce0c42-b1bc-4424-a031-4953a1cf50c9 => generated 1414 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:10:11.946 7 INFO neutron_taas.services.taas.taas_plugin [None req-04d61ae9-2ada-4cd0-885c-4c285e812fa3 385e1d6cec0c416b9e273c70383e8ba5 97cfe0326a6549f291bb2dce2ecf867e - - default default] TaaS: Handle Delete Port: ce020621-3d73-4888-a69a-e8d1d1291551 2026-08-16 14:10:11.948 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04d61ae9-2ada-4cd0-885c-4c285e812fa3 385e1d6cec0c416b9e273c70383e8ba5 97cfe0326a6549f291bb2dce2ecf867e - - default default] Tap Mirror: Handle Delete Port: ce020621-3d73-4888-a69a-e8d1d1291551 [pid: 8|app: 0|req: 1272/2458] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:10:11 2026] GET /v2.0/ports?network_id=75bd4bdb-7a5b-4888-b80c-e90c6bb57d63&device_owner=network%3Adhcp => generated 1461 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2459] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:10:11 2026] GET /v2.0/ports?network_id=75bd4bdb-7a5b-4888-b80c-e90c6bb57d63&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2460] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:10:11 2026] GET /v2.0/networks/75bd4bdb-7a5b-4888-b80c-e90c6bb57d63?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2461] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:10:12 2026] GET /v2.0/networks/75bd4bdb-7a5b-4888-b80c-e90c6bb57d63?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: 1187/2462] 10.0.0.218 () {34 vars in 789 bytes} [Sun Aug 16 14:10:11 2026] PUT /v2.0/routers/5d011590-0a70-4059-aed3-1f47d0bf04f9/remove_router_interface => generated 309 bytes in 869 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2463] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:10:12 2026] DELETE /v2.0/subnets/843d315b-0fca-4c74-a4e2-95478f684da1 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:10:12.834 7 INFO neutron_taas.services.taas.taas_plugin [None req-ae16714b-3783-4536-a68f-3fb6e703674f 385e1d6cec0c416b9e273c70383e8ba5 97cfe0326a6549f291bb2dce2ecf867e - - default default] TaaS: Handle Delete Port: 36fc9865-bd02-4328-abc1-51401e786a5b 2026-08-16 14:10:12.836 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae16714b-3783-4536-a68f-3fb6e703674f 385e1d6cec0c416b9e273c70383e8ba5 97cfe0326a6549f291bb2dce2ecf867e - - default default] Tap Mirror: Handle Delete Port: 36fc9865-bd02-4328-abc1-51401e786a5b 2026-08-16 14:10:13.088 7 INFO neutron_taas.services.taas.taas_plugin [None req-ae16714b-3783-4536-a68f-3fb6e703674f 385e1d6cec0c416b9e273c70383e8ba5 97cfe0326a6549f291bb2dce2ecf867e - - default default] TaaS: Handle Delete Port: 4855f2c4-9ce0-4d03-9023-ad2522a5dd25 2026-08-16 14:10:13.091 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae16714b-3783-4536-a68f-3fb6e703674f 385e1d6cec0c416b9e273c70383e8ba5 97cfe0326a6549f291bb2dce2ecf867e - - default default] Tap Mirror: Handle Delete Port: 4855f2c4-9ce0-4d03-9023-ad2522a5dd25 2026-08-16 14:10:13.433 7 INFO neutron.services.segments.plugin [-] Segment fe5db4c5-cab2-45b9-928b-2d72b4176df0 resource provider aggregate not found 2026-08-16 14:10:13.438 7 INFO neutron.services.segments.plugin [-] Segment fe5db4c5-cab2-45b9-928b-2d72b4176df0 resource provider aggregate not found 2026-08-16 14:10:13.461 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment fe5db4c5-cab2-45b9-928b-2d72b4176df0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe5db4c5-cab2-45b9-928b-2d72b4176df0 found for delete ", "request_id": "req-e14049e3-ad6b-464f-8a9f-7423ebaeacc1"}]} 2026-08-16 14:10:13.464 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment fe5db4c5-cab2-45b9-928b-2d72b4176df0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe5db4c5-cab2-45b9-928b-2d72b4176df0 found for delete ", "request_id": "req-8ada9f4d-7946-43df-bfef-3a316d506df0"}]} 2026-08-16 14:10:13.474 7 INFO neutron.db.l3_hamode_db [None req-ae16714b-3783-4536-a68f-3fb6e703674f 385e1d6cec0c416b9e273c70383e8ba5 97cfe0326a6549f291bb2dce2ecf867e - - default default] HA network 2d144018-3d5a-4ec6-8c9d-6ffaba90c712 was deleted as no HA routers are present in tenant 97cfe0326a6549f291bb2dce2ecf867e. [pid: 7|app: 0|req: 1188/2464] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:10:12 2026] DELETE /v2.0/routers/5d011590-0a70-4059-aed3-1f47d0bf04f9 => generated 0 bytes in 861 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:10:13.641 8 INFO neutron.services.segments.plugin [-] Segment b1614d8c-a067-4cf2-b1aa-14981d0fb70b resource provider aggregate not found 2026-08-16 14:10:13.647 8 INFO neutron.services.segments.plugin [-] Segment b1614d8c-a067-4cf2-b1aa-14981d0fb70b resource provider aggregate not found 2026-08-16 14:10:13.673 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b1614d8c-a067-4cf2-b1aa-14981d0fb70b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1614d8c-a067-4cf2-b1aa-14981d0fb70b found for delete ", "request_id": "req-93a7e62b-a406-4908-ac87-2b6dd22047fa"}]} 2026-08-16 14:10:13.679 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment b1614d8c-a067-4cf2-b1aa-14981d0fb70b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1614d8c-a067-4cf2-b1aa-14981d0fb70b found for delete ", "request_id": "req-1f551217-3647-4d47-b7f1-9cb1799f695d"}]} [pid: 8|app: 0|req: 1277/2465] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:10:13 2026] DELETE /v2.0/networks/54c0704b-c3db-44a3-9109-bd4a560f9ac4 => 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: 1189/2466] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:10:14 2026] GET /v2.0/security-groups?tenant_id=97cfe0326a6549f291bb2dce2ecf867e&name=default => generated 2925 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2467] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:10:14 2026] DELETE /v2.0/security-groups/0b6163ba-88b6-484a-ad6a-bf47e2f25153 => 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: 1190/2468] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:10:14 2026] GET /v2.0/security-groups?tenant_id=eb3a9737fd444b26a6650ae010f9de74&name=default => generated 2929 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2469] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:10:15 2026] DELETE /v2.0/security-groups/c5856156-d658-434a-ac25-007e8fcb439a => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:10:17.161 7 INFO neutron.db.segments_db [None req-f1a63148-25c1-444b-9a10-2316c8797ff8 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Added segment 4d0a5384-d7f8-4290-8ede-8d3c0f32f8aa of type vxlan for network bdb9a7d0-2de0-4000-ab5b-7f2a66aea5ed [pid: 7|app: 0|req: 1191/2470] 10.0.0.218 () {34 vars in 671 bytes} [Sun Aug 16 14:10:16 2026] POST /v2.0/networks => generated 740 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2471] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:10:17 2026] POST /v2.0/subnets => generated 687 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:10:17.451 7 INFO neutron.db.segments_db [None req-77772a2a-c557-4dba-adb5-1f97b86b8532 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Added segment 8dd09cae-19d5-4972-bb38-4c3a500b1654 of type vxlan for network dfe0ca92-6170-4547-a54d-cbdfe7c6fa7b 2026-08-16 14:10:17.647 7 INFO neutron.db.l3_hamode_db [None req-77772a2a-c557-4dba-adb5-1f97b86b8532 ac8f354c06fc4a68823948485460818c a1767c0c5cc645a2bb18f78b00c07da5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-16 14:10:18.322 7 INFO neutron.db.l3_hamode_db [None req-77772a2a-c557-4dba-adb5-1f97b86b8532 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1281/2472] 10.0.0.221 () {34 vars in 990 bytes} [Sun Aug 16 14:10:18 2026] GET /v2.0/ports?device_id=ae83ff25-dd3d-42dc-bdfd-3d07419ed7c5 => generated 1469 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2473] 10.0.0.221 () {34 vars in 1040 bytes} [Sun Aug 16 14:10:18 2026] GET /v2.0/security-groups?id=23c4f697-3fc0-4564-85af-94317456d7ed&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: 1192/2474] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:10:17 2026] POST /v2.0/routers => generated 727 bytes in 1906 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2477] 10.0.0.218 () {34 vars in 783 bytes} [Sun Aug 16 14:10:19 2026] PUT /v2.0/routers/7a3ecb4b-9758-4148-91f6-8df9c4b94990/add_router_interface => generated 309 bytes in 1153 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:10:21.623 7 INFO neutron.db.segments_db [None req-8d0763ea-2841-4fca-a1b2-72a4dc71c1b5 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Added segment ec266ffc-0150-4b09-903d-1849dcdff5a9 of type vxlan for network 7cf8cbc3-e8e1-413a-a106-35eed4dd9bbd [pid: 7|app: 0|req: 1195/2478] 10.0.0.218 () {34 vars in 671 bytes} [Sun Aug 16 14:10:21 2026] POST /v2.0/networks => generated 740 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2479] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:10:21 2026] POST /v2.0/subnets => generated 687 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:10:21.964 7 INFO neutron.db.segments_db [None req-a7ea5deb-03a9-432a-bf1d-aff8c0a20470 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Added segment a5baeb4a-a28e-4c33-93c1-a3895cb6c455 of type vxlan for network 7fb922fc-c21d-490e-8a7b-84e6163e1151 2026-08-16 14:10:22.197 7 INFO neutron.db.l3_hamode_db [None req-a7ea5deb-03a9-432a-bf1d-aff8c0a20470 ac8f354c06fc4a68823948485460818c b2342ca8b7544daf8ce84831ac24d341 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-08-16 14:10:23.043 7 INFO neutron.db.l3_hamode_db [None req-a7ea5deb-03a9-432a-bf1d-aff8c0a20470 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1196/2480] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:10:21 2026] POST /v2.0/routers => generated 727 bytes in 2070 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2481] 10.0.0.218 () {34 vars in 783 bytes} [Sun Aug 16 14:10:23 2026] PUT /v2.0/routers/2482ee3e-3ce4-4ee4-ae99-806b530db9c2/add_router_interface => generated 309 bytes in 1681 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2482] 10.0.0.218 () {34 vars in 685 bytes} [Sun Aug 16 14:10:26 2026] POST /v2.0/security-groups => generated 1675 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2483] 10.0.0.218 () {34 vars in 695 bytes} [Sun Aug 16 14:10:26 2026] POST /v2.0/security-group-rules => generated 597 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2484] 10.0.0.218 () {34 vars in 695 bytes} [Sun Aug 16 14:10:26 2026] POST /v2.0/security-group-rules => generated 596 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2485] 10.0.0.218 () {34 vars in 695 bytes} [Sun Aug 16 14:10:26 2026] POST /v2.0/security-group-rules => generated 602 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2486] 10.0.0.218 () {34 vars in 695 bytes} [Sun Aug 16 14:10:26 2026] POST /v2.0/security-group-rules => generated 601 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:10:27.094 8 INFO neutron.db.securitygroups_db [None req-31b06c7a-fad8-4740-9aac-01e14a132d70 f84c475370df4065ae4ed1381b3027b7 a1767c0c5cc645a2bb18f78b00c07da5 - - default default] Project a1767c0c5cc645a2bb18f78b00c07da5 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: 1288/2487] 10.0.0.218 () {34 vars in 695 bytes} [Sun Aug 16 14:10:27 2026] POST /v2.0/security-group-rules => generated 607 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:10:27.217 7 INFO neutron.db.securitygroups_db [None req-1d2b0876-530d-4d34-8c68-ec46eb0d928e f84c475370df4065ae4ed1381b3027b7 a1767c0c5cc645a2bb18f78b00c07da5 - - default default] Project a1767c0c5cc645a2bb18f78b00c07da5 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: 1200/2488] 10.0.0.218 () {34 vars in 695 bytes} [Sun Aug 16 14:10:27 2026] POST /v2.0/security-group-rules => generated 606 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2489] 10.0.0.218 () {34 vars in 685 bytes} [Sun Aug 16 14:10:27 2026] POST /v2.0/security-groups => generated 1663 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2490] 10.0.0.218 () {34 vars in 695 bytes} [Sun Aug 16 14:10:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2491] 10.0.0.218 () {34 vars in 695 bytes} [Sun Aug 16 14:10:27 2026] POST /v2.0/security-group-rules => generated 602 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2492] 10.0.0.218 () {34 vars in 676 bytes} [Sun Aug 16 14:10:28 2026] POST /v2.0/floatingips => generated 552 bytes in 490 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2493] 10.0.0.236 () {34 vars in 1098 bytes} [Sun Aug 16 14:10:28 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-587387323&fields=id&tenant_id=a1767c0c5cc645a2bb18f78b00c07da5 => generated 69 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2494] 10.0.0.236 () {34 vars in 1100 bytes} [Sun Aug 16 14:10:28 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1606807176&fields=id&tenant_id=a1767c0c5cc645a2bb18f78b00c07da5 => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2495] 10.0.0.236 () {34 vars in 982 bytes} [Sun Aug 16 14:10:28 2026] GET /v2.0/networks?id=bdb9a7d0-2de0-4000-ab5b-7f2a66aea5ed => generated 672 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2496] 10.0.0.236 () {34 vars in 965 bytes} [Sun Aug 16 14:10:28 2026] GET /v2.0/quotas/a1767c0c5cc645a2bb18f78b00c07da5 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2497] 10.0.0.236 () {34 vars in 1002 bytes} [Sun Aug 16 14:10:28 2026] GET /v2.0/ports?tenant_id=a1767c0c5cc645a2bb18f78b00c07da5&fields=id => generated 103 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2498] 10.0.0.236 () {34 vars in 1008 bytes} [Sun Aug 16 14:10:28 2026] GET /v2.0/networks/bdb9a7d0-2de0-4000-ab5b-7f2a66aea5ed?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: 1294/2499] 10.0.0.236 () {34 vars in 1108 bytes} [Sun Aug 16 14:10:28 2026] GET /v2.0/networks/bdb9a7d0-2de0-4000-ab5b-7f2a66aea5ed?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2500] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:10:29 2026] GET /v2.0/ports?device_id=5348246b-b09c-4373-97f8-5bf2688fc2b5 => generated 12 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2501] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:10:30 2026] GET /v2.0/ports?device_id=5348246b-b09c-4373-97f8-5bf2688fc2b5 => generated 12 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2502] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:10:31 2026] GET /v2.0/ports?device_id=5348246b-b09c-4373-97f8-5bf2688fc2b5 => 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: 1296/2503] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:10:32 2026] GET /v2.0/ports?device_id=5348246b-b09c-4373-97f8-5bf2688fc2b5 => 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: 1208/2504] 10.0.0.218 () {32 vars in 721 bytes} [Sun Aug 16 14:10:33 2026] GET /v2.0/subnets/c494e348-7ec5-4350-814b-2a0f3048ad7c => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2505] 199.204.45.205 () {34 vars in 986 bytes} [Sun Aug 16 14:10:33 2026] GET /v2.0/networks?id=bdb9a7d0-2de0-4000-ab5b-7f2a66aea5ed => generated 672 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2506] 199.204.45.205 () {34 vars in 1050 bytes} [Sun Aug 16 14:10:33 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a1767c0c5cc645a2bb18f78b00c07da5 => generated 273 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2507] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:10:33 2026] GET /v2.0/ports?device_id=5348246b-b09c-4373-97f8-5bf2688fc2b5 => 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: 1298/2508] 199.204.45.205 () {38 vars in 955 bytes} [Sun Aug 16 14:10:33 2026] POST /v2.0/ports => generated 997 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2509] 199.204.45.205 () {38 vars in 1028 bytes} [Sun Aug 16 14:10:33 2026] PUT /v2.0/ports/53ef1788-2e84-4fc6-8915-c6badeb96803 => generated 1278 bytes in 386 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:10:34.405 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fe14e337-9139-4370-a769-b5aaad782dc4'] response: {'name': 'network-changed', 'server_uuid': '5348246b-b09c-4373-97f8-5bf2688fc2b5', 'tag': '53ef1788-2e84-4fc6-8915-c6badeb96803', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1213/2512] 10.0.0.201 () {30 vars in 690 bytes} [Sun Aug 16 14:10:34 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1300/2513] 10.0.0.201 () {30 vars in 692 bytes} [Sun Aug 16 14:10:34 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: 1214/2514] 10.0.0.201 () {30 vars in 668 bytes} [Sun Aug 16 14:10:34 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: 1301/2515] 10.0.0.201 () {30 vars in 704 bytes} [Sun Aug 16 14:10:34 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: 1215/2516] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:10:34 2026] GET /v2.0/ports?device_id=5348246b-b09c-4373-97f8-5bf2688fc2b5 => generated 1012 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2517] 10.0.0.236 () {34 vars in 1120 bytes} [Sun Aug 16 14:10:34 2026] GET /v2.0/security-groups?id=a5fbe9f8-0ad4-4184-ba59-90a19ede5f58&id=104ac382-9b0e-4e80-894e-afea9240f6b4&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2518] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:10:34 2026] GET /v2.0/ports?tenant_id=a1767c0c5cc645a2bb18f78b00c07da5&device_id=5348246b-b09c-4373-97f8-5bf2688fc2b5 => generated 1281 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2519] 199.204.45.205 () {34 vars in 1018 bytes} [Sun Aug 16 14:10:34 2026] GET /v2.0/networks?tenant_id=a1767c0c5cc645a2bb18f78b00c07da5&shared=False => generated 768 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2520] 199.204.45.205 () {34 vars in 930 bytes} [Sun Aug 16 14:10:35 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2521] 10.0.0.201 () {28 vars in 439 bytes} [Sun Aug 16 14:10:35 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2522] 10.0.0.201 () {30 vars in 728 bytes} [Sun Aug 16 14:10:35 2026] GET /v2.0/subnets/c494e348-7ec5-4350-814b-2a0f3048ad7c => generated 657 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2523] 10.0.0.201 () {30 vars in 690 bytes} [Sun Aug 16 14:10:35 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2524] 10.0.0.201 () {30 vars in 692 bytes} [Sun Aug 16 14:10:35 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2525] 10.0.0.201 () {30 vars in 668 bytes} [Sun Aug 16 14:10:35 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2526] 10.0.0.201 () {30 vars in 704 bytes} [Sun Aug 16 14:10:35 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2527] 10.0.0.201 () {30 vars in 728 bytes} [Sun Aug 16 14:10:35 2026] GET /v2.0/subnets/c494e348-7ec5-4350-814b-2a0f3048ad7c => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2528] 10.0.0.201 () {30 vars in 690 bytes} [Sun Aug 16 14:10:35 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: 1308/2529] 10.0.0.201 () {30 vars in 692 bytes} [Sun Aug 16 14:10:35 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2530] 10.0.0.201 () {30 vars in 668 bytes} [Sun Aug 16 14:10:35 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: 1309/2531] 10.0.0.201 () {30 vars in 704 bytes} [Sun Aug 16 14:10:35 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2532] 10.0.0.201 () {30 vars in 730 bytes} [Sun Aug 16 14:10:35 2026] GET /v2.0/networks/f63e5025-b94e-4451-b56b-4e70c1abbb48 => generated 799 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2533] 10.0.0.201 () {30 vars in 682 bytes} [Sun Aug 16 14:10:35 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2534] 10.0.0.201 () {34 vars in 704 bytes} [Sun Aug 16 14:10:35 2026] POST /v2.0/ports => generated 1132 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2535] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:10:35 2026] GET /v2.0/ports?device_id=5348246b-b09c-4373-97f8-5bf2688fc2b5 => generated 1012 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, ' [pid: 7|app: 0|req: 1225/2536] 10.0.0.236 () {34 vars in 1120 bytes} [Sun Aug 16 14:10:36 2026] GET /v2.0/security-groups?id=a5fbe9f8-0ad4-4184-ba59-90a19ede5f58&id=104ac382-9b0e-4e80-894e-afea9240f6b4&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: 1312/2537] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:10:36 2026] GET /v2.0/ports?tenant_id=a1767c0c5cc645a2bb18f78b00c07da5&device_id=5348246b-b09c-4373-97f8-5bf2688fc2b5 => generated 1281 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2538] 199.204.45.205 () {34 vars in 1060 bytes} [Sun Aug 16 14:10:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=53ef1788-2e84-4fc6-8915-c6badeb96803 => 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: 1313/2539] 199.204.45.205 () {34 vars in 984 bytes} [Sun Aug 16 14:10:36 2026] GET /v2.0/subnets?id=f6a739c6-1e2c-47cf-9168-4ae5f5c89af5 => generated 690 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2540] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:10:36 2026] GET /v2.0/ports?network_id=bdb9a7d0-2de0-4000-ab5b-7f2a66aea5ed&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2541] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:10:36 2026] GET /v2.0/networks/bdb9a7d0-2de0-4000-ab5b-7f2a66aea5ed?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: 1228/2542] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:10:36 2026] GET /v2.0/networks/bdb9a7d0-2de0-4000-ab5b-7f2a66aea5ed?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2543] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:10:37 2026] GET /v2.0/ports?device_id=5348246b-b09c-4373-97f8-5bf2688fc2b5 => generated 1012 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2544] 10.0.0.236 () {34 vars in 1120 bytes} [Sun Aug 16 14:10:37 2026] GET /v2.0/security-groups?id=a5fbe9f8-0ad4-4184-ba59-90a19ede5f58&id=104ac382-9b0e-4e80-894e-afea9240f6b4&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2545] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:10:38 2026] GET /v2.0/ports?device_id=5348246b-b09c-4373-97f8-5bf2688fc2b5 => generated 1012 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2546] 10.0.0.236 () {34 vars in 1120 bytes} [Sun Aug 16 14:10:38 2026] GET /v2.0/security-groups?id=a5fbe9f8-0ad4-4184-ba59-90a19ede5f58&id=104ac382-9b0e-4e80-894e-afea9240f6b4&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2547] 199.204.45.205 () {30 vars in 703 bytes} [Sun Aug 16 14:10:38 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2548] 199.204.45.205 () {30 vars in 705 bytes} [Sun Aug 16 14:10:38 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2549] 199.204.45.205 () {30 vars in 681 bytes} [Sun Aug 16 14:10:38 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2550] 199.204.45.205 () {30 vars in 717 bytes} [Sun Aug 16 14:10:38 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: 1319/2551] 199.204.45.205 () {30 vars in 737 bytes} [Sun Aug 16 14:10:38 2026] GET /v2.0/ports/62f07916-28d7-4977-870c-597df7a81537 => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2552] 199.204.45.205 () {30 vars in 703 bytes} [Sun Aug 16 14:10:38 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: 1320/2553] 199.204.45.205 () {30 vars in 705 bytes} [Sun Aug 16 14:10:38 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: 1234/2554] 199.204.45.205 () {30 vars in 681 bytes} [Sun Aug 16 14:10:38 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: 1321/2555] 199.204.45.205 () {30 vars in 717 bytes} [Sun Aug 16 14:10:38 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) 2026-08-16 14:10:39.004 7 INFO neutron.api.v2.resource [None req-a80701a3-a19f-47e9-86c0-7afddced3c5b ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1235/2556] 199.204.45.205 () {30 vars in 763 bytes} [Sun Aug 16 14:10:38 2026] GET /v2.0/security-groups/lb-197b7635-8a22-4efe-9608-e1f86b3b5f66 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2557] 199.204.45.205 () {30 vars in 785 bytes} [Sun Aug 16 14:10:39 2026] GET /v2.0/security-groups?name=lb-197b7635-8a22-4efe-9608-e1f86b3b5f66 => generated 23 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2558] 199.204.45.205 () {34 vars in 736 bytes} [Sun Aug 16 14:10:39 2026] POST /v2.0/security-groups => generated 1638 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2559] 199.204.45.205 () {30 vars in 815 bytes} [Sun Aug 16 14:10:39 2026] GET /v2.0/security-group-rules?security_group_id=d7f9996d-91ab-4b95-b430-4fe5f3d486d7 => generated 1182 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2560] 199.204.45.205 () {34 vars in 789 bytes} [Sun Aug 16 14:10:39 2026] PUT /v2.0/ports/62f07916-28d7-4977-870c-597df7a81537 => generated 1132 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2561] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:10:39 2026] GET /v2.0/ports?device_id=5348246b-b09c-4373-97f8-5bf2688fc2b5 => generated 1012 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1238/2562] 199.204.45.205 () {30 vars in 703 bytes} [Sun Aug 16 14:10:39 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: 1325/2563] 10.0.0.236 () {34 vars in 1120 bytes} [Sun Aug 16 14:10:39 2026] GET /v2.0/security-groups?id=a5fbe9f8-0ad4-4184-ba59-90a19ede5f58&id=104ac382-9b0e-4e80-894e-afea9240f6b4&fields=id&fields=name => generated 206 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2564] 199.204.45.205 () {30 vars in 705 bytes} [Sun Aug 16 14:10:39 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2565] 199.204.45.205 () {30 vars in 681 bytes} [Sun Aug 16 14:10:39 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: 1328/2566] 199.204.45.205 () {30 vars in 717 bytes} [Sun Aug 16 14:10:39 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: 1239/2567] 199.204.45.205 () {34 vars in 994 bytes} [Sun Aug 16 14:10:39 2026] GET /v2.0/ports?device_id=5348246b-b09c-4373-97f8-5bf2688fc2b5 => generated 1281 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2568] 199.204.45.205 () {30 vars in 741 bytes} [Sun Aug 16 14:10:39 2026] GET /v2.0/subnets/c494e348-7ec5-4350-814b-2a0f3048ad7c => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2569] 199.204.45.205 () {34 vars in 1124 bytes} [Sun Aug 16 14:10:39 2026] GET /v2.0/security-groups?id=104ac382-9b0e-4e80-894e-afea9240f6b4&id=a5fbe9f8-0ad4-4184-ba59-90a19ede5f58&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2570] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:10:40 2026] GET /v2.0/ports?device_id=5348246b-b09c-4373-97f8-5bf2688fc2b5 => generated 1014 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2571] 10.0.0.236 () {34 vars in 1120 bytes} [Sun Aug 16 14:10:40 2026] GET /v2.0/security-groups?id=a5fbe9f8-0ad4-4184-ba59-90a19ede5f58&id=104ac382-9b0e-4e80-894e-afea9240f6b4&fields=id&fields=name => generated 206 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2572] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:10:41 2026] GET /v2.0/ports?device_id=5348246b-b09c-4373-97f8-5bf2688fc2b5 => generated 1014 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2573] 10.0.0.236 () {34 vars in 1120 bytes} [Sun Aug 16 14:10:41 2026] GET /v2.0/security-groups?id=a5fbe9f8-0ad4-4184-ba59-90a19ede5f58&id=104ac382-9b0e-4e80-894e-afea9240f6b4&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: 8|app: 0|req: 1332/2574] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:10:41 2026] GET /v2.0/ports?device_id=5348246b-b09c-4373-97f8-5bf2688fc2b5 => generated 1014 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:10:42.361 7 INFO neutron.db.l3_db [None req-aa3984e5-1de8-4811-82c2-411daa61f507 f84c475370df4065ae4ed1381b3027b7 a1767c0c5cc645a2bb18f78b00c07da5 - - default default] Floating IP 54a1a1e1-58e8-4587-99e3-64b5a0a81ae7 associated. External IP: 10.96.250.218, port: 53ef1788-2e84-4fc6-8915-c6badeb96803. [pid: 7|app: 0|req: 1243/2575] 10.0.0.218 () {34 vars in 749 bytes} [Sun Aug 16 14:10:41 2026] PUT /v2.0/floatingips/54a1a1e1-58e8-4587-99e3-64b5a0a81ae7 => generated 856 bytes in 690 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:10:42.699 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c164dd8f-8ac4-4d0f-9634-356ddcddcf8b'] response: {'name': 'network-changed', 'server_uuid': '5348246b-b09c-4373-97f8-5bf2688fc2b5', 'tag': '53ef1788-2e84-4fc6-8915-c6badeb96803', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1333/2576] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:10:43 2026] GET /v2.0/ports?tenant_id=a1767c0c5cc645a2bb18f78b00c07da5&device_id=5348246b-b09c-4373-97f8-5bf2688fc2b5 => generated 1283 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2577] 199.204.45.205 () {34 vars in 986 bytes} [Sun Aug 16 14:10:43 2026] GET /v2.0/networks?id=bdb9a7d0-2de0-4000-ab5b-7f2a66aea5ed => generated 768 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2578] 199.204.45.205 () {34 vars in 1060 bytes} [Sun Aug 16 14:10:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=53ef1788-2e84-4fc6-8915-c6badeb96803 => generated 859 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2579] 199.204.45.205 () {34 vars in 984 bytes} [Sun Aug 16 14:10:43 2026] GET /v2.0/subnets?id=f6a739c6-1e2c-47cf-9168-4ae5f5c89af5 => generated 690 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2580] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:10:43 2026] GET /v2.0/ports?network_id=bdb9a7d0-2de0-4000-ab5b-7f2a66aea5ed&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2581] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:10:43 2026] GET /v2.0/networks/bdb9a7d0-2de0-4000-ab5b-7f2a66aea5ed?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: 1336/2582] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:10:43 2026] GET /v2.0/networks/bdb9a7d0-2de0-4000-ab5b-7f2a66aea5ed?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: 1247/2583] 10.0.0.236 () {34 vars in 1016 bytes} [Sun Aug 16 14:10:46 2026] GET /v2.0/security-groups?id=75a7b614-c2c3-4b57-aa73-408e141c64b8&fields=id => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2584] 10.0.0.236 () {34 vars in 982 bytes} [Sun Aug 16 14:10:46 2026] GET /v2.0/networks?id=86ad5103-e965-414f-870f-b34ba647c854 => generated 735 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2585] 10.0.0.236 () {34 vars in 965 bytes} [Sun Aug 16 14:10:46 2026] GET /v2.0/quotas/8f4899f6a15547a2ad17d699395f0cad => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2586] 10.0.0.236 () {34 vars in 1002 bytes} [Sun Aug 16 14:10:46 2026] GET /v2.0/ports?tenant_id=8f4899f6a15547a2ad17d699395f0cad&fields=id => generated 149 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2587] 10.0.0.236 () {34 vars in 1008 bytes} [Sun Aug 16 14:10:47 2026] GET /v2.0/networks/86ad5103-e965-414f-870f-b34ba647c854?fields=segments => generated 14 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2588] 10.0.0.236 () {34 vars in 1108 bytes} [Sun Aug 16 14:10:47 2026] GET /v2.0/networks/86ad5103-e965-414f-870f-b34ba647c854?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2589] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:10:47 2026] GET /v2.0/ports?device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => 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: 1340/2590] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:10:47 2026] GET /v2.0/ports?device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => 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: 1252/2593] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:10:50 2026] GET /v2.0/ports?device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => 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: 1342/2594] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:10:50 2026] GET /v2.0/ports?device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => 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: 1253/2595] 199.204.45.205 () {34 vars in 986 bytes} [Sun Aug 16 14:10:51 2026] GET /v2.0/networks?id=86ad5103-e965-414f-870f-b34ba647c854 => generated 735 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2596] 199.204.45.205 () {34 vars in 1050 bytes} [Sun Aug 16 14:10:51 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8f4899f6a15547a2ad17d699395f0cad => generated 343 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2597] 199.204.45.205 () {38 vars in 955 bytes} [Sun Aug 16 14:10:51 2026] POST /v2.0/ports => generated 1082 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2598] 199.204.45.205 () {38 vars in 1028 bytes} [Sun Aug 16 14:10:52 2026] PUT /v2.0/ports/60fc1e29-c7c8-4507-b413-0055dc797e92 => generated 1243 bytes in 377 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:10:52.536 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0456bee1-4739-41cb-b93f-776a6334a0a7'] response: {'name': 'network-changed', 'server_uuid': '4ddfa565-176e-49a0-bdd2-e1496241d67b', 'tag': '60fc1e29-c7c8-4507-b413-0055dc797e92', '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: 1255/2599] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:10:53 2026] GET /v2.0/ports?tenant_id=8f4899f6a15547a2ad17d699395f0cad&device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => generated 1246 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: 8|app: 0|req: 1345/2600] 199.204.45.205 () {34 vars in 1018 bytes} [Sun Aug 16 14:10:53 2026] GET /v2.0/networks?tenant_id=8f4899f6a15547a2ad17d699395f0cad&shared=False => generated 735 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2601] 199.204.45.205 () {34 vars in 930 bytes} [Sun Aug 16 14:10:53 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2602] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:10:53 2026] GET /v2.0/ports?device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => generated 1246 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2603] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:10:53 2026] GET /v2.0/security-groups?id=75a7b614-c2c3-4b57-aa73-408e141c64b8&fields=id&fields=name => generated 96 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2604] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:10:53 2026] GET /v2.0/ports?device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => generated 1246 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2605] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:10:54 2026] GET /v2.0/ports?tenant_id=8f4899f6a15547a2ad17d699395f0cad&device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => generated 1246 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2606] 199.204.45.205 () {34 vars in 1062 bytes} [Sun Aug 16 14:10:54 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.195&port_id=60fc1e29-c7c8-4507-b413-0055dc797e92 => 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: 1259/2607] 199.204.45.205 () {34 vars in 984 bytes} [Sun Aug 16 14:10:54 2026] GET /v2.0/subnets?id=3e61ded5-5ed1-4510-ac6b-5c504370d3a0 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2608] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:10:54 2026] GET /v2.0/ports?network_id=86ad5103-e965-414f-870f-b34ba647c854&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2609] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:10:54 2026] GET /v2.0/networks/86ad5103-e965-414f-870f-b34ba647c854?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: 1350/2610] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:10:54 2026] GET /v2.0/networks/86ad5103-e965-414f-870f-b34ba647c854?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: 1261/2611] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:10:55 2026] GET /v2.0/ports?device_id=5348246b-b09c-4373-97f8-5bf2688fc2b5 => generated 1014 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2612] 10.0.0.236 () {34 vars in 1120 bytes} [Sun Aug 16 14:10:55 2026] GET /v2.0/security-groups?id=a5fbe9f8-0ad4-4184-ba59-90a19ede5f58&id=104ac382-9b0e-4e80-894e-afea9240f6b4&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2613] 10.0.0.218 () {32 vars in 736 bytes} [Sun Aug 16 14:10:55 2026] GET /v2.0/ports?device_id=5348246b-b09c-4373-97f8-5bf2688fc2b5 => generated 1283 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2614] 10.0.0.218 () {32 vars in 858 bytes} [Sun Aug 16 14:10:55 2026] GET /v2.0/floatingips?floating_network_id=91843983-1685-40bf-ac5d-b6f0a65e8275&port_id=53ef1788-2e84-4fc6-8915-c6badeb96803 => generated 861 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2615] 10.0.0.221 () {34 vars in 990 bytes} [Sun Aug 16 14:10:56 2026] GET /v2.0/ports?device_id=5348246b-b09c-4373-97f8-5bf2688fc2b5 => generated 1283 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2616] 10.0.0.221 () {34 vars in 1120 bytes} [Sun Aug 16 14:10:56 2026] GET /v2.0/security-groups?id=104ac382-9b0e-4e80-894e-afea9240f6b4&id=a5fbe9f8-0ad4-4184-ba59-90a19ede5f58&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: 7|app: 0|req: 1264/2617] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:10:56 2026] GET /v2.0/ports?device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => generated 1246 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2618] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:10:56 2026] GET /v2.0/security-groups?id=75a7b614-c2c3-4b57-aa73-408e141c64b8&fields=id&fields=name => generated 96 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2619] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:10:56 2026] GET /v2.0/ports?device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => generated 1246 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2620] 199.204.45.205 () {34 vars in 994 bytes} [Sun Aug 16 14:10:58 2026] GET /v2.0/ports?device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => generated 1248 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2621] 199.204.45.205 () {34 vars in 1044 bytes} [Sun Aug 16 14:10:58 2026] GET /v2.0/security-groups?id=75a7b614-c2c3-4b57-aa73-408e141c64b8&fields=id&fields=name => generated 96 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2622] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:10:58 2026] GET /v2.0/ports?device_id=5348246b-b09c-4373-97f8-5bf2688fc2b5 => generated 1014 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2623] 10.0.0.236 () {34 vars in 1120 bytes} [Sun Aug 16 14:10:58 2026] GET /v2.0/security-groups?id=a5fbe9f8-0ad4-4184-ba59-90a19ede5f58&id=104ac382-9b0e-4e80-894e-afea9240f6b4&fields=id&fields=name => generated 206 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2624] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:10:59 2026] GET /v2.0/ports?device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2625] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:10:59 2026] GET /v2.0/security-groups?id=75a7b614-c2c3-4b57-aa73-408e141c64b8&fields=id&fields=name => generated 96 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2626] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:10:59 2026] GET /v2.0/ports?device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2627] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:11:00 2026] GET /v2.0/ports?device_id=5348246b-b09c-4373-97f8-5bf2688fc2b5 => generated 1014 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2628] 10.0.0.236 () {34 vars in 1120 bytes} [Sun Aug 16 14:11:00 2026] GET /v2.0/security-groups?id=a5fbe9f8-0ad4-4184-ba59-90a19ede5f58&id=104ac382-9b0e-4e80-894e-afea9240f6b4&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2629] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:11:01 2026] GET /v2.0/ports?device_id=5348246b-b09c-4373-97f8-5bf2688fc2b5 => generated 1012 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2630] 10.0.0.236 () {34 vars in 1120 bytes} [Sun Aug 16 14:11:01 2026] GET /v2.0/security-groups?id=a5fbe9f8-0ad4-4184-ba59-90a19ede5f58&id=104ac382-9b0e-4e80-894e-afea9240f6b4&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: 7|app: 0|req: 1271/2631] 199.204.45.205 () {34 vars in 994 bytes} [Sun Aug 16 14:11:01 2026] GET /v2.0/ports?device_id=5348246b-b09c-4373-97f8-5bf2688fc2b5 => generated 1012 bytes in 580 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:11:01.985 8 INFO neutron_taas.services.taas.taas_plugin [req-21f479d9-3c2e-4624-ba80-534fa9f36774 req-e56491ea-80bd-469d-9fdb-64e15df29633 f84c475370df4065ae4ed1381b3027b7 a1767c0c5cc645a2bb18f78b00c07da5 - - default default] TaaS: Handle Delete Port: 53ef1788-2e84-4fc6-8915-c6badeb96803 2026-08-16 14:11:01.988 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-21f479d9-3c2e-4624-ba80-534fa9f36774 req-e56491ea-80bd-469d-9fdb-64e15df29633 f84c475370df4065ae4ed1381b3027b7 a1767c0c5cc645a2bb18f78b00c07da5 - - default default] Tap Mirror: Handle Delete Port: 53ef1788-2e84-4fc6-8915-c6badeb96803 2026-08-16 14:11:02.090 8 INFO neutron.db.l3_db [req-21f479d9-3c2e-4624-ba80-534fa9f36774 req-e56491ea-80bd-469d-9fdb-64e15df29633 f84c475370df4065ae4ed1381b3027b7 a1767c0c5cc645a2bb18f78b00c07da5 - - default default] Floating IP 54a1a1e1-58e8-4587-99e3-64b5a0a81ae7 disassociated. External IP: 10.96.250.218, port: 53ef1788-2e84-4fc6-8915-c6badeb96803. [pid: 7|app: 0|req: 1272/2632] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:11:02 2026] GET /v2.0/ports?device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => generated 1248 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2633] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:11:02 2026] GET /v2.0/security-groups?id=75a7b614-c2c3-4b57-aa73-408e141c64b8&fields=id&fields=name => generated 96 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2634] 199.204.45.205 () {36 vars in 997 bytes} [Sun Aug 16 14:11:01 2026] DELETE /v2.0/ports/53ef1788-2e84-4fc6-8915-c6badeb96803 => generated 0 bytes in 510 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2635] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:11:02 2026] GET /v2.0/ports?device_id=5348246b-b09c-4373-97f8-5bf2688fc2b5 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:11:02.445 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7c9f1daf-5d0a-443f-823f-30d7308d72a9'] response: {'server_uuid': '5348246b-b09c-4373-97f8-5bf2688fc2b5', 'name': 'network-vif-deleted', 'tag': '53ef1788-2e84-4fc6-8915-c6badeb96803', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1362/2636] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:11:02 2026] GET /v2.0/ports?device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2637] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:11:03 2026] GET /v2.0/ports?device_id=5348246b-b09c-4373-97f8-5bf2688fc2b5 => 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: 1363/2640] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:11:04 2026] GET /v2.0/ports?device_id=5348246b-b09c-4373-97f8-5bf2688fc2b5 => 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: 1278/2641] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:11:05 2026] DELETE /v2.0/security-groups/104ac382-9b0e-4e80-894e-afea9240f6b4 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:11:05.819 8 INFO neutron.api.v2.resource [None req-e0233e67-e7c0-4dd4-ab94-5124356ce55c f84c475370df4065ae4ed1381b3027b7 a1767c0c5cc645a2bb18f78b00c07da5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1364/2642] 10.0.0.218 () {32 vars in 737 bytes} [Sun Aug 16 14:11:05 2026] GET /v2.0/security-groups/104ac382-9b0e-4e80-894e-afea9240f6b4 => generated 146 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-16 14:11:05.917 7 INFO neutron_taas.services.taas.taas_plugin [None req-87139e96-a192-4aa0-94af-316a6405952f f84c475370df4065ae4ed1381b3027b7 a1767c0c5cc645a2bb18f78b00c07da5 - - default default] TaaS: Handle Delete Port: 78ddc853-e7f2-4d51-9c7f-46aacc1c30f1 2026-08-16 14:11:05.920 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-87139e96-a192-4aa0-94af-316a6405952f f84c475370df4065ae4ed1381b3027b7 a1767c0c5cc645a2bb18f78b00c07da5 - - default default] Tap Mirror: Handle Delete Port: 78ddc853-e7f2-4d51-9c7f-46aacc1c30f1 [pid: 7|app: 0|req: 1279/2643] 10.0.0.218 () {32 vars in 732 bytes} [Sun Aug 16 14:11:05 2026] DELETE /v2.0/floatingips/54a1a1e1-58e8-4587-99e3-64b5a0a81ae7 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2644] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:11:06 2026] DELETE /v2.0/security-groups/a5fbe9f8-0ad4-4184-ba59-90a19ede5f58 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:11:06.736 7 INFO neutron_taas.services.taas.taas_plugin [None req-e0c05586-554a-4b6f-8891-317a6cc83faf ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] TaaS: Handle Delete Port: fc7a4603-730c-46f4-b87f-45d05ac4a973 2026-08-16 14:11:06.739 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e0c05586-554a-4b6f-8891-317a6cc83faf ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Tap Mirror: Handle Delete Port: fc7a4603-730c-46f4-b87f-45d05ac4a973 [pid: 7|app: 0|req: 1280/2645] 10.0.0.218 () {34 vars in 789 bytes} [Sun Aug 16 14:11:06 2026] PUT /v2.0/routers/7a3ecb4b-9758-4148-91f6-8df9c4b94990/remove_router_interface => generated 309 bytes in 908 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:11:07.383 8 INFO neutron_taas.services.taas.taas_plugin [None req-3c62fc4f-dd5c-458f-a239-9b65d2fff2a2 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] TaaS: Handle Delete Port: 521d680b-a1c0-4549-8c13-86760b68d2fa 2026-08-16 14:11:07.385 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c62fc4f-dd5c-458f-a239-9b65d2fff2a2 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Tap Mirror: Handle Delete Port: 521d680b-a1c0-4549-8c13-86760b68d2fa 2026-08-16 14:11:07.665 8 INFO neutron_taas.services.taas.taas_plugin [None req-3c62fc4f-dd5c-458f-a239-9b65d2fff2a2 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] TaaS: Handle Delete Port: bc1b445a-4b74-4f77-a747-c78afd3d06f0 2026-08-16 14:11:07.667 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c62fc4f-dd5c-458f-a239-9b65d2fff2a2 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Tap Mirror: Handle Delete Port: bc1b445a-4b74-4f77-a747-c78afd3d06f0 2026-08-16 14:11:08.002 8 INFO neutron.db.l3_hamode_db [None req-3c62fc4f-dd5c-458f-a239-9b65d2fff2a2 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] HA network dfe0ca92-6170-4547-a54d-cbdfe7c6fa7b was deleted as no HA routers are present in tenant a1767c0c5cc645a2bb18f78b00c07da5. [pid: 8|app: 0|req: 1366/2646] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:11:07 2026] DELETE /v2.0/routers/7a3ecb4b-9758-4148-91f6-8df9c4b94990 => generated 0 bytes in 783 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:11:08.011 8 INFO neutron.services.segments.plugin [-] Segment 8dd09cae-19d5-4972-bb38-4c3a500b1654 resource provider aggregate not found 2026-08-16 14:11:08.032 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8dd09cae-19d5-4972-bb38-4c3a500b1654 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8dd09cae-19d5-4972-bb38-4c3a500b1654 found for delete ", "request_id": "req-940f5397-81bf-4462-af9d-02ae5957bd2e"}]} 2026-08-16 14:11:08.046 8 INFO neutron.services.segments.plugin [-] Segment 8dd09cae-19d5-4972-bb38-4c3a500b1654 resource provider aggregate not found 2026-08-16 14:11:08.062 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8dd09cae-19d5-4972-bb38-4c3a500b1654 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8dd09cae-19d5-4972-bb38-4c3a500b1654 found for delete ", "request_id": "req-354bea44-b5b6-4837-a608-49dea1d13991"}]} [pid: 7|app: 0|req: 1281/2647] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:11:08 2026] DELETE /v2.0/subnets/f6a739c6-1e2c-47cf-9168-4ae5f5c89af5 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:11:08.268 8 INFO neutron_taas.services.taas.taas_plugin [None req-c5e6e776-f216-4a70-bcfe-15998f5d862c ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] TaaS: Handle Delete Port: 4aaf4da2-5fb9-4139-8552-4884f6f6cba2 2026-08-16 14:11:08.270 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5e6e776-f216-4a70-bcfe-15998f5d862c ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Tap Mirror: Handle Delete Port: 4aaf4da2-5fb9-4139-8552-4884f6f6cba2 [pid: 8|app: 0|req: 1367/2648] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:11:08 2026] DELETE /v2.0/networks/bdb9a7d0-2de0-4000-ab5b-7f2a66aea5ed => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:11:08.787 7 INFO neutron_taas.services.taas.taas_plugin [None req-c8b773f8-bcce-4874-a192-d9c9ea014a5f ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] TaaS: Handle Delete Port: f7d3be59-f2d5-4f89-837c-80cd0cbacf4f 2026-08-16 14:11:08.790 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8b773f8-bcce-4874-a192-d9c9ea014a5f ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Tap Mirror: Handle Delete Port: f7d3be59-f2d5-4f89-837c-80cd0cbacf4f [pid: 7|app: 0|req: 1282/2649] 10.0.0.218 () {34 vars in 789 bytes} [Sun Aug 16 14:11:08 2026] PUT /v2.0/routers/2482ee3e-3ce4-4ee4-ae99-806b530db9c2/remove_router_interface => generated 309 bytes in 887 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:11:09.534 8 INFO neutron_taas.services.taas.taas_plugin [None req-84e2e136-2d91-4497-9e0c-65f7019fc9dd ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] TaaS: Handle Delete Port: f48621d9-58f1-4d28-8e54-049dfeffb855 2026-08-16 14:11:09.538 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84e2e136-2d91-4497-9e0c-65f7019fc9dd ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Tap Mirror: Handle Delete Port: f48621d9-58f1-4d28-8e54-049dfeffb855 2026-08-16 14:11:09.765 8 INFO neutron_taas.services.taas.taas_plugin [None req-84e2e136-2d91-4497-9e0c-65f7019fc9dd ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] TaaS: Handle Delete Port: 4e4b9ff7-6c37-4df0-97a8-e38a6465b4b1 2026-08-16 14:11:09.767 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84e2e136-2d91-4497-9e0c-65f7019fc9dd ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Tap Mirror: Handle Delete Port: 4e4b9ff7-6c37-4df0-97a8-e38a6465b4b1 2026-08-16 14:11:10.054 8 INFO neutron.services.segments.plugin [-] Segment 4d0a5384-d7f8-4290-8ede-8d3c0f32f8aa resource provider aggregate not found 2026-08-16 14:11:10.078 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4d0a5384-d7f8-4290-8ede-8d3c0f32f8aa resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d0a5384-d7f8-4290-8ede-8d3c0f32f8aa found for delete ", "request_id": "req-d5dcbcbd-c651-4716-b488-1350bf3eb913"}]} 2026-08-16 14:11:10.085 8 INFO neutron.services.segments.plugin [-] Segment 4d0a5384-d7f8-4290-8ede-8d3c0f32f8aa resource provider aggregate not found 2026-08-16 14:11:10.107 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4d0a5384-d7f8-4290-8ede-8d3c0f32f8aa resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d0a5384-d7f8-4290-8ede-8d3c0f32f8aa found for delete ", "request_id": "req-699b1627-208c-4523-a9a1-45a29039b090"}]} 2026-08-16 14:11:10.164 8 INFO neutron.db.l3_hamode_db [None req-84e2e136-2d91-4497-9e0c-65f7019fc9dd ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] HA network 7fb922fc-c21d-490e-8a7b-84e6163e1151 was deleted as no HA routers are present in tenant b2342ca8b7544daf8ce84831ac24d341. [pid: 8|app: 0|req: 1368/2650] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:11:09 2026] DELETE /v2.0/routers/2482ee3e-3ce4-4ee4-ae99-806b530db9c2 => generated 0 bytes in 844 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2651] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:11:10 2026] DELETE /v2.0/subnets/81656f47-8094-42d0-a121-93db23299c8a => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:11:10.422 8 INFO neutron_taas.services.taas.taas_plugin [None req-b85d56fd-e821-488e-88f6-469bb0882497 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] TaaS: Handle Delete Port: 39677cd8-c58c-4a85-87ae-64371f8703ef 2026-08-16 14:11:10.425 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b85d56fd-e821-488e-88f6-469bb0882497 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Tap Mirror: Handle Delete Port: 39677cd8-c58c-4a85-87ae-64371f8703ef [pid: 8|app: 0|req: 1369/2652] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:11:10 2026] DELETE /v2.0/networks/7cf8cbc3-e8e1-413a-a106-35eed4dd9bbd => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2653] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:11:10 2026] GET /v2.0/security-groups?tenant_id=b2342ca8b7544daf8ce84831ac24d341&name=default => generated 2929 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2654] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:11:10 2026] DELETE /v2.0/security-groups/2ad63710-dc7a-448f-8091-396b97f6ed2e => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2655] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:11:11 2026] GET /v2.0/security-groups?tenant_id=a1767c0c5cc645a2bb18f78b00c07da5&name=default => generated 2929 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2656] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:11:11 2026] DELETE /v2.0/security-groups/82bc493f-cbe8-480d-8cd9-e8342b1ee300 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:11:12.096 8 INFO neutron.services.segments.plugin [-] Segment a5baeb4a-a28e-4c33-93c1-a3895cb6c455 resource provider aggregate not found 2026-08-16 14:11:12.110 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a5baeb4a-a28e-4c33-93c1-a3895cb6c455 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5baeb4a-a28e-4c33-93c1-a3895cb6c455 found for delete ", "request_id": "req-bba4fb67-5390-4f53-b4fb-92dea9882862"}]} 2026-08-16 14:11:12.133 8 INFO neutron.services.segments.plugin [-] Segment ec266ffc-0150-4b09-903d-1849dcdff5a9 resource provider aggregate not found 2026-08-16 14:11:12.146 8 INFO neutron.services.segments.plugin [-] Segment a5baeb4a-a28e-4c33-93c1-a3895cb6c455 resource provider aggregate not found 2026-08-16 14:11:12.164 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ec266ffc-0150-4b09-903d-1849dcdff5a9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec266ffc-0150-4b09-903d-1849dcdff5a9 found for delete ", "request_id": "req-2f8dbcc6-34bf-4736-bcfb-927775c36f84"}]} 2026-08-16 14:11:12.169 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a5baeb4a-a28e-4c33-93c1-a3895cb6c455 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5baeb4a-a28e-4c33-93c1-a3895cb6c455 found for delete ", "request_id": "req-0007bbbe-05b8-4ebb-93fc-c61fb8bf9f2c"}]} 2026-08-16 14:11:12.195 8 INFO neutron.services.segments.plugin [-] Segment ec266ffc-0150-4b09-903d-1849dcdff5a9 resource provider aggregate not found 2026-08-16 14:11:12.214 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ec266ffc-0150-4b09-903d-1849dcdff5a9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec266ffc-0150-4b09-903d-1849dcdff5a9 found for delete ", "request_id": "req-1a20cca6-9699-4d21-af5d-1a7bf18c0272"}]} 2026-08-16 14:11:15.855 7 INFO neutron.db.segments_db [None req-ade85666-aa7a-4845-83c1-ff2c3dd4dd9f 35ddcc8a19b842af9451a14e2feca34d 21209021da4c4db4a27f7fc850872615 - - default default] Added segment f1546532-5334-4176-8056-194cdaafcd1b of type vxlan for network b89448a9-d45a-4f47-b63a-0942353ec6f7 [pid: 7|app: 0|req: 1286/2657] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:11:15 2026] POST /v2.0/networks => generated 726 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2658] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:11:15 2026] POST /v2.0/subnets => generated 644 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:11:16.159 7 WARNING neutron.api.v2.base [None req-bfe117f3-d9cd-400d-9195-c7a4da68ac61 35ddcc8a19b842af9451a14e2feca34d 21209021da4c4db4a27f7fc850872615 - - 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-08-16 14:11:16.161 7 INFO neutron.api.v2.resource [None req-bfe117f3-d9cd-400d-9195-c7a4da68ac61 35ddcc8a19b842af9451a14e2feca34d 21209021da4c4db4a27f7fc850872615 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1287/2659] 10.0.0.218 () {34 vars in 681 bytes} [Sun Aug 16 14:11:16 2026] POST /v2.0/rbac-policies => generated 143 bytes in 10 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-08-16 14:11:16.370 8 INFO neutron.services.segments.plugin [-] Segment f1546532-5334-4176-8056-194cdaafcd1b resource provider aggregate not found 2026-08-16 14:11:16.376 8 INFO neutron.services.segments.plugin [-] Segment f1546532-5334-4176-8056-194cdaafcd1b resource provider aggregate not found 2026-08-16 14:11:16.391 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f1546532-5334-4176-8056-194cdaafcd1b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1546532-5334-4176-8056-194cdaafcd1b found for delete ", "request_id": "req-5b553a4c-db02-469c-bdfb-94b6ef302ee3"}]} [pid: 8|app: 0|req: 1373/2660] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:11:16 2026] DELETE /v2.0/networks/b89448a9-d45a-4f47-b63a-0942353ec6f7 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:11:16.400 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f1546532-5334-4176-8056-194cdaafcd1b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1546532-5334-4176-8056-194cdaafcd1b found for delete ", "request_id": "req-3e89db72-d6f7-4a28-a90a-c9c089f89022"}]} 2026-08-16 14:11:16.485 7 INFO neutron.db.segments_db [None req-25deb347-ae3e-4da1-a821-2b568cdee532 35ddcc8a19b842af9451a14e2feca34d 21209021da4c4db4a27f7fc850872615 - - default default] Added segment 9decd27f-f4a5-429c-8335-37dfe1093592 of type vxlan for network be2bf1e2-1089-464e-867c-970f8a566ca2 [pid: 7|app: 0|req: 1288/2661] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:11:16 2026] POST /v2.0/networks => generated 726 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2662] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:11:16 2026] POST /v2.0/subnets => generated 647 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:11:16.801 7 WARNING neutron.api.v2.base [None req-a9932f45-3aa1-40bf-bf97-2177a49ad0d9 35ddcc8a19b842af9451a14e2feca34d 21209021da4c4db4a27f7fc850872615 - - 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-08-16 14:11:16.802 7 INFO neutron.api.v2.resource [None req-a9932f45-3aa1-40bf-bf97-2177a49ad0d9 35ddcc8a19b842af9451a14e2feca34d 21209021da4c4db4a27f7fc850872615 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1289/2663] 10.0.0.218 () {34 vars in 681 bytes} [Sun Aug 16 14:11:16 2026] POST /v2.0/rbac-policies => generated 547 bytes in 12 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2664] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:11:16 2026] DELETE /v2.0/networks/be2bf1e2-1089-464e-867c-970f8a566ca2 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:11:17.057 7 INFO neutron.db.segments_db [None req-acfd1bcd-5a3d-45a8-b2f8-75579f2a395c 35ddcc8a19b842af9451a14e2feca34d 21209021da4c4db4a27f7fc850872615 - - default default] Added segment 818b7f20-08a8-4b1f-ab37-cd8ca324d2c9 of type vxlan for network 9c36d6d2-2d16-4dff-af7a-880a54f9222e [pid: 7|app: 0|req: 1290/2665] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:11:16 2026] POST /v2.0/networks => generated 727 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2666] 10.0.0.218 () {34 vars in 669 bytes} [Sun Aug 16 14:11:17 2026] POST /v2.0/subnets => generated 647 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2667] 10.0.0.218 () {34 vars in 681 bytes} [Sun Aug 16 14:11:17 2026] POST /v2.0/rbac-policies => generated 324 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2668] 10.0.0.218 () {32 vars in 723 bytes} [Sun Aug 16 14:11:17 2026] GET /v2.0/networks/9c36d6d2-2d16-4dff-af7a-880a54f9222e => generated 655 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:11:18.409 8 INFO neutron.services.segments.plugin [-] Segment 9decd27f-f4a5-429c-8335-37dfe1093592 resource provider aggregate not found 2026-08-16 14:11:18.420 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d7901c4f-c0cc-4c9b-b1e4-b5d8a22e45d1 1080e19b05c045048412f9f82a8d78fa c2b670a0b0344a66baeaf84467d95aa7 - - default default] GET failed (client error): The resource could not be found. 2026-08-16 14:11:18.422 8 INFO neutron.services.segments.plugin [-] Segment 9decd27f-f4a5-429c-8335-37dfe1093592 resource provider aggregate not found [pid: 7|app: 0|req: 1292/2669] 10.0.0.218 () {32 vars in 723 bytes} [Sun Aug 16 14:11:18 2026] GET /v2.0/networks/9c36d6d2-2d16-4dff-af7a-880a54f9222e => generated 138 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-16 14:11:18.422 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9decd27f-f4a5-429c-8335-37dfe1093592 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9decd27f-f4a5-429c-8335-37dfe1093592 found for delete ", "request_id": "req-1e4b2c4a-08fa-4637-aa81-9b3772ce8db0"}]} 2026-08-16 14:11:18.443 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9decd27f-f4a5-429c-8335-37dfe1093592 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9decd27f-f4a5-429c-8335-37dfe1093592 found for delete ", "request_id": "req-5df74269-86be-492e-b1d7-29015490a54c"}]} [pid: 8|app: 0|req: 1378/2670] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:11:18 2026] DELETE /v2.0/networks/9c36d6d2-2d16-4dff-af7a-880a54f9222e => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:11:18.680 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6089cb89-adaf-441c-83c0-adf4fb52e8b2 35ddcc8a19b842af9451a14e2feca34d 21209021da4c4db4a27f7fc850872615 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1293/2671] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:11:18 2026] DELETE /v2.0/subnets/f84a9595-ba3a-41c1-8712-dbbfe9f0c0ca => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-16 14:11:18.701 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a2caa6a9-e66e-42ae-bf66-381aaf52205e 35ddcc8a19b842af9451a14e2feca34d 21209021da4c4db4a27f7fc850872615 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1379/2672] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:11:18 2026] DELETE /v2.0/subnets/d0b83b51-e87e-43d3-a2d8-f922a6ad1ba9 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-16 14:11:18.722 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4a1f4353-2688-4b8c-985f-640e817f527d 35ddcc8a19b842af9451a14e2feca34d 21209021da4c4db4a27f7fc850872615 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1294/2673] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:11:18 2026] DELETE /v2.0/subnets/9bf0c242-2616-44b5-8742-47d9da2cd0ad => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2676] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:11:19 2026] GET /v2.0/security-groups?tenant_id=cdbb9c9a89b641eba6f5ec7f66d447d7&name=default => generated 2929 bytes in 333 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2677] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:11:19 2026] DELETE /v2.0/security-groups/1716cd31-0a0f-4680-9fe1-de3594bff609 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2678] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:11:19 2026] GET /v2.0/security-groups?tenant_id=c2b670a0b0344a66baeaf84467d95aa7&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2679] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:11:20 2026] DELETE /v2.0/security-groups/d01b1f15-6075-473b-9ef5-7c4b82863d70 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2680] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:11:20 2026] GET /v2.0/security-groups?tenant_id=21209021da4c4db4a27f7fc850872615&name=default => generated 2929 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:11:20.447 8 INFO neutron.services.segments.plugin [-] Segment 818b7f20-08a8-4b1f-ab37-cd8ca324d2c9 resource provider aggregate not found 2026-08-16 14:11:20.462 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 818b7f20-08a8-4b1f-ab37-cd8ca324d2c9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 818b7f20-08a8-4b1f-ab37-cd8ca324d2c9 found for delete ", "request_id": "req-1dd3339f-917f-4090-885a-3d15e0b78f6e"}]} 2026-08-16 14:11:20.465 8 INFO neutron.services.segments.plugin [-] Segment 818b7f20-08a8-4b1f-ab37-cd8ca324d2c9 resource provider aggregate not found 2026-08-16 14:11:20.487 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 818b7f20-08a8-4b1f-ab37-cd8ca324d2c9 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 818b7f20-08a8-4b1f-ab37-cd8ca324d2c9 found for delete ", "request_id": "req-30a09cf7-d875-459c-99ee-6a874d902e0c"}]} [pid: 7|app: 0|req: 1299/2681] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:11:20 2026] DELETE /v2.0/security-groups/be68d80b-096d-4c82-9e79-ba596b0a7e45 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:11:24.928 8 INFO neutron.db.segments_db [None req-ea46362b-68dd-43bf-8511-c6d294523ee7 a4a975619489451f84b7f210f81f30b3 80512eb6c6b44eaaa484524022784df3 - - default default] Added segment e753a2f2-12cc-4d80-a2f5-0a15f5ce672b of type vxlan for network 7b152c20-3967-4d98-abab-61b7941bb712 [pid: 8|app: 0|req: 1383/2682] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:11:24 2026] POST /v2.0/networks => generated 631 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:11:25.080 7 INFO neutron.db.segments_db [None req-156c58cc-7993-406a-8da5-648f844afd14 a4a975619489451f84b7f210f81f30b3 80512eb6c6b44eaaa484524022784df3 - - default default] Added segment 7b359804-f1f5-47ab-b66d-c572740222c4 of type vxlan for network 7ecaac4c-c49d-47aa-9c87-8a794a3dbc4e [pid: 7|app: 0|req: 1300/2683] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:11:25 2026] POST /v2.0/networks => generated 632 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:11:25.228 8 INFO neutron.db.segments_db [None req-6fb95241-e390-4d11-9cda-bd0d2f7fb9c5 a4a975619489451f84b7f210f81f30b3 80512eb6c6b44eaaa484524022784df3 - - default default] Added segment 58b58795-3af0-4a85-b4a3-c483f1fd3700 of type vxlan for network a8458f42-0d4c-4517-a919-b6111ab5d4b4 [pid: 8|app: 0|req: 1384/2684] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:11:25 2026] POST /v2.0/networks => generated 631 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:11:25.381 7 INFO neutron.db.segments_db [None req-f433c72a-f219-45d9-ae1c-9e6bee9f639e a4a975619489451f84b7f210f81f30b3 80512eb6c6b44eaaa484524022784df3 - - default default] Added segment 2d1ba653-6d2a-4dae-83b2-409cce670114 of type vxlan for network efd8ab2a-bd05-4ee3-b7e2-bfe35ce0ac37 [pid: 7|app: 0|req: 1301/2685] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:11:25 2026] POST /v2.0/networks => generated 632 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-08-16 14:11:25.538 8 INFO neutron.db.segments_db [None req-7b2012fd-dfcd-46cd-8b72-2d43f50462e7 a4a975619489451f84b7f210f81f30b3 80512eb6c6b44eaaa484524022784df3 - - default default] Added segment 420558d7-a0fb-41bc-b537-062477c97979 of type vxlan for network 22847271-16c1-43b2-b207-b700b3d4e115 [pid: 8|app: 0|req: 1385/2686] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:11:25 2026] POST /v2.0/networks => generated 632 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2687] 10.0.0.218 () {34 vars in 753 bytes} [Sun Aug 16 14:11:25 2026] PUT /v2.0/networks/7b152c20-3967-4d98-abab-61b7941bb712/tags => generated 17 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2688] 10.0.0.218 () {34 vars in 753 bytes} [Sun Aug 16 14:11:25 2026] PUT /v2.0/networks/7ecaac4c-c49d-47aa-9c87-8a794a3dbc4e/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2689] 10.0.0.218 () {34 vars in 753 bytes} [Sun Aug 16 14:11:25 2026] PUT /v2.0/networks/a8458f42-0d4c-4517-a919-b6111ab5d4b4/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2690] 10.0.0.218 () {34 vars in 753 bytes} [Sun Aug 16 14:11:25 2026] PUT /v2.0/networks/efd8ab2a-bd05-4ee3-b7e2-bfe35ce0ac37/tags => generated 19 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2691] 10.0.0.218 () {32 vars in 666 bytes} [Sun Aug 16 14:11:25 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2692] 10.0.0.218 () {32 vars in 680 bytes} [Sun Aug 16 14:11:25 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2693] 10.0.0.218 () {32 vars in 676 bytes} [Sun Aug 16 14:11:26 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2694] 10.0.0.218 () {32 vars in 688 bytes} [Sun Aug 16 14:11:26 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2695] 10.0.0.218 () {32 vars in 674 bytes} [Sun Aug 16 14:11:26 2026] GET /v2.0/networks?not-tags=red => generated 1862 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2696] 10.0.0.218 () {32 vars in 688 bytes} [Sun Aug 16 14:11:26 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2697] 10.0.0.218 () {32 vars in 684 bytes} [Sun Aug 16 14:11:26 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2698] 10.0.0.218 () {32 vars in 696 bytes} [Sun Aug 16 14:11:26 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1862 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2699] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:11:26 2026] DELETE /v2.0/networks/7b152c20-3967-4d98-abab-61b7941bb712 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:11:26.738 7 INFO neutron.services.segments.plugin [-] Segment e753a2f2-12cc-4d80-a2f5-0a15f5ce672b resource provider aggregate not found 2026-08-16 14:11:26.739 7 INFO neutron.services.segments.plugin [-] Segment e753a2f2-12cc-4d80-a2f5-0a15f5ce672b resource provider aggregate not found 2026-08-16 14:11:26.756 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e753a2f2-12cc-4d80-a2f5-0a15f5ce672b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e753a2f2-12cc-4d80-a2f5-0a15f5ce672b found for delete ", "request_id": "req-cc395a7a-5c53-4eaf-8185-3c3d5ea0744e"}]} 2026-08-16 14:11:26.757 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e753a2f2-12cc-4d80-a2f5-0a15f5ce672b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e753a2f2-12cc-4d80-a2f5-0a15f5ce672b found for delete ", "request_id": "req-3a2c178f-08b9-4130-9f57-cc16132695ae"}]} 2026-08-16 14:11:26.789 8 INFO neutron.services.segments.plugin [-] Segment 7b359804-f1f5-47ab-b66d-c572740222c4 resource provider aggregate not found 2026-08-16 14:11:26.792 8 INFO neutron.services.segments.plugin [-] Segment 7b359804-f1f5-47ab-b66d-c572740222c4 resource provider aggregate not found 2026-08-16 14:11:26.816 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7b359804-f1f5-47ab-b66d-c572740222c4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b359804-f1f5-47ab-b66d-c572740222c4 found for delete ", "request_id": "req-7b91bc28-a11f-4714-b2b2-475a402980d0"}]} 2026-08-16 14:11:26.818 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7b359804-f1f5-47ab-b66d-c572740222c4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b359804-f1f5-47ab-b66d-c572740222c4 found for delete ", "request_id": "req-cabf128a-dd75-4cb7-9b49-d0b562a5eb23"}]} [pid: 8|app: 0|req: 1392/2700] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:11:26 2026] DELETE /v2.0/networks/7ecaac4c-c49d-47aa-9c87-8a794a3dbc4e => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2701] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:11:26 2026] DELETE /v2.0/networks/a8458f42-0d4c-4517-a919-b6111ab5d4b4 => 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: 1393/2702] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:11:26 2026] DELETE /v2.0/networks/efd8ab2a-bd05-4ee3-b7e2-bfe35ce0ac37 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2703] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:11:27 2026] DELETE /v2.0/networks/22847271-16c1-43b2-b207-b700b3d4e115 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2704] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:11:28 2026] GET /v2.0/security-groups?tenant_id=80512eb6c6b44eaaa484524022784df3&name=default => generated 2929 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2705] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:11:28 2026] DELETE /v2.0/security-groups/0b3532c3-f918-4566-b855-da1375149652 => 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: 1395/2706] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:11:28 2026] GET /v2.0/security-groups?tenant_id=56fd1ff19e3749108231a6945ed2d27b&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: 1312/2707] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:11:28 2026] DELETE /v2.0/security-groups/d6c28375-d6b6-404c-9efb-e09e02e658e0 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:11:28.785 7 INFO neutron.services.segments.plugin [-] Segment 58b58795-3af0-4a85-b4a3-c483f1fd3700 resource provider aggregate not found 2026-08-16 14:11:28.788 7 INFO neutron.services.segments.plugin [-] Segment 58b58795-3af0-4a85-b4a3-c483f1fd3700 resource provider aggregate not found 2026-08-16 14:11:28.805 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 58b58795-3af0-4a85-b4a3-c483f1fd3700 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58b58795-3af0-4a85-b4a3-c483f1fd3700 found for delete ", "request_id": "req-081b2647-0578-4482-8316-67ef89e0fb52"}]} 2026-08-16 14:11:28.808 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 58b58795-3af0-4a85-b4a3-c483f1fd3700 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58b58795-3af0-4a85-b4a3-c483f1fd3700 found for delete ", "request_id": "req-7e49a1f7-b9dc-4e68-8b8e-3e098484ad5e"}]} 2026-08-16 14:11:28.819 7 INFO neutron.services.segments.plugin [-] Segment 420558d7-a0fb-41bc-b537-062477c97979 resource provider aggregate not found 2026-08-16 14:11:28.826 7 INFO neutron.services.segments.plugin [-] Segment 420558d7-a0fb-41bc-b537-062477c97979 resource provider aggregate not found 2026-08-16 14:11:28.835 8 INFO neutron.services.segments.plugin [-] Segment 2d1ba653-6d2a-4dae-83b2-409cce670114 resource provider aggregate not found 2026-08-16 14:11:28.836 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 420558d7-a0fb-41bc-b537-062477c97979 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 420558d7-a0fb-41bc-b537-062477c97979 found for delete ", "request_id": "req-8eff26d4-8859-4e7d-89fe-f2bafe2d825d"}]} 2026-08-16 14:11:28.841 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 420558d7-a0fb-41bc-b537-062477c97979 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 420558d7-a0fb-41bc-b537-062477c97979 found for delete ", "request_id": "req-e78bd0db-e426-4255-9e34-bd60bac8b319"}]} 2026-08-16 14:11:28.843 8 INFO neutron.services.segments.plugin [-] Segment 2d1ba653-6d2a-4dae-83b2-409cce670114 resource provider aggregate not found 2026-08-16 14:11:28.851 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2d1ba653-6d2a-4dae-83b2-409cce670114 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d1ba653-6d2a-4dae-83b2-409cce670114 found for delete ", "request_id": "req-2f1ff938-7e2b-4e11-bce9-e97018299307"}]} 2026-08-16 14:11:28.859 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2d1ba653-6d2a-4dae-83b2-409cce670114 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d1ba653-6d2a-4dae-83b2-409cce670114 found for delete ", "request_id": "req-22e02f47-976d-4b56-918a-994cf0a9df56"}]} [pid: 8|app: 0|req: 1396/2708] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:11:28 2026] GET /v2.0/security-groups?tenant_id=f2becfb474624bdebea4a3c59a1c3585&name=default => generated 2929 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2709] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:11:28 2026] DELETE /v2.0/security-groups/843cf192-8813-4f20-a073-337d6a0adc13 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:11:32.507 8 INFO neutron.db.segments_db [None req-58dbd588-3431-46db-a662-7367d71a476e 0b65e5f2652843a78d6fcd0317308171 e8bc7b6bd30c4e91b58449651ecde4f8 - - default default] Added segment 1e6969c0-263e-41f9-8f8e-91ca4ea0c727 of type vxlan for network 6b6a2b1c-15b0-4103-b987-65d569e429dc [pid: 8|app: 0|req: 1397/2710] 10.0.0.218 () {34 vars in 670 bytes} [Sun Aug 16 14:11:32 2026] POST /v2.0/networks => generated 632 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2711] 10.0.0.218 () {34 vars in 753 bytes} [Sun Aug 16 14:11:32 2026] PUT /v2.0/networks/6b6a2b1c-15b0-4103-b987-65d569e429dc/tags => generated 25 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2712] 10.0.0.218 () {32 vars in 733 bytes} [Sun Aug 16 14:11:32 2026] GET /v2.0/networks/6b6a2b1c-15b0-4103-b987-65d569e429dc/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2713] 10.0.0.218 () {34 vars in 764 bytes} [Sun Aug 16 14:11:32 2026] PUT /v2.0/networks/6b6a2b1c-15b0-4103-b987-65d569e429dc/tags/green => generated 4 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2714] 10.0.0.218 () {32 vars in 733 bytes} [Sun Aug 16 14:11:32 2026] GET /v2.0/networks/6b6a2b1c-15b0-4103-b987-65d569e429dc/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2715] 10.0.0.218 () {34 vars in 760 bytes} [Sun Aug 16 14:11:32 2026] PUT /v2.0/networks/6b6a2b1c-15b0-4103-b987-65d569e429dc/tags/red => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2716] 10.0.0.218 () {32 vars in 733 bytes} [Sun Aug 16 14:11:32 2026] GET /v2.0/networks/6b6a2b1c-15b0-4103-b987-65d569e429dc/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2717] 10.0.0.218 () {34 vars in 782 bytes} [Sun Aug 16 14:11:32 2026] PUT /v2.0/networks/6b6a2b1c-15b0-4103-b987-65d569e429dc/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: 8|app: 0|req: 1401/2718] 10.0.0.218 () {32 vars in 733 bytes} [Sun Aug 16 14:11:33 2026] GET /v2.0/networks/6b6a2b1c-15b0-4103-b987-65d569e429dc/tags => generated 52 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2719] 10.0.0.218 () {34 vars in 753 bytes} [Sun Aug 16 14:11:33 2026] PUT /v2.0/networks/6b6a2b1c-15b0-4103-b987-65d569e429dc/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: 1402/2720] 10.0.0.218 () {32 vars in 733 bytes} [Sun Aug 16 14:11:33 2026] GET /v2.0/networks/6b6a2b1c-15b0-4103-b987-65d569e429dc/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2721] 10.0.0.218 () {32 vars in 741 bytes} [Sun Aug 16 14:11:33 2026] GET /v2.0/networks/6b6a2b1c-15b0-4103-b987-65d569e429dc/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:11:33.305 8 INFO neutron.api.v2.resource [None req-44642696-09c8-437d-a704-41de1aa07784 0b65e5f2652843a78d6fcd0317308171 e8bc7b6bd30c4e91b58449651ecde4f8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1403/2722] 10.0.0.218 () {32 vars in 745 bytes} [Sun Aug 16 14:11:33 2026] GET /v2.0/networks/6b6a2b1c-15b0-4103-b987-65d569e429dc/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2723] 10.0.0.218 () {32 vars in 744 bytes} [Sun Aug 16 14:11:33 2026] DELETE /v2.0/networks/6b6a2b1c-15b0-4103-b987-65d569e429dc/tags/red => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2724] 10.0.0.218 () {32 vars in 733 bytes} [Sun Aug 16 14:11:33 2026] GET /v2.0/networks/6b6a2b1c-15b0-4103-b987-65d569e429dc/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:11:33.480 7 INFO neutron.api.v2.resource [None req-6ea2125f-29c3-4493-a702-c0f3ac589ac9 0b65e5f2652843a78d6fcd0317308171 e8bc7b6bd30c4e91b58449651ecde4f8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1321/2725] 10.0.0.218 () {32 vars in 748 bytes} [Sun Aug 16 14:11:33 2026] DELETE /v2.0/networks/6b6a2b1c-15b0-4103-b987-65d569e429dc/tags/green => generated 99 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2726] 10.0.0.218 () {32 vars in 736 bytes} [Sun Aug 16 14:11:33 2026] DELETE /v2.0/networks/6b6a2b1c-15b0-4103-b987-65d569e429dc/tags => 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: 1322/2727] 10.0.0.218 () {32 vars in 733 bytes} [Sun Aug 16 14:11:33 2026] GET /v2.0/networks/6b6a2b1c-15b0-4103-b987-65d569e429dc/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:11:33.735 8 INFO neutron.services.segments.plugin [-] Segment 1e6969c0-263e-41f9-8f8e-91ca4ea0c727 resource provider aggregate not found 2026-08-16 14:11:33.744 8 INFO neutron.services.segments.plugin [-] Segment 1e6969c0-263e-41f9-8f8e-91ca4ea0c727 resource provider aggregate not found 2026-08-16 14:11:33.764 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1e6969c0-263e-41f9-8f8e-91ca4ea0c727 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e6969c0-263e-41f9-8f8e-91ca4ea0c727 found for delete ", "request_id": "req-6e7a37dc-6bd8-4dab-8a5d-a4f35c59d484"}]} 2026-08-16 14:11:33.774 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1e6969c0-263e-41f9-8f8e-91ca4ea0c727 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1e6969c0-263e-41f9-8f8e-91ca4ea0c727 found for delete ", "request_id": "req-d92e86ff-8d8c-4be1-89b5-8d5f0a2d6e5f"}]} [pid: 8|app: 0|req: 1406/2728] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:11:33 2026] DELETE /v2.0/networks/6b6a2b1c-15b0-4103-b987-65d569e429dc => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2729] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:11:34 2026] GET /v2.0/security-groups?tenant_id=e8bc7b6bd30c4e91b58449651ecde4f8&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2732] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:11:34 2026] DELETE /v2.0/security-groups/20be1141-ae58-423f-8a42-921248e1dac8 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2733] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:11:34 2026] GET /v2.0/security-groups?tenant_id=882ade72d8a64da0bf0547dfdc294a9c&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2734] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:11:34 2026] DELETE /v2.0/security-groups/1fa367a8-59dc-40d2-8e73-d21c9b3cf6d5 => 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: 1327/2735] 199.204.45.205 () {30 vars in 703 bytes} [Sun Aug 16 14:11:37 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2736] 199.204.45.205 () {30 vars in 705 bytes} [Sun Aug 16 14:11:37 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2737] 199.204.45.205 () {30 vars in 681 bytes} [Sun Aug 16 14:11:37 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2738] 199.204.45.205 () {30 vars in 717 bytes} [Sun Aug 16 14:11:37 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2739] 199.204.45.205 () {30 vars in 741 bytes} [Sun Aug 16 14:11:37 2026] GET /v2.0/subnets/c494e348-7ec5-4350-814b-2a0f3048ad7c => generated 675 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2740] 199.204.45.205 () {30 vars in 769 bytes} [Sun Aug 16 14:11:37 2026] GET /v2.0/ports?device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => generated 1248 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2741] 199.204.45.205 () {34 vars in 717 bytes} [Sun Aug 16 14:11:37 2026] POST /v2.0/ports => generated 1059 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2742] 10.0.0.236 () {34 vars in 971 bytes} [Sun Aug 16 14:11:37 2026] GET /v2.0/ports/edf04a18-1463-4775-b40a-63fdaa8e5c4c => generated 1059 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2743] 10.0.0.236 () {34 vars in 907 bytes} [Sun Aug 16 14:11:37 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2744] 10.0.0.218 () {34 vars in 676 bytes} [Sun Aug 16 14:11:37 2026] POST /v2.0/subnetpools => generated 516 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2745] 10.0.0.218 () {34 vars in 759 bytes} [Sun Aug 16 14:11:38 2026] PUT /v2.0/subnetpools/b5353401-6b7d-4d46-be54-7629669d1a46/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2746] 10.0.0.218 () {32 vars in 739 bytes} [Sun Aug 16 14:11:38 2026] GET /v2.0/subnetpools/b5353401-6b7d-4d46-be54-7629669d1a46/tags => generated 25 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2747] 10.0.0.218 () {34 vars in 770 bytes} [Sun Aug 16 14:11:38 2026] PUT /v2.0/subnetpools/b5353401-6b7d-4d46-be54-7629669d1a46/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: 1414/2748] 10.0.0.218 () {32 vars in 739 bytes} [Sun Aug 16 14:11:38 2026] GET /v2.0/subnetpools/b5353401-6b7d-4d46-be54-7629669d1a46/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2749] 10.0.0.218 () {34 vars in 766 bytes} [Sun Aug 16 14:11:38 2026] PUT /v2.0/subnetpools/b5353401-6b7d-4d46-be54-7629669d1a46/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: 1415/2750] 10.0.0.218 () {32 vars in 739 bytes} [Sun Aug 16 14:11:38 2026] GET /v2.0/subnetpools/b5353401-6b7d-4d46-be54-7629669d1a46/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2751] 10.0.0.218 () {34 vars in 788 bytes} [Sun Aug 16 14:11:38 2026] PUT /v2.0/subnetpools/b5353401-6b7d-4d46-be54-7629669d1a46/tags/black.or.white => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2752] 10.0.0.218 () {32 vars in 739 bytes} [Sun Aug 16 14:11:38 2026] GET /v2.0/subnetpools/b5353401-6b7d-4d46-be54-7629669d1a46/tags => generated 52 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2753] 10.0.0.218 () {34 vars in 759 bytes} [Sun Aug 16 14:11:38 2026] PUT /v2.0/subnetpools/b5353401-6b7d-4d46-be54-7629669d1a46/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2754] 10.0.0.218 () {32 vars in 739 bytes} [Sun Aug 16 14:11:38 2026] GET /v2.0/subnetpools/b5353401-6b7d-4d46-be54-7629669d1a46/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2755] 10.0.0.218 () {32 vars in 747 bytes} [Sun Aug 16 14:11:38 2026] GET /v2.0/subnetpools/b5353401-6b7d-4d46-be54-7629669d1a46/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:11:38.568 8 INFO neutron.api.v2.resource [None req-48fbd3a4-538d-4e49-b42e-577e0b2c2d0c e5d6e676db644977823f907477e10513 94c6411efd4e4c0a8e930df64f4bea23 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1418/2756] 10.0.0.218 () {32 vars in 751 bytes} [Sun Aug 16 14:11:38 2026] GET /v2.0/subnetpools/b5353401-6b7d-4d46-be54-7629669d1a46/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2757] 10.0.0.218 () {32 vars in 750 bytes} [Sun Aug 16 14:11:38 2026] DELETE /v2.0/subnetpools/b5353401-6b7d-4d46-be54-7629669d1a46/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2758] 10.0.0.218 () {32 vars in 739 bytes} [Sun Aug 16 14:11:38 2026] GET /v2.0/subnetpools/b5353401-6b7d-4d46-be54-7629669d1a46/tags => generated 30 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:11:38.704 7 INFO neutron.api.v2.resource [None req-9a2b589f-7248-4d6f-b693-164df91c32e8 e5d6e676db644977823f907477e10513 94c6411efd4e4c0a8e930df64f4bea23 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1340/2759] 10.0.0.218 () {32 vars in 754 bytes} [Sun Aug 16 14:11:38 2026] DELETE /v2.0/subnetpools/b5353401-6b7d-4d46-be54-7629669d1a46/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2760] 10.0.0.218 () {32 vars in 742 bytes} [Sun Aug 16 14:11:38 2026] DELETE /v2.0/subnetpools/b5353401-6b7d-4d46-be54-7629669d1a46/tags => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2761] 10.0.0.218 () {32 vars in 739 bytes} [Sun Aug 16 14:11:38 2026] GET /v2.0/subnetpools/b5353401-6b7d-4d46-be54-7629669d1a46/tags => 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: 1421/2762] 10.0.0.218 () {32 vars in 732 bytes} [Sun Aug 16 14:11:38 2026] DELETE /v2.0/subnetpools/b5353401-6b7d-4d46-be54-7629669d1a46 => 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: 1342/2763] 199.204.45.205 () {34 vars in 1262 bytes} [Sun Aug 16 14:11:39 2026] GET /v2.0/ports/edf04a18-1463-4775-b40a-63fdaa8e5c4c?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2764] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:11:39 2026] GET /v2.0/networks/f63e5025-b94e-4451-b56b-4e70c1abbb48?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2765] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:11:39 2026] GET /v2.0/networks/f63e5025-b94e-4451-b56b-4e70c1abbb48?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: 1344/2766] 199.204.45.205 () {34 vars in 975 bytes} [Sun Aug 16 14:11:39 2026] GET /v2.0/ports/edf04a18-1463-4775-b40a-63fdaa8e5c4c => generated 1059 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2767] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:11:39 2026] GET /v2.0/security-groups?tenant_id=94c6411efd4e4c0a8e930df64f4bea23&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: 1345/2768] 199.204.45.205 () {34 vars in 986 bytes} [Sun Aug 16 14:11:39 2026] GET /v2.0/networks?id=f63e5025-b94e-4451-b56b-4e70c1abbb48 => generated 802 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2769] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:11:39 2026] DELETE /v2.0/security-groups/c7e151ce-fec7-4836-9e04-79f1fca962da => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2770] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:11:39 2026] GET /v2.0/security-groups?tenant_id=6cdcf19fe4dc4dafac4b9d92f53eb42a&name=default => generated 2929 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2771] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:11:40 2026] DELETE /v2.0/security-groups/5d0be7e0-3725-45b3-9c06-275b6bfaeb6f => 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: 1346/2772] 199.204.45.205 () {38 vars in 1028 bytes} [Sun Aug 16 14:11:39 2026] PUT /v2.0/ports/edf04a18-1463-4775-b40a-63fdaa8e5c4c => generated 1249 bytes in 448 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:11:40.415 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-85a0f87f-ddbc-4306-ba37-b78d1a970438'] response: {'name': 'network-changed', 'server_uuid': '4ddfa565-176e-49a0-bdd2-e1496241d67b', 'tag': 'edf04a18-1463-4775-b40a-63fdaa8e5c4c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1427/2773] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:11:40 2026] GET /v2.0/ports?tenant_id=8f4899f6a15547a2ad17d699395f0cad&device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => generated 2489 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2774] 199.204.45.205 () {34 vars in 986 bytes} [Sun Aug 16 14:11:40 2026] GET /v2.0/networks?id=f63e5025-b94e-4451-b56b-4e70c1abbb48 => generated 802 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2775] 199.204.45.205 () {34 vars in 1058 bytes} [Sun Aug 16 14:11:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.190&port_id=edf04a18-1463-4775-b40a-63fdaa8e5c4c => 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: 1348/2776] 199.204.45.205 () {34 vars in 984 bytes} [Sun Aug 16 14:11:41 2026] GET /v2.0/subnets?id=c494e348-7ec5-4350-814b-2a0f3048ad7c => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2777] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:11:41 2026] GET /v2.0/ports?network_id=f63e5025-b94e-4451-b56b-4e70c1abbb48&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2778] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:11:41 2026] GET /v2.0/networks/f63e5025-b94e-4451-b56b-4e70c1abbb48?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2779] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:11:41 2026] GET /v2.0/networks/f63e5025-b94e-4451-b56b-4e70c1abbb48?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: 1350/2780] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:11:42 2026] GET /v2.0/ports?tenant_id=8f4899f6a15547a2ad17d699395f0cad&device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => generated 2489 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2781] 199.204.45.205 () {34 vars in 1062 bytes} [Sun Aug 16 14:11:42 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.195&port_id=60fc1e29-c7c8-4507-b413-0055dc797e92 => 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: 1351/2782] 199.204.45.205 () {34 vars in 984 bytes} [Sun Aug 16 14:11:42 2026] GET /v2.0/subnets?id=3e61ded5-5ed1-4510-ac6b-5c504370d3a0 => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2783] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:11:42 2026] GET /v2.0/ports?network_id=86ad5103-e965-414f-870f-b34ba647c854&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2784] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:11:42 2026] GET /v2.0/networks/86ad5103-e965-414f-870f-b34ba647c854?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2785] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:11:42 2026] GET /v2.0/networks/86ad5103-e965-414f-870f-b34ba647c854?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2786] 199.204.45.205 () {34 vars in 1058 bytes} [Sun Aug 16 14:11:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.190&port_id=edf04a18-1463-4775-b40a-63fdaa8e5c4c => 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: 1434/2787] 199.204.45.205 () {34 vars in 984 bytes} [Sun Aug 16 14:11:42 2026] GET /v2.0/subnets?id=c494e348-7ec5-4350-814b-2a0f3048ad7c => generated 678 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2788] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:11:42 2026] GET /v2.0/ports?network_id=f63e5025-b94e-4451-b56b-4e70c1abbb48&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2789] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:11:42 2026] GET /v2.0/networks/f63e5025-b94e-4451-b56b-4e70c1abbb48?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2790] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:11:42 2026] GET /v2.0/networks/f63e5025-b94e-4451-b56b-4e70c1abbb48?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: 1436/2791] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:11:43 2026] GET /v2.0/security-groups?tenant_id=4dab6d84b1b4437c96f4e2ab4dc38602&name=default => generated 2929 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2792] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:11:43 2026] DELETE /v2.0/security-groups/a736bae4-7e4b-477f-ad10-cc3c0124a63d => 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: 1437/2793] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:11:44 2026] GET /v2.0/security-groups?tenant_id=d4b4b90110484bb1b790e30bc4b6a75f&name=default => generated 2929 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2794] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:11:44 2026] DELETE /v2.0/security-groups/ccf38a0b-7c38-4b2e-9355-252fe682e26b => 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: 1438/2795] 10.0.0.236 () {34 vars in 971 bytes} [Sun Aug 16 14:11:46 2026] GET /v2.0/ports/edf04a18-1463-4775-b40a-63fdaa8e5c4c => generated 1251 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2796] 199.204.45.205 () {34 vars in 789 bytes} [Sun Aug 16 14:11:46 2026] PUT /v2.0/ports/edf04a18-1463-4775-b40a-63fdaa8e5c4c => generated 1276 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:11:46.809 8 INFO neutron.api.v2.resource [None req-7d953601-3128-4c25-90ab-0ba54bd3bcaa ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1439/2797] 199.204.45.205 () {30 vars in 763 bytes} [Sun Aug 16 14:11:46 2026] GET /v2.0/security-groups/lb-197b7635-8a22-4efe-9608-e1f86b3b5f66 => generated 149 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-16 14:11:46.830 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-af982adf-6059-41c6-b1fa-faa271eacff3'] response: {'name': 'network-changed', 'server_uuid': '4ddfa565-176e-49a0-bdd2-e1496241d67b', 'tag': 'edf04a18-1463-4775-b40a-63fdaa8e5c4c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1359/2798] 199.204.45.205 () {30 vars in 785 bytes} [Sun Aug 16 14:11:46 2026] GET /v2.0/security-groups?name=lb-197b7635-8a22-4efe-9608-e1f86b3b5f66 => generated 1639 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2799] 199.204.45.205 () {34 vars in 789 bytes} [Sun Aug 16 14:11:46 2026] PUT /v2.0/ports/edf04a18-1463-4775-b40a-63fdaa8e5c4c => generated 1314 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:11:47.113 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8e253885-8c1f-4604-89fe-26b693d2702c'] response: {'name': 'network-changed', 'server_uuid': '4ddfa565-176e-49a0-bdd2-e1496241d67b', 'tag': 'edf04a18-1463-4775-b40a-63fdaa8e5c4c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1360/2800] 199.204.45.205 () {30 vars in 703 bytes} [Sun Aug 16 14:11:47 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1441/2801] 199.204.45.205 () {30 vars in 705 bytes} [Sun Aug 16 14:11:47 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: 1361/2802] 199.204.45.205 () {30 vars in 681 bytes} [Sun Aug 16 14:11:47 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: 1442/2803] 199.204.45.205 () {30 vars in 717 bytes} [Sun Aug 16 14:11:47 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: 1362/2804] 199.204.45.205 () {30 vars in 741 bytes} [Sun Aug 16 14:11:47 2026] GET /v2.0/subnets/c494e348-7ec5-4350-814b-2a0f3048ad7c => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2805] 199.204.45.205 () {30 vars in 737 bytes} [Sun Aug 16 14:11:47 2026] GET /v2.0/ports/62f07916-28d7-4977-870c-597df7a81537 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2806] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:11:47 2026] GET /v2.0/ports?tenant_id=8f4899f6a15547a2ad17d699395f0cad&device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => generated 2590 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2807] 199.204.45.205 () {30 vars in 737 bytes} [Sun Aug 16 14:11:47 2026] GET /v2.0/ports/edf04a18-1463-4775-b40a-63fdaa8e5c4c => generated 1350 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2808] 199.204.45.205 () {34 vars in 986 bytes} [Sun Aug 16 14:11:47 2026] GET /v2.0/networks?id=f63e5025-b94e-4451-b56b-4e70c1abbb48 => generated 802 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2809] 199.204.45.205 () {30 vars in 741 bytes} [Sun Aug 16 14:11:47 2026] GET /v2.0/subnets/c494e348-7ec5-4350-814b-2a0f3048ad7c => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2810] 199.204.45.205 () {34 vars in 1058 bytes} [Sun Aug 16 14:11:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.190&port_id=edf04a18-1463-4775-b40a-63fdaa8e5c4c => 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: 1446/2811] 199.204.45.205 () {30 vars in 743 bytes} [Sun Aug 16 14:11:47 2026] GET /v2.0/networks/f63e5025-b94e-4451-b56b-4e70c1abbb48 => generated 799 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2812] 199.204.45.205 () {34 vars in 984 bytes} [Sun Aug 16 14:11:47 2026] GET /v2.0/subnets?id=c494e348-7ec5-4350-814b-2a0f3048ad7c => generated 678 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2813] 199.204.45.205 () {30 vars in 737 bytes} [Sun Aug 16 14:11:47 2026] GET /v2.0/ports/62f07916-28d7-4977-870c-597df7a81537 => generated 1132 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2814] 199.204.45.205 () {30 vars in 741 bytes} [Sun Aug 16 14:11:47 2026] GET /v2.0/subnets/c494e348-7ec5-4350-814b-2a0f3048ad7c => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2815] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:11:47 2026] GET /v2.0/ports?network_id=f63e5025-b94e-4451-b56b-4e70c1abbb48&device_owner=network%3Adhcp => generated 1461 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2816] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:11:47 2026] GET /v2.0/networks/f63e5025-b94e-4451-b56b-4e70c1abbb48?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: 1368/2817] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:11:47 2026] GET /v2.0/networks/f63e5025-b94e-4451-b56b-4e70c1abbb48?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: 1450/2818] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:11:48 2026] GET /v2.0/ports?tenant_id=8f4899f6a15547a2ad17d699395f0cad&device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => generated 2590 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2819] 199.204.45.205 () {34 vars in 986 bytes} [Sun Aug 16 14:11:48 2026] GET /v2.0/networks?id=f63e5025-b94e-4451-b56b-4e70c1abbb48 => generated 802 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2820] 199.204.45.205 () {34 vars in 1058 bytes} [Sun Aug 16 14:11:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.190&port_id=edf04a18-1463-4775-b40a-63fdaa8e5c4c => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2821] 199.204.45.205 () {34 vars in 984 bytes} [Sun Aug 16 14:11:48 2026] GET /v2.0/subnets?id=c494e348-7ec5-4350-814b-2a0f3048ad7c => 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: 1452/2822] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:11:48 2026] GET /v2.0/ports?network_id=f63e5025-b94e-4451-b56b-4e70c1abbb48&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2823] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:11:48 2026] GET /v2.0/networks/f63e5025-b94e-4451-b56b-4e70c1abbb48?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: 1453/2824] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:11:48 2026] GET /v2.0/networks/f63e5025-b94e-4451-b56b-4e70c1abbb48?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) 2026-08-16 14:11:57.149 8 INFO neutron.db.l3_db [None req-3a219600-492f-407b-a1f2-0f179895d48f 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] Floating IP 7b2d3d9e-c6d6-4298-9a68-d57667c2983e associated. External IP: 10.96.250.204, port: 62f07916-28d7-4977-870c-597df7a81537. [pid: 8|app: 0|req: 1455/2827] 10.0.0.218 () {34 vars in 677 bytes} [Sun Aug 16 14:11:56 2026] POST /v2.0/floatingips => generated 899 bytes in 1031 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2828] 199.204.45.205 () {30 vars in 703 bytes} [Sun Aug 16 14:12:00 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: 1456/2829] 199.204.45.205 () {30 vars in 705 bytes} [Sun Aug 16 14:12:00 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: 1374/2830] 199.204.45.205 () {30 vars in 681 bytes} [Sun Aug 16 14:12:00 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: 1457/2831] 199.204.45.205 () {30 vars in 717 bytes} [Sun Aug 16 14:12:00 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:12:00.647 7 INFO neutron.api.v2.resource [None req-613985fe-7803-4760-a19f-7702128c8043 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1375/2832] 199.204.45.205 () {30 vars in 763 bytes} [Sun Aug 16 14:12:00 2026] GET /v2.0/security-groups/lb-197b7635-8a22-4efe-9608-e1f86b3b5f66 => 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: 1458/2833] 199.204.45.205 () {30 vars in 785 bytes} [Sun Aug 16 14:12:00 2026] GET /v2.0/security-groups?name=lb-197b7635-8a22-4efe-9608-e1f86b3b5f66 => generated 1639 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2834] 199.204.45.205 () {30 vars in 815 bytes} [Sun Aug 16 14:12:00 2026] GET /v2.0/security-group-rules?security_group_id=d7f9996d-91ab-4b95-b430-4fe5f3d486d7 => 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: 1459/2835] 199.204.45.205 () {34 vars in 747 bytes} [Sun Aug 16 14:12:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2836] 199.204.45.205 () {34 vars in 747 bytes} [Sun Aug 16 14:12:00 2026] POST /v2.0/security-group-rules => generated 601 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2839] 10.0.0.201 () {30 vars in 690 bytes} [Sun Aug 16 14:12:09 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2840] 10.0.0.201 () {30 vars in 692 bytes} [Sun Aug 16 14:12:09 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2841] 10.0.0.201 () {30 vars in 668 bytes} [Sun Aug 16 14:12:09 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2842] 10.0.0.201 () {30 vars in 704 bytes} [Sun Aug 16 14:12:09 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2843] 10.0.0.201 () {28 vars in 439 bytes} [Sun Aug 16 14:12:09 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: 1381/2844] 10.0.0.201 () {30 vars in 728 bytes} [Sun Aug 16 14:12:09 2026] GET /v2.0/subnets/7e4980fd-9f1d-4158-af62-d7d024379fb1 => generated 655 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2845] 199.204.45.205 () {30 vars in 703 bytes} [Sun Aug 16 14:12:10 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: 1382/2846] 199.204.45.205 () {30 vars in 705 bytes} [Sun Aug 16 14:12:10 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: 1465/2847] 199.204.45.205 () {30 vars in 681 bytes} [Sun Aug 16 14:12:10 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2848] 199.204.45.205 () {30 vars in 717 bytes} [Sun Aug 16 14:12:10 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: 8|app: 0|req: 1466/2849] 199.204.45.205 () {30 vars in 741 bytes} [Sun Aug 16 14:12:10 2026] GET /v2.0/subnets/7e4980fd-9f1d-4158-af62-d7d024379fb1 => generated 673 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2850] 199.204.45.205 () {30 vars in 769 bytes} [Sun Aug 16 14:12:10 2026] GET /v2.0/ports?device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => generated 2590 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2851] 199.204.45.205 () {30 vars in 703 bytes} [Sun Aug 16 14:12:11 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: 1385/2852] 199.204.45.205 () {30 vars in 705 bytes} [Sun Aug 16 14:12:11 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2853] 199.204.45.205 () {30 vars in 681 bytes} [Sun Aug 16 14:12:11 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2854] 199.204.45.205 () {30 vars in 717 bytes} [Sun Aug 16 14:12:11 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: 8|app: 0|req: 1469/2855] 199.204.45.205 () {34 vars in 717 bytes} [Sun Aug 16 14:12:11 2026] POST /v2.0/ports => generated 1324 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2856] 10.0.0.236 () {34 vars in 971 bytes} [Sun Aug 16 14:12:11 2026] GET /v2.0/ports/9c7b8991-10c1-46a7-a567-270f9049b754 => generated 1324 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1470/2857] 199.204.45.205 () {34 vars in 1262 bytes} [Sun Aug 16 14:12:12 2026] GET /v2.0/ports/9c7b8991-10c1-46a7-a567-270f9049b754?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2858] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:12:12 2026] GET /v2.0/networks/2272116d-7e44-4c18-95be-f8916440dad6?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2859] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:12:12 2026] GET /v2.0/networks/2272116d-7e44-4c18-95be-f8916440dad6?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: 1389/2860] 199.204.45.205 () {34 vars in 975 bytes} [Sun Aug 16 14:12:13 2026] GET /v2.0/ports/9c7b8991-10c1-46a7-a567-270f9049b754 => generated 1324 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2861] 199.204.45.205 () {34 vars in 986 bytes} [Sun Aug 16 14:12:13 2026] GET /v2.0/networks?id=2272116d-7e44-4c18-95be-f8916440dad6 => generated 800 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2862] 199.204.45.205 () {38 vars in 1028 bytes} [Sun Aug 16 14:12:13 2026] PUT /v2.0/ports/9c7b8991-10c1-46a7-a567-270f9049b754 => generated 1514 bytes in 468 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:12:13.883 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6a732648-4873-4f4b-ac4d-4f5e31fb8da9'] response: {'name': 'network-changed', 'server_uuid': '4ddfa565-176e-49a0-bdd2-e1496241d67b', 'tag': '9c7b8991-10c1-46a7-a567-270f9049b754', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1473/2863] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:12:14 2026] GET /v2.0/ports?tenant_id=8f4899f6a15547a2ad17d699395f0cad&device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => generated 4096 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1391/2864] 199.204.45.205 () {34 vars in 986 bytes} [Sun Aug 16 14:12:14 2026] GET /v2.0/networks?id=2272116d-7e44-4c18-95be-f8916440dad6 => generated 800 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2865] 199.204.45.205 () {34 vars in 1058 bytes} [Sun Aug 16 14:12:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.184&port_id=9c7b8991-10c1-46a7-a567-270f9049b754 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2866] 199.204.45.205 () {34 vars in 1102 bytes} [Sun Aug 16 14:12:14 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Acd&port_id=9c7b8991-10c1-46a7-a567-270f9049b754 => 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: 1475/2867] 199.204.45.205 () {34 vars in 1064 bytes} [Sun Aug 16 14:12:14 2026] GET /v2.0/subnets?id=5c70aa18-837d-482b-b29e-f35bf2437c82&id=7e4980fd-9f1d-4158-af62-d7d024379fb1 => generated 1409 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2868] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:12:14 2026] GET /v2.0/ports?network_id=2272116d-7e44-4c18-95be-f8916440dad6&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2869] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:12:14 2026] GET /v2.0/ports?network_id=2272116d-7e44-4c18-95be-f8916440dad6&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: 7|app: 0|req: 1394/2870] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:12:14 2026] GET /v2.0/networks/2272116d-7e44-4c18-95be-f8916440dad6?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: 1477/2871] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:12:14 2026] GET /v2.0/networks/2272116d-7e44-4c18-95be-f8916440dad6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2872] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:12:15 2026] GET /v2.0/ports?tenant_id=8f4899f6a15547a2ad17d699395f0cad&device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => generated 4096 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2873] 199.204.45.205 () {34 vars in 1062 bytes} [Sun Aug 16 14:12:15 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.195&port_id=60fc1e29-c7c8-4507-b413-0055dc797e92 => 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: 1396/2874] 199.204.45.205 () {34 vars in 984 bytes} [Sun Aug 16 14:12:15 2026] GET /v2.0/subnets?id=3e61ded5-5ed1-4510-ac6b-5c504370d3a0 => 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: 1479/2875] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:12:15 2026] GET /v2.0/ports?network_id=86ad5103-e965-414f-870f-b34ba647c854&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2876] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:12:15 2026] GET /v2.0/networks/86ad5103-e965-414f-870f-b34ba647c854?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: 1480/2877] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:12:16 2026] GET /v2.0/networks/86ad5103-e965-414f-870f-b34ba647c854?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2878] 199.204.45.205 () {34 vars in 1058 bytes} [Sun Aug 16 14:12:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.190&port_id=edf04a18-1463-4775-b40a-63fdaa8e5c4c => 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: 1481/2879] 199.204.45.205 () {34 vars in 984 bytes} [Sun Aug 16 14:12:16 2026] GET /v2.0/subnets?id=c494e348-7ec5-4350-814b-2a0f3048ad7c => generated 678 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2880] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:12:16 2026] GET /v2.0/ports?network_id=f63e5025-b94e-4451-b56b-4e70c1abbb48&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: 1482/2881] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:12:16 2026] GET /v2.0/networks/f63e5025-b94e-4451-b56b-4e70c1abbb48?fields=segments => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2882] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:12:16 2026] GET /v2.0/networks/f63e5025-b94e-4451-b56b-4e70c1abbb48?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: 1483/2883] 199.204.45.205 () {34 vars in 1058 bytes} [Sun Aug 16 14:12:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.184&port_id=9c7b8991-10c1-46a7-a567-270f9049b754 => 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: 1401/2884] 199.204.45.205 () {34 vars in 1102 bytes} [Sun Aug 16 14:12:16 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Acd&port_id=9c7b8991-10c1-46a7-a567-270f9049b754 => 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: 1484/2885] 199.204.45.205 () {34 vars in 1064 bytes} [Sun Aug 16 14:12:16 2026] GET /v2.0/subnets?id=5c70aa18-837d-482b-b29e-f35bf2437c82&id=7e4980fd-9f1d-4158-af62-d7d024379fb1 => generated 1409 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2886] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:12:16 2026] GET /v2.0/ports?network_id=2272116d-7e44-4c18-95be-f8916440dad6&device_owner=network%3Adhcp => generated 1457 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2887] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:12:16 2026] GET /v2.0/ports?network_id=2272116d-7e44-4c18-95be-f8916440dad6&device_owner=network%3Adhcp => generated 1457 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2888] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:12:16 2026] GET /v2.0/networks/2272116d-7e44-4c18-95be-f8916440dad6?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/2889] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:12:16 2026] GET /v2.0/networks/2272116d-7e44-4c18-95be-f8916440dad6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2892] 10.0.0.236 () {34 vars in 971 bytes} [Sun Aug 16 14:12:20 2026] GET /v2.0/ports/9c7b8991-10c1-46a7-a567-270f9049b754 => generated 1516 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2893] 199.204.45.205 () {30 vars in 743 bytes} [Sun Aug 16 14:12:20 2026] GET /v2.0/networks/2272116d-7e44-4c18-95be-f8916440dad6 => generated 797 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/2894] 199.204.45.205 () {30 vars in 741 bytes} [Sun Aug 16 14:12:20 2026] GET /v2.0/subnets/7e4980fd-9f1d-4158-af62-d7d024379fb1 => generated 673 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2895] 199.204.45.205 () {30 vars in 741 bytes} [Sun Aug 16 14:12:20 2026] GET /v2.0/subnets/5c70aa18-837d-482b-b29e-f35bf2437c82 => generated 743 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2896] 199.204.45.205 () {30 vars in 703 bytes} [Sun Aug 16 14:12:20 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: 7|app: 0|req: 1407/2897] 199.204.45.205 () {30 vars in 705 bytes} [Sun Aug 16 14:12:20 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: 1491/2898] 199.204.45.205 () {30 vars in 681 bytes} [Sun Aug 16 14:12:20 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: 1408/2899] 199.204.45.205 () {30 vars in 717 bytes} [Sun Aug 16 14:12:20 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: 1492/2900] 199.204.45.205 () {30 vars in 741 bytes} [Sun Aug 16 14:12:20 2026] GET /v2.0/subnets/c494e348-7ec5-4350-814b-2a0f3048ad7c => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2901] 199.204.45.205 () {30 vars in 737 bytes} [Sun Aug 16 14:12:21 2026] GET /v2.0/ports/62f07916-28d7-4977-870c-597df7a81537 => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/2902] 199.204.45.205 () {30 vars in 737 bytes} [Sun Aug 16 14:12:21 2026] GET /v2.0/ports/edf04a18-1463-4775-b40a-63fdaa8e5c4c => generated 1350 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2903] 199.204.45.205 () {30 vars in 741 bytes} [Sun Aug 16 14:12:21 2026] GET /v2.0/subnets/c494e348-7ec5-4350-814b-2a0f3048ad7c => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/2904] 199.204.45.205 () {30 vars in 743 bytes} [Sun Aug 16 14:12:21 2026] GET /v2.0/networks/f63e5025-b94e-4451-b56b-4e70c1abbb48 => generated 799 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2905] 199.204.45.205 () {30 vars in 737 bytes} [Sun Aug 16 14:12:21 2026] GET /v2.0/ports/62f07916-28d7-4977-870c-597df7a81537 => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/2906] 199.204.45.205 () {30 vars in 741 bytes} [Sun Aug 16 14:12:21 2026] GET /v2.0/subnets/c494e348-7ec5-4350-814b-2a0f3048ad7c => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2907] 10.0.0.201 () {30 vars in 690 bytes} [Sun Aug 16 14:12:25 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/2908] 10.0.0.201 () {30 vars in 692 bytes} [Sun Aug 16 14:12:25 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: 1413/2909] 10.0.0.201 () {30 vars in 668 bytes} [Sun Aug 16 14:12:25 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2910] 10.0.0.201 () {30 vars in 704 bytes} [Sun Aug 16 14:12:25 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2911] 10.0.0.201 () {28 vars in 439 bytes} [Sun Aug 16 14:12:25 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/2912] 10.0.0.201 () {30 vars in 728 bytes} [Sun Aug 16 14:12:26 2026] GET /v2.0/subnets/46b51513-40fa-478b-81c5-b063c1632e34 => 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: 1415/2913] 199.204.45.205 () {30 vars in 703 bytes} [Sun Aug 16 14:12:27 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/2914] 199.204.45.205 () {30 vars in 705 bytes} [Sun Aug 16 14:12:27 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2915] 199.204.45.205 () {30 vars in 681 bytes} [Sun Aug 16 14:12:27 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: 1500/2916] 199.204.45.205 () {30 vars in 717 bytes} [Sun Aug 16 14:12:27 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: 1417/2917] 199.204.45.205 () {30 vars in 741 bytes} [Sun Aug 16 14:12:27 2026] GET /v2.0/subnets/7e4980fd-9f1d-4158-af62-d7d024379fb1 => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/2918] 199.204.45.205 () {30 vars in 741 bytes} [Sun Aug 16 14:12:27 2026] GET /v2.0/subnets/46b51513-40fa-478b-81c5-b063c1632e34 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2919] 199.204.45.205 () {30 vars in 769 bytes} [Sun Aug 16 14:12:27 2026] GET /v2.0/ports?device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => generated 4098 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/2920] 199.204.45.205 () {30 vars in 703 bytes} [Sun Aug 16 14:12:28 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: 1419/2921] 199.204.45.205 () {30 vars in 705 bytes} [Sun Aug 16 14:12: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: 8|app: 0|req: 1503/2922] 199.204.45.205 () {30 vars in 681 bytes} [Sun Aug 16 14:12: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: 7|app: 0|req: 1420/2923] 199.204.45.205 () {30 vars in 717 bytes} [Sun Aug 16 14:12:28 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: 1504/2924] 199.204.45.205 () {34 vars in 717 bytes} [Sun Aug 16 14:12:28 2026] POST /v2.0/ports => generated 1324 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2925] 10.0.0.236 () {34 vars in 971 bytes} [Sun Aug 16 14:12:28 2026] GET /v2.0/ports/c7a53be3-ae4d-4c15-ad2b-8853352b9252 => generated 1324 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1505/2926] 199.204.45.205 () {34 vars in 1262 bytes} [Sun Aug 16 14:12:30 2026] GET /v2.0/ports/c7a53be3-ae4d-4c15-ad2b-8853352b9252?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2927] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:12:30 2026] GET /v2.0/networks/75bd4bdb-7a5b-4888-b80c-e90c6bb57d63?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: 1506/2928] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:12:30 2026] GET /v2.0/networks/75bd4bdb-7a5b-4888-b80c-e90c6bb57d63?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2929] 199.204.45.205 () {34 vars in 975 bytes} [Sun Aug 16 14:12:30 2026] GET /v2.0/ports/c7a53be3-ae4d-4c15-ad2b-8853352b9252 => generated 1324 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/2930] 199.204.45.205 () {34 vars in 986 bytes} [Sun Aug 16 14:12:30 2026] GET /v2.0/networks?id=75bd4bdb-7a5b-4888-b80c-e90c6bb57d63 => generated 801 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2931] 199.204.45.205 () {38 vars in 1028 bytes} [Sun Aug 16 14:12:30 2026] PUT /v2.0/ports/c7a53be3-ae4d-4c15-ad2b-8853352b9252 => generated 1514 bytes in 449 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:12:31.279 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-dca8d51f-dfd6-430c-9c69-5536376a396d'] response: {'name': 'network-changed', 'server_uuid': '4ddfa565-176e-49a0-bdd2-e1496241d67b', 'tag': 'c7a53be3-ae4d-4c15-ad2b-8853352b9252', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1508/2932] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:12:31 2026] GET /v2.0/ports?tenant_id=8f4899f6a15547a2ad17d699395f0cad&device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => generated 5604 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1425/2933] 199.204.45.205 () {34 vars in 986 bytes} [Sun Aug 16 14:12:31 2026] GET /v2.0/networks?id=75bd4bdb-7a5b-4888-b80c-e90c6bb57d63 => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/2934] 199.204.45.205 () {34 vars in 1056 bytes} [Sun Aug 16 14:12:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.42&port_id=c7a53be3-ae4d-4c15-ad2b-8853352b9252 => 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: 1426/2935] 199.204.45.205 () {34 vars in 1104 bytes} [Sun Aug 16 14:12:31 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Aa9&port_id=c7a53be3-ae4d-4c15-ad2b-8853352b9252 => 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: 1510/2936] 199.204.45.205 () {34 vars in 1064 bytes} [Sun Aug 16 14:12:31 2026] GET /v2.0/subnets?id=46b51513-40fa-478b-81c5-b063c1632e34&id=51ce0c42-b1bc-4424-a031-4953a1cf50c9 => generated 1414 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2937] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:12:31 2026] GET /v2.0/ports?network_id=75bd4bdb-7a5b-4888-b80c-e90c6bb57d63&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/2938] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:12:32 2026] GET /v2.0/ports?network_id=75bd4bdb-7a5b-4888-b80c-e90c6bb57d63&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: 7|app: 0|req: 1428/2939] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:12:32 2026] GET /v2.0/networks/75bd4bdb-7a5b-4888-b80c-e90c6bb57d63?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: 1512/2940] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:12:32 2026] GET /v2.0/networks/75bd4bdb-7a5b-4888-b80c-e90c6bb57d63?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2941] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:12:33 2026] GET /v2.0/ports?tenant_id=8f4899f6a15547a2ad17d699395f0cad&device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => generated 5604 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/2942] 199.204.45.205 () {34 vars in 1062 bytes} [Sun Aug 16 14:12:33 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.195&port_id=60fc1e29-c7c8-4507-b413-0055dc797e92 => 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: 1430/2943] 199.204.45.205 () {34 vars in 984 bytes} [Sun Aug 16 14:12:33 2026] GET /v2.0/subnets?id=3e61ded5-5ed1-4510-ac6b-5c504370d3a0 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/2944] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:12:33 2026] GET /v2.0/ports?network_id=86ad5103-e965-414f-870f-b34ba647c854&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2945] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:12:33 2026] GET /v2.0/networks/86ad5103-e965-414f-870f-b34ba647c854?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/2946] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:12:33 2026] GET /v2.0/networks/86ad5103-e965-414f-870f-b34ba647c854?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: 1432/2947] 199.204.45.205 () {34 vars in 1058 bytes} [Sun Aug 16 14:12:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.190&port_id=edf04a18-1463-4775-b40a-63fdaa8e5c4c => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/2948] 199.204.45.205 () {34 vars in 984 bytes} [Sun Aug 16 14:12:33 2026] GET /v2.0/subnets?id=c494e348-7ec5-4350-814b-2a0f3048ad7c => generated 678 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2949] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:12:33 2026] GET /v2.0/ports?network_id=f63e5025-b94e-4451-b56b-4e70c1abbb48&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/2950] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:12:33 2026] GET /v2.0/networks/f63e5025-b94e-4451-b56b-4e70c1abbb48?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: 1434/2951] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:12:33 2026] GET /v2.0/networks/f63e5025-b94e-4451-b56b-4e70c1abbb48?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/2952] 199.204.45.205 () {34 vars in 1058 bytes} [Sun Aug 16 14:12:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.184&port_id=9c7b8991-10c1-46a7-a567-270f9049b754 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2953] 199.204.45.205 () {34 vars in 1102 bytes} [Sun Aug 16 14:12:33 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Acd&port_id=9c7b8991-10c1-46a7-a567-270f9049b754 => 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: 1519/2954] 199.204.45.205 () {34 vars in 1064 bytes} [Sun Aug 16 14:12:33 2026] GET /v2.0/subnets?id=5c70aa18-837d-482b-b29e-f35bf2437c82&id=7e4980fd-9f1d-4158-af62-d7d024379fb1 => generated 1409 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2955] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:12:33 2026] GET /v2.0/ports?network_id=2272116d-7e44-4c18-95be-f8916440dad6&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/2956] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:12:33 2026] GET /v2.0/ports?network_id=2272116d-7e44-4c18-95be-f8916440dad6&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2957] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:12:33 2026] GET /v2.0/networks/2272116d-7e44-4c18-95be-f8916440dad6?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/2958] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:12:33 2026] GET /v2.0/networks/2272116d-7e44-4c18-95be-f8916440dad6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2959] 199.204.45.205 () {34 vars in 1056 bytes} [Sun Aug 16 14:12:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.42&port_id=c7a53be3-ae4d-4c15-ad2b-8853352b9252 => 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: 1522/2960] 199.204.45.205 () {34 vars in 1104 bytes} [Sun Aug 16 14:12:34 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3Aa9&port_id=c7a53be3-ae4d-4c15-ad2b-8853352b9252 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2961] 199.204.45.205 () {34 vars in 1064 bytes} [Sun Aug 16 14:12:34 2026] GET /v2.0/subnets?id=46b51513-40fa-478b-81c5-b063c1632e34&id=51ce0c42-b1bc-4424-a031-4953a1cf50c9 => generated 1414 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/2962] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:12:34 2026] GET /v2.0/ports?network_id=75bd4bdb-7a5b-4888-b80c-e90c6bb57d63&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2963] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:12:34 2026] GET /v2.0/ports?network_id=75bd4bdb-7a5b-4888-b80c-e90c6bb57d63&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: 1524/2964] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:12:34 2026] GET /v2.0/networks/75bd4bdb-7a5b-4888-b80c-e90c6bb57d63?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: 1441/2965] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:12:34 2026] GET /v2.0/networks/75bd4bdb-7a5b-4888-b80c-e90c6bb57d63?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/2968] 10.0.0.236 () {34 vars in 971 bytes} [Sun Aug 16 14:12:38 2026] GET /v2.0/ports/c7a53be3-ae4d-4c15-ad2b-8853352b9252 => generated 1516 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2969] 199.204.45.205 () {30 vars in 743 bytes} [Sun Aug 16 14:12:38 2026] GET /v2.0/networks/75bd4bdb-7a5b-4888-b80c-e90c6bb57d63 => generated 798 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/2970] 199.204.45.205 () {30 vars in 741 bytes} [Sun Aug 16 14:12:38 2026] GET /v2.0/subnets/46b51513-40fa-478b-81c5-b063c1632e34 => generated 674 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2971] 199.204.45.205 () {30 vars in 741 bytes} [Sun Aug 16 14:12:38 2026] GET /v2.0/subnets/51ce0c42-b1bc-4424-a031-4953a1cf50c9 => generated 747 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/2972] 199.204.45.205 () {30 vars in 737 bytes} [Sun Aug 16 14:12:38 2026] GET /v2.0/ports/9c7b8991-10c1-46a7-a567-270f9049b754 => generated 1516 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2973] 199.204.45.205 () {34 vars in 790 bytes} [Sun Aug 16 14:12:38 2026] PUT /v2.0/ports/9c7b8991-10c1-46a7-a567-270f9049b754 => generated 1255 bytes in 326 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:12:38.666 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3af00a99-0828-46f6-a42a-66543cbea52a'] response: {'name': 'network-changed', 'server_uuid': '4ddfa565-176e-49a0-bdd2-e1496241d67b', 'tag': '9c7b8991-10c1-46a7-a567-270f9049b754', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1529/2974] 199.204.45.205 () {30 vars in 743 bytes} [Sun Aug 16 14:12:38 2026] GET /v2.0/networks/2272116d-7e44-4c18-95be-f8916440dad6 => generated 797 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1446/2975] 199.204.45.205 () {30 vars in 741 bytes} [Sun Aug 16 14:12:38 2026] GET /v2.0/subnets/7e4980fd-9f1d-4158-af62-d7d024379fb1 => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/2976] 199.204.45.205 () {30 vars in 703 bytes} [Sun Aug 16 14:12:38 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: 1447/2977] 199.204.45.205 () {30 vars in 705 bytes} [Sun Aug 16 14:12:38 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: 1531/2978] 199.204.45.205 () {30 vars in 681 bytes} [Sun Aug 16 14:12:38 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: 1448/2979] 199.204.45.205 () {30 vars in 717 bytes} [Sun Aug 16 14:12:38 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: 1532/2980] 199.204.45.205 () {30 vars in 741 bytes} [Sun Aug 16 14:12:38 2026] GET /v2.0/subnets/c494e348-7ec5-4350-814b-2a0f3048ad7c => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2981] 199.204.45.205 () {30 vars in 737 bytes} [Sun Aug 16 14:12:38 2026] GET /v2.0/ports/62f07916-28d7-4977-870c-597df7a81537 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/2982] 199.204.45.205 () {30 vars in 737 bytes} [Sun Aug 16 14:12:38 2026] GET /v2.0/ports/edf04a18-1463-4775-b40a-63fdaa8e5c4c => generated 1350 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2983] 199.204.45.205 () {30 vars in 741 bytes} [Sun Aug 16 14:12:39 2026] GET /v2.0/subnets/c494e348-7ec5-4350-814b-2a0f3048ad7c => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/2984] 199.204.45.205 () {30 vars in 743 bytes} [Sun Aug 16 14:12:39 2026] GET /v2.0/networks/f63e5025-b94e-4451-b56b-4e70c1abbb48 => 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: 1451/2985] 199.204.45.205 () {30 vars in 737 bytes} [Sun Aug 16 14:12:39 2026] GET /v2.0/ports/62f07916-28d7-4977-870c-597df7a81537 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/2986] 199.204.45.205 () {30 vars in 741 bytes} [Sun Aug 16 14:12:39 2026] GET /v2.0/subnets/c494e348-7ec5-4350-814b-2a0f3048ad7c => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2987] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:12:39 2026] GET /v2.0/ports?tenant_id=8f4899f6a15547a2ad17d699395f0cad&device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => generated 5381 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/2988] 199.204.45.205 () {34 vars in 986 bytes} [Sun Aug 16 14:12:39 2026] GET /v2.0/networks?id=2272116d-7e44-4c18-95be-f8916440dad6 => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2989] 199.204.45.205 () {34 vars in 1058 bytes} [Sun Aug 16 14:12:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.184&port_id=9c7b8991-10c1-46a7-a567-270f9049b754 => 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: 1537/2990] 199.204.45.205 () {34 vars in 984 bytes} [Sun Aug 16 14:12:39 2026] GET /v2.0/subnets?id=7e4980fd-9f1d-4158-af62-d7d024379fb1 => 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: 1454/2991] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:12:39 2026] GET /v2.0/ports?network_id=2272116d-7e44-4c18-95be-f8916440dad6&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/2992] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:12:39 2026] GET /v2.0/networks/2272116d-7e44-4c18-95be-f8916440dad6?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: 1455/2993] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:12:39 2026] GET /v2.0/networks/2272116d-7e44-4c18-95be-f8916440dad6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2996] 199.204.45.205 () {30 vars in 703 bytes} [Sun Aug 16 14:12:50 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/2997] 199.204.45.205 () {30 vars in 705 bytes} [Sun Aug 16 14:12:50 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: 1458/2998] 199.204.45.205 () {30 vars in 681 bytes} [Sun Aug 16 14:12:50 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: 1541/2999] 199.204.45.205 () {30 vars in 717 bytes} [Sun Aug 16 14:12:50 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: 1459/3000] 199.204.45.205 () {30 vars in 741 bytes} [Sun Aug 16 14:12:50 2026] GET /v2.0/subnets/7e4980fd-9f1d-4158-af62-d7d024379fb1 => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3001] 199.204.45.205 () {30 vars in 769 bytes} [Sun Aug 16 14:12:50 2026] GET /v2.0/ports?device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => generated 5381 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/3002] 199.204.45.205 () {30 vars in 703 bytes} [Sun Aug 16 14:12:51 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: 1543/3003] 199.204.45.205 () {30 vars in 705 bytes} [Sun Aug 16 14:12:51 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/3004] 199.204.45.205 () {30 vars in 681 bytes} [Sun Aug 16 14:12:51 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: 1544/3005] 199.204.45.205 () {30 vars in 717 bytes} [Sun Aug 16 14:12:51 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: 1462/3006] 199.204.45.205 () {30 vars in 737 bytes} [Sun Aug 16 14:12:51 2026] GET /v2.0/ports/c7a53be3-ae4d-4c15-ad2b-8853352b9252 => generated 1516 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3007] 199.204.45.205 () {34 vars in 790 bytes} [Sun Aug 16 14:12:51 2026] PUT /v2.0/ports/c7a53be3-ae4d-4c15-ad2b-8853352b9252 => generated 1307 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:12:51.597 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-203b8324-2786-4b54-a31a-a36b4b04b859'] response: {'name': 'network-changed', 'server_uuid': '4ddfa565-176e-49a0-bdd2-e1496241d67b', 'tag': 'c7a53be3-ae4d-4c15-ad2b-8853352b9252', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1463/3008] 199.204.45.205 () {30 vars in 743 bytes} [Sun Aug 16 14:12:51 2026] GET /v2.0/networks/75bd4bdb-7a5b-4888-b80c-e90c6bb57d63 => generated 798 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1546/3009] 199.204.45.205 () {30 vars in 741 bytes} [Sun Aug 16 14:12:51 2026] GET /v2.0/subnets/51ce0c42-b1bc-4424-a031-4953a1cf50c9 => generated 747 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/3010] 199.204.45.205 () {30 vars in 737 bytes} [Sun Aug 16 14:12:51 2026] GET /v2.0/ports/c7a53be3-ae4d-4c15-ad2b-8853352b9252 => generated 1343 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3011] 199.204.45.205 () {34 vars in 789 bytes} [Sun Aug 16 14:12:51 2026] PUT /v2.0/ports/c7a53be3-ae4d-4c15-ad2b-8853352b9252 => generated 1080 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/3012] 199.204.45.205 () {30 vars in 743 bytes} [Sun Aug 16 14:12:52 2026] GET /v2.0/networks/75bd4bdb-7a5b-4888-b80c-e90c6bb57d63 => generated 798 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1548/3013] 199.204.45.205 () {30 vars in 769 bytes} [Sun Aug 16 14:12:52 2026] GET /v2.0/ports?device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => generated 4981 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/3014] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:12:52 2026] GET /v2.0/ports?tenant_id=8f4899f6a15547a2ad17d699395f0cad&device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => generated 4981 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3015] 199.204.45.205 () {34 vars in 986 bytes} [Sun Aug 16 14:12:52 2026] GET /v2.0/networks?id=75bd4bdb-7a5b-4888-b80c-e90c6bb57d63 => generated 801 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/3016] 199.204.45.205 () {30 vars in 769 bytes} [Sun Aug 16 14:12:52 2026] GET /v2.0/ports?device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => generated 4981 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3017] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:12:52 2026] GET /v2.0/networks/75bd4bdb-7a5b-4888-b80c-e90c6bb57d63?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: 1468/3018] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:12:52 2026] GET /v2.0/networks/75bd4bdb-7a5b-4888-b80c-e90c6bb57d63?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: 1551/3019] 199.204.45.205 () {30 vars in 769 bytes} [Sun Aug 16 14:12:53 2026] GET /v2.0/ports?device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => generated 4981 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:12:53.636 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-88971287-fc78-4c61-a235-2c0e68156279'] response: {'name': 'network-changed', 'server_uuid': '4ddfa565-176e-49a0-bdd2-e1496241d67b', 'tag': 'c7a53be3-ae4d-4c15-ad2b-8853352b9252', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1469/3020] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:12:54 2026] GET /v2.0/ports?tenant_id=8f4899f6a15547a2ad17d699395f0cad&device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => generated 4981 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3021] 199.204.45.205 () {34 vars in 986 bytes} [Sun Aug 16 14:12:54 2026] GET /v2.0/networks?id=75bd4bdb-7a5b-4888-b80c-e90c6bb57d63 => generated 801 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/3022] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:12:54 2026] GET /v2.0/networks/75bd4bdb-7a5b-4888-b80c-e90c6bb57d63?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: 1553/3023] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:12:54 2026] GET /v2.0/networks/75bd4bdb-7a5b-4888-b80c-e90c6bb57d63?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: 1471/3024] 199.204.45.205 () {30 vars in 769 bytes} [Sun Aug 16 14:12:54 2026] GET /v2.0/ports?device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => generated 4981 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3025] 199.204.45.205 () {34 vars in 975 bytes} [Sun Aug 16 14:12:54 2026] GET /v2.0/ports/c7a53be3-ae4d-4c15-ad2b-8853352b9252 => generated 1116 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/3026] 199.204.45.205 () {34 vars in 1060 bytes} [Sun Aug 16 14:12:54 2026] GET /v2.0/ports/c7a53be3-ae4d-4c15-ad2b-8853352b9252?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3027] 199.204.45.205 () {34 vars in 1016 bytes} [Sun Aug 16 14:12:54 2026] GET /v2.0/networks/75bd4bdb-7a5b-4888-b80c-e90c6bb57d63?fields=dns_domain => generated 29 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/3028] 199.204.45.205 () {38 vars in 1028 bytes} [Sun Aug 16 14:12:54 2026] PUT /v2.0/ports/c7a53be3-ae4d-4c15-ad2b-8853352b9252 => generated 917 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3029] 199.204.45.205 () {30 vars in 769 bytes} [Sun Aug 16 14:12:55 2026] GET /v2.0/ports?device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => generated 3873 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-16 14:12:55.592 7 INFO neutron_taas.services.taas.taas_plugin [None req-9484488f-73a2-4ffd-a73a-737d5ee528b5 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] TaaS: Handle Delete Port: c7a53be3-ae4d-4c15-ad2b-8853352b9252 2026-08-16 14:12:55.601 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9484488f-73a2-4ffd-a73a-737d5ee528b5 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Tap Mirror: Handle Delete Port: c7a53be3-ae4d-4c15-ad2b-8853352b9252 [pid: 7|app: 0|req: 1474/3030] 199.204.45.205 () {32 vars in 759 bytes} [Sun Aug 16 14:12:55 2026] DELETE /v2.0/ports/c7a53be3-ae4d-4c15-ad2b-8853352b9252 => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3031] 199.204.45.205 () {30 vars in 703 bytes} [Sun Aug 16 14:12:55 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: 1475/3032] 199.204.45.205 () {30 vars in 705 bytes} [Sun Aug 16 14:12:55 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: 1558/3033] 199.204.45.205 () {30 vars in 681 bytes} [Sun Aug 16 14:12:55 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: 1476/3034] 199.204.45.205 () {30 vars in 717 bytes} [Sun Aug 16 14:12:55 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: 1559/3035] 199.204.45.205 () {30 vars in 741 bytes} [Sun Aug 16 14:12:55 2026] GET /v2.0/subnets/c494e348-7ec5-4350-814b-2a0f3048ad7c => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/3036] 199.204.45.205 () {30 vars in 737 bytes} [Sun Aug 16 14:12:55 2026] GET /v2.0/ports/62f07916-28d7-4977-870c-597df7a81537 => generated 1132 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3037] 199.204.45.205 () {30 vars in 737 bytes} [Sun Aug 16 14:12:55 2026] GET /v2.0/ports/edf04a18-1463-4775-b40a-63fdaa8e5c4c => generated 1350 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/3038] 199.204.45.205 () {30 vars in 741 bytes} [Sun Aug 16 14:12:56 2026] GET /v2.0/subnets/c494e348-7ec5-4350-814b-2a0f3048ad7c => generated 675 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3039] 199.204.45.205 () {30 vars in 743 bytes} [Sun Aug 16 14:12:56 2026] GET /v2.0/networks/f63e5025-b94e-4451-b56b-4e70c1abbb48 => generated 799 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/3040] 199.204.45.205 () {30 vars in 737 bytes} [Sun Aug 16 14:12:56 2026] GET /v2.0/ports/62f07916-28d7-4977-870c-597df7a81537 => generated 1132 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3041] 199.204.45.205 () {30 vars in 741 bytes} [Sun Aug 16 14:12:56 2026] GET /v2.0/subnets/c494e348-7ec5-4350-814b-2a0f3048ad7c => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/3042] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:12:56 2026] GET /v2.0/ports?tenant_id=8f4899f6a15547a2ad17d699395f0cad&device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => generated 3873 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3043] 199.204.45.205 () {34 vars in 1226 bytes} [Sun Aug 16 14:12:56 2026] GET /v2.0/networks?id=86ad5103-e965-414f-870f-b34ba647c854&id=f63e5025-b94e-4451-b56b-4e70c1abbb48&id=2272116d-7e44-4c18-95be-f8916440dad6&id=75bd4bdb-7a5b-4888-b80c-e90c6bb57d63 => generated 3096 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/3044] 199.204.45.205 () {34 vars in 1062 bytes} [Sun Aug 16 14:12:56 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.195&port_id=60fc1e29-c7c8-4507-b413-0055dc797e92 => 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: 1564/3045] 199.204.45.205 () {34 vars in 984 bytes} [Sun Aug 16 14:12:56 2026] GET /v2.0/subnets?id=3e61ded5-5ed1-4510-ac6b-5c504370d3a0 => 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: 1482/3046] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:12:56 2026] GET /v2.0/ports?network_id=86ad5103-e965-414f-870f-b34ba647c854&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3047] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:12:56 2026] GET /v2.0/networks/86ad5103-e965-414f-870f-b34ba647c854?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/3048] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:12:56 2026] GET /v2.0/networks/86ad5103-e965-414f-870f-b34ba647c854?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: 1566/3049] 199.204.45.205 () {34 vars in 1058 bytes} [Sun Aug 16 14:12:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.190&port_id=edf04a18-1463-4775-b40a-63fdaa8e5c4c => 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: 1484/3050] 199.204.45.205 () {34 vars in 984 bytes} [Sun Aug 16 14:12:56 2026] GET /v2.0/subnets?id=c494e348-7ec5-4350-814b-2a0f3048ad7c => 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: 1567/3051] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:12:56 2026] GET /v2.0/ports?network_id=f63e5025-b94e-4451-b56b-4e70c1abbb48&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: 1485/3052] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:12:56 2026] GET /v2.0/networks/f63e5025-b94e-4451-b56b-4e70c1abbb48?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: 1568/3053] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:12:56 2026] GET /v2.0/networks/f63e5025-b94e-4451-b56b-4e70c1abbb48?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: 1486/3054] 199.204.45.205 () {34 vars in 1058 bytes} [Sun Aug 16 14:12:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.184&port_id=9c7b8991-10c1-46a7-a567-270f9049b754 => 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: 1569/3055] 199.204.45.205 () {34 vars in 984 bytes} [Sun Aug 16 14:12:57 2026] GET /v2.0/subnets?id=7e4980fd-9f1d-4158-af62-d7d024379fb1 => 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: 1487/3056] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:12:57 2026] GET /v2.0/ports?network_id=2272116d-7e44-4c18-95be-f8916440dad6&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3057] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:12:57 2026] GET /v2.0/networks/2272116d-7e44-4c18-95be-f8916440dad6?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: 1488/3058] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:12:57 2026] GET /v2.0/networks/2272116d-7e44-4c18-95be-f8916440dad6?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: 1571/3059] 199.204.45.205 () {30 vars in 703 bytes} [Sun Aug 16 14:13:01 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: 1489/3060] 199.204.45.205 () {30 vars in 705 bytes} [Sun Aug 16 14:13:01 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: 1572/3061] 199.204.45.205 () {30 vars in 681 bytes} [Sun Aug 16 14:13:01 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: 1490/3062] 199.204.45.205 () {30 vars in 717 bytes} [Sun Aug 16 14:13:01 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3063] 199.204.45.205 () {30 vars in 769 bytes} [Sun Aug 16 14:13:01 2026] GET /v2.0/ports?device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => generated 3873 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/3064] 199.204.45.205 () {30 vars in 703 bytes} [Sun Aug 16 14:13:01 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3065] 199.204.45.205 () {30 vars in 705 bytes} [Sun Aug 16 14:13:01 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: 1492/3066] 199.204.45.205 () {30 vars in 681 bytes} [Sun Aug 16 14:13:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3067] 199.204.45.205 () {30 vars in 717 bytes} [Sun Aug 16 14:13:01 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: 1493/3068] 199.204.45.205 () {30 vars in 737 bytes} [Sun Aug 16 14:13:01 2026] GET /v2.0/ports/9c7b8991-10c1-46a7-a567-270f9049b754 => generated 1291 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3069] 199.204.45.205 () {34 vars in 789 bytes} [Sun Aug 16 14:13:01 2026] PUT /v2.0/ports/9c7b8991-10c1-46a7-a567-270f9049b754 => generated 1080 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:13:01.873 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e8185993-d343-4425-af6e-3e063bb5e588'] response: {'name': 'network-changed', 'server_uuid': '4ddfa565-176e-49a0-bdd2-e1496241d67b', 'tag': '9c7b8991-10c1-46a7-a567-270f9049b754', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1494/3070] 199.204.45.205 () {30 vars in 743 bytes} [Sun Aug 16 14:13:01 2026] GET /v2.0/networks/2272116d-7e44-4c18-95be-f8916440dad6 => generated 797 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: 8|app: 0|req: 1577/3071] 199.204.45.205 () {30 vars in 769 bytes} [Sun Aug 16 14:13:01 2026] GET /v2.0/ports?device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => generated 3698 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/3072] 199.204.45.205 () {30 vars in 769 bytes} [Sun Aug 16 14:13:02 2026] GET /v2.0/ports?device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => generated 3698 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3073] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:13:02 2026] GET /v2.0/ports?tenant_id=8f4899f6a15547a2ad17d699395f0cad&device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => generated 3698 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/3074] 199.204.45.205 () {34 vars in 986 bytes} [Sun Aug 16 14:13:02 2026] GET /v2.0/networks?id=2272116d-7e44-4c18-95be-f8916440dad6 => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3075] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:13:02 2026] GET /v2.0/networks/2272116d-7e44-4c18-95be-f8916440dad6?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: 1497/3076] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:13:02 2026] GET /v2.0/networks/2272116d-7e44-4c18-95be-f8916440dad6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3077] 199.204.45.205 () {30 vars in 769 bytes} [Sun Aug 16 14:13:03 2026] GET /v2.0/ports?device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => generated 3698 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/3078] 199.204.45.205 () {34 vars in 975 bytes} [Sun Aug 16 14:13:04 2026] GET /v2.0/ports/9c7b8991-10c1-46a7-a567-270f9049b754 => generated 1116 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3079] 199.204.45.205 () {34 vars in 1060 bytes} [Sun Aug 16 14:13:04 2026] GET /v2.0/ports/9c7b8991-10c1-46a7-a567-270f9049b754?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/3080] 199.204.45.205 () {34 vars in 1016 bytes} [Sun Aug 16 14:13:04 2026] GET /v2.0/networks/2272116d-7e44-4c18-95be-f8916440dad6?fields=dns_domain => generated 29 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3081] 199.204.45.205 () {30 vars in 769 bytes} [Sun Aug 16 14:13:04 2026] GET /v2.0/ports?device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => generated 3698 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/3082] 199.204.45.205 () {38 vars in 1028 bytes} [Sun Aug 16 14:13:04 2026] PUT /v2.0/ports/9c7b8991-10c1-46a7-a567-270f9049b754 => generated 917 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3085] 199.204.45.205 () {30 vars in 769 bytes} [Sun Aug 16 14:13:05 2026] GET /v2.0/ports?device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => generated 2590 bytes in 55 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-08-16 14:13:05.377 7 INFO neutron_taas.services.taas.taas_plugin [None req-ba288d9b-52b3-4bc1-968e-09dbb6f9acdb ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] TaaS: Handle Delete Port: 9c7b8991-10c1-46a7-a567-270f9049b754 2026-08-16 14:13:05.380 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ba288d9b-52b3-4bc1-968e-09dbb6f9acdb ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Tap Mirror: Handle Delete Port: 9c7b8991-10c1-46a7-a567-270f9049b754 [pid: 7|app: 0|req: 1502/3086] 199.204.45.205 () {32 vars in 759 bytes} [Sun Aug 16 14:13:05 2026] DELETE /v2.0/ports/9c7b8991-10c1-46a7-a567-270f9049b754 => 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: 1585/3087] 199.204.45.205 () {30 vars in 703 bytes} [Sun Aug 16 14:13:05 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: 1503/3088] 199.204.45.205 () {30 vars in 705 bytes} [Sun Aug 16 14:13:05 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: 1586/3089] 199.204.45.205 () {30 vars in 681 bytes} [Sun Aug 16 14:13:05 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/3090] 199.204.45.205 () {30 vars in 717 bytes} [Sun Aug 16 14:13:05 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: 1587/3091] 199.204.45.205 () {30 vars in 741 bytes} [Sun Aug 16 14:13:05 2026] GET /v2.0/subnets/c494e348-7ec5-4350-814b-2a0f3048ad7c => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/3092] 199.204.45.205 () {30 vars in 737 bytes} [Sun Aug 16 14:13:05 2026] GET /v2.0/ports/62f07916-28d7-4977-870c-597df7a81537 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3093] 199.204.45.205 () {30 vars in 737 bytes} [Sun Aug 16 14:13:05 2026] GET /v2.0/ports/edf04a18-1463-4775-b40a-63fdaa8e5c4c => generated 1350 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3094] 199.204.45.205 () {30 vars in 741 bytes} [Sun Aug 16 14:13:05 2026] GET /v2.0/subnets/c494e348-7ec5-4350-814b-2a0f3048ad7c => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3095] 199.204.45.205 () {30 vars in 743 bytes} [Sun Aug 16 14:13:05 2026] GET /v2.0/networks/f63e5025-b94e-4451-b56b-4e70c1abbb48 => generated 799 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/3096] 199.204.45.205 () {30 vars in 737 bytes} [Sun Aug 16 14:13:05 2026] GET /v2.0/ports/62f07916-28d7-4977-870c-597df7a81537 => generated 1132 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/3097] 199.204.45.205 () {30 vars in 741 bytes} [Sun Aug 16 14:13:05 2026] GET /v2.0/subnets/c494e348-7ec5-4350-814b-2a0f3048ad7c => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3098] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:13:05 2026] GET /v2.0/ports?tenant_id=8f4899f6a15547a2ad17d699395f0cad&device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => generated 2590 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/3099] 199.204.45.205 () {34 vars in 1146 bytes} [Sun Aug 16 14:13:05 2026] GET /v2.0/networks?id=86ad5103-e965-414f-870f-b34ba647c854&id=f63e5025-b94e-4451-b56b-4e70c1abbb48&id=2272116d-7e44-4c18-95be-f8916440dad6 => generated 2309 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3100] 199.204.45.205 () {34 vars in 1062 bytes} [Sun Aug 16 14:13:06 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.195&port_id=60fc1e29-c7c8-4507-b413-0055dc797e92 => 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: 1510/3101] 199.204.45.205 () {34 vars in 984 bytes} [Sun Aug 16 14:13:06 2026] GET /v2.0/subnets?id=3e61ded5-5ed1-4510-ac6b-5c504370d3a0 => 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: 1592/3102] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:13:06 2026] GET /v2.0/ports?network_id=86ad5103-e965-414f-870f-b34ba647c854&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: 1511/3103] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:13:06 2026] GET /v2.0/networks/86ad5103-e965-414f-870f-b34ba647c854?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: 1593/3104] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:13:06 2026] GET /v2.0/networks/86ad5103-e965-414f-870f-b34ba647c854?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: 1512/3105] 199.204.45.205 () {34 vars in 1058 bytes} [Sun Aug 16 14:13:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.190&port_id=edf04a18-1463-4775-b40a-63fdaa8e5c4c => 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: 1594/3106] 199.204.45.205 () {34 vars in 984 bytes} [Sun Aug 16 14:13:06 2026] GET /v2.0/subnets?id=c494e348-7ec5-4350-814b-2a0f3048ad7c => 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: 1513/3107] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:13:06 2026] GET /v2.0/ports?network_id=f63e5025-b94e-4451-b56b-4e70c1abbb48&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: 1595/3108] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:13:06 2026] GET /v2.0/networks/f63e5025-b94e-4451-b56b-4e70c1abbb48?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: 1514/3109] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:13:06 2026] GET /v2.0/networks/f63e5025-b94e-4451-b56b-4e70c1abbb48?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: 1596/3110] 199.204.45.205 () {30 vars in 703 bytes} [Sun Aug 16 14:13:17 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: 1515/3111] 199.204.45.205 () {30 vars in 705 bytes} [Sun Aug 16 14:13:17 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: 1597/3112] 199.204.45.205 () {30 vars in 681 bytes} [Sun Aug 16 14:13:17 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/3113] 199.204.45.205 () {30 vars in 717 bytes} [Sun Aug 16 14:13:17 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-08-16 14:13:17.124 8 INFO neutron.api.v2.resource [None req-6806a225-1763-456a-9cd8-69da4833f870 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1598/3114] 199.204.45.205 () {30 vars in 763 bytes} [Sun Aug 16 14:13:17 2026] GET /v2.0/security-groups/lb-197b7635-8a22-4efe-9608-e1f86b3b5f66 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/3115] 199.204.45.205 () {30 vars in 785 bytes} [Sun Aug 16 14:13:17 2026] GET /v2.0/security-groups?name=lb-197b7635-8a22-4efe-9608-e1f86b3b5f66 => generated 2865 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3116] 199.204.45.205 () {30 vars in 815 bytes} [Sun Aug 16 14:13:17 2026] GET /v2.0/security-group-rules?security_group_id=d7f9996d-91ab-4b95-b430-4fe5f3d486d7 => generated 2334 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/3117] 199.204.45.205 () {32 vars in 789 bytes} [Sun Aug 16 14:13:17 2026] DELETE /v2.0/security-group-rules/06e39d51-5cf9-42d8-bb26-5405ad691416 => 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: 1600/3118] 199.204.45.205 () {32 vars in 789 bytes} [Sun Aug 16 14:13:17 2026] DELETE /v2.0/security-group-rules/fb2159ae-24ad-419e-9e9d-5cee82c7f3f2 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:13:21.231 8 INFO neutron_taas.services.taas.taas_plugin [None req-66cb5d94-2c1d-4e28-a4d1-216ce6effc7d 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] TaaS: Handle Delete Port: 4e5df368-f4cd-4c17-b557-d8b7ddae4900 2026-08-16 14:13:21.234 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66cb5d94-2c1d-4e28-a4d1-216ce6effc7d 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] Tap Mirror: Handle Delete Port: 4e5df368-f4cd-4c17-b557-d8b7ddae4900 2026-08-16 14:13:21.401 8 INFO neutron.db.l3_db [None req-66cb5d94-2c1d-4e28-a4d1-216ce6effc7d 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] Floating IP 7b2d3d9e-c6d6-4298-9a68-d57667c2983e disassociated (deleted). External IP: 10.96.250.204, port: 62f07916-28d7-4977-870c-597df7a81537. [pid: 8|app: 0|req: 1602/3121] 10.0.0.218 () {32 vars in 732 bytes} [Sun Aug 16 14:13:21 2026] DELETE /v2.0/floatingips/7b2d3d9e-c6d6-4298-9a68-d57667c2983e => generated 0 bytes in 657 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:13:21.778 7 INFO neutron.api.v2.resource [None req-9fe133ba-c87c-461b-a901-cece926c6a02 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1520/3122] 10.0.0.218 () {32 vars in 729 bytes} [Sun Aug 16 14:13:21 2026] GET /v2.0/floatingips/7b2d3d9e-c6d6-4298-9a68-d57667c2983e => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3123] 199.204.45.205 () {30 vars in 703 bytes} [Sun Aug 16 14:13:22 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: 1521/3124] 199.204.45.205 () {30 vars in 705 bytes} [Sun Aug 16 14:13:22 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: 1604/3125] 199.204.45.205 () {30 vars in 681 bytes} [Sun Aug 16 14:13:22 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3126] 199.204.45.205 () {30 vars in 717 bytes} [Sun Aug 16 14:13:22 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:13:22.870 8 INFO neutron.api.v2.resource [None req-98a7a67c-88ca-40a6-ab2e-a623f2a494ca ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1605/3127] 199.204.45.205 () {30 vars in 763 bytes} [Sun Aug 16 14:13:22 2026] GET /v2.0/security-groups/lb-197b7635-8a22-4efe-9608-e1f86b3b5f66 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3128] 199.204.45.205 () {30 vars in 785 bytes} [Sun Aug 16 14:13:22 2026] GET /v2.0/security-groups?name=lb-197b7635-8a22-4efe-9608-e1f86b3b5f66 => generated 1639 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3129] 199.204.45.205 () {30 vars in 815 bytes} [Sun Aug 16 14:13:22 2026] GET /v2.0/security-group-rules?security_group_id=d7f9996d-91ab-4b95-b430-4fe5f3d486d7 => generated 1182 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/3130] 199.204.45.205 () {30 vars in 703 bytes} [Sun Aug 16 14:13:23 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: 1607/3131] 199.204.45.205 () {30 vars in 705 bytes} [Sun Aug 16 14:13:23 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: 1525/3132] 199.204.45.205 () {30 vars in 681 bytes} [Sun Aug 16 14:13:23 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3133] 199.204.45.205 () {30 vars in 717 bytes} [Sun Aug 16 14:13:23 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: 1526/3134] 199.204.45.205 () {30 vars in 741 bytes} [Sun Aug 16 14:13:23 2026] GET /v2.0/subnets/c494e348-7ec5-4350-814b-2a0f3048ad7c => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3135] 199.204.45.205 () {30 vars in 769 bytes} [Sun Aug 16 14:13:23 2026] GET /v2.0/ports?device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => generated 2590 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3136] 199.204.45.205 () {30 vars in 769 bytes} [Sun Aug 16 14:13:23 2026] GET /v2.0/ports?device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => generated 2590 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3137] 199.204.45.205 () {30 vars in 769 bytes} [Sun Aug 16 14:13:23 2026] GET /v2.0/ports?device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => generated 2590 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3138] 199.204.45.205 () {30 vars in 769 bytes} [Sun Aug 16 14:13:24 2026] GET /v2.0/ports?device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => generated 2590 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3139] 199.204.45.205 () {34 vars in 975 bytes} [Sun Aug 16 14:13:25 2026] GET /v2.0/ports/edf04a18-1463-4775-b40a-63fdaa8e5c4c => generated 1350 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3140] 199.204.45.205 () {34 vars in 1060 bytes} [Sun Aug 16 14:13:25 2026] GET /v2.0/ports/edf04a18-1463-4775-b40a-63fdaa8e5c4c?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3141] 199.204.45.205 () {34 vars in 1016 bytes} [Sun Aug 16 14:13:25 2026] GET /v2.0/networks/f63e5025-b94e-4451-b56b-4e70c1abbb48?fields=dns_domain => generated 29 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3142] 199.204.45.205 () {30 vars in 769 bytes} [Sun Aug 16 14:13:25 2026] GET /v2.0/ports?device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => generated 2590 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3143] 199.204.45.205 () {38 vars in 1028 bytes} [Sun Aug 16 14:13:25 2026] PUT /v2.0/ports/edf04a18-1463-4775-b40a-63fdaa8e5c4c => generated 1151 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3144] 199.204.45.205 () {30 vars in 769 bytes} [Sun Aug 16 14:13:26 2026] GET /v2.0/ports?device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => generated 1248 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1614/3145] 199.204.45.205 () {34 vars in 789 bytes} [Sun Aug 16 14:13:26 2026] PUT /v2.0/ports/edf04a18-1463-4775-b40a-63fdaa8e5c4c => generated 1090 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3146] 199.204.45.205 () {30 vars in 737 bytes} [Sun Aug 16 14:13:26 2026] GET /v2.0/ports/edf04a18-1463-4775-b40a-63fdaa8e5c4c => generated 1090 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-08-16 14:13:26.881 8 INFO neutron_taas.services.taas.taas_plugin [None req-79db1204-0187-4cc5-a625-000fb07cf66e ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] TaaS: Handle Delete Port: edf04a18-1463-4775-b40a-63fdaa8e5c4c 2026-08-16 14:13:26.883 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-79db1204-0187-4cc5-a625-000fb07cf66e ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Tap Mirror: Handle Delete Port: edf04a18-1463-4775-b40a-63fdaa8e5c4c [pid: 8|app: 0|req: 1615/3147] 199.204.45.205 () {32 vars in 759 bytes} [Sun Aug 16 14:13:26 2026] DELETE /v2.0/ports/edf04a18-1463-4775-b40a-63fdaa8e5c4c => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3148] 199.204.45.205 () {30 vars in 703 bytes} [Sun Aug 16 14:13:27 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3149] 199.204.45.205 () {30 vars in 705 bytes} [Sun Aug 16 14:13:27 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: 1534/3150] 199.204.45.205 () {30 vars in 681 bytes} [Sun Aug 16 14:13:27 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1617/3151] 199.204.45.205 () {30 vars in 717 bytes} [Sun Aug 16 14:13:27 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-08-16 14:13:27.180 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9a76d778-4628-4368-9522-272808b75080 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1535/3152] 199.204.45.205 () {32 vars in 759 bytes} [Sun Aug 16 14:13:27 2026] DELETE /v2.0/ports/edf04a18-1463-4775-b40a-63fdaa8e5c4c => 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: 1618/3153] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:13:27 2026] GET /v2.0/ports?tenant_id=8f4899f6a15547a2ad17d699395f0cad&device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => generated 1248 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3154] 199.204.45.205 () {30 vars in 737 bytes} [Sun Aug 16 14:13:27 2026] GET /v2.0/ports/62f07916-28d7-4977-870c-597df7a81537 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:13:27.247 7 INFO neutron.api.v2.resource [None req-e292a1ce-5674-4fa9-9e5e-f1835a347217 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1537/3155] 199.204.45.205 () {30 vars in 763 bytes} [Sun Aug 16 14:13:27 2026] GET /v2.0/security-groups/lb-197b7635-8a22-4efe-9608-e1f86b3b5f66 => generated 149 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3156] 199.204.45.205 () {34 vars in 1066 bytes} [Sun Aug 16 14:13:27 2026] GET /v2.0/networks?id=86ad5103-e965-414f-870f-b34ba647c854&id=f63e5025-b94e-4451-b56b-4e70c1abbb48 => generated 1523 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3157] 199.204.45.205 () {30 vars in 785 bytes} [Sun Aug 16 14:13:27 2026] GET /v2.0/security-groups?name=lb-197b7635-8a22-4efe-9608-e1f86b3b5f66 => generated 1639 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3158] 199.204.45.205 () {34 vars in 1062 bytes} [Sun Aug 16 14:13:27 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.195&port_id=60fc1e29-c7c8-4507-b413-0055dc797e92 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3159] 199.204.45.205 () {30 vars in 737 bytes} [Sun Aug 16 14:13:27 2026] GET /v2.0/ports/62f07916-28d7-4977-870c-597df7a81537 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1621/3160] 199.204.45.205 () {34 vars in 984 bytes} [Sun Aug 16 14:13:27 2026] GET /v2.0/subnets?id=3e61ded5-5ed1-4510-ac6b-5c504370d3a0 => generated 654 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3161] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:13:27 2026] GET /v2.0/ports?network_id=86ad5103-e965-414f-870f-b34ba647c854&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: 1623/3162] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:13:27 2026] GET /v2.0/networks/86ad5103-e965-414f-870f-b34ba647c854?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: 1624/3163] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:13:27 2026] GET /v2.0/networks/86ad5103-e965-414f-870f-b34ba647c854?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3164] 199.204.45.205 () {34 vars in 789 bytes} [Sun Aug 16 14:13:27 2026] PUT /v2.0/ports/62f07916-28d7-4977-870c-597df7a81537 => generated 1094 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/3165] 199.204.45.205 () {32 vars in 779 bytes} [Sun Aug 16 14:13:27 2026] DELETE /v2.0/security-groups/d7f9996d-91ab-4b95-b430-4fe5f3d486d7 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:13:27.746 7 INFO neutron_taas.services.taas.taas_plugin [None req-3f98a840-bbf1-4af9-a473-3c09b43034b3 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] TaaS: Handle Delete Port: 62f07916-28d7-4977-870c-597df7a81537 2026-08-16 14:13:27.748 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f98a840-bbf1-4af9-a473-3c09b43034b3 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Tap Mirror: Handle Delete Port: 62f07916-28d7-4977-870c-597df7a81537 [pid: 7|app: 0|req: 1541/3166] 199.204.45.205 () {32 vars in 759 bytes} [Sun Aug 16 14:13:27 2026] DELETE /v2.0/ports/62f07916-28d7-4977-870c-597df7a81537 => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1626/3167] 199.204.45.205 () {34 vars in 994 bytes} [Sun Aug 16 14:13:30 2026] GET /v2.0/ports?device_id=4ddfa565-176e-49a0-bdd2-e1496241d67b => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:13:30.998 7 INFO neutron_taas.services.taas.taas_plugin [req-7a567fb2-5b23-4373-87c5-a020e0f7a9c8 req-087da56c-d4b4-40f8-953e-998a0a8ac1e9 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] TaaS: Handle Delete Port: 60fc1e29-c7c8-4507-b413-0055dc797e92 2026-08-16 14:13:31.001 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7a567fb2-5b23-4373-87c5-a020e0f7a9c8 req-087da56c-d4b4-40f8-953e-998a0a8ac1e9 ac8f354c06fc4a68823948485460818c 8f4899f6a15547a2ad17d699395f0cad - - default default] Tap Mirror: Handle Delete Port: 60fc1e29-c7c8-4507-b413-0055dc797e92 [pid: 7|app: 0|req: 1542/3168] 199.204.45.205 () {36 vars in 997 bytes} [Sun Aug 16 14:13:30 2026] DELETE /v2.0/ports/60fc1e29-c7c8-4507-b413-0055dc797e92 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:13:31.193 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-376bb7d0-25d3-4282-aa53-67d362a83b4a'] response: {'server_uuid': '4ddfa565-176e-49a0-bdd2-e1496241d67b', 'name': 'network-vif-deleted', 'tag': '60fc1e29-c7c8-4507-b413-0055dc797e92', 'status': 'completed', 'code': 200} 2026-08-16 14:13:32.139 8 INFO neutron_taas.services.taas.taas_plugin [None req-e7735ec2-075a-4fdd-9bff-3f30ee861e1d 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] TaaS: Handle Delete Port: 6e489c65-8bba-468c-a3b7-597f406ececc 2026-08-16 14:13:32.142 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e7735ec2-075a-4fdd-9bff-3f30ee861e1d 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] Tap Mirror: Handle Delete Port: 6e489c65-8bba-468c-a3b7-597f406ececc 2026-08-16 14:13:32.309 8 INFO neutron.db.l3_db [None req-e7735ec2-075a-4fdd-9bff-3f30ee861e1d 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] Floating IP 7ef5fad2-821a-4b4d-8230-603c5953d51c disassociated (deleted). External IP: 10.96.250.213, port: 1c18c452-457d-4794-8fa8-81424ab66cc6. [pid: 8|app: 0|req: 1627/3169] 10.0.0.218 () {32 vars in 732 bytes} [Sun Aug 16 14:13:31 2026] DELETE /v2.0/floatingips/7ef5fad2-821a-4b4d-8230-603c5953d51c => generated 0 bytes in 650 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:13:32.669 7 INFO neutron.api.v2.resource [None req-ae039c32-980c-4957-a5df-09b0afa8478d 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1543/3170] 10.0.0.218 () {32 vars in 729 bytes} [Sun Aug 16 14:13:32 2026] GET /v2.0/floatingips/7ef5fad2-821a-4b4d-8230-603c5953d51c => generated 144 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-16 14:13:32.679 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7a03c52e-5724-408f-b3fc-51c971f8de82'] response: {'name': 'network-changed', 'server_uuid': 'ae83ff25-dd3d-42dc-bdfd-3d07419ed7c5', 'tag': '1c18c452-457d-4794-8fa8-81424ab66cc6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1628/3171] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:13:32 2026] GET /v2.0/ports?device_id=ae83ff25-dd3d-42dc-bdfd-3d07419ed7c5 => generated 1200 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3172] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:13:32 2026] GET /v2.0/security-groups?id=23c4f697-3fc0-4564-85af-94317456d7ed&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: 8|app: 0|req: 1629/3173] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:13:33 2026] GET /v2.0/ports?tenant_id=70fba5eb60594d1b94dd72fc87078ded&device_id=ae83ff25-dd3d-42dc-bdfd-3d07419ed7c5 => generated 1469 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3174] 199.204.45.205 () {34 vars in 986 bytes} [Sun Aug 16 14:13:33 2026] GET /v2.0/networks?id=75bd4bdb-7a5b-4888-b80c-e90c6bb57d63 => generated 801 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/3175] 199.204.45.205 () {34 vars in 1058 bytes} [Sun Aug 16 14:13:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.120&port_id=1c18c452-457d-4794-8fa8-81424ab66cc6 => 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: 1546/3176] 199.204.45.205 () {34 vars in 1104 bytes} [Sun Aug 16 14:13:33 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A8b&port_id=1c18c452-457d-4794-8fa8-81424ab66cc6 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3177] 199.204.45.205 () {34 vars in 1064 bytes} [Sun Aug 16 14:13:33 2026] GET /v2.0/subnets?id=46b51513-40fa-478b-81c5-b063c1632e34&id=51ce0c42-b1bc-4424-a031-4953a1cf50c9 => generated 1414 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3178] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:13:33 2026] GET /v2.0/ports?network_id=75bd4bdb-7a5b-4888-b80c-e90c6bb57d63&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/3179] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:13:33 2026] GET /v2.0/ports?network_id=75bd4bdb-7a5b-4888-b80c-e90c6bb57d63&device_owner=network%3Adhcp => generated 1461 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3180] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:13:33 2026] GET /v2.0/networks/75bd4bdb-7a5b-4888-b80c-e90c6bb57d63?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: 1633/3181] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:13:33 2026] GET /v2.0/networks/75bd4bdb-7a5b-4888-b80c-e90c6bb57d63?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: 1550/3184] 199.204.45.205 () {34 vars in 994 bytes} [Sun Aug 16 14:13:35 2026] GET /v2.0/ports?device_id=ae83ff25-dd3d-42dc-bdfd-3d07419ed7c5 => generated 1200 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:13:35.416 8 INFO neutron_taas.services.taas.taas_plugin [req-6a7ee804-2132-4151-9ee1-0a13553d4404 req-81e99a67-c092-475e-bbbc-e500de3d2aa6 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] TaaS: Handle Delete Port: 1c18c452-457d-4794-8fa8-81424ab66cc6 2026-08-16 14:13:35.421 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6a7ee804-2132-4151-9ee1-0a13553d4404 req-81e99a67-c092-475e-bbbc-e500de3d2aa6 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] Tap Mirror: Handle Delete Port: 1c18c452-457d-4794-8fa8-81424ab66cc6 [pid: 8|app: 0|req: 1635/3185] 199.204.45.205 () {36 vars in 997 bytes} [Sun Aug 16 14:13:35 2026] DELETE /v2.0/ports/1c18c452-457d-4794-8fa8-81424ab66cc6 => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:13:35.653 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9428b060-daf4-4837-aaec-44c74be33cbb'] response: {'server_uuid': 'ae83ff25-dd3d-42dc-bdfd-3d07419ed7c5', 'name': 'network-vif-deleted', 'tag': '1c18c452-457d-4794-8fa8-81424ab66cc6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1551/3186] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:13:38 2026] GET /v2.0/ports?device_id=ae83ff25-dd3d-42dc-bdfd-3d07419ed7c5 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-08-16 14:13:43.236 8 INFO neutron_taas.services.taas.taas_plugin [None req-f68f4174-93cd-4c4d-936e-ed1ed484dfac 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] TaaS: Handle Delete Port: a6afca22-bf61-42b3-8e31-59d744b044e4 2026-08-16 14:13:43.238 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f68f4174-93cd-4c4d-936e-ed1ed484dfac 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] Tap Mirror: Handle Delete Port: a6afca22-bf61-42b3-8e31-59d744b044e4 2026-08-16 14:13:43.371 8 INFO neutron.db.l3_db [None req-f68f4174-93cd-4c4d-936e-ed1ed484dfac 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] Floating IP c5adc210-5234-4cac-95e3-8d9b107b70c0 disassociated (deleted). External IP: 10.96.250.214, port: 9ab86661-fba0-4c3b-af47-de792c1f9ff7. [pid: 8|app: 0|req: 1636/3187] 10.0.0.218 () {32 vars in 732 bytes} [Sun Aug 16 14:13:43 2026] DELETE /v2.0/floatingips/c5adc210-5234-4cac-95e3-8d9b107b70c0 => generated 0 bytes in 564 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:13:43.710 7 INFO neutron.api.v2.resource [None req-cfd6abba-1991-46a7-8958-91b403a2fe74 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1552/3188] 10.0.0.218 () {32 vars in 729 bytes} [Sun Aug 16 14:13:43 2026] GET /v2.0/floatingips/c5adc210-5234-4cac-95e3-8d9b107b70c0 => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-16 14:13:43.733 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7f3a8fcb-044c-43a2-9434-c14edf37000d'] response: {'name': 'network-changed', 'server_uuid': '20c2d59c-2d8e-414e-9cd7-fbdbbde8e862', 'tag': '9ab86661-fba0-4c3b-af47-de792c1f9ff7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1637/3189] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:13:43 2026] GET /v2.0/ports?device_id=20c2d59c-2d8e-414e-9cd7-fbdbbde8e862 => generated 1200 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3190] 10.0.0.236 () {34 vars in 1040 bytes} [Sun Aug 16 14:13:43 2026] GET /v2.0/security-groups?id=23c4f697-3fc0-4564-85af-94317456d7ed&fields=id&fields=name => generated 111 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3191] 199.204.45.205 () {34 vars in 1080 bytes} [Sun Aug 16 14:13:44 2026] GET /v2.0/ports?tenant_id=70fba5eb60594d1b94dd72fc87078ded&device_id=20c2d59c-2d8e-414e-9cd7-fbdbbde8e862 => generated 1469 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3192] 199.204.45.205 () {34 vars in 986 bytes} [Sun Aug 16 14:13:44 2026] GET /v2.0/networks?id=2272116d-7e44-4c18-95be-f8916440dad6 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1639/3193] 199.204.45.205 () {34 vars in 1058 bytes} [Sun Aug 16 14:13:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.165&port_id=9ab86661-fba0-4c3b-af47-de792c1f9ff7 => 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: 1555/3194] 199.204.45.205 () {34 vars in 1104 bytes} [Sun Aug 16 14:13:44 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2da&port_id=9ab86661-fba0-4c3b-af47-de792c1f9ff7 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1640/3195] 199.204.45.205 () {34 vars in 1064 bytes} [Sun Aug 16 14:13:44 2026] GET /v2.0/subnets?id=5c70aa18-837d-482b-b29e-f35bf2437c82&id=7e4980fd-9f1d-4158-af62-d7d024379fb1 => generated 1409 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3196] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:13:44 2026] GET /v2.0/ports?network_id=2272116d-7e44-4c18-95be-f8916440dad6&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: 8|app: 0|req: 1641/3197] 199.204.45.205 () {34 vars in 1052 bytes} [Sun Aug 16 14:13:44 2026] GET /v2.0/ports?network_id=2272116d-7e44-4c18-95be-f8916440dad6&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3198] 199.204.45.205 () {34 vars in 1012 bytes} [Sun Aug 16 14:13:44 2026] GET /v2.0/networks/2272116d-7e44-4c18-95be-f8916440dad6?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3199] 199.204.45.205 () {34 vars in 1112 bytes} [Sun Aug 16 14:13:44 2026] GET /v2.0/networks/2272116d-7e44-4c18-95be-f8916440dad6?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: 1558/3200] 199.204.45.205 () {34 vars in 994 bytes} [Sun Aug 16 14:13:46 2026] GET /v2.0/ports?device_id=20c2d59c-2d8e-414e-9cd7-fbdbbde8e862 => generated 1200 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-08-16 14:13:46.426 8 INFO neutron_taas.services.taas.taas_plugin [req-74721432-4315-4acd-906a-2e60047bd3db req-81d3c8f8-5132-48cb-aea3-27be088cb92d 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] TaaS: Handle Delete Port: 9ab86661-fba0-4c3b-af47-de792c1f9ff7 2026-08-16 14:13:46.429 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-74721432-4315-4acd-906a-2e60047bd3db req-81d3c8f8-5132-48cb-aea3-27be088cb92d 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] Tap Mirror: Handle Delete Port: 9ab86661-fba0-4c3b-af47-de792c1f9ff7 [pid: 8|app: 0|req: 1643/3201] 199.204.45.205 () {36 vars in 997 bytes} [Sun Aug 16 14:13:46 2026] DELETE /v2.0/ports/9ab86661-fba0-4c3b-af47-de792c1f9ff7 => generated 0 bytes in 317 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:13:46.681 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-45386c7f-cc25-4d9c-b97c-52fa930d07a0'] response: {'server_uuid': '20c2d59c-2d8e-414e-9cd7-fbdbbde8e862', 'name': 'network-vif-deleted', 'tag': '9ab86661-fba0-4c3b-af47-de792c1f9ff7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1559/3202] 10.0.0.236 () {34 vars in 990 bytes} [Sun Aug 16 14:13:49 2026] GET /v2.0/ports?device_id=20c2d59c-2d8e-414e-9cd7-fbdbbde8e862 => 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: 1645/3205] 10.0.0.218 () {32 vars in 750 bytes} [Sun Aug 16 14:13:54 2026] DELETE /v2.0/security-group-rules/f572cfd2-4bf6-4e3e-9e67-733bc4fd0050 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:13:54.186 7 INFO neutron.api.v2.resource [None req-1b4622bc-9c2a-4f61-96af-8e75081f896f 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1561/3206] 10.0.0.218 () {32 vars in 747 bytes} [Sun Aug 16 14:13:54 2026] GET /v2.0/security-group-rules/f572cfd2-4bf6-4e3e-9e67-733bc4fd0050 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1646/3207] 10.0.0.218 () {32 vars in 750 bytes} [Sun Aug 16 14:13:54 2026] DELETE /v2.0/security-group-rules/488ea522-ef9b-4344-9909-f0f63f072248 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:13:54.265 7 INFO neutron.api.v2.resource [None req-3d3e302d-7f6f-4617-8679-e7c7729f435b 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1562/3208] 10.0.0.218 () {32 vars in 747 bytes} [Sun Aug 16 14:13:54 2026] GET /v2.0/security-group-rules/488ea522-ef9b-4344-9909-f0f63f072248 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1647/3209] 10.0.0.218 () {32 vars in 750 bytes} [Sun Aug 16 14:13:54 2026] DELETE /v2.0/security-group-rules/1a2d4dcb-d05e-4ead-a5b6-7545509a287a => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:13:54.346 7 INFO neutron.api.v2.resource [None req-d2a8302f-33cb-4e7c-94d1-cfa80afae107 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1563/3210] 10.0.0.218 () {32 vars in 747 bytes} [Sun Aug 16 14:13:54 2026] GET /v2.0/security-group-rules/1a2d4dcb-d05e-4ead-a5b6-7545509a287a => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1648/3211] 10.0.0.218 () {32 vars in 750 bytes} [Sun Aug 16 14:13:54 2026] DELETE /v2.0/security-group-rules/0143f193-d50a-402e-94f4-3ce04239b574 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:13:54.426 7 INFO neutron.api.v2.resource [None req-6327bc4d-5514-4626-86f9-65be9583ad36 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1564/3212] 10.0.0.218 () {32 vars in 747 bytes} [Sun Aug 16 14:13:54 2026] GET /v2.0/security-group-rules/0143f193-d50a-402e-94f4-3ce04239b574 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1649/3213] 10.0.0.218 () {32 vars in 750 bytes} [Sun Aug 16 14:13:54 2026] DELETE /v2.0/security-group-rules/6c20df2d-c289-4c9b-9b99-0a0a39865fd9 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:13:54.512 7 INFO neutron.api.v2.resource [None req-c73b58d4-297a-485a-b745-a09878cc9454 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1565/3214] 10.0.0.218 () {32 vars in 747 bytes} [Sun Aug 16 14:13:54 2026] GET /v2.0/security-group-rules/6c20df2d-c289-4c9b-9b99-0a0a39865fd9 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1650/3215] 10.0.0.218 () {32 vars in 750 bytes} [Sun Aug 16 14:13:54 2026] DELETE /v2.0/security-group-rules/3e1936d5-92e3-4b0f-b06d-9c9f2817999a => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:13:54.605 7 INFO neutron.api.v2.resource [None req-a478b8a6-0aba-413d-b86c-d32c38ee306b 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1566/3216] 10.0.0.218 () {32 vars in 747 bytes} [Sun Aug 16 14:13:54 2026] GET /v2.0/security-group-rules/3e1936d5-92e3-4b0f-b06d-9c9f2817999a => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1651/3217] 10.0.0.218 () {32 vars in 750 bytes} [Sun Aug 16 14:13:54 2026] DELETE /v2.0/security-group-rules/b004e62f-e958-43b7-9159-81b51bf50313 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:13:54.683 7 INFO neutron.api.v2.resource [None req-669fd18f-5bfa-42f6-9484-bd405207ec5b 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1567/3218] 10.0.0.218 () {32 vars in 747 bytes} [Sun Aug 16 14:13:54 2026] GET /v2.0/security-group-rules/b004e62f-e958-43b7-9159-81b51bf50313 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1652/3219] 10.0.0.218 () {32 vars in 750 bytes} [Sun Aug 16 14:13:54 2026] DELETE /v2.0/security-group-rules/4afef01d-5653-4c03-8f4a-a5f88c43b336 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:13:54.764 7 INFO neutron.api.v2.resource [None req-1b4de589-1bc9-46d4-9712-c9b0829ae76c 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1568/3220] 10.0.0.218 () {32 vars in 747 bytes} [Sun Aug 16 14:13:54 2026] GET /v2.0/security-group-rules/4afef01d-5653-4c03-8f4a-a5f88c43b336 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1653/3221] 10.0.0.218 () {32 vars in 750 bytes} [Sun Aug 16 14:13:54 2026] DELETE /v2.0/security-group-rules/a5e76b52-d31c-4972-80c4-f2d9e6af0c9b => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:13:54.844 7 INFO neutron.api.v2.resource [None req-a181f3bd-2fdc-4d28-b36e-5e4b8638f320 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1569/3222] 10.0.0.218 () {32 vars in 747 bytes} [Sun Aug 16 14:13:54 2026] GET /v2.0/security-group-rules/a5e76b52-d31c-4972-80c4-f2d9e6af0c9b => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1654/3223] 10.0.0.218 () {32 vars in 750 bytes} [Sun Aug 16 14:13:54 2026] DELETE /v2.0/security-group-rules/06bff87e-2190-48d3-ba95-e9434e331c4e => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:13:54.915 7 INFO neutron.api.v2.resource [None req-c7c27158-e275-482b-8e81-eae02d20ed87 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1570/3224] 10.0.0.218 () {32 vars in 747 bytes} [Sun Aug 16 14:13:54 2026] GET /v2.0/security-group-rules/06bff87e-2190-48d3-ba95-e9434e331c4e => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1655/3225] 10.0.0.218 () {32 vars in 750 bytes} [Sun Aug 16 14:13:54 2026] DELETE /v2.0/security-group-rules/20ef1949-1c4c-4e28-939b-90024481c9b2 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:13:54.984 7 INFO neutron.api.v2.resource [None req-e1deabae-0169-41a6-b1e7-3369a34f2afd 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1571/3226] 10.0.0.218 () {32 vars in 747 bytes} [Sun Aug 16 14:13:54 2026] GET /v2.0/security-group-rules/20ef1949-1c4c-4e28-939b-90024481c9b2 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1656/3227] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:13:54 2026] DELETE /v2.0/security-groups/23c4f697-3fc0-4564-85af-94317456d7ed => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:13:55.081 7 INFO neutron.api.v2.resource [None req-a3b2b1f0-142a-4d31-ba55-06e286888d84 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1572/3228] 10.0.0.218 () {32 vars in 737 bytes} [Sun Aug 16 14:13:55 2026] GET /v2.0/security-groups/23c4f697-3fc0-4564-85af-94317456d7ed => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-16 14:13:55.484 8 INFO neutron_taas.services.taas.taas_plugin [None req-2aff4c55-29ac-4cec-b710-56ba294a51e1 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] TaaS: Handle Delete Port: fd399af6-4b13-46ff-9616-1e6f673c93a0 2026-08-16 14:13:55.487 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2aff4c55-29ac-4cec-b710-56ba294a51e1 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] Tap Mirror: Handle Delete Port: fd399af6-4b13-46ff-9616-1e6f673c93a0 [pid: 8|app: 0|req: 1657/3229] 10.0.0.218 () {34 vars in 789 bytes} [Sun Aug 16 14:13:55 2026] PUT /v2.0/routers/761fc07e-5859-4e7c-80d8-7a274d97dcd6/remove_router_interface => generated 309 bytes in 909 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:13:56.199 7 INFO neutron.api.v2.resource [None req-85d8dbcc-8739-40de-a313-a498d02d1910 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1573/3230] 10.0.0.218 () {34 vars in 789 bytes} [Sun Aug 16 14:13:56 2026] PUT /v2.0/routers/761fc07e-5859-4e7c-80d8-7a274d97dcd6/remove_router_interface => generated 198 bytes in 140 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-16 14:13:56.529 8 INFO neutron_taas.services.taas.taas_plugin [None req-36cb7927-74f6-4ab9-9d57-570b5e4faf59 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] TaaS: Handle Delete Port: b5290996-c40c-4780-992f-33ee444ef641 2026-08-16 14:13:56.532 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36cb7927-74f6-4ab9-9d57-570b5e4faf59 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] Tap Mirror: Handle Delete Port: b5290996-c40c-4780-992f-33ee444ef641 [pid: 8|app: 0|req: 1658/3231] 10.0.0.218 () {34 vars in 789 bytes} [Sun Aug 16 14:13:56 2026] PUT /v2.0/routers/761fc07e-5859-4e7c-80d8-7a274d97dcd6/remove_router_interface => generated 309 bytes in 789 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:13:57.149 7 INFO neutron.api.v2.resource [None req-9b052588-adec-4524-865a-25403e11c77f 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1574/3232] 10.0.0.218 () {34 vars in 789 bytes} [Sun Aug 16 14:13:57 2026] PUT /v2.0/routers/761fc07e-5859-4e7c-80d8-7a274d97dcd6/remove_router_interface => generated 198 bytes in 150 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-16 14:13:57.415 8 INFO neutron_taas.services.taas.taas_plugin [None req-7918899e-29dd-4686-9f71-15fe6d108643 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] TaaS: Handle Delete Port: 88ce9bd6-2ab4-44a9-8eac-439f4404cfc8 2026-08-16 14:13:57.419 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7918899e-29dd-4686-9f71-15fe6d108643 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] Tap Mirror: Handle Delete Port: 88ce9bd6-2ab4-44a9-8eac-439f4404cfc8 [pid: 8|app: 0|req: 1659/3233] 10.0.0.218 () {34 vars in 789 bytes} [Sun Aug 16 14:13:57 2026] PUT /v2.0/routers/761fc07e-5859-4e7c-80d8-7a274d97dcd6/remove_router_interface => generated 309 bytes in 782 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-08-16 14:13:58.066 7 INFO neutron.api.v2.resource [None req-2780e2aa-3fc2-44ed-9429-88d9339eff91 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1575/3234] 10.0.0.218 () {34 vars in 789 bytes} [Sun Aug 16 14:13:57 2026] PUT /v2.0/routers/761fc07e-5859-4e7c-80d8-7a274d97dcd6/remove_router_interface => generated 198 bytes in 125 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-16 14:13:58.261 8 INFO neutron_taas.services.taas.taas_plugin [None req-7cd3e51d-b5e7-4637-ab89-eca34eb69190 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] TaaS: Handle Delete Port: 6a169d24-2cd2-468f-893d-ef3978c1e84b 2026-08-16 14:13:58.264 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7cd3e51d-b5e7-4637-ab89-eca34eb69190 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] Tap Mirror: Handle Delete Port: 6a169d24-2cd2-468f-893d-ef3978c1e84b 2026-08-16 14:13:58.547 8 INFO neutron_taas.services.taas.taas_plugin [None req-7cd3e51d-b5e7-4637-ab89-eca34eb69190 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] TaaS: Handle Delete Port: 23297cf1-af42-440c-b019-77b43a6897f2 2026-08-16 14:13:58.550 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7cd3e51d-b5e7-4637-ab89-eca34eb69190 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] Tap Mirror: Handle Delete Port: 23297cf1-af42-440c-b019-77b43a6897f2 2026-08-16 14:13:58.895 8 INFO neutron.services.segments.plugin [-] Segment ab6b8282-c34d-48e0-9e34-8597b507e064 resource provider aggregate not found 2026-08-16 14:13:58.905 8 INFO neutron.services.segments.plugin [-] Segment ab6b8282-c34d-48e0-9e34-8597b507e064 resource provider aggregate not found 2026-08-16 14:13:58.911 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ab6b8282-c34d-48e0-9e34-8597b507e064 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab6b8282-c34d-48e0-9e34-8597b507e064 found for delete ", "request_id": "req-2381333e-c23f-4587-9e4d-1e12b811caf7"}]} 2026-08-16 14:13:58.927 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ab6b8282-c34d-48e0-9e34-8597b507e064 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab6b8282-c34d-48e0-9e34-8597b507e064 found for delete ", "request_id": "req-3ae51d48-cfc6-4442-a9b2-b14438a11922"}]} 2026-08-16 14:13:58.929 8 INFO neutron.db.l3_hamode_db [None req-7cd3e51d-b5e7-4637-ab89-eca34eb69190 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] HA network 9643fb1b-8394-4bbe-a610-e95afabeb9ba was deleted as no HA routers are present in tenant 70fba5eb60594d1b94dd72fc87078ded. [pid: 8|app: 0|req: 1660/3235] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:13:58 2026] DELETE /v2.0/routers/761fc07e-5859-4e7c-80d8-7a274d97dcd6 => generated 0 bytes in 863 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-08-16 14:13:58.956 7 INFO neutron.api.v2.resource [None req-6e96e3e0-829a-4de7-b82b-7b710922c50d 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1576/3236] 10.0.0.218 () {32 vars in 721 bytes} [Sun Aug 16 14:13:58 2026] GET /v2.0/routers/761fc07e-5859-4e7c-80d8-7a274d97dcd6 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1661/3237] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:13:58 2026] DELETE /v2.0/subnets/51ce0c42-b1bc-4424-a031-4953a1cf50c9 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:13:59.123 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b4e80ee7-fb66-422d-85e9-abcaec58b95b 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1577/3238] 10.0.0.218 () {32 vars in 721 bytes} [Sun Aug 16 14:13:59 2026] GET /v2.0/subnets/51ce0c42-b1bc-4424-a031-4953a1cf50c9 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1662/3239] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:13:59 2026] DELETE /v2.0/subnets/46b51513-40fa-478b-81c5-b063c1632e34 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:13:59.285 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c631dd63-6784-4996-b0ec-37cfe09f70a7 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1578/3240] 10.0.0.218 () {32 vars in 721 bytes} [Sun Aug 16 14:13:59 2026] GET /v2.0/subnets/46b51513-40fa-478b-81c5-b063c1632e34 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-16 14:13:59.362 8 INFO neutron_taas.services.taas.taas_plugin [None req-3d969aef-cc8d-4997-b12f-5bef1a139d9b 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] TaaS: Handle Delete Port: a1032975-1890-4573-be86-f6b13505f5af 2026-08-16 14:13:59.364 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d969aef-cc8d-4997-b12f-5bef1a139d9b 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] Tap Mirror: Handle Delete Port: a1032975-1890-4573-be86-f6b13505f5af [pid: 8|app: 0|req: 1663/3241] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:13:59 2026] DELETE /v2.0/networks/75bd4bdb-7a5b-4888-b80c-e90c6bb57d63 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:13:59.582 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5dc41a01-958d-4cd8-a01c-c986265b0c4e 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1579/3242] 10.0.0.218 () {32 vars in 723 bytes} [Sun Aug 16 14:13:59 2026] GET /v2.0/networks/75bd4bdb-7a5b-4888-b80c-e90c6bb57d63 => generated 138 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1664/3243] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:13:59 2026] DELETE /v2.0/subnets/5c70aa18-837d-482b-b29e-f35bf2437c82 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:13:59.781 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dd30f80d-d7d9-409b-b9fc-8e4de8dd0ca8 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1580/3244] 10.0.0.218 () {32 vars in 721 bytes} [Sun Aug 16 14:13:59 2026] GET /v2.0/subnets/5c70aa18-837d-482b-b29e-f35bf2437c82 => 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: 1665/3245] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:13:59 2026] DELETE /v2.0/subnets/7e4980fd-9f1d-4158-af62-d7d024379fb1 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:13:59.971 7 INFO neutron.pecan_wsgi.hooks.translation [None req-62992e3b-b494-40a9-b1df-4e60c49f94c8 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1581/3246] 10.0.0.218 () {32 vars in 721 bytes} [Sun Aug 16 14:13:59 2026] GET /v2.0/subnets/7e4980fd-9f1d-4158-af62-d7d024379fb1 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-16 14:14:00.069 8 INFO neutron_taas.services.taas.taas_plugin [None req-8c3ea2f6-acbc-41a1-a3e1-4c5d5f57d422 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] TaaS: Handle Delete Port: 7b774152-f635-420b-9329-f6945c55849b 2026-08-16 14:14:00.072 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c3ea2f6-acbc-41a1-a3e1-4c5d5f57d422 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] Tap Mirror: Handle Delete Port: 7b774152-f635-420b-9329-f6945c55849b [pid: 8|app: 0|req: 1666/3247] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:13:59 2026] DELETE /v2.0/networks/2272116d-7e44-4c18-95be-f8916440dad6 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:14:00.276 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ee04e7ed-3de8-491b-b497-7137b7a49283 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1582/3248] 10.0.0.218 () {32 vars in 723 bytes} [Sun Aug 16 14:14:00 2026] GET /v2.0/networks/2272116d-7e44-4c18-95be-f8916440dad6 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1667/3249] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:14:00 2026] DELETE /v2.0/subnets/5fd01cc7-bb2a-4fcc-bace-fa80ce4eb62e => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:14:00.450 7 INFO neutron.pecan_wsgi.hooks.translation [None req-06de1694-bc0b-4243-bdd3-9fe559abeedf 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1583/3250] 10.0.0.218 () {32 vars in 721 bytes} [Sun Aug 16 14:14:00 2026] GET /v2.0/subnets/5fd01cc7-bb2a-4fcc-bace-fa80ce4eb62e => 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: 1668/3251] 10.0.0.218 () {32 vars in 724 bytes} [Sun Aug 16 14:14:00 2026] DELETE /v2.0/subnets/c494e348-7ec5-4350-814b-2a0f3048ad7c => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:14:00.635 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a8a63e01-23e0-4d64-89b6-873593e62061 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1584/3252] 10.0.0.218 () {32 vars in 721 bytes} [Sun Aug 16 14:14:00 2026] GET /v2.0/subnets/c494e348-7ec5-4350-814b-2a0f3048ad7c => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-16 14:14:00.730 8 INFO neutron_taas.services.taas.taas_plugin [None req-b75cb020-0c89-439d-926b-6c4dfb01c465 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] TaaS: Handle Delete Port: d1a2693f-67f8-421c-a2b6-5754a0ee26b4 2026-08-16 14:14:00.733 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b75cb020-0c89-439d-926b-6c4dfb01c465 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] Tap Mirror: Handle Delete Port: d1a2693f-67f8-421c-a2b6-5754a0ee26b4 [pid: 8|app: 0|req: 1669/3253] 10.0.0.218 () {32 vars in 726 bytes} [Sun Aug 16 14:14:00 2026] DELETE /v2.0/networks/f63e5025-b94e-4451-b56b-4e70c1abbb48 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-08-16 14:14:00.940 8 INFO neutron.services.segments.plugin [-] Segment 7ba3a7c1-7f31-4fe1-bcfd-3c3ea1886061 resource provider aggregate not found 2026-08-16 14:14:00.942 7 INFO neutron.pecan_wsgi.hooks.translation [None req-86cee54d-20d8-4846-8c1d-306ecd429bf1 10c8d4d1c70146d8a2bee9e0734125cd 70fba5eb60594d1b94dd72fc87078ded - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1585/3254] 10.0.0.218 () {32 vars in 723 bytes} [Sun Aug 16 14:14:00 2026] GET /v2.0/networks/f63e5025-b94e-4451-b56b-4e70c1abbb48 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-08-16 14:14:00.947 8 INFO neutron.services.segments.plugin [-] Segment 7ba3a7c1-7f31-4fe1-bcfd-3c3ea1886061 resource provider aggregate not found 2026-08-16 14:14:00.959 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7ba3a7c1-7f31-4fe1-bcfd-3c3ea1886061 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ba3a7c1-7f31-4fe1-bcfd-3c3ea1886061 found for delete ", "request_id": "req-39583b23-f6d6-43fa-ac81-279f885fc605"}]} 2026-08-16 14:14:00.965 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 7ba3a7c1-7f31-4fe1-bcfd-3c3ea1886061 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ba3a7c1-7f31-4fe1-bcfd-3c3ea1886061 found for delete ", "request_id": "req-b16f538f-c48a-4de8-b919-da6eecd45bfa"}]} 2026-08-16 14:14:00.971 8 INFO neutron.services.segments.plugin [-] Segment 049b33b0-7c9b-4906-9c0a-0d9428424e39 resource provider aggregate not found 2026-08-16 14:14:00.976 8 INFO neutron.services.segments.plugin [-] Segment 049b33b0-7c9b-4906-9c0a-0d9428424e39 resource provider aggregate not found 2026-08-16 14:14:00.980 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 049b33b0-7c9b-4906-9c0a-0d9428424e39 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 049b33b0-7c9b-4906-9c0a-0d9428424e39 found for delete ", "request_id": "req-e135ccf9-5b09-4fa2-8325-a0b648eaf5b2"}]} 2026-08-16 14:14:00.989 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 049b33b0-7c9b-4906-9c0a-0d9428424e39 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 049b33b0-7c9b-4906-9c0a-0d9428424e39 found for delete ", "request_id": "req-be30698b-389f-432b-a732-3fb781dfdc7c"}]} 2026-08-16 14:14:00.995 8 INFO neutron.services.segments.plugin [-] Segment 95e23ec3-a979-4cba-afd0-8d19f77a585b resource provider aggregate not found 2026-08-16 14:14:01.005 8 INFO neutron.services.segments.plugin [-] Segment 95e23ec3-a979-4cba-afd0-8d19f77a585b resource provider aggregate not found 2026-08-16 14:14:01.008 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 95e23ec3-a979-4cba-afd0-8d19f77a585b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 95e23ec3-a979-4cba-afd0-8d19f77a585b found for delete ", "request_id": "req-4f3511c3-404a-4dc1-811a-7390d3217f0d"}]} 2026-08-16 14:14:01.019 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 95e23ec3-a979-4cba-afd0-8d19f77a585b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 95e23ec3-a979-4cba-afd0-8d19f77a585b found for delete ", "request_id": "req-ec732206-0aca-4473-8a6f-4c559162df36"}]} [pid: 8|app: 0|req: 1670/3255] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:14:02 2026] GET /v2.0/security-groups?tenant_id=492bd14c6c474e95b23b32441b9e2b50&name=default => generated 2929 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3256] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:14:02 2026] DELETE /v2.0/security-groups/80bc14be-d8f0-4eb0-b5e3-9535ecfceab6 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1671/3257] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:14:03 2026] GET /v2.0/security-groups?tenant_id=e1f3a0fd0fde46738ebd53886b5fb418&name=default => generated 2929 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3258] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:14:03 2026] DELETE /v2.0/security-groups/9a48ada6-bfd4-4895-ac50-bca8ab955f6b => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1672/3259] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:14:03 2026] GET /v2.0/security-groups?tenant_id=a7f304058dfa49fca90f52eb649a2bd3&name=default => generated 2929 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3260] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:14:03 2026] DELETE /v2.0/security-groups/c86356b8-ad0a-41e4-a889-8e4deb73d95d => 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: 1673/3261] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:14:03 2026] GET /v2.0/security-groups?tenant_id=f725bf026424425d85a1ff3f9badba2b&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: 1589/3262] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:14:03 2026] DELETE /v2.0/security-groups/714cea87-6b59-4c12-ad13-9b9da591be17 => 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: 1674/3263] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:14:04 2026] GET /v2.0/security-groups?tenant_id=393bc195edd3479e8e7afc6ea5613adc&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: 1590/3264] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:14:04 2026] DELETE /v2.0/security-groups/dca47ef6-1bd1-4db8-a60c-8ea6b6eb58f7 => 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: 1675/3267] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:14:04 2026] GET /v2.0/security-groups?tenant_id=70fba5eb60594d1b94dd72fc87078ded&name=default => generated 2929 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3268] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:14:04 2026] DELETE /v2.0/security-groups/17753d9d-ae73-48f8-998f-d8632f2cee13 => 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: 1676/3269] 10.0.0.218 () {32 vars in 774 bytes} [Sun Aug 16 14:14:04 2026] GET /v2.0/security-groups?tenant_id=e08c8b4e68204e40aef8ac7f3b2fedab&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3270] 10.0.0.218 () {32 vars in 740 bytes} [Sun Aug 16 14:14:04 2026] DELETE /v2.0/security-groups/e75bc742-fe23-4dca-895d-53a2776e33bb => 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: 1677/3271] 10.0.0.218 () {32 vars in 649 bytes} [Sun Aug 16 14:14:07 2026] GET /v2.0/networks => generated 2168 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3272] 10.0.0.218 () {32 vars in 655 bytes} [Sun Aug 16 14:14:08 2026] GET /v2.0/floatingips => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1678/3273] 10.0.0.218 () {32 vars in 647 bytes} [Sun Aug 16 14:14:08 2026] GET /v2.0/routers => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3274] 10.0.0.218 () {32 vars in 643 bytes} [Sun Aug 16 14:14:08 2026] GET /v2.0/ports => generated 4721 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1679/3275] 10.0.0.218 () {32 vars in 647 bytes} [Sun Aug 16 14:14:08 2026] GET /v2.0/subnets => generated 1308 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3276] 10.0.0.218 () {32 vars in 649 bytes} [Sun Aug 16 14:14:09 2026] GET /v2.0/networks => generated 2168 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1680/3277] 10.0.0.218 () {32 vars in 663 bytes} [Sun Aug 16 14:14:09 2026] GET /v2.0/security-groups => generated 17397 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3278] 10.0.0.218 () {32 vars in 655 bytes} [Sun Aug 16 14:14:09 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)