+ 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 [Wed Jul 15 15:12:50 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 nodename: neutron-server-6c57bc76d-g42x4 machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Nov 6 2025, 13:44:16) [GCC 13.3.0] Python main interpreter initialized at 0x7fc8d28ff668 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-07-15 15:12:55.058 7 INFO neutron.common.config [-] Logging enabled! 2026-07-15 15:12:55.058 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-07-15 15:12:55.100 8 INFO neutron.common.config [-] Logging enabled! 2026-07-15 15:12:55.100 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-07-15 15:12:56.148 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-15 15:12:56.288 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-15 15:12:57.870 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-15 15:12:57.873 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-15 15:12:57.877 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-15 15:12:57.878 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-15 15:12:57.878 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-15 15:12:57.879 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-15 15:12:57.879 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-15 15:12:57.887 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-15 15:12:57.887 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-15 15:12:57.887 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-15 15:12:57.910 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-15 15:12:57.911 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-15 15:12:57.911 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-15 15:12:57.940 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-15 15:12:57.941 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-15 15:12:57.941 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-15 15:12:57.941 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-15 15:12:57.941 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-15 15:12:57.944 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-15 15:12:57.947 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-15 15:12:57.948 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-15 15:12:57.948 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-15 15:12:57.949 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-15 15:12:57.949 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-15 15:12:57.956 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-15 15:12:57.956 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-15 15:12:57.957 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-15 15:12:57.989 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-15 15:12:57.991 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-15 15:12:57.991 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-15 15:12:58.030 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-15 15:12:58.031 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-15 15:12:58.031 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-15 15:12:58.031 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-15 15:12:58.254 7 INFO neutron.plugins.ml2.managers [None req-d8fda1ff-9022-41e2-ab54-84ce6428d4d4 - - - - - -] Initializing driver for type 'vlan' 2026-07-15 15:12:58.419 8 INFO neutron.plugins.ml2.managers [None req-1bc6b28f-7af2-4a7b-86dc-ea169b2cf2ef - - - - - -] Initializing driver for type 'vlan' 2026-07-15 15:12:58.713 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-d8fda1ff-9022-41e2-ab54-84ce6428d4d4 - - - - - -] VlanTypeDriver initialization complete 2026-07-15 15:12:58.713 7 INFO neutron.plugins.ml2.managers [None req-d8fda1ff-9022-41e2-ab54-84ce6428d4d4 - - - - - -] Initializing driver for type 'vxlan' 2026-07-15 15:12:58.713 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-d8fda1ff-9022-41e2-ab54-84ce6428d4d4 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-15 15:12:58.727 7 INFO neutron.plugins.ml2.managers [None req-d8fda1ff-9022-41e2-ab54-84ce6428d4d4 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-15 15:12:58.727 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-d8fda1ff-9022-41e2-ab54-84ce6428d4d4 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-15 15:12:58.728 7 INFO neutron.plugins.ml2.managers [None req-d8fda1ff-9022-41e2-ab54-84ce6428d4d4 - - - - - -] Initializing extension driver 'port_security' 2026-07-15 15:12:58.728 7 INFO neutron.plugins.ml2.extensions.port_security [None req-d8fda1ff-9022-41e2-ab54-84ce6428d4d4 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-15 15:12:58.728 7 INFO neutron.plugins.ml2.managers [None req-d8fda1ff-9022-41e2-ab54-84ce6428d4d4 - - - - - -] Initializing extension driver 'qos' 2026-07-15 15:12:58.728 7 INFO neutron.plugins.ml2.managers [None req-d8fda1ff-9022-41e2-ab54-84ce6428d4d4 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-15 15:12:58.728 7 INFO neutron.plugins.ml2.managers [None req-d8fda1ff-9022-41e2-ab54-84ce6428d4d4 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-15 15:12:58.745 7 INFO neutron.quota [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded quota_driver: . 2026-07-15 15:12:58.746 7 INFO neutron.plugins.ml2.plugin [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Modular L2 Plugin initialization complete 2026-07-15 15:12:58.747 7 INFO neutron.plugins.ml2.managers [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-15 15:12:58.747 7 INFO neutron.plugins.ml2.managers [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-15 15:12:58.747 7 INFO neutron.plugins.ml2.managers [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Got port-security extension from driver 'port_security' 2026-07-15 15:12:58.748 7 INFO neutron.manager [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loading Plugin: qos 2026-07-15 15:12:58.766 7 INFO neutron.manager [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loading Plugin: router 2026-07-15 15:12:58.783 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-1bc6b28f-7af2-4a7b-86dc-ea169b2cf2ef - - - - - -] VlanTypeDriver initialization complete 2026-07-15 15:12:58.783 8 INFO neutron.plugins.ml2.managers [None req-1bc6b28f-7af2-4a7b-86dc-ea169b2cf2ef - - - - - -] Initializing driver for type 'vxlan' 2026-07-15 15:12:58.783 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-1bc6b28f-7af2-4a7b-86dc-ea169b2cf2ef - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-15 15:12:58.799 8 INFO neutron.plugins.ml2.managers [None req-1bc6b28f-7af2-4a7b-86dc-ea169b2cf2ef - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-15 15:12:58.799 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-1bc6b28f-7af2-4a7b-86dc-ea169b2cf2ef - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-15 15:12:58.800 8 INFO neutron.plugins.ml2.managers [None req-1bc6b28f-7af2-4a7b-86dc-ea169b2cf2ef - - - - - -] Initializing extension driver 'port_security' 2026-07-15 15:12:58.800 8 INFO neutron.plugins.ml2.extensions.port_security [None req-1bc6b28f-7af2-4a7b-86dc-ea169b2cf2ef - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-15 15:12:58.800 8 INFO neutron.plugins.ml2.managers [None req-1bc6b28f-7af2-4a7b-86dc-ea169b2cf2ef - - - - - -] Initializing extension driver 'qos' 2026-07-15 15:12:58.800 8 INFO neutron.plugins.ml2.managers [None req-1bc6b28f-7af2-4a7b-86dc-ea169b2cf2ef - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-15 15:12:58.800 8 INFO neutron.plugins.ml2.managers [None req-1bc6b28f-7af2-4a7b-86dc-ea169b2cf2ef - - - - - -] Initializing mechanism driver 'l2population' 2026-07-15 15:12:58.818 8 INFO neutron.quota [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded quota_driver: . 2026-07-15 15:12:58.818 8 INFO neutron.plugins.ml2.plugin [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Modular L2 Plugin initialization complete 2026-07-15 15:12:58.818 7 INFO neutron.services.service_base [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-15 15:12:58.818 8 INFO neutron.plugins.ml2.managers [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-15 15:12:58.818 8 INFO neutron.plugins.ml2.managers [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-15 15:12:58.818 7 INFO neutron.manager [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loading Plugin: segments 2026-07-15 15:12:58.818 8 INFO neutron.plugins.ml2.managers [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Got port-security extension from driver 'port_security' 2026-07-15 15:12:58.819 8 INFO neutron.manager [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loading Plugin: qos 2026-07-15 15:12:58.834 8 INFO neutron.manager [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loading Plugin: router 2026-07-15 15:12:58.889 8 INFO neutron.services.service_base [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-15 15:12:58.890 8 INFO neutron.manager [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loading Plugin: segments 2026-07-15 15:12:58.942 7 INFO neutron.manager [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loading Plugin: trunk 2026-07-15 15:12:58.964 7 INFO neutron.manager [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loading Plugin: vpnaas 2026-07-15 15:12:58.995 8 INFO neutron.manager [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loading Plugin: trunk 2026-07-15 15:12:59.010 8 INFO neutron.manager [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loading Plugin: vpnaas 2026-07-15 15:12:59.015 7 WARNING stevedore.named [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-15 15:12:59.056 8 WARNING stevedore.named [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-15 15:12:59.109 7 INFO neutron_vpnaas.services.vpn.plugin [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-15 15:12:59.110 7 INFO neutron.common.utils [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-15 15:12:59.110 7 INFO neutron.manager [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loading Plugin: taas 2026-07-15 15:12:59.139 7 WARNING stevedore.named [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-15 15:12:59.140 7 WARNING stevedore.named [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-15 15:12:59.144 8 INFO neutron_vpnaas.services.vpn.plugin [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-15 15:12:59.146 8 INFO neutron.common.utils [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-15 15:12:59.146 8 INFO neutron.manager [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loading Plugin: taas 2026-07-15 15:12:59.165 7 INFO neutron_taas.services.taas.taas_plugin [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-15 15:12:59.165 7 INFO neutron.manager [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loading Plugin: tapmirror 2026-07-15 15:12:59.177 8 WARNING stevedore.named [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-15 15:12:59.177 8 WARNING stevedore.named [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-15 15:12:59.180 7 WARNING stevedore.named [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-15 15:12:59.180 7 WARNING stevedore.named [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-15 15:12:59.199 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-15 15:12:59.199 7 INFO neutron.manager [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loading Plugin: auto_allocate 2026-07-15 15:12:59.202 8 INFO neutron_taas.services.taas.taas_plugin [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-15 15:12:59.203 8 INFO neutron.manager [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loading Plugin: tapmirror 2026-07-15 15:12:59.208 7 INFO neutron.manager [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loading Plugin: tag 2026-07-15 15:12:59.217 7 INFO neutron.manager [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loading Plugin: timestamp 2026-07-15 15:12:59.218 8 WARNING stevedore.named [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-15 15:12:59.218 8 WARNING stevedore.named [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-15 15:12:59.221 7 INFO neutron.manager [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loading Plugin: network_ip_availability 2026-07-15 15:12:59.225 7 INFO neutron.manager [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loading Plugin: flavors 2026-07-15 15:12:59.231 7 INFO neutron.manager [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loading Plugin: revisions 2026-07-15 15:12:59.236 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Initializing extension manager. 2026-07-15 15:12:59.238 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: address-group 2026-07-15 15:12:59.239 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: address-scope 2026-07-15 15:12:59.239 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-15 15:12:59.239 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-15 15:12:59.239 8 INFO neutron.manager [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loading Plugin: auto_allocate 2026-07-15 15:12:59.240 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: agent 2026-07-15 15:12:59.240 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: agent-resources-synced 2026-07-15 15:12:59.242 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: allowed-address-pairs 2026-07-15 15:12:59.242 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: auto-allocated-topology 2026-07-15 15:12:59.243 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: availability_zone 2026-07-15 15:12:59.244 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: availability_zone_filter 2026-07-15 15:12:59.244 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-15 15:12:59.245 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: default-subnetpools 2026-07-15 15:12:59.246 8 INFO neutron.manager [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loading Plugin: tag 2026-07-15 15:12:59.246 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-15 15:12:59.247 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: dns-integration 2026-07-15 15:12:59.247 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: dns-domain-ports 2026-07-15 15:12:59.248 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-15 15:12:59.248 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: dvr 2026-07-15 15:12:59.249 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-15 15:12:59.250 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: empty-string-filtering 2026-07-15 15:12:59.251 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-15 15:12:59.251 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-15 15:12:59.252 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: external-net 2026-07-15 15:12:59.252 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-15 15:12:59.253 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: extraroute 2026-07-15 15:12:59.254 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: extraroute-atomic 2026-07-15 15:12:59.254 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-15 15:12:59.255 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-15 15:12:59.255 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-15 15:12:59.256 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-15 15:12:59.256 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: fip-port-details 2026-07-15 15:12:59.256 8 INFO neutron.manager [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loading Plugin: timestamp 2026-07-15 15:12:59.257 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: flavors 2026-07-15 15:12:59.258 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-15 15:12:59.259 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: floatingip-pools 2026-07-15 15:12:59.259 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: ip_allocation 2026-07-15 15:12:59.260 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: ip-substring-filtering 2026-07-15 15:12:59.260 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: l2_adjacency 2026-07-15 15:12:59.262 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: router 2026-07-15 15:12:59.262 8 INFO neutron.manager [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loading Plugin: network_ip_availability 2026-07-15 15:12:59.263 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-15 15:12:59.264 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-15 15:12:59.264 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-15 15:12:59.265 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: ext-gw-mode 2026-07-15 15:12:59.265 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: l3-ha 2026-07-15 15:12:59.266 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-15 15:12:59.267 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-15 15:12:59.267 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: l3-flavors 2026-07-15 15:12:59.267 8 INFO neutron.manager [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loading Plugin: flavors 2026-07-15 15:12:59.268 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-15 15:12:59.268 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-15 15:12:59.271 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-15 15:12:59.272 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-15 15:12:59.273 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-15 15:12:59.274 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-15 15:12:59.275 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-15 15:12:59.275 8 INFO neutron.manager [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loading Plugin: revisions 2026-07-15 15:12:59.275 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: multi-provider 2026-07-15 15:12:59.276 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: net-mtu 2026-07-15 15:12:59.276 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: net-mtu-writable 2026-07-15 15:12:59.277 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: network_availability_zone 2026-07-15 15:12:59.277 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: network_ha 2026-07-15 15:12:59.278 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: network-ip-availability 2026-07-15 15:12:59.279 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-15 15:12:59.279 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: pagination 2026-07-15 15:12:59.280 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: port-device-profile 2026-07-15 15:12:59.280 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-15 15:12:59.281 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Initializing extension manager. 2026-07-15 15:12:59.281 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-15 15:12:59.281 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-15 15:12:59.282 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: address-group 2026-07-15 15:12:59.283 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: port-mac-override 2026-07-15 15:12:59.283 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-15 15:12:59.283 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: address-scope 2026-07-15 15:12:59.284 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-15 15:12:59.284 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-15 15:12:59.284 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-15 15:12:59.285 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: port-resource-request 2026-07-15 15:12:59.285 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: agent 2026-07-15 15:12:59.285 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: port-resource-request-groups 2026-07-15 15:12:59.286 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-15 15:12:59.286 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: binding 2026-07-15 15:12:59.287 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: binding-extended 2026-07-15 15:12:59.288 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: port-security 2026-07-15 15:12:59.288 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: agent-resources-synced 2026-07-15 15:12:59.288 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: project-id 2026-07-15 15:12:59.289 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: provider 2026-07-15 15:12:59.289 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-15 15:12:59.291 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: allowed-address-pairs 2026-07-15 15:12:59.291 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: qos 2026-07-15 15:12:59.292 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: auto-allocated-topology 2026-07-15 15:12:59.292 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-15 15:12:59.293 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-15 15:12:59.293 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: qos-default 2026-07-15 15:12:59.293 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: availability_zone 2026-07-15 15:12:59.294 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: qos-fip 2026-07-15 15:12:59.294 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: availability_zone_filter 2026-07-15 15:12:59.294 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-15 15:12:59.295 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-15 15:12:59.295 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: qos-gateway-ip 2026-07-15 15:12:59.295 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: qos-port-network-policy 2026-07-15 15:12:59.295 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: default-subnetpools 2026-07-15 15:12:59.296 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: qos-pps-minimum 2026-07-15 15:12:59.296 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-15 15:12:59.297 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: qos-pps 2026-07-15 15:12:59.298 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: qos-rule-type-details 2026-07-15 15:12:59.298 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-15 15:12:59.298 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-15 15:12:59.299 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: qos-rules-alias 2026-07-15 15:12:59.299 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: quota-check-limit 2026-07-15 15:12:59.299 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: dns-integration 2026-07-15 15:12:59.300 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: quota-check-limit-default 2026-07-15 15:12:59.300 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: dns-domain-ports 2026-07-15 15:12:59.301 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-15 15:12:59.302 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: dvr 2026-07-15 15:12:59.302 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: quotas 2026-07-15 15:12:59.302 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-15 15:12:59.303 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: quota_details 2026-07-15 15:12:59.303 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: empty-string-filtering 2026-07-15 15:12:59.304 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-15 15:12:59.305 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: rbac-policies 2026-07-15 15:12:59.305 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-15 15:12:59.305 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: rbac-address-group 2026-07-15 15:12:59.305 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: external-net 2026-07-15 15:12:59.306 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: rbac-address-scope 2026-07-15 15:12:59.306 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-15 15:12:59.306 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: rbac-security-groups 2026-07-15 15:12:59.307 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: rbac-subnetpool 2026-07-15 15:12:59.307 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: extraroute 2026-07-15 15:12:59.307 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: revision-if-match 2026-07-15 15:12:59.308 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: extraroute-atomic 2026-07-15 15:12:59.308 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: standard-attr-revisions 2026-07-15 15:12:59.309 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: router_availability_zone 2026-07-15 15:12:59.309 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-15 15:12:59.309 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-15 15:12:59.309 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-15 15:12:59.310 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-15 15:12:59.311 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: security-groups-default-rules 2026-07-15 15:12:59.311 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-15 15:12:59.311 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-15 15:12:59.312 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: fip-port-details 2026-07-15 15:12:59.312 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-15 15:12:59.312 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-15 15:12:59.313 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: flavors 2026-07-15 15:12:59.313 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-15 15:12:59.313 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-15 15:12:59.314 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-15 15:12:59.315 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: floatingip-pools 2026-07-15 15:12:59.316 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: ip_allocation 2026-07-15 15:12:59.317 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: ip-substring-filtering 2026-07-15 15:12:59.318 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: l2_adjacency 2026-07-15 15:12:59.319 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: router 2026-07-15 15:12:59.322 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-15 15:12:59.323 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: security-group 2026-07-15 15:12:59.323 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-15 15:12:59.324 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-15 15:12:59.324 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: segment 2026-07-15 15:12:59.325 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: ext-gw-mode 2026-07-15 15:12:59.325 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-15 15:12:59.325 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: l3-ha 2026-07-15 15:12:59.326 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: service-type 2026-07-15 15:12:59.326 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-15 15:12:59.327 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: sorting 2026-07-15 15:12:59.327 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-15 15:12:59.327 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: standard-attr-segment 2026-07-15 15:12:59.327 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: l3-flavors 2026-07-15 15:12:59.328 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: standard-attr-description 2026-07-15 15:12:59.328 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: stateful-security-group 2026-07-15 15:12:59.329 7 WARNING neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-15 15:12:59.329 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-15 15:12:59.329 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-15 15:12:59.329 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-15 15:12:59.330 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: subnet-external-network 2026-07-15 15:12:59.330 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: subnet_onboard 2026-07-15 15:12:59.331 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-15 15:12:59.331 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: subnet-service-types 2026-07-15 15:12:59.332 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: subnet_allocation 2026-07-15 15:12:59.333 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-15 15:12:59.333 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: tag-creation 2026-07-15 15:12:59.333 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-15 15:12:59.334 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-15 15:12:59.335 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-15 15:12:59.337 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-15 15:12:59.338 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: standard-attr-tag 2026-07-15 15:12:59.338 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-15 15:12:59.338 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-15 15:12:59.339 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: trunk 2026-07-15 15:12:59.339 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-15 15:12:59.339 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: trunk-details 2026-07-15 15:12:59.340 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-15 15:12:59.340 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: multi-provider 2026-07-15 15:12:59.340 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-15 15:12:59.341 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: net-mtu 2026-07-15 15:12:59.341 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-15 15:12:59.341 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: net-mtu-writable 2026-07-15 15:12:59.342 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-15 15:12:59.342 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: network_availability_zone 2026-07-15 15:12:59.343 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: network_ha 2026-07-15 15:12:59.344 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-15 15:12:59.344 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: network-ip-availability 2026-07-15 15:12:59.344 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-15 15:12:59.345 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: vpn-flavors 2026-07-15 15:12:59.346 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-15 15:12:59.346 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: pagination 2026-07-15 15:12:59.347 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: vpnaas 2026-07-15 15:12:59.347 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: port-device-profile 2026-07-15 15:12:59.348 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-15 15:12:59.349 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-15 15:12:59.349 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: taas 2026-07-15 15:12:59.349 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-15 15:12:59.350 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: tap-mirror 2026-07-15 15:12:59.350 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: port-mac-override 2026-07-15 15:12:59.351 7 INFO neutron.api.extensions [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Loaded extension: taas-vlan-filter 2026-07-15 15:12:59.351 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-15 15:12:59.352 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-15 15:12:59.353 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-15 15:12:59.353 7 INFO neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-15 15:12:59.354 7 INFO neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-15 15:12:59.354 7 INFO neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-15 15:12:59.354 7 INFO neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-15 15:12:59.354 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: port-resource-request 2026-07-15 15:12:59.355 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: port-resource-request-groups 2026-07-15 15:12:59.355 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-15 15:12:59.356 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: binding 2026-07-15 15:12:59.357 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: binding-extended 2026-07-15 15:12:59.357 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: port-security 2026-07-15 15:12:59.357 7 INFO neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-15 15:12:59.358 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: project-id 2026-07-15 15:12:59.358 7 INFO neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-15 15:12:59.358 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: provider 2026-07-15 15:12:59.359 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-15 15:12:59.361 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: qos 2026-07-15 15:12:59.362 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-15 15:12:59.362 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-15 15:12:59.363 7 INFO neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-15 15:12:59.363 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: qos-default 2026-07-15 15:12:59.363 7 INFO neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-15 15:12:59.363 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: qos-fip 2026-07-15 15:12:59.364 7 INFO neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-15 15:12:59.364 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-15 15:12:59.364 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: qos-gateway-ip 2026-07-15 15:12:59.364 7 INFO neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-15 15:12:59.365 7 WARNING neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] subnetpool is already registered 2026-07-15 15:12:59.365 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: qos-port-network-policy 2026-07-15 15:12:59.365 7 INFO neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-15 15:12:59.365 7 WARNING neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] subnetpool is already registered 2026-07-15 15:12:59.366 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: qos-pps-minimum 2026-07-15 15:12:59.366 7 INFO neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-15 15:12:59.366 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-15 15:12:59.366 7 INFO neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-15 15:12:59.367 7 INFO neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-15 15:12:59.367 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: qos-pps 2026-07-15 15:12:59.367 7 INFO neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-15 15:12:59.367 7 INFO neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-15 15:12:59.367 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: qos-rule-type-details 2026-07-15 15:12:59.368 7 INFO neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-15 15:12:59.368 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-15 15:12:59.368 7 INFO neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-15 15:12:59.368 7 WARNING neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] ipsecpolicy is already registered 2026-07-15 15:12:59.369 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: qos-rules-alias 2026-07-15 15:12:59.369 7 INFO neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-15 15:12:59.369 7 WARNING neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] ikepolicy is already registered 2026-07-15 15:12:59.369 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: quota-check-limit 2026-07-15 15:12:59.370 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: quota-check-limit-default 2026-07-15 15:12:59.372 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: quotas 2026-07-15 15:12:59.373 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: quota_details 2026-07-15 15:12:59.373 7 INFO neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-15 15:12:59.373 7 WARNING neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] router is already registered 2026-07-15 15:12:59.374 7 INFO neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-15 15:12:59.374 7 WARNING neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] floatingip is already registered 2026-07-15 15:12:59.375 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: rbac-policies 2026-07-15 15:12:59.376 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: rbac-address-group 2026-07-15 15:12:59.376 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: rbac-address-scope 2026-07-15 15:12:59.377 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: rbac-security-groups 2026-07-15 15:12:59.377 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: rbac-subnetpool 2026-07-15 15:12:59.378 7 INFO neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-15 15:12:59.378 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: revision-if-match 2026-07-15 15:12:59.378 7 WARNING neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] rbac_policy is already registered 2026-07-15 15:12:59.378 7 INFO neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-15 15:12:59.379 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: standard-attr-revisions 2026-07-15 15:12:59.379 7 WARNING neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] security_group is already registered 2026-07-15 15:12:59.379 7 INFO neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-15 15:12:59.379 7 WARNING neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] security_group_rule is already registered 2026-07-15 15:12:59.379 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: router_availability_zone 2026-07-15 15:12:59.380 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-15 15:12:59.380 7 INFO neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-15 15:12:59.380 7 WARNING neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] subnetpool is already registered 2026-07-15 15:12:59.380 7 INFO neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-15 15:12:59.380 7 WARNING neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] subnetpool is already registered 2026-07-15 15:12:59.381 7 INFO neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-15 15:12:59.381 7 WARNING neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] trunk is already registered 2026-07-15 15:12:59.381 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: security-groups-default-rules 2026-07-15 15:12:59.381 7 INFO neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-15 15:12:59.382 7 WARNING neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] ikepolicy is already registered 2026-07-15 15:12:59.382 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-15 15:12:59.382 7 INFO neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-15 15:12:59.382 7 WARNING neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] ipsecpolicy is already registered 2026-07-15 15:12:59.382 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-15 15:12:59.382 7 INFO neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-15 15:12:59.382 7 WARNING neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] endpoint_group is already registered 2026-07-15 15:12:59.383 7 INFO neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-15 15:12:59.383 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-15 15:12:59.383 7 WARNING neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] vpnservice is already registered 2026-07-15 15:12:59.383 7 INFO neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-15 15:12:59.383 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-15 15:12:59.383 7 WARNING neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] ipsec_site_connection is already registered 2026-07-15 15:12:59.384 7 INFO neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-15 15:12:59.384 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-15 15:12:59.384 7 WARNING neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] ipsecpolicy is already registered 2026-07-15 15:12:59.384 7 INFO neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-15 15:12:59.384 7 WARNING neutron.quota.resource_registry [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] ikepolicy is already registered 2026-07-15 15:12:59.388 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: security-group 2026-07-15 15:12:59.390 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: segment 2026-07-15 15:12:59.393 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-15 15:12:59.393 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: service-type 2026-07-15 15:12:59.394 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: sorting 2026-07-15 15:12:59.395 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: standard-attr-segment 2026-07-15 15:12:59.395 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: standard-attr-description 2026-07-15 15:12:59.396 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: stateful-security-group 2026-07-15 15:12:59.396 8 WARNING neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-15 15:12:59.397 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-15 15:12:59.398 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: subnet-external-network 2026-07-15 15:12:59.399 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: subnet_onboard 2026-07-15 15:12:59.399 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-15 15:12:59.400 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: subnet-service-types 2026-07-15 15:12:59.401 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: subnet_allocation 2026-07-15 15:12:59.401 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-15 15:12:59.402 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: tag-creation 2026-07-15 15:12:59.403 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-15 15:12:59.408 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: standard-attr-tag 2026-07-15 15:12:59.409 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-15 15:12:59.410 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: trunk 2026-07-15 15:12:59.410 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: trunk-details 2026-07-15 15:12:59.411 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-15 15:12:59.411 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-15 15:12:59.412 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-15 15:12:59.413 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-15 15:12:59.415 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-15 15:12:59.416 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-15 15:12:59.416 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: vpn-flavors 2026-07-15 15:12:59.418 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: vpnaas 2026-07-15 15:12:59.419 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: taas 2026-07-15 15:12:59.420 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: tap-mirror 2026-07-15 15:12:59.421 8 INFO neutron.api.extensions [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Loaded extension: taas-vlan-filter 2026-07-15 15:12:59.422 7 WARNING keystonemiddleware._common.config [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-15 15:12:59.424 8 INFO neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-15 15:12:59.424 8 INFO neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-15 15:12:59.424 8 INFO neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-15 15:12:59.424 8 INFO neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-15 15:12:59.428 8 INFO neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-15 15:12:59.428 8 INFO neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-15 15:12:59.429 7 WARNING oslo_config.cfg [None req-7f842815-21f1-4f85-bd39-871a0c6e7735 - - - - - -] 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 9 seconds on interpreter 0x7fc8d28ff668 pid: 7 (default app) 2026-07-15 15:12:59.433 8 INFO neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-15 15:12:59.434 8 INFO neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-15 15:12:59.435 8 INFO neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-15 15:12:59.436 8 INFO neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-15 15:12:59.436 8 WARNING neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] subnetpool is already registered 2026-07-15 15:12:59.437 8 INFO neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-15 15:12:59.437 8 WARNING neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] subnetpool is already registered 2026-07-15 15:12:59.437 8 INFO neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-15 15:12:59.438 8 INFO neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-15 15:12:59.439 8 INFO neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-15 15:12:59.439 8 INFO neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-15 15:12:59.440 8 INFO neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-15 15:12:59.440 8 INFO neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-15 15:12:59.441 8 INFO neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-15 15:12:59.441 8 WARNING neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] ipsecpolicy is already registered 2026-07-15 15:12:59.441 8 INFO neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-15 15:12:59.441 8 WARNING neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] ikepolicy is already registered 2026-07-15 15:12:59.446 8 INFO neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-15 15:12:59.447 8 WARNING neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] router is already registered 2026-07-15 15:12:59.447 8 INFO neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-15 15:12:59.447 8 WARNING neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] floatingip is already registered 2026-07-15 15:12:59.451 8 INFO neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-15 15:12:59.451 8 WARNING neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] rbac_policy is already registered 2026-07-15 15:12:59.452 8 INFO neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-15 15:12:59.452 8 WARNING neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] security_group is already registered 2026-07-15 15:12:59.453 8 INFO neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-15 15:12:59.453 8 WARNING neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] security_group_rule is already registered 2026-07-15 15:12:59.454 8 INFO neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-15 15:12:59.454 8 WARNING neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] subnetpool is already registered 2026-07-15 15:12:59.454 8 INFO neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-15 15:12:59.455 8 WARNING neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] subnetpool is already registered 2026-07-15 15:12:59.455 8 INFO neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-15 15:12:59.455 8 WARNING neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] trunk is already registered 2026-07-15 15:12:59.456 8 INFO neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-15 15:12:59.456 8 WARNING neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] ikepolicy is already registered 2026-07-15 15:12:59.456 8 INFO neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-15 15:12:59.456 8 WARNING neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] ipsecpolicy is already registered 2026-07-15 15:12:59.457 8 INFO neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-15 15:12:59.457 8 WARNING neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] endpoint_group is already registered 2026-07-15 15:12:59.458 8 INFO neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-15 15:12:59.458 8 WARNING neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] vpnservice is already registered 2026-07-15 15:12:59.458 8 INFO neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-15 15:12:59.458 8 WARNING neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] ipsec_site_connection is already registered 2026-07-15 15:12:59.459 8 INFO neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-15 15:12:59.459 8 WARNING neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] ipsecpolicy is already registered 2026-07-15 15:12:59.459 8 INFO neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-15 15:12:59.460 8 WARNING neutron.quota.resource_registry [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] ikepolicy is already registered 2026-07-15 15:12:59.507 8 WARNING keystonemiddleware._common.config [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-15 15:12:59.515 8 WARNING oslo_config.cfg [None req-ebc5ceaa-a339-4f13-a9d2-462217b15772 - - - - - -] 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 9 seconds on interpreter 0x7fc8d28ff668 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-07-15 15:13:04.818 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d5460316-ab3d-4efb-9556-ce7ca5ac4f5b ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/3] 199.204.45.23 () {44 vars in 922 bytes} [Wed Jul 15 15:13:03 2026] GET /v2.0/networks/public => generated 108 bytes in 895 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: 1/4] 199.204.45.23 () {44 vars in 944 bytes} [Wed Jul 15 15:13:04 2026] GET /v2.0/networks?name=public => generated 15 bytes in 397 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:13:05.682 7 WARNING neutron.services.revisions.revision_plugin [None req-8e51d774-9a24-4312-aa90-a393b0c9ecae ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Could not find related network for resource to bump revision. 2026-07-15 15:13:05.708 7 INFO neutron.db.segments_db [None req-8e51d774-9a24-4312-aa90-a393b0c9ecae ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Added segment 51fffbfc-81a8-4657-8a0e-b674fe9abf9c of type flat for network fe5d5c14-beed-4f74-91bb-4e797e6e4a07 2026-07-15 15:13:05.777 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8e51d774-9a24-4312-aa90-a393b0c9ecae ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/5] 199.204.45.23 () {48 vars in 962 bytes} [Wed Jul 15 15:13:05 2026] POST /v2.0/networks => generated 124 bytes in 581 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-15 15:13:11.791 7 INFO neutron.pecan_wsgi.hooks.translation [None req-44f80db6-ed83-4e3c-9d70-776f4e056211 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/7] 199.204.45.23 () {44 vars in 922 bytes} [Wed Jul 15 15:13:11 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/8] 199.204.45.23 () {44 vars in 944 bytes} [Wed Jul 15 15:13:11 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-07-15 15:13:11.869 7 WARNING neutron.services.revisions.revision_plugin [None req-2e91848a-d1ef-4ff2-be25-36d723cf2d75 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Could not find related network for resource to bump revision. 2026-07-15 15:13:11.883 7 INFO neutron.db.segments_db [None req-2e91848a-d1ef-4ff2-be25-36d723cf2d75 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Added segment 1695a8fe-9f88-416b-8c8c-0e94345242d9 of type flat for network b73a4e90-76a9-4405-bbd3-2f0a5cba3f66 2026-07-15 15:13:11.908 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2e91848a-d1ef-4ff2-be25-36d723cf2d75 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/9] 199.204.45.23 () {48 vars in 962 bytes} [Wed Jul 15 15:13:11 2026] POST /v2.0/networks => generated 124 bytes in 103 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-15 15:13:18.189 8 INFO neutron.pecan_wsgi.hooks.translation [None req-47b13abb-04b5-44da-91bb-521e72220f18 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/10] 199.204.45.23 () {44 vars in 922 bytes} [Wed Jul 15 15:13:17 2026] GET /v2.0/networks/public => generated 108 bytes in 384 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 7/11] 199.204.45.23 () {44 vars in 944 bytes} [Wed Jul 15 15:13:18 2026] GET /v2.0/networks?name=public => generated 15 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:13:18.492 8 WARNING neutron.services.revisions.revision_plugin [None req-90f5dbd6-77e3-4437-94e9-0de60cfc1e38 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Could not find related network for resource to bump revision. 2026-07-15 15:13:18.518 8 INFO neutron.db.segments_db [None req-90f5dbd6-77e3-4437-94e9-0de60cfc1e38 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Added segment 73f6bf67-73da-4f63-b2cf-35ecf4f2abdd of type flat for network 1d7e8e7f-5b22-4890-a3c6-c1ea20f6a6ee 2026-07-15 15:13:18.622 8 INFO neutron.pecan_wsgi.hooks.translation [None req-90f5dbd6-77e3-4437-94e9-0de60cfc1e38 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/12] 199.204.45.23 () {48 vars in 962 bytes} [Wed Jul 15 15:13:18 2026] POST /v2.0/networks => generated 124 bytes in 434 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-15 15:13:24.547 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a8f5b7aa-3385-4f49-ad63-2d976051273d ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/13] 199.204.45.23 () {44 vars in 922 bytes} [Wed Jul 15 15:13:24 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/14] 199.204.45.23 () {44 vars in 944 bytes} [Wed Jul 15 15:13:24 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:13:24.636 7 WARNING neutron.services.revisions.revision_plugin [None req-ffbef633-c2d0-4cbb-8748-e4b13e8265eb ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Could not find related network for resource to bump revision. 2026-07-15 15:13:24.664 7 INFO neutron.db.segments_db [None req-ffbef633-c2d0-4cbb-8748-e4b13e8265eb ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Added segment 50c9e8c4-91cd-4bd7-9466-c364062679c5 of type flat for network d9714a37-11f1-46aa-becc-d3af07c04902 2026-07-15 15:13:24.692 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ffbef633-c2d0-4cbb-8748-e4b13e8265eb ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/15] 199.204.45.23 () {48 vars in 962 bytes} [Wed Jul 15 15:13:24 2026] POST /v2.0/networks => generated 124 bytes in 131 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-15 15:13:30.653 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5dee0c10-5f50-49f3-a255-90dae1b7b4ee ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/17] 199.204.45.23 () {44 vars in 922 bytes} [Wed Jul 15 15:13:30 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/18] 199.204.45.23 () {44 vars in 944 bytes} [Wed Jul 15 15:13:30 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:13:30.726 7 WARNING neutron.services.revisions.revision_plugin [None req-afd062f6-6a5b-4ca0-aaa2-e5febbb95eb7 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Could not find related network for resource to bump revision. 2026-07-15 15:13:30.742 7 INFO neutron.db.segments_db [None req-afd062f6-6a5b-4ca0-aaa2-e5febbb95eb7 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Added segment f3e742af-1195-4203-8131-e7daf604fd27 of type flat for network 84ccca30-c4be-43b8-9896-f97d52a1b046 2026-07-15 15:13:30.766 7 INFO neutron.pecan_wsgi.hooks.translation [None req-afd062f6-6a5b-4ca0-aaa2-e5febbb95eb7 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/19] 199.204.45.23 () {48 vars in 962 bytes} [Wed Jul 15 15:13:30 2026] POST /v2.0/networks => generated 124 bytes in 102 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-15 15:13:36.676 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3af7bb39-b090-4a5b-898e-742d4d782fd4 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/20] 199.204.45.23 () {44 vars in 922 bytes} [Wed Jul 15 15:13:36 2026] GET /v2.0/networks/public => generated 108 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/21] 199.204.45.23 () {44 vars in 944 bytes} [Wed Jul 15 15:13:36 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:13:36.758 8 WARNING neutron.services.revisions.revision_plugin [None req-9f8567b3-03a9-4799-a45c-7130a4cf9468 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Could not find related network for resource to bump revision. 2026-07-15 15:13:36.780 8 INFO neutron.db.segments_db [None req-9f8567b3-03a9-4799-a45c-7130a4cf9468 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Added segment 68e7d64b-cafb-4e43-b002-791bfc0f8882 of type flat for network 142a8944-4406-4142-b967-f65d51d697b0 2026-07-15 15:13:36.809 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9f8567b3-03a9-4799-a45c-7130a4cf9468 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/22] 199.204.45.23 () {48 vars in 962 bytes} [Wed Jul 15 15:13:36 2026] POST /v2.0/networks => generated 124 bytes in 124 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-15 15:13:42.749 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9a089206-5d4f-480a-8dc7-ce4488256423 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/24] 199.204.45.23 () {44 vars in 922 bytes} [Wed Jul 15 15:13:42 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: 7|app: 0|req: 14/25] 199.204.45.23 () {44 vars in 944 bytes} [Wed Jul 15 15:13:42 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:13:42.832 8 WARNING neutron.services.revisions.revision_plugin [None req-cd0ac304-6fb5-46a3-9ea7-a321638f534b ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Could not find related network for resource to bump revision. 2026-07-15 15:13:42.854 8 INFO neutron.db.segments_db [None req-cd0ac304-6fb5-46a3-9ea7-a321638f534b ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Added segment b5d1eca8-c349-4e03-be56-3c66d1aa11d0 of type flat for network 991be8b8-48b7-4c71-80b2-a7401896d749 [pid: 8|app: 0|req: 12/26] 199.204.45.23 () {48 vars in 962 bytes} [Wed Jul 15 15:13:42 2026] POST /v2.0/networks => generated 706 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:13:44.187 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cb95be0d-8355-4f88-a7e3-55033269e36f ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 15/27] 199.204.45.23 () {44 vars in 922 bytes} [Wed Jul 15 15:13:44 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/28] 199.204.45.23 () {44 vars in 944 bytes} [Wed Jul 15 15:13:44 2026] GET /v2.0/networks?name=public => generated 709 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:13:44.272 7 INFO neutron.pecan_wsgi.hooks.translation [None req-91249bd7-70b0-4f7f-b3ff-2a7bae4e0a5f ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 16/29] 199.204.45.23 () {44 vars in 1029 bytes} [Wed Jul 15 15:13:44 2026] GET /v2.0/subnets/public-subnet?network_id=991be8b8-48b7-4c71-80b2-a7401896d749 => generated 113 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/30] 199.204.45.23 () {44 vars in 1052 bytes} [Wed Jul 15 15:13:44 2026] GET /v2.0/subnets?name=public-subnet&network_id=991be8b8-48b7-4c71-80b2-a7401896d749 => 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: 17/31] 199.204.45.23 () {48 vars in 960 bytes} [Wed Jul 15 15:13:44 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-07-15 15:18:51.373 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f3d1b04a-304d-4d6c-8665-5fab3a583c52 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 38/72] 199.204.45.23 () {44 vars in 932 bytes} [Wed Jul 15 15:18:51 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 121 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/73] 199.204.45.23 () {44 vars in 954 bytes} [Wed Jul 15 15:18:51 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-07-15 15:18:51.471 7 INFO neutron.db.segments_db [None req-39179c2e-9ae0-46df-9560-316253514236 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Added segment 003d0dd1-07a3-4e80-80d6-0a46692d0b18 of type vxlan for network bef8dc34-6a8f-4c4b-a392-9a5b8e483059 [pid: 7|app: 0|req: 39/74] 199.204.45.23 () {48 vars in 961 bytes} [Wed Jul 15 15:18:51 2026] POST /v2.0/networks => generated 688 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:18:52.673 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e30c6600-e1fa-41e4-afa4-f98267fdc42f ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/75] 199.204.45.23 () {44 vars in 932 bytes} [Wed Jul 15 15:18:52 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 68 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/76] 199.204.45.23 () {44 vars in 954 bytes} [Wed Jul 15 15:18:52 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:18:52.749 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8fa86e9a-45cc-4177-bf2c-60d785ddc5c9 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 37/77] 199.204.45.23 () {44 vars in 1031 bytes} [Wed Jul 15 15:18:52 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=bef8dc34-6a8f-4c4b-a392-9a5b8e483059 => generated 114 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/78] 199.204.45.23 () {44 vars in 1054 bytes} [Wed Jul 15 15:18:52 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=bef8dc34-6a8f-4c4b-a392-9a5b8e483059 => generated 14 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/79] 199.204.45.23 () {48 vars in 960 bytes} [Wed Jul 15 15:18:52 2026] POST /v2.0/subnets => generated 651 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:18:54.315 7 INFO neutron.api.v2.resource [None req-a1e7f00f-8046-4761-8921-a1cba0149166 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 42/80] 199.204.45.23 () {44 vars in 966 bytes} [Wed Jul 15 15:18:54 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/81] 199.204.45.23 () {44 vars in 988 bytes} [Wed Jul 15 15:18:54 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/82] 199.204.45.23 () {48 vars in 975 bytes} [Wed Jul 15 15:18:54 2026] POST /v2.0/security-groups => generated 1616 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/83] 199.204.45.23 () {44 vars in 996 bytes} [Wed Jul 15 15:18:55 2026] GET /v2.0/security-groups/c833d1fa-a010-438e-9bb9-773678eed65e => generated 1616 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/84] 199.204.45.23 () {44 vars in 996 bytes} [Wed Jul 15 15:18:55 2026] GET /v2.0/security-groups/c833d1fa-a010-438e-9bb9-773678eed65e => generated 1616 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/85] 199.204.45.23 () {44 vars in 996 bytes} [Wed Jul 15 15:18:55 2026] GET /v2.0/security-groups/c833d1fa-a010-438e-9bb9-773678eed65e => generated 1616 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/86] 199.204.45.23 () {48 vars in 986 bytes} [Wed Jul 15 15:18:55 2026] POST /v2.0/security-group-rules => generated 601 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/89] 199.204.45.23 () {44 vars in 996 bytes} [Wed Jul 15 15:18:56 2026] GET /v2.0/security-groups/c833d1fa-a010-438e-9bb9-773678eed65e => generated 2230 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/90] 199.204.45.23 () {44 vars in 996 bytes} [Wed Jul 15 15:18:56 2026] GET /v2.0/security-groups/c833d1fa-a010-438e-9bb9-773678eed65e => 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: 44/91] 199.204.45.23 () {44 vars in 996 bytes} [Wed Jul 15 15:18:56 2026] GET /v2.0/security-groups/c833d1fa-a010-438e-9bb9-773678eed65e => generated 2230 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/92] 199.204.45.23 () {48 vars in 986 bytes} [Wed Jul 15 15:18:56 2026] POST /v2.0/security-group-rules => generated 603 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/93] 199.204.45.23 () {44 vars in 996 bytes} [Wed Jul 15 15:18:58 2026] GET /v2.0/security-groups/c833d1fa-a010-438e-9bb9-773678eed65e => generated 2846 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/94] 199.204.45.23 () {44 vars in 996 bytes} [Wed Jul 15 15:18:58 2026] GET /v2.0/security-groups/c833d1fa-a010-438e-9bb9-773678eed65e => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/95] 199.204.45.23 () {44 vars in 996 bytes} [Wed Jul 15 15:18:58 2026] GET /v2.0/security-groups/c833d1fa-a010-438e-9bb9-773678eed65e => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/96] 199.204.45.23 () {48 vars in 986 bytes} [Wed Jul 15 15:18:58 2026] POST /v2.0/security-group-rules => generated 603 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/97] 199.204.45.23 () {44 vars in 996 bytes} [Wed Jul 15 15:18:59 2026] GET /v2.0/security-groups/c833d1fa-a010-438e-9bb9-773678eed65e => generated 3462 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/98] 199.204.45.23 () {44 vars in 996 bytes} [Wed Jul 15 15:18:59 2026] GET /v2.0/security-groups/c833d1fa-a010-438e-9bb9-773678eed65e => generated 3462 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/99] 199.204.45.23 () {44 vars in 996 bytes} [Wed Jul 15 15:18:59 2026] GET /v2.0/security-groups/c833d1fa-a010-438e-9bb9-773678eed65e => generated 3462 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/100] 199.204.45.23 () {48 vars in 986 bytes} [Wed Jul 15 15:18:59 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: 8|app: 0|req: 49/101] 199.204.45.23 () {44 vars in 996 bytes} [Wed Jul 15 15:19:00 2026] GET /v2.0/security-groups/c833d1fa-a010-438e-9bb9-773678eed65e => generated 4078 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/102] 199.204.45.23 () {44 vars in 996 bytes} [Wed Jul 15 15:19:00 2026] GET /v2.0/security-groups/c833d1fa-a010-438e-9bb9-773678eed65e => 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: 50/103] 199.204.45.23 () {44 vars in 996 bytes} [Wed Jul 15 15:19:00 2026] GET /v2.0/security-groups/c833d1fa-a010-438e-9bb9-773678eed65e => generated 4078 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/104] 199.204.45.23 () {48 vars in 986 bytes} [Wed Jul 15 15:19:00 2026] POST /v2.0/security-group-rules => generated 603 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/105] 199.204.45.23 () {44 vars in 982 bytes} [Wed Jul 15 15:19:01 2026] GET /v2.0/networks/bef8dc34-6a8f-4c4b-a392-9a5b8e483059 => generated 732 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:19:01.930 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fbaeefa2-1e32-49ca-ac34-14e455403f0e ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 55/106] 199.204.45.23 () {44 vars in 1071 bytes} [Wed Jul 15 15:19:01 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=bef8dc34-6a8f-4c4b-a392-9a5b8e483059 => generated 132 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/107] 199.204.45.23 () {44 vars in 1094 bytes} [Wed Jul 15 15:19:01 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=bef8dc34-6a8f-4c4b-a392-9a5b8e483059 => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/108] 199.204.45.23 () {44 vars in 996 bytes} [Wed Jul 15 15:19:01 2026] GET /v2.0/security-groups/c833d1fa-a010-438e-9bb9-773678eed65e => 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: 53/109] 199.204.45.23 () {48 vars in 956 bytes} [Wed Jul 15 15:19:02 2026] POST /v2.0/ports => generated 1096 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-15 15:19:10.933 7 INFO neutron.pecan_wsgi.hooks.translation [None req-09e6e409-49ea-4f77-8a49-058303b65a6a ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 57/110] 199.204.45.23 () {44 vars in 974 bytes} [Wed Jul 15 15:19:10 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 46 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: 54/111] 199.204.45.23 () {44 vars in 996 bytes} [Wed Jul 15 15:19:10 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/114] 199.204.45.23 () {48 vars in 1026 bytes} [Wed Jul 15 15:19:11 2026] PUT /v2.0/ports/028579d8-9d21-4642-9965-eea32deff683 => generated 1245 bytes in 854 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/115] 199.204.45.23 () {44 vars in 915 bytes} [Wed Jul 15 15:19:13 2026] GET /v2.0/ports => generated 3726 bytes in 95 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-07-15 15:19:14.925 7 INFO neutron.api.v2.resource [None req-d75cf8d5-32d5-47be-b971-163157ab22df ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 59/116] 199.204.45.23 () {44 vars in 954 bytes} [Wed Jul 15 15:19:14 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/117] 199.204.45.23 () {44 vars in 976 bytes} [Wed Jul 15 15:19:14 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/118] 199.204.45.23 () {48 vars in 975 bytes} [Wed Jul 15 15:19:14 2026] POST /v2.0/security-groups => generated 1610 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/119] 199.204.45.23 () {44 vars in 996 bytes} [Wed Jul 15 15:19:16 2026] GET /v2.0/security-groups/192ba757-aa95-4065-91f2-e2571b9023d2 => generated 1610 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/120] 199.204.45.23 () {44 vars in 996 bytes} [Wed Jul 15 15:19:16 2026] GET /v2.0/security-groups/192ba757-aa95-4065-91f2-e2571b9023d2 => generated 1610 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/121] 199.204.45.23 () {44 vars in 996 bytes} [Wed Jul 15 15:19:16 2026] GET /v2.0/security-groups/192ba757-aa95-4065-91f2-e2571b9023d2 => generated 1610 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/122] 199.204.45.23 () {48 vars in 986 bytes} [Wed Jul 15 15:19:16 2026] POST /v2.0/security-group-rules => generated 621 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/123] 199.204.45.23 () {44 vars in 996 bytes} [Wed Jul 15 15:19:17 2026] GET /v2.0/security-groups/192ba757-aa95-4065-91f2-e2571b9023d2 => generated 2244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/124] 199.204.45.23 () {44 vars in 996 bytes} [Wed Jul 15 15:19:17 2026] GET /v2.0/security-groups/192ba757-aa95-4065-91f2-e2571b9023d2 => generated 2244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/125] 199.204.45.23 () {44 vars in 996 bytes} [Wed Jul 15 15:19:17 2026] GET /v2.0/security-groups/192ba757-aa95-4065-91f2-e2571b9023d2 => generated 2244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 64/126] 199.204.45.23 () {48 vars in 986 bytes} [Wed Jul 15 15:19:17 2026] POST /v2.0/security-group-rules => generated 625 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 67/135] 199.204.45.23 () {44 vars in 970 bytes} [Wed Jul 15 15:20:21 2026] GET /v2.0/quotas/c3003393247549b38db23df9133f2af3 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 69/136] 199.204.45.23 () {48 vars in 1022 bytes} [Wed Jul 15 15:20:21 2026] PUT /v2.0/quotas/c3003393247549b38db23df9133f2af3 => generated 291 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-15 15:22:42.979 8 INFO neutron.pecan_wsgi.hooks.translation [None req-105974e5-fbce-43a3-9b3c-d10e2f678a5a ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 78/157] 199.204.45.23 () {30 vars in 739 bytes} [Wed Jul 15 15:22:42 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 147 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: 80/158] 199.204.45.23 () {30 vars in 761 bytes} [Wed Jul 15 15:22:42 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:22:45.022 8 INFO neutron.pecan_wsgi.hooks.translation [None req-60f22341-4c71-4ef3-a9f3-47ffc01a96a4 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 79/159] 199.204.45.23 () {30 vars in 739 bytes} [Wed Jul 15 15:22:44 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 81/160] 199.204.45.23 () {30 vars in 761 bytes} [Wed Jul 15 15:22:45 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:29:03.903 7 INFO neutron.api.v2.resource [None req-ce4615a1-7ca9-402b-8511-6f743665bb72 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 107/211] 199.204.45.23 () {44 vars in 1069 bytes} [Wed Jul 15 15:29:03 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=c165d2fc0b77483eb3eec713a18310e9 => generated 139 bytes in 152 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/212] 199.204.45.23 () {44 vars in 1092 bytes} [Wed Jul 15 15:29:03 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=c165d2fc0b77483eb3eec713a18310e9 => generated 23 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/213] 199.204.45.23 () {48 vars in 976 bytes} [Wed Jul 15 15:29:04 2026] POST /v2.0/security-groups => generated 1624 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/214] 199.204.45.23 () {44 vars in 1083 bytes} [Wed Jul 15 15:29:05 2026] GET /v2.0/security-groups/aa867d18-13b8-4fed-bf97-a9f8e967e649?project_id=c165d2fc0b77483eb3eec713a18310e9 => generated 1624 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/215] 199.204.45.23 () {44 vars in 996 bytes} [Wed Jul 15 15:29:05 2026] GET /v2.0/security-groups/aa867d18-13b8-4fed-bf97-a9f8e967e649 => generated 1624 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/216] 199.204.45.23 () {44 vars in 1083 bytes} [Wed Jul 15 15:29:05 2026] GET /v2.0/security-groups/aa867d18-13b8-4fed-bf97-a9f8e967e649?project_id=c165d2fc0b77483eb3eec713a18310e9 => generated 1624 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/217] 199.204.45.23 () {48 vars in 986 bytes} [Wed Jul 15 15:29:05 2026] POST /v2.0/security-group-rules => generated 597 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/218] 199.204.45.23 () {44 vars in 1083 bytes} [Wed Jul 15 15:29:06 2026] GET /v2.0/security-groups/aa867d18-13b8-4fed-bf97-a9f8e967e649?project_id=c165d2fc0b77483eb3eec713a18310e9 => generated 2234 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/219] 199.204.45.23 () {44 vars in 996 bytes} [Wed Jul 15 15:29:06 2026] GET /v2.0/security-groups/aa867d18-13b8-4fed-bf97-a9f8e967e649 => generated 2234 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/220] 199.204.45.23 () {44 vars in 1083 bytes} [Wed Jul 15 15:29:06 2026] GET /v2.0/security-groups/aa867d18-13b8-4fed-bf97-a9f8e967e649?project_id=c165d2fc0b77483eb3eec713a18310e9 => generated 2234 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/221] 199.204.45.23 () {48 vars in 986 bytes} [Wed Jul 15 15:29:06 2026] POST /v2.0/security-group-rules => generated 599 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/222] 199.204.45.23 () {44 vars in 1083 bytes} [Wed Jul 15 15:29:08 2026] GET /v2.0/security-groups/aa867d18-13b8-4fed-bf97-a9f8e967e649?project_id=c165d2fc0b77483eb3eec713a18310e9 => generated 2846 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/223] 199.204.45.23 () {44 vars in 996 bytes} [Wed Jul 15 15:29:08 2026] GET /v2.0/security-groups/aa867d18-13b8-4fed-bf97-a9f8e967e649 => generated 2846 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/224] 199.204.45.23 () {44 vars in 1083 bytes} [Wed Jul 15 15:29:08 2026] GET /v2.0/security-groups/aa867d18-13b8-4fed-bf97-a9f8e967e649?project_id=c165d2fc0b77483eb3eec713a18310e9 => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/225] 199.204.45.23 () {48 vars in 986 bytes} [Wed Jul 15 15:29:08 2026] POST /v2.0/security-group-rules => generated 601 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/226] 199.204.45.23 () {44 vars in 1083 bytes} [Wed Jul 15 15:29:09 2026] GET /v2.0/security-groups/aa867d18-13b8-4fed-bf97-a9f8e967e649?project_id=c165d2fc0b77483eb3eec713a18310e9 => generated 3460 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/227] 199.204.45.23 () {44 vars in 996 bytes} [Wed Jul 15 15:29:09 2026] GET /v2.0/security-groups/aa867d18-13b8-4fed-bf97-a9f8e967e649 => generated 3460 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/228] 199.204.45.23 () {44 vars in 1083 bytes} [Wed Jul 15 15:29:09 2026] GET /v2.0/security-groups/aa867d18-13b8-4fed-bf97-a9f8e967e649?project_id=c165d2fc0b77483eb3eec713a18310e9 => generated 3460 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/229] 199.204.45.23 () {48 vars in 986 bytes} [Wed Jul 15 15:29:09 2026] POST /v2.0/security-group-rules => generated 602 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/250] 199.204.45.23 () {30 vars in 738 bytes} [Wed Jul 15 15:31:39 2026] GET /v2.0/networks?tenant_id=c165d2fc0b77483eb3eec713a18310e9&shared=False => generated 15 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:31:39.960 8 INFO neutron.db.segments_db [None req-fd7e991b-f86d-46d6-9698-615ab96c844b b13881c4ddd5403fa32f02054487d366 c165d2fc0b77483eb3eec713a18310e9 - - 08100759c225495fbeda5cec61b12cd6 08100759c225495fbeda5cec61b12cd6] Added segment 5b97bbf0-d881-4660-ae06-35d1845b32b1 of type vxlan for network d09a1e56-3e16-4c0e-a049-5a934ef5e75f [pid: 8|app: 0|req: 124/251] 199.204.45.23 () {34 vars in 680 bytes} [Wed Jul 15 15:31:39 2026] POST /v2.0/networks => generated 699 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/252] 199.204.45.23 () {30 vars in 720 bytes} [Wed Jul 15 15:31:40 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/253] 199.204.45.23 () {30 vars in 631 bytes} [Wed Jul 15 15:31:40 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/254] 199.204.45.23 () {34 vars in 675 bytes} [Wed Jul 15 15:31:40 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: 126/255] 199.204.45.23 () {30 vars in 701 bytes} [Wed Jul 15 15:31:40 2026] GET /v2.0/networks/d09a1e56-3e16-4c0e-a049-5a934ef5e75f => generated 705 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/258] 199.204.45.23 () {30 vars in 720 bytes} [Wed Jul 15 15:31:42 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/259] 199.204.45.23 () {30 vars in 701 bytes} [Wed Jul 15 15:31:42 2026] GET /v2.0/networks/d09a1e56-3e16-4c0e-a049-5a934ef5e75f => generated 705 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/262] 199.204.45.23 () {44 vars in 970 bytes} [Wed Jul 15 15:32:08 2026] GET /v2.0/quotas/c165d2fc0b77483eb3eec713a18310e9 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/263] 199.204.45.23 () {48 vars in 1022 bytes} [Wed Jul 15 15:32:08 2026] PUT /v2.0/quotas/c165d2fc0b77483eb3eec713a18310e9 => generated 291 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:45:41.169 7 INFO neutron.pecan_wsgi.hooks.translation [None req-282d2cb8-2274-4334-b3a5-9442bcd8fd63 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 188/372] 199.204.45.23 () {44 vars in 922 bytes} [Wed Jul 15 15:45:41 2026] GET /v2.0/networks/public => generated 108 bytes in 154 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/373] 199.204.45.23 () {44 vars in 944 bytes} [Wed Jul 15 15:45:41 2026] GET /v2.0/networks?name=public => generated 753 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:45:42.342 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e4bf27bd-2104-45a8-bbef-2738dc5f540f ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 190/376] 199.204.45.23 () {44 vars in 922 bytes} [Wed Jul 15 15:45:42 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/377] 199.204.45.23 () {44 vars in 944 bytes} [Wed Jul 15 15:45:42 2026] GET /v2.0/networks?name=public => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:45:42.416 7 INFO neutron.pecan_wsgi.hooks.translation [None req-76c83a0e-f93b-4157-b1d9-edfdd4fbeadd ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 191/378] 199.204.45.23 () {44 vars in 1029 bytes} [Wed Jul 15 15:45:42 2026] GET /v2.0/subnets/public-subnet?network_id=991be8b8-48b7-4c71-80b2-a7401896d749 => generated 113 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/379] 199.204.45.23 () {44 vars in 1052 bytes} [Wed Jul 15 15:45:42 2026] GET /v2.0/subnets?name=public-subnet&network_id=991be8b8-48b7-4c71-80b2-a7401896d749 => generated 667 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:46:13.285 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3fd60388-f52a-435f-8c98-caf58a3a7415 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 194/384] 199.204.45.23 () {44 vars in 932 bytes} [Wed Jul 15 15:46:13 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/385] 199.204.45.23 () {44 vars in 954 bytes} [Wed Jul 15 15:46:13 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:46:14.393 7 INFO neutron.pecan_wsgi.hooks.translation [None req-63f1e3bc-d0a9-4bae-80b0-e291584af3bf ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 195/386] 199.204.45.23 () {44 vars in 932 bytes} [Wed Jul 15 15:46:14 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/387] 199.204.45.23 () {44 vars in 954 bytes} [Wed Jul 15 15:46:14 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:46:14.471 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a199e48f-e180-44bf-9472-b5a7dd84fec9 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 196/388] 199.204.45.23 () {44 vars in 1031 bytes} [Wed Jul 15 15:46:14 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=bef8dc34-6a8f-4c4b-a392-9a5b8e483059 => generated 114 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/389] 199.204.45.23 () {44 vars in 1054 bytes} [Wed Jul 15 15:46:14 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=bef8dc34-6a8f-4c4b-a392-9a5b8e483059 => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:46:15.759 7 INFO neutron.api.v2.resource [None req-1548b191-3171-4a6a-81be-ad6152e41f26 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 197/390] 199.204.45.23 () {44 vars in 966 bytes} [Wed Jul 15 15:46:15 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: 8|app: 0|req: 194/391] 199.204.45.23 () {44 vars in 988 bytes} [Wed Jul 15 15:46:15 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/392] 199.204.45.23 () {44 vars in 996 bytes} [Wed Jul 15 15:46:17 2026] GET /v2.0/security-groups/c833d1fa-a010-438e-9bb9-773678eed65e => generated 4694 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/393] 199.204.45.23 () {44 vars in 996 bytes} [Wed Jul 15 15:46:17 2026] GET /v2.0/security-groups/c833d1fa-a010-438e-9bb9-773678eed65e => generated 4694 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/394] 199.204.45.23 () {44 vars in 1006 bytes} [Wed Jul 15 15:46:17 2026] GET /v2.0/security-group-rules/32f77c9c-c0b7-477f-a62e-a4675ad0995a => generated 601 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/395] 199.204.45.23 () {44 vars in 996 bytes} [Wed Jul 15 15:46:18 2026] GET /v2.0/security-groups/c833d1fa-a010-438e-9bb9-773678eed65e => generated 4694 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/396] 199.204.45.23 () {44 vars in 996 bytes} [Wed Jul 15 15:46:18 2026] GET /v2.0/security-groups/c833d1fa-a010-438e-9bb9-773678eed65e => generated 4694 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/397] 199.204.45.23 () {44 vars in 1006 bytes} [Wed Jul 15 15:46:18 2026] GET /v2.0/security-group-rules/0286ef52-e2bd-4f5d-884f-5abc0677ae9a => generated 603 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/398] 199.204.45.23 () {44 vars in 996 bytes} [Wed Jul 15 15:46:19 2026] GET /v2.0/security-groups/c833d1fa-a010-438e-9bb9-773678eed65e => generated 4694 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/399] 199.204.45.23 () {44 vars in 996 bytes} [Wed Jul 15 15:46:19 2026] GET /v2.0/security-groups/c833d1fa-a010-438e-9bb9-773678eed65e => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/400] 199.204.45.23 () {44 vars in 1006 bytes} [Wed Jul 15 15:46:19 2026] GET /v2.0/security-group-rules/3fabecb6-bdc7-4eec-bb21-ba74c8d8b9f8 => 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: 199/401] 199.204.45.23 () {44 vars in 996 bytes} [Wed Jul 15 15:46:20 2026] GET /v2.0/security-groups/c833d1fa-a010-438e-9bb9-773678eed65e => generated 4694 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/402] 199.204.45.23 () {44 vars in 996 bytes} [Wed Jul 15 15:46:20 2026] GET /v2.0/security-groups/c833d1fa-a010-438e-9bb9-773678eed65e => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/403] 199.204.45.23 () {44 vars in 1006 bytes} [Wed Jul 15 15:46:20 2026] GET /v2.0/security-group-rules/87114252-6736-4371-b8f8-17e0b44ffcab => generated 603 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/404] 199.204.45.23 () {44 vars in 996 bytes} [Wed Jul 15 15:46:21 2026] GET /v2.0/security-groups/c833d1fa-a010-438e-9bb9-773678eed65e => 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: 201/405] 199.204.45.23 () {44 vars in 996 bytes} [Wed Jul 15 15:46:21 2026] GET /v2.0/security-groups/c833d1fa-a010-438e-9bb9-773678eed65e => generated 4694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/406] 199.204.45.23 () {44 vars in 1006 bytes} [Wed Jul 15 15:46:21 2026] GET /v2.0/security-group-rules/dc59a9c2-a518-4233-9275-ccd12f2f63b4 => generated 603 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/407] 199.204.45.23 () {44 vars in 982 bytes} [Wed Jul 15 15:46:22 2026] GET /v2.0/networks/bef8dc34-6a8f-4c4b-a392-9a5b8e483059 => generated 732 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:46:22.853 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dd65865a-f949-495a-b81f-352e84a8cdc8 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 206/408] 199.204.45.23 () {44 vars in 1071 bytes} [Wed Jul 15 15:46:22 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=bef8dc34-6a8f-4c4b-a392-9a5b8e483059 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/409] 199.204.45.23 () {44 vars in 1094 bytes} [Wed Jul 15 15:46:22 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=bef8dc34-6a8f-4c4b-a392-9a5b8e483059 => generated 1250 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/410] 199.204.45.23 () {44 vars in 996 bytes} [Wed Jul 15 15:46:22 2026] GET /v2.0/security-groups/c833d1fa-a010-438e-9bb9-773678eed65e => generated 4694 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:46:31.867 7 INFO neutron.pecan_wsgi.hooks.translation [None req-55cf8ea2-6c09-4e1f-94fd-bb8a112d77da ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 209/413] 199.204.45.23 () {44 vars in 974 bytes} [Wed Jul 15 15:46:31 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 68 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/414] 199.204.45.23 () {44 vars in 996 bytes} [Wed Jul 15 15:46:31 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/415] 199.204.45.23 () {44 vars in 915 bytes} [Wed Jul 15 15:46:33 2026] GET /v2.0/ports => generated 4721 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:46:34.876 8 INFO neutron.api.v2.resource [None req-2dc2d948-e94a-4c48-b08a-c190e3afc6ce ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 206/416] 199.204.45.23 () {44 vars in 954 bytes} [Wed Jul 15 15:46:34 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/417] 199.204.45.23 () {44 vars in 976 bytes} [Wed Jul 15 15:46:34 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/418] 199.204.45.23 () {44 vars in 996 bytes} [Wed Jul 15 15:46:35 2026] GET /v2.0/security-groups/192ba757-aa95-4065-91f2-e2571b9023d2 => generated 2882 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/419] 199.204.45.23 () {44 vars in 996 bytes} [Wed Jul 15 15:46:35 2026] GET /v2.0/security-groups/192ba757-aa95-4065-91f2-e2571b9023d2 => generated 2882 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/420] 199.204.45.23 () {44 vars in 1006 bytes} [Wed Jul 15 15:46:36 2026] GET /v2.0/security-group-rules/41925d78-901d-4fde-ab5d-5a0414b63e10 => generated 621 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/421] 199.204.45.23 () {44 vars in 996 bytes} [Wed Jul 15 15:46:36 2026] GET /v2.0/security-groups/192ba757-aa95-4065-91f2-e2571b9023d2 => generated 2882 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/422] 199.204.45.23 () {44 vars in 996 bytes} [Wed Jul 15 15:46:36 2026] GET /v2.0/security-groups/192ba757-aa95-4065-91f2-e2571b9023d2 => generated 2882 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/423] 199.204.45.23 () {44 vars in 1006 bytes} [Wed Jul 15 15:46:37 2026] GET /v2.0/security-group-rules/d3f0eb71-1eba-4328-8d0d-a437f1d88b4c => generated 625 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/426] 199.204.45.23 () {44 vars in 970 bytes} [Wed Jul 15 15:46:50 2026] GET /v2.0/quotas/c3003393247549b38db23df9133f2af3 => generated 291 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:47:52.439 7 INFO neutron.api.v2.resource [None req-626c71f1-776f-4b86-81bf-c394738c4dba ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 221/435] 199.204.45.23 () {44 vars in 1069 bytes} [Wed Jul 15 15:47:52 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=c165d2fc0b77483eb3eec713a18310e9 => generated 139 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/436] 199.204.45.23 () {44 vars in 1092 bytes} [Wed Jul 15 15:47:52 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=c165d2fc0b77483eb3eec713a18310e9 => generated 4072 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/437] 199.204.45.23 () {44 vars in 1083 bytes} [Wed Jul 15 15:47:53 2026] GET /v2.0/security-groups/aa867d18-13b8-4fed-bf97-a9f8e967e649?project_id=c165d2fc0b77483eb3eec713a18310e9 => generated 4075 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/438] 199.204.45.23 () {44 vars in 996 bytes} [Wed Jul 15 15:47:53 2026] GET /v2.0/security-groups/aa867d18-13b8-4fed-bf97-a9f8e967e649 => generated 4075 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/439] 199.204.45.23 () {44 vars in 1006 bytes} [Wed Jul 15 15:47:53 2026] GET /v2.0/security-group-rules/eb130735-965d-4729-a47a-312b1629c4de => generated 597 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/440] 199.204.45.23 () {44 vars in 1083 bytes} [Wed Jul 15 15:47:54 2026] GET /v2.0/security-groups/aa867d18-13b8-4fed-bf97-a9f8e967e649?project_id=c165d2fc0b77483eb3eec713a18310e9 => generated 4075 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/441] 199.204.45.23 () {44 vars in 996 bytes} [Wed Jul 15 15:47:54 2026] GET /v2.0/security-groups/aa867d18-13b8-4fed-bf97-a9f8e967e649 => generated 4075 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/442] 199.204.45.23 () {44 vars in 1006 bytes} [Wed Jul 15 15:47:54 2026] GET /v2.0/security-group-rules/221bf395-0ac2-4422-8568-3f78e5f52a09 => generated 599 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/443] 199.204.45.23 () {44 vars in 1083 bytes} [Wed Jul 15 15:47:55 2026] GET /v2.0/security-groups/aa867d18-13b8-4fed-bf97-a9f8e967e649?project_id=c165d2fc0b77483eb3eec713a18310e9 => generated 4075 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/444] 199.204.45.23 () {44 vars in 996 bytes} [Wed Jul 15 15:47:55 2026] GET /v2.0/security-groups/aa867d18-13b8-4fed-bf97-a9f8e967e649 => generated 4075 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/445] 199.204.45.23 () {44 vars in 1006 bytes} [Wed Jul 15 15:47:55 2026] GET /v2.0/security-group-rules/2d91a0b8-2201-49e5-96f5-4b637416c12b => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/448] 199.204.45.23 () {44 vars in 1083 bytes} [Wed Jul 15 15:47:56 2026] GET /v2.0/security-groups/aa867d18-13b8-4fed-bf97-a9f8e967e649?project_id=c165d2fc0b77483eb3eec713a18310e9 => generated 4075 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/449] 199.204.45.23 () {44 vars in 996 bytes} [Wed Jul 15 15:47:56 2026] GET /v2.0/security-groups/aa867d18-13b8-4fed-bf97-a9f8e967e649 => generated 4075 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/450] 199.204.45.23 () {44 vars in 1006 bytes} [Wed Jul 15 15:47:57 2026] GET /v2.0/security-group-rules/8c53ee92-7bed-4ad9-b63f-e06c56d49dd7 => generated 602 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/451] 199.204.45.23 () {44 vars in 970 bytes} [Wed Jul 15 15:48:05 2026] GET /v2.0/quotas/c165d2fc0b77483eb3eec713a18310e9 => generated 291 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/460] 199.204.45.23 () {44 vars in 944 bytes} [Wed Jul 15 15:49:02 2026] GET /v2.0/networks?name=public => generated 753 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/467] 10.0.0.115 () {32 vars in 648 bytes} [Wed Jul 15 15:49:45 2026] GET /v2.0/networks => generated 2168 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/468] 10.0.0.115 () {32 vars in 654 bytes} [Wed Jul 15 15:49:46 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: 232/469] 10.0.0.115 () {32 vars in 646 bytes} [Wed Jul 15 15:49:46 2026] GET /v2.0/routers => generated 15 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/470] 10.0.0.115 () {32 vars in 642 bytes} [Wed Jul 15 15:49:46 2026] GET /v2.0/ports => generated 4721 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/471] 10.0.0.115 () {32 vars in 646 bytes} [Wed Jul 15 15:49:46 2026] GET /v2.0/subnets => generated 1308 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/472] 10.0.0.115 () {32 vars in 648 bytes} [Wed Jul 15 15:49:46 2026] GET /v2.0/networks => generated 2168 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/473] 10.0.0.115 () {32 vars in 662 bytes} [Wed Jul 15 15:49:47 2026] GET /v2.0/security-groups => generated 17397 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/474] 10.0.0.115 () {32 vars in 654 bytes} [Wed Jul 15 15:49:47 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:49:59.666 7 INFO neutron.db.segments_db [None req-cff0f40e-64c6-4259-b340-fd4fa06a2bab ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Added segment 4695c85d-0e71-481c-8069-01ea9c8075d1 of type vxlan for network 0bbce251-89da-4d41-a9be-d9179bd06e1e 2026-07-15 15:49:59.717 8 INFO neutron.db.segments_db [None req-5f34167b-a56f-4bc4-8594-ef44d01c2751 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Added segment 9458d491-51b5-42c7-ac2c-efb5e0a98d00 of type vxlan for network f159282b-722b-4fc4-b9e5-a67073d31298 [pid: 7|app: 0|req: 242/477] 10.0.0.115 () {34 vars in 670 bytes} [Wed Jul 15 15:49:59 2026] POST /v2.0/networks => generated 724 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/478] 10.0.0.115 () {34 vars in 670 bytes} [Wed Jul 15 15:49:59 2026] POST /v2.0/networks => generated 727 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:49:59.947 7 INFO neutron.db.segments_db [None req-406fa1cd-4c5b-42c8-8b02-9c83a83a61c2 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Added segment 643f89e4-d832-436c-995b-bd639ea27540 of type vxlan for network f6cd8851-65d9-46de-a886-b45a769a59c5 [pid: 8|app: 0|req: 237/479] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:49:59 2026] POST /v2.0/subnets => generated 690 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/480] 10.0.0.115 () {34 vars in 670 bytes} [Wed Jul 15 15:49:59 2026] POST /v2.0/networks => generated 726 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:50:00.145 7 INFO neutron.db.segments_db [None req-233e5adf-3cb0-4fed-8291-886622f501f1 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Added segment 19709b45-09de-49a1-9777-498826935f44 of type vxlan for network 97c52a13-093b-47a2-8726-495adba4f3ab [pid: 8|app: 0|req: 238/481] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:50:00 2026] POST /v2.0/subnets => generated 693 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:50:00.472 7 INFO neutron.db.l3_hamode_db [None req-233e5adf-3cb0-4fed-8291-886622f501f1 ee5000d31c9748ce81cdbc1a736f771b d2ca533170744cb48134c728dd3eb833 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 239/482] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:50:00 2026] POST /v2.0/subnets => generated 692 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:50:00.570 8 INFO neutron.db.segments_db [None req-46b23cec-55c0-4d68-8585-a8d9c09a37df ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Added segment 3ae30d15-ace9-47dc-b9b3-7b8b84ee8025 of type vxlan for network 2453da58-0351-4595-a473-bd762cf62b8d 2026-07-15 15:50:00.937 8 INFO neutron.db.l3_hamode_db [None req-46b23cec-55c0-4d68-8585-a8d9c09a37df ee5000d31c9748ce81cdbc1a736f771b 7ca8618362f8483680d29a68559cb623 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-15 15:50:01.597 7 INFO neutron.db.l3_hamode_db [None req-233e5adf-3cb0-4fed-8291-886622f501f1 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-15 15:50:02.040 8 INFO neutron.db.l3_hamode_db [None req-46b23cec-55c0-4d68-8585-a8d9c09a37df ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 244/483] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:50:00 2026] POST /v2.0/routers => generated 730 bytes in 3183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/484] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:50:03 2026] GET /v2.0/security-groups?tenant_id=0bd44a076ef24e9aafd34fead916bf32&name=default => generated 2922 bytes in 402 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/485] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:50:00 2026] POST /v2.0/routers => generated 733 bytes in 3189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:50:03.708 7 INFO neutron.db.segments_db [None req-d6ad6a6c-ba8c-4d7d-980a-ee0c8a747c58 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Added segment 59b3dab1-a51a-4d62-bfb5-0e6ef4d1d3a7 of type vxlan for network 5b9945d0-e847-424f-b31f-ad2c33faa0e4 2026-07-15 15:50:04.022 7 INFO neutron.db.l3_hamode_db [None req-d6ad6a6c-ba8c-4d7d-980a-ee0c8a747c58 ee5000d31c9748ce81cdbc1a736f771b 0e0dcebc316f4f5eb8cb78cf36e10bfe - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-15 15:50:04.748 7 INFO neutron.db.l3_hamode_db [None req-d6ad6a6c-ba8c-4d7d-980a-ee0c8a747c58 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 241/486] 10.0.0.115 () {34 vars in 782 bytes} [Wed Jul 15 15:50:03 2026] PUT /v2.0/routers/3cbf3227-d490-4c9e-819f-29b54580c985/add_router_interface => generated 309 bytes in 1567 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/487] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:50:05 2026] DELETE /v2.0/security-groups/38fce38b-380e-497d-b045-769b4f97ba46 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/488] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:50:03 2026] POST /v2.0/routers => generated 732 bytes in 1816 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/489] 10.0.0.115 () {34 vars in 782 bytes} [Wed Jul 15 15:50:05 2026] PUT /v2.0/routers/bfd5cfa7-a25e-4852-9238-00194e883a6d/add_router_interface => generated 309 bytes in 1067 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/490] 10.0.0.115 () {34 vars in 782 bytes} [Wed Jul 15 15:50:05 2026] PUT /v2.0/routers/6191a5b2-50b1-4727-b1ea-cc0463dde937/add_router_interface => generated 309 bytes in 1158 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/491] 10.0.0.115 () {34 vars in 684 bytes} [Wed Jul 15 15:50:06 2026] POST /v2.0/security-groups => generated 1660 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/492] 10.0.0.115 () {34 vars in 694 bytes} [Wed Jul 15 15:50:06 2026] POST /v2.0/security-group-rules => generated 597 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/493] 10.0.0.115 () {34 vars in 694 bytes} [Wed Jul 15 15:50:06 2026] POST /v2.0/security-group-rules => generated 602 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:50:07.761 7 INFO neutron.db.segments_db [None req-0bb2332f-3c78-4a18-a37e-68cb10d223fb ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Added segment 72e32776-581f-46e1-ac52-50556162a7df of type vxlan for network 9b0ab34a-d713-4237-b5ea-14d478eca7a7 [pid: 7|app: 0|req: 250/494] 10.0.0.115 () {34 vars in 670 bytes} [Wed Jul 15 15:50:07 2026] POST /v2.0/networks => generated 728 bytes in 476 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/495] 10.0.0.115 () {34 vars in 675 bytes} [Wed Jul 15 15:50:07 2026] POST /v2.0/floatingips => generated 552 bytes in 783 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/496] 10.0.0.192 () {38 vars in 970 bytes} [Wed Jul 15 15:50:07 2026] POST /v2.0/security-groups => generated 1681 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/497] 10.0.0.192 () {34 vars in 981 bytes} [Wed Jul 15 15:50:08 2026] GET /v2.0/networks?id=f159282b-722b-4fc4-b9e5-a67073d31298 => generated 678 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/498] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:50:07 2026] POST /v2.0/subnets => generated 695 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:50:08.230 8 INFO neutron.db.segments_db [None req-578db52f-f766-4cdf-8f65-70e1bc769922 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Added segment 3c5cf4e2-407d-4f0b-9e82-d298c9dd93c3 of type vxlan for network a92b7b78-a1d7-4270-b943-b6f57691133d [pid: 7|app: 0|req: 253/499] 10.0.0.192 () {38 vars in 970 bytes} [Wed Jul 15 15:50:08 2026] POST /v2.0/security-groups => generated 1681 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/500] 10.0.0.192 () {34 vars in 964 bytes} [Wed Jul 15 15:50:08 2026] GET /v2.0/quotas/7ca8618362f8483680d29a68559cb623 => 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: 255/501] 10.0.0.192 () {34 vars in 1001 bytes} [Wed Jul 15 15:50:08 2026] GET /v2.0/ports?tenant_id=7ca8618362f8483680d29a68559cb623&fields=id => generated 57 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:50:08.513 8 INFO neutron.db.l3_hamode_db [None req-578db52f-f766-4cdf-8f65-70e1bc769922 ee5000d31c9748ce81cdbc1a736f771b d846dedc2b304e4aaa98428af45c6e36 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 256/502] 10.0.0.192 () {38 vars in 970 bytes} [Wed Jul 15 15:50:08 2026] POST /v2.0/security-groups => generated 1681 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/503] 10.0.0.192 () {34 vars in 1097 bytes} [Wed Jul 15 15:50:08 2026] GET /v2.0/security-groups?name=tempest-securitygroup--885455493&fields=id&tenant_id=d2ca533170744cb48134c728dd3eb833 => generated 69 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/504] 10.0.0.192 () {34 vars in 981 bytes} [Wed Jul 15 15:50:08 2026] GET /v2.0/networks?id=0bbce251-89da-4d41-a9be-d9179bd06e1e => generated 675 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/505] 10.0.0.192 () {34 vars in 906 bytes} [Wed Jul 15 15:50:08 2026] GET /v2.0/extensions => generated 21537 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/506] 10.0.0.192 () {34 vars in 964 bytes} [Wed Jul 15 15:50:08 2026] GET /v2.0/quotas/d2ca533170744cb48134c728dd3eb833 => 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: 261/507] 10.0.0.192 () {34 vars in 1007 bytes} [Wed Jul 15 15:50:08 2026] GET /v2.0/networks/f159282b-722b-4fc4-b9e5-a67073d31298?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: 262/508] 10.0.0.192 () {34 vars in 1001 bytes} [Wed Jul 15 15:50:08 2026] GET /v2.0/ports?tenant_id=d2ca533170744cb48134c728dd3eb833&fields=id => generated 103 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/509] 10.0.0.192 () {34 vars in 1107 bytes} [Wed Jul 15 15:50:08 2026] GET /v2.0/networks/f159282b-722b-4fc4-b9e5-a67073d31298?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: 264/510] 10.0.0.192 () {34 vars in 1001 bytes} [Wed Jul 15 15:50:09 2026] GET /v2.0/security-groups?tenant_id=0e0dcebc316f4f5eb8cb78cf36e10bfe => generated 7904 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/511] 10.0.0.192 () {34 vars in 990 bytes} [Wed Jul 15 15:50:09 2026] GET /v2.0/security-groups/54eaabba-f663-4514-8652-3af3e471aadd => generated 2918 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/512] 10.0.0.192 () {34 vars in 990 bytes} [Wed Jul 15 15:50:09 2026] GET /v2.0/security-groups/54eaabba-f663-4514-8652-3af3e471aadd => generated 2918 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/513] 10.0.0.192 () {34 vars in 906 bytes} [Wed Jul 15 15:50:09 2026] GET /v2.0/extensions => generated 21537 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/514] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:09 2026] GET /v2.0/ports?device_id=6ab520db-d237-4925-9170-1fdeea75527a => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:50:09.417 8 INFO neutron.db.l3_hamode_db [None req-578db52f-f766-4cdf-8f65-70e1bc769922 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 269/515] 10.0.0.192 () {34 vars in 1007 bytes} [Wed Jul 15 15:50:09 2026] GET /v2.0/networks/0bbce251-89da-4d41-a9be-d9179bd06e1e?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/516] 10.0.0.192 () {34 vars in 990 bytes} [Wed Jul 15 15:50:09 2026] GET /v2.0/security-groups/4872043c-c1e7-4a40-bb1e-c5fb6e9db01f => generated 1681 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/517] 10.0.0.192 () {34 vars in 1107 bytes} [Wed Jul 15 15:50:09 2026] GET /v2.0/networks/0bbce251-89da-4d41-a9be-d9179bd06e1e?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: 272/518] 10.0.0.192 () {36 vars in 1012 bytes} [Wed Jul 15 15:50:09 2026] DELETE /v2.0/security-groups/4872043c-c1e7-4a40-bb1e-c5fb6e9db01f => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:50:09.723 7 INFO neutron.api.v2.resource [req-b60ce47b-fb04-4850-8b0c-d2065c58e565 req-3040a399-8761-4c9e-b267-186b75847f5c 43f11a4938ca423599598b24a5dae6da 0e0dcebc316f4f5eb8cb78cf36e10bfe - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 273/519] 10.0.0.192 () {34 vars in 990 bytes} [Wed Jul 15 15:50:09 2026] GET /v2.0/security-groups/4872043c-c1e7-4a40-bb1e-c5fb6e9db01f => generated 146 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/520] 10.0.0.192 () {34 vars in 990 bytes} [Wed Jul 15 15:50:09 2026] GET /v2.0/security-groups/e7e42ded-ed09-47fc-9562-2bc05280c75c => generated 1681 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/521] 10.0.0.192 () {36 vars in 1012 bytes} [Wed Jul 15 15:50:09 2026] DELETE /v2.0/security-groups/e7e42ded-ed09-47fc-9562-2bc05280c75c => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/522] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:09 2026] GET /v2.0/ports?device_id=1260f6b0-702a-4e2b-9ced-fc8c28ab7f84 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:50:09.956 7 INFO neutron.api.v2.resource [req-9a88ea22-b99d-40de-b84b-95a4cb250e93 req-7e7449c3-4c83-459b-98bb-00bf09a0f427 43f11a4938ca423599598b24a5dae6da 0e0dcebc316f4f5eb8cb78cf36e10bfe - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 277/523] 10.0.0.192 () {34 vars in 990 bytes} [Wed Jul 15 15:50:09 2026] GET /v2.0/security-groups/e7e42ded-ed09-47fc-9562-2bc05280c75c => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/524] 10.0.0.192 () {34 vars in 990 bytes} [Wed Jul 15 15:50:09 2026] GET /v2.0/security-groups/94de397e-8ff2-4b60-8372-0e9ea5734a39 => generated 1681 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/525] 10.0.0.192 () {36 vars in 1012 bytes} [Wed Jul 15 15:50:10 2026] DELETE /v2.0/security-groups/94de397e-8ff2-4b60-8372-0e9ea5734a39 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:50:10.160 7 INFO neutron.api.v2.resource [req-aaba2c0e-e8bb-48e9-a7ef-15139759ecfa req-bd98e19d-c3da-4389-8c79-92e6a3ef4afa 43f11a4938ca423599598b24a5dae6da 0e0dcebc316f4f5eb8cb78cf36e10bfe - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 280/526] 10.0.0.192 () {34 vars in 990 bytes} [Wed Jul 15 15:50:10 2026] GET /v2.0/security-groups/94de397e-8ff2-4b60-8372-0e9ea5734a39 => 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: 281/527] 10.0.0.192 () {34 vars in 1001 bytes} [Wed Jul 15 15:50:10 2026] GET /v2.0/security-groups?tenant_id=0e0dcebc316f4f5eb8cb78cf36e10bfe => generated 2921 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/528] 10.0.0.192 () {34 vars in 990 bytes} [Wed Jul 15 15:50:10 2026] GET /v2.0/security-groups/54eaabba-f663-4514-8652-3af3e471aadd => generated 2918 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/529] 10.0.0.192 () {34 vars in 990 bytes} [Wed Jul 15 15:50:10 2026] GET /v2.0/security-groups/54eaabba-f663-4514-8652-3af3e471aadd => generated 2918 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:50:10.402 7 INFO neutron.api.v2.resource [req-a2132ad6-18db-41c4-8d57-f8dfe289b6ff req-a8021a63-de51-405d-b0b0-24b6eadae48d 43f11a4938ca423599598b24a5dae6da 0e0dcebc316f4f5eb8cb78cf36e10bfe - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 284/530] 10.0.0.192 () {34 vars in 990 bytes} [Wed Jul 15 15:50:10 2026] GET /v2.0/security-groups/94de397e-8ff2-4b60-8372-0e9ea5734a39 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-15 15:50:10.444 7 INFO neutron.api.v2.resource [req-a2c3bce5-44bd-41d3-aec9-9cdab665aad7 req-4444bdf6-d31c-40ce-9407-3f3c342cfb33 43f11a4938ca423599598b24a5dae6da 0e0dcebc316f4f5eb8cb78cf36e10bfe - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 285/531] 10.0.0.192 () {34 vars in 990 bytes} [Wed Jul 15 15:50:10 2026] GET /v2.0/security-groups/e7e42ded-ed09-47fc-9562-2bc05280c75c => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-15 15:50:10.486 7 INFO neutron.api.v2.resource [req-af5f4fe4-0eb4-414c-9a04-c3620efdb299 req-0c4e1377-55d6-4dc2-a6f1-ec484b2cf17c 43f11a4938ca423599598b24a5dae6da 0e0dcebc316f4f5eb8cb78cf36e10bfe - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 286/532] 10.0.0.192 () {34 vars in 990 bytes} [Wed Jul 15 15:50:10 2026] GET /v2.0/security-groups/4872043c-c1e7-4a40-bb1e-c5fb6e9db01f => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/533] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:50:08 2026] POST /v2.0/routers => generated 735 bytes in 2925 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/534] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:11 2026] GET /v2.0/ports?device_id=6ab520db-d237-4925-9170-1fdeea75527a => 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: 249/535] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:11 2026] GET /v2.0/ports?device_id=1260f6b0-702a-4e2b-9ced-fc8c28ab7f84 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:50:11.471 7 INFO neutron_taas.services.taas.taas_plugin [None req-6a05703e-c928-4632-93db-da439fb8739c ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] TaaS: Handle Delete Port: 9688c5c7-99a8-4555-958e-a555cc6455a0 2026-07-15 15:50:11.482 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a05703e-c928-4632-93db-da439fb8739c ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Tap Mirror: Handle Delete Port: 9688c5c7-99a8-4555-958e-a555cc6455a0 [pid: 7|app: 0|req: 287/536] 10.0.0.115 () {34 vars in 788 bytes} [Wed Jul 15 15:50:10 2026] PUT /v2.0/routers/bfd5cfa7-a25e-4852-9238-00194e883a6d/remove_router_interface => generated 309 bytes in 1631 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:50:12.407 7 INFO neutron_taas.services.taas.taas_plugin [None req-da805cb1-ebc7-4d44-affd-0a1c60aefcee ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] TaaS: Handle Delete Port: 5b478b54-cef1-49d9-9e71-6a33b1b53695 2026-07-15 15:50:12.411 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da805cb1-ebc7-4d44-affd-0a1c60aefcee ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Tap Mirror: Handle Delete Port: 5b478b54-cef1-49d9-9e71-6a33b1b53695 [pid: 8|app: 0|req: 250/539] 10.0.0.115 () {34 vars in 782 bytes} [Wed Jul 15 15:50:11 2026] PUT /v2.0/routers/22678e6e-f60c-4450-9610-a8c987589cf9/add_router_interface => generated 309 bytes in 1246 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/540] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:12 2026] GET /v2.0/ports?device_id=6ab520db-d237-4925-9170-1fdeea75527a => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/541] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:12 2026] GET /v2.0/ports?device_id=1260f6b0-702a-4e2b-9ced-fc8c28ab7f84 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:50:12.762 7 INFO neutron_taas.services.taas.taas_plugin [None req-da805cb1-ebc7-4d44-affd-0a1c60aefcee ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] TaaS: Handle Delete Port: 29e00c98-4bff-4e44-a8f8-a435bf0a506e 2026-07-15 15:50:12.764 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da805cb1-ebc7-4d44-affd-0a1c60aefcee ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Tap Mirror: Handle Delete Port: 29e00c98-4bff-4e44-a8f8-a435bf0a506e 2026-07-15 15:50:12.866 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-da805cb1-ebc7-4d44-affd-0a1c60aefcee ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 8|app: 0|req: 253/542] 10.0.0.192 () {38 vars in 970 bytes} [Wed Jul 15 15:50:12 2026] POST /v2.0/security-groups => generated 1686 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/543] 10.0.0.192 () {34 vars in 990 bytes} [Wed Jul 15 15:50:13 2026] GET /v2.0/security-groups/8d3e64f9-5086-494e-aa13-a6f6799df921 => generated 1686 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:50:13.322 7 INFO neutron.db.l3_hamode_db [None req-da805cb1-ebc7-4d44-affd-0a1c60aefcee ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] HA network 5b9945d0-e847-424f-b31f-ad2c33faa0e4 was deleted as no HA routers are present in tenant 0e0dcebc316f4f5eb8cb78cf36e10bfe. [pid: 7|app: 0|req: 290/544] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:50:12 2026] DELETE /v2.0/routers/bfd5cfa7-a25e-4852-9238-00194e883a6d => generated 0 bytes in 1194 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/545] 10.0.0.192 () {38 vars in 980 bytes} [Wed Jul 15 15:50:13 2026] POST /v2.0/security-group-rules => generated 614 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/546] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:50:13 2026] DELETE /v2.0/subnets/c46c1b13-987f-4c5e-b707-5b8bd217e3c3 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/547] 10.0.0.192 () {38 vars in 970 bytes} [Wed Jul 15 15:50:13 2026] POST /v2.0/security-groups => generated 1684 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/548] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:13 2026] GET /v2.0/ports?device_id=6ab520db-d237-4925-9170-1fdeea75527a => 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: 258/549] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:13 2026] GET /v2.0/ports?device_id=1260f6b0-702a-4e2b-9ced-fc8c28ab7f84 => 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: 259/550] 10.0.0.192 () {34 vars in 990 bytes} [Wed Jul 15 15:50:13 2026] GET /v2.0/security-groups/0e3f3cf9-58ca-48b4-b4fc-7dd0d1188de4 => generated 1684 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/551] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:50:13 2026] DELETE /v2.0/networks/f6cd8851-65d9-46de-a886-b45a769a59c5 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:50:13.714 7 INFO neutron.services.segments.plugin [-] Segment 59b3dab1-a51a-4d62-bfb5-0e6ef4d1d3a7 resource provider aggregate not found 2026-07-15 15:50:13.718 7 INFO neutron.services.segments.plugin [-] Segment 59b3dab1-a51a-4d62-bfb5-0e6ef4d1d3a7 resource provider aggregate not found 2026-07-15 15:50:13.738 7 INFO neutron.services.segments.plugin [-] Segment 59b3dab1-a51a-4d62-bfb5-0e6ef4d1d3a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59b3dab1-a51a-4d62-bfb5-0e6ef4d1d3a7 found for delete ", "request_id": "req-5ebdd51c-5fc0-4ece-bb88-e62be7f2d8e0"}]} 2026-07-15 15:50:13.741 7 INFO neutron.services.segments.plugin [-] Segment 59b3dab1-a51a-4d62-bfb5-0e6ef4d1d3a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59b3dab1-a51a-4d62-bfb5-0e6ef4d1d3a7 found for delete ", "request_id": "req-4ee9f641-4ad5-436c-b8d0-a9014bcc973b"}]} [pid: 8|app: 0|req: 260/552] 10.0.0.192 () {38 vars in 980 bytes} [Wed Jul 15 15:50:13 2026] POST /v2.0/security-group-rules => generated 614 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/553] 10.0.0.192 () {34 vars in 990 bytes} [Wed Jul 15 15:50:13 2026] GET /v2.0/security-groups/0e3f3cf9-58ca-48b4-b4fc-7dd0d1188de4 => generated 2309 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/554] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:50:13 2026] GET /v2.0/security-groups?tenant_id=0e0dcebc316f4f5eb8cb78cf36e10bfe&name=default => generated 2921 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/555] 10.0.0.192 () {38 vars in 980 bytes} [Wed Jul 15 15:50:13 2026] POST /v2.0/security-group-rules => generated 619 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/556] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:50:13 2026] DELETE /v2.0/security-groups/54eaabba-f663-4514-8652-3af3e471aadd => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/557] 10.0.0.192 () {34 vars in 990 bytes} [Wed Jul 15 15:50:14 2026] GET /v2.0/security-groups/0e3f3cf9-58ca-48b4-b4fc-7dd0d1188de4 => generated 2939 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/558] 10.0.0.192 () {34 vars in 1000 bytes} [Wed Jul 15 15:50:14 2026] GET /v2.0/security-group-rules/9e7648e8-5216-4830-8244-504cae24824b => generated 616 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/559] 10.0.0.192 () {34 vars in 990 bytes} [Wed Jul 15 15:50:14 2026] GET /v2.0/security-groups/0e3f3cf9-58ca-48b4-b4fc-7dd0d1188de4 => generated 2939 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/560] 10.0.0.192 () {36 vars in 1022 bytes} [Wed Jul 15 15:50:14 2026] DELETE /v2.0/security-group-rules/9e7648e8-5216-4830-8244-504cae24824b => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/561] 10.0.0.192 () {34 vars in 990 bytes} [Wed Jul 15 15:50:14 2026] GET /v2.0/security-groups/0e3f3cf9-58ca-48b4-b4fc-7dd0d1188de4 => generated 2309 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/562] 10.0.0.192 () {36 vars in 1012 bytes} [Wed Jul 15 15:50:14 2026] DELETE /v2.0/security-groups/0e3f3cf9-58ca-48b4-b4fc-7dd0d1188de4 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/563] 199.204.45.23 () {34 vars in 984 bytes} [Wed Jul 15 15:50:14 2026] GET /v2.0/networks?id=f159282b-722b-4fc4-b9e5-a67073d31298 => generated 678 bytes in 313 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/564] 10.0.0.192 () {34 vars in 990 bytes} [Wed Jul 15 15:50:14 2026] GET /v2.0/security-groups/8d3e64f9-5086-494e-aa13-a6f6799df921 => generated 2311 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/565] 10.0.0.192 () {36 vars in 1012 bytes} [Wed Jul 15 15:50:14 2026] DELETE /v2.0/security-groups/8d3e64f9-5086-494e-aa13-a6f6799df921 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/566] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:14 2026] GET /v2.0/ports?device_id=6ab520db-d237-4925-9170-1fdeea75527a => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:50:15.125 7 INFO neutron_taas.services.taas.taas_plugin [None req-cb982c9d-0bc0-47d4-ad4e-e6d454a40654 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] TaaS: Handle Delete Port: c994c89c-3314-471c-a4ac-c1a6c3f93bc7 2026-07-15 15:50:15.129 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb982c9d-0bc0-47d4-ad4e-e6d454a40654 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Tap Mirror: Handle Delete Port: c994c89c-3314-471c-a4ac-c1a6c3f93bc7 [pid: 8|app: 0|req: 265/567] 199.204.45.23 () {38 vars in 953 bytes} [Wed Jul 15 15:50:14 2026] POST /v2.0/ports => generated 958 bytes in 548 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: 266/568] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:15 2026] GET /v2.0/ports?device_id=1260f6b0-702a-4e2b-9ced-fc8c28ab7f84 => 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: 267/569] 199.204.45.23 () {34 vars in 909 bytes} [Wed Jul 15 15:50:15 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-07-15 15:50:15.770 7 INFO neutron.services.segments.plugin [-] Segment 643f89e4-d832-436c-995b-bd639ea27540 resource provider aggregate not found 2026-07-15 15:50:15.780 7 INFO neutron.services.segments.plugin [-] Segment 643f89e4-d832-436c-995b-bd639ea27540 resource provider aggregate not found 2026-07-15 15:50:15.802 7 INFO neutron.services.segments.plugin [-] Segment 643f89e4-d832-436c-995b-bd639ea27540 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 643f89e4-d832-436c-995b-bd639ea27540 found for delete ", "request_id": "req-32f591e3-4984-4cb4-8daa-757352239054"}]} 2026-07-15 15:50:15.805 7 INFO neutron.services.segments.plugin [-] Segment 643f89e4-d832-436c-995b-bd639ea27540 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 643f89e4-d832-436c-995b-bd639ea27540 found for delete ", "request_id": "req-ec2ae5ed-15e9-4796-a266-bafb86102a05"}]} [pid: 7|app: 0|req: 303/570] 10.0.0.115 () {34 vars in 788 bytes} [Wed Jul 15 15:50:14 2026] PUT /v2.0/routers/22678e6e-f60c-4450-9610-a8c987589cf9/remove_router_interface => generated 309 bytes in 1111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/571] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:15 2026] GET /v2.0/ports?device_id=6ab520db-d237-4925-9170-1fdeea75527a => generated 961 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/572] 199.204.45.23 () {38 vars in 1026 bytes} [Wed Jul 15 15:50:15 2026] PUT /v2.0/ports/a23f0a1f-bae3-4962-8a1b-3b442a6929e0 => generated 1239 bytes in 560 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: 269/573] 199.204.45.23 () {34 vars in 984 bytes} [Wed Jul 15 15:50:16 2026] GET /v2.0/networks?id=0bbce251-89da-4d41-a9be-d9179bd06e1e => generated 675 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/574] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:50:16 2026] GET /v2.0/security-groups?id=34dccc7b-64fb-4cbe-bbbd-d89d36f34790&fields=id&fields=name => generated 88 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:50:16.259 7 INFO neutron_taas.services.taas.taas_plugin [None req-8ac544bc-6cae-4247-8fca-04bce7eee854 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] TaaS: Handle Delete Port: c6b2b089-56c7-4e3c-824d-546508bbe058 2026-07-15 15:50:16.264 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ac544bc-6cae-4247-8fca-04bce7eee854 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Tap Mirror: Handle Delete Port: c6b2b089-56c7-4e3c-824d-546508bbe058 2026-07-15 15:50:16.516 8 INFO neutron.db.segments_db [None req-4eb6b518-92f1-4947-a257-03cdac04bde5 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Added segment f098bf54-5621-4045-af19-7a05c793f227 of type vxlan for network 8494c7f4-5742-4468-b71c-568b526671d5 2026-07-15 15:50:16.638 7 INFO neutron_taas.services.taas.taas_plugin [None req-8ac544bc-6cae-4247-8fca-04bce7eee854 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] TaaS: Handle Delete Port: 310eb274-1aca-4cc3-909a-39b45b0ed312 2026-07-15 15:50:16.645 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ac544bc-6cae-4247-8fca-04bce7eee854 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Tap Mirror: Handle Delete Port: 310eb274-1aca-4cc3-909a-39b45b0ed312 [pid: 8|app: 0|req: 271/575] 10.0.0.115 () {34 vars in 670 bytes} [Wed Jul 15 15:50:16 2026] POST /v2.0/networks => generated 733 bytes in 418 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:50:16.699 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fb205038-7c76-4d89-8e6c-5dcd8548d815'] response: {'name': 'network-changed', 'server_uuid': '6ab520db-d237-4925-9170-1fdeea75527a', 'tag': 'a23f0a1f-bae3-4962-8a1b-3b442a6929e0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 272/576] 199.204.45.23 () {34 vars in 1048 bytes} [Wed Jul 15 15:50:16 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d2ca533170744cb48134c728dd3eb833 => generated 180 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/577] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:16 2026] GET /v2.0/ports?device_id=1260f6b0-702a-4e2b-9ced-fc8c28ab7f84 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:50:16.984 7 INFO neutron.db.l3_hamode_db [None req-8ac544bc-6cae-4247-8fca-04bce7eee854 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] HA network a92b7b78-a1d7-4270-b943-b6f57691133d was deleted as no HA routers are present in tenant d846dedc2b304e4aaa98428af45c6e36. [pid: 7|app: 0|req: 305/578] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:50:15 2026] DELETE /v2.0/routers/22678e6e-f60c-4450-9610-a8c987589cf9 => generated 0 bytes in 1018 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/579] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:50:16 2026] POST /v2.0/subnets => generated 699 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/580] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:50:17 2026] DELETE /v2.0/subnets/2a25b9a8-0794-4f29-a6cc-5fbd4989e047 => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:50:17.401 8 INFO neutron.db.segments_db [None req-ca4a1dff-9683-463d-b540-5bbc6484c17a ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Added segment 0ca6e8c0-e303-4841-9478-731ebdddb6b5 of type vxlan for network 0c42105a-1f0e-45d4-80ea-3cf575ef3d3f [pid: 7|app: 0|req: 306/581] 199.204.45.23 () {38 vars in 953 bytes} [Wed Jul 15 15:50:16 2026] POST /v2.0/ports => generated 958 bytes in 551 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: 307/582] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:50:17 2026] GET /v2.0/ports?tenant_id=7ca8618362f8483680d29a68559cb623&device_id=6ab520db-d237-4925-9170-1fdeea75527a => generated 1242 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:50:17.727 7 INFO neutron_taas.services.taas.taas_plugin [None req-25ef46dd-3122-4b9d-b8a2-2aeb749677fc ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] TaaS: Handle Delete Port: 4be19bac-9181-426b-993e-e6c45b3738b3 2026-07-15 15:50:17.730 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25ef46dd-3122-4b9d-b8a2-2aeb749677fc ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Tap Mirror: Handle Delete Port: 4be19bac-9181-426b-993e-e6c45b3738b3 2026-07-15 15:50:17.744 8 INFO neutron.db.l3_hamode_db [None req-ca4a1dff-9683-463d-b540-5bbc6484c17a ee5000d31c9748ce81cdbc1a736f771b 56d24d597610431c8ddbe01f6525e155 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-15 15:50:17.835 7 INFO neutron.services.segments.plugin [-] Segment 3c5cf4e2-407d-4f0b-9e82-d298c9dd93c3 resource provider aggregate not found 2026-07-15 15:50:17.843 7 INFO neutron.services.segments.plugin [-] Segment 3c5cf4e2-407d-4f0b-9e82-d298c9dd93c3 resource provider aggregate not found 2026-07-15 15:50:17.863 7 INFO neutron.services.segments.plugin [-] Segment 3c5cf4e2-407d-4f0b-9e82-d298c9dd93c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c5cf4e2-407d-4f0b-9e82-d298c9dd93c3 found for delete ", "request_id": "req-75dafd39-2d1c-437b-bc59-c9d0ce03a45f"}]} 2026-07-15 15:50:17.876 7 INFO neutron.services.segments.plugin [-] Segment 3c5cf4e2-407d-4f0b-9e82-d298c9dd93c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c5cf4e2-407d-4f0b-9e82-d298c9dd93c3 found for delete ", "request_id": "req-c069af01-3af4-428a-bd53-971c9bffafd9"}]} [pid: 7|app: 0|req: 308/583] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:50:17 2026] DELETE /v2.0/networks/9b0ab34a-d713-4237-b5ea-14d478eca7a7 => 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: 309/584] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:17 2026] GET /v2.0/ports?device_id=6ab520db-d237-4925-9170-1fdeea75527a => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/585] 199.204.45.23 () {38 vars in 1026 bytes} [Wed Jul 15 15:50:17 2026] PUT /v2.0/ports/295aaaed-7234-4a16-b4ea-d2542b34f8df => generated 1239 bytes in 550 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-07-15 15:50:18.572 8 INFO neutron.db.l3_hamode_db [None req-ca4a1dff-9683-463d-b540-5bbc6484c17a ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 311/586] 199.204.45.23 () {34 vars in 1058 bytes} [Wed Jul 15 15:50:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=a23f0a1f-bae3-4962-8a1b-3b442a6929e0 => generated 19 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/587] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:18 2026] GET /v2.0/ports?device_id=1260f6b0-702a-4e2b-9ced-fc8c28ab7f84 => generated 973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/588] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:50:18 2026] GET /v2.0/security-groups?id=34dccc7b-64fb-4cbe-bbbd-d89d36f34790&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/589] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:50:18 2026] GET /v2.0/security-groups?tenant_id=d846dedc2b304e4aaa98428af45c6e36&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: 315/590] 199.204.45.23 () {34 vars in 982 bytes} [Wed Jul 15 15:50:18 2026] GET /v2.0/subnets?id=5d0964c4-ff34-47f9-a52b-9c1792360b9c => generated 696 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/591] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:50:18 2026] GET /v2.0/security-groups?id=9118964e-254c-4581-91b0-1f59b87944c3&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/592] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:50:18 2026] DELETE /v2.0/security-groups/e07fb6d1-80eb-4eaa-9ea6-e4332197b36c => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/593] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:50:18 2026] GET /v2.0/ports?network_id=f159282b-722b-4fc4-b9e5-a67073d31298&device_owner=network%3Adhcp => generated 1244 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/594] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:50:19 2026] GET /v2.0/networks/f159282b-722b-4fc4-b9e5-a67073d31298?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:50:19.134 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8c53acea-1868-48c6-9a8b-952cd5432ee7'] response: {'name': 'network-changed', 'server_uuid': '1260f6b0-702a-4e2b-9ced-fc8c28ab7f84', 'tag': '295aaaed-7234-4a16-b4ea-d2542b34f8df', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 320/595] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:50:19 2026] GET /v2.0/networks/f159282b-722b-4fc4-b9e5-a67073d31298?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: 321/596] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:50:19 2026] GET /v2.0/ports?tenant_id=d2ca533170744cb48134c728dd3eb833&device_id=1260f6b0-702a-4e2b-9ced-fc8c28ab7f84 => generated 1242 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/597] 199.204.45.23 () {34 vars in 1058 bytes} [Wed Jul 15 15:50:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=295aaaed-7234-4a16-b4ea-d2542b34f8df => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/598] 199.204.45.23 () {34 vars in 982 bytes} [Wed Jul 15 15:50:19 2026] GET /v2.0/subnets?id=7d2aebef-f42f-4338-9cc0-6c93d7629c19 => generated 693 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/599] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:50:17 2026] POST /v2.0/routers => generated 739 bytes in 2382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/600] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:50:19 2026] GET /v2.0/ports?network_id=0bbce251-89da-4d41-a9be-d9179bd06e1e&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: 325/601] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:50:19 2026] GET /v2.0/networks/0bbce251-89da-4d41-a9be-d9179bd06e1e?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: 326/602] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:19 2026] GET /v2.0/ports?device_id=6ab520db-d237-4925-9170-1fdeea75527a => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/603] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:50:19 2026] GET /v2.0/networks/0bbce251-89da-4d41-a9be-d9179bd06e1e?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-07-15 15:50:19.885 7 INFO neutron.services.segments.plugin [-] Segment 72e32776-581f-46e1-ac52-50556162a7df resource provider aggregate not found [pid: 7|app: 0|req: 328/604] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:50:19 2026] GET /v2.0/security-groups?id=34dccc7b-64fb-4cbe-bbbd-d89d36f34790&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:50:19.917 7 INFO neutron.services.segments.plugin [-] Segment 72e32776-581f-46e1-ac52-50556162a7df resource provider aggregate not found 2026-07-15 15:50:19.923 7 INFO neutron.services.segments.plugin [-] Segment 72e32776-581f-46e1-ac52-50556162a7df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72e32776-581f-46e1-ac52-50556162a7df found for delete ", "request_id": "req-07c6c2a8-2e6f-4f69-9aae-95e459749221"}]} 2026-07-15 15:50:19.935 7 INFO neutron.services.segments.plugin [-] Segment 72e32776-581f-46e1-ac52-50556162a7df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72e32776-581f-46e1-ac52-50556162a7df found for delete ", "request_id": "req-1b9e5643-df9c-48ba-b156-819fe5ea2ca6"}]} [pid: 7|app: 0|req: 329/605] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:19 2026] GET /v2.0/ports?device_id=1260f6b0-702a-4e2b-9ced-fc8c28ab7f84 => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/606] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:50:19 2026] GET /v2.0/security-groups?id=9118964e-254c-4581-91b0-1f59b87944c3&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/607] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:50:20 2026] GET /v2.0/ports?tenant_id=7ca8618362f8483680d29a68559cb623&device_id=6ab520db-d237-4925-9170-1fdeea75527a => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/608] 199.204.45.23 () {34 vars in 984 bytes} [Wed Jul 15 15:50:20 2026] GET /v2.0/networks?id=f159282b-722b-4fc4-b9e5-a67073d31298 => generated 774 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/609] 199.204.45.23 () {34 vars in 1058 bytes} [Wed Jul 15 15:50:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=a23f0a1f-bae3-4962-8a1b-3b442a6929e0 => 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: 334/610] 199.204.45.23 () {34 vars in 982 bytes} [Wed Jul 15 15:50:20 2026] GET /v2.0/subnets?id=5d0964c4-ff34-47f9-a52b-9c1792360b9c => generated 696 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/611] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:50:20 2026] GET /v2.0/ports?network_id=f159282b-722b-4fc4-b9e5-a67073d31298&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: 336/612] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:50:20 2026] GET /v2.0/networks/f159282b-722b-4fc4-b9e5-a67073d31298?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: 337/613] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:50:20 2026] GET /v2.0/networks/f159282b-722b-4fc4-b9e5-a67073d31298?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/614] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:50:20 2026] GET /v2.0/ports?tenant_id=d2ca533170744cb48134c728dd3eb833&device_id=1260f6b0-702a-4e2b-9ced-fc8c28ab7f84 => generated 1242 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/615] 199.204.45.23 () {34 vars in 984 bytes} [Wed Jul 15 15:50:20 2026] GET /v2.0/networks?id=0bbce251-89da-4d41-a9be-d9179bd06e1e => generated 771 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/616] 199.204.45.23 () {34 vars in 1058 bytes} [Wed Jul 15 15:50:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=295aaaed-7234-4a16-b4ea-d2542b34f8df => 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: 341/617] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:20 2026] GET /v2.0/ports?device_id=6ab520db-d237-4925-9170-1fdeea75527a => generated 973 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/618] 199.204.45.23 () {34 vars in 982 bytes} [Wed Jul 15 15:50:21 2026] GET /v2.0/subnets?id=7d2aebef-f42f-4338-9cc0-6c93d7629c19 => generated 693 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/619] 10.0.0.115 () {34 vars in 782 bytes} [Wed Jul 15 15:50:19 2026] PUT /v2.0/routers/1131c929-eb33-4539-baf4-990906fcf0b6/add_router_interface => generated 309 bytes in 1418 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/620] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:50:21 2026] GET /v2.0/security-groups?id=34dccc7b-64fb-4cbe-bbbd-d89d36f34790&fields=id&fields=name => generated 88 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/621] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:21 2026] GET /v2.0/ports?device_id=1260f6b0-702a-4e2b-9ced-fc8c28ab7f84 => generated 973 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/622] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:50:21 2026] GET /v2.0/ports?network_id=0bbce251-89da-4d41-a9be-d9179bd06e1e&device_owner=network%3Adhcp => generated 1244 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/623] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:50:21 2026] GET /v2.0/security-groups?id=9118964e-254c-4581-91b0-1f59b87944c3&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/624] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:50:21 2026] GET /v2.0/networks/0bbce251-89da-4d41-a9be-d9179bd06e1e?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:50:21.491 7 INFO neutron.db.segments_db [None req-8e4a510d-9b41-409b-9d66-1e23d46c6a16 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Added segment e34c5813-0082-4777-b9e6-0c32e4cea18c of type vxlan for network 3d944714-1e69-44e6-b9b8-ce21d3b4019f [pid: 8|app: 0|req: 283/625] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:50:21 2026] GET /v2.0/networks/0bbce251-89da-4d41-a9be-d9179bd06e1e?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: 343/626] 10.0.0.115 () {34 vars in 670 bytes} [Wed Jul 15 15:50:21 2026] POST /v2.0/networks => generated 725 bytes in 506 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/627] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:50:21 2026] POST /v2.0/subnets => generated 691 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/628] 10.0.0.115 () {34 vars in 684 bytes} [Wed Jul 15 15:50:21 2026] POST /v2.0/security-groups => generated 1660 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-15 15:50:21.936 8 INFO neutron.db.segments_db [None req-37da8b07-8f4a-48ed-94a9-a1f890d27bab ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Added segment d12c30be-92b1-43f0-b3fe-b4e1ece7521a of type vxlan for network 91eda000-308e-4e91-b046-6e441c26c827 [pid: 7|app: 0|req: 345/629] 10.0.0.115 () {34 vars in 694 bytes} [Wed Jul 15 15:50:21 2026] POST /v2.0/security-group-rules => generated 597 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/630] 10.0.0.115 () {34 vars in 694 bytes} [Wed Jul 15 15:50:22 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) 2026-07-15 15:50:22.189 8 INFO neutron.db.l3_hamode_db [None req-37da8b07-8f4a-48ed-94a9-a1f890d27bab ee5000d31c9748ce81cdbc1a736f771b 03e66d1f754f4877beb80ead315e1873 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 347/631] 10.0.0.115 () {34 vars in 675 bytes} [Wed Jul 15 15:50:22 2026] POST /v2.0/floatingips => generated 552 bytes in 713 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/632] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:22 2026] GET /v2.0/ports?device_id=6ab520db-d237-4925-9170-1fdeea75527a => generated 973 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/633] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:22 2026] GET /v2.0/ports?device_id=1260f6b0-702a-4e2b-9ced-fc8c28ab7f84 => generated 973 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/634] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:50:23 2026] GET /v2.0/security-groups?id=34dccc7b-64fb-4cbe-bbbd-d89d36f34790&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/635] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:50:23 2026] GET /v2.0/security-groups?id=9118964e-254c-4581-91b0-1f59b87944c3&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:50:23.195 8 INFO neutron.db.l3_hamode_db [None req-37da8b07-8f4a-48ed-94a9-a1f890d27bab ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 352/636] 10.0.0.192 () {34 vars in 1099 bytes} [Wed Jul 15 15:50:23 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1004964642&fields=id&tenant_id=56d24d597610431c8ddbe01f6525e155 => generated 69 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/637] 10.0.0.192 () {34 vars in 981 bytes} [Wed Jul 15 15:50:23 2026] GET /v2.0/networks?id=8494c7f4-5742-4468-b71c-568b526671d5 => generated 684 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/638] 10.0.0.192 () {34 vars in 964 bytes} [Wed Jul 15 15:50:23 2026] GET /v2.0/quotas/56d24d597610431c8ddbe01f6525e155 => generated 292 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/639] 10.0.0.192 () {34 vars in 1001 bytes} [Wed Jul 15 15:50:23 2026] GET /v2.0/ports?tenant_id=56d24d597610431c8ddbe01f6525e155&fields=id => generated 103 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/640] 10.0.0.192 () {34 vars in 1007 bytes} [Wed Jul 15 15:50:23 2026] GET /v2.0/networks/8494c7f4-5742-4468-b71c-568b526671d5?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: 357/641] 10.0.0.192 () {34 vars in 1107 bytes} [Wed Jul 15 15:50:23 2026] GET /v2.0/networks/8494c7f4-5742-4468-b71c-568b526671d5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/642] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:23 2026] GET /v2.0/ports?device_id=b43b7608-4e71-4547-a907-b4333dc3afe5 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/643] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:24 2026] GET /v2.0/ports?device_id=6ab520db-d237-4925-9170-1fdeea75527a => generated 973 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/644] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:24 2026] GET /v2.0/ports?device_id=1260f6b0-702a-4e2b-9ced-fc8c28ab7f84 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/645] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:50:24 2026] GET /v2.0/security-groups?id=34dccc7b-64fb-4cbe-bbbd-d89d36f34790&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/646] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:50:24 2026] GET /v2.0/security-groups?id=9118964e-254c-4581-91b0-1f59b87944c3&fields=id&fields=name => generated 113 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/647] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:50:21 2026] POST /v2.0/routers => generated 731 bytes in 2510 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/648] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:25 2026] GET /v2.0/ports?device_id=b43b7608-4e71-4547-a907-b4333dc3afe5 => 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: 287/649] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:25 2026] GET /v2.0/ports?device_id=6ab520db-d237-4925-9170-1fdeea75527a => generated 973 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/650] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:25 2026] GET /v2.0/ports?device_id=1260f6b0-702a-4e2b-9ced-fc8c28ab7f84 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/651] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:50:25 2026] GET /v2.0/security-groups?id=34dccc7b-64fb-4cbe-bbbd-d89d36f34790&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/652] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:50:25 2026] GET /v2.0/security-groups?id=9118964e-254c-4581-91b0-1f59b87944c3&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/653] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:26 2026] GET /v2.0/ports?device_id=b43b7608-4e71-4547-a907-b4333dc3afe5 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/654] 10.0.0.115 () {34 vars in 782 bytes} [Wed Jul 15 15:50:24 2026] PUT /v2.0/routers/f3c9d1bb-b511-4edc-af2b-62b1e200500f/add_router_interface => generated 309 bytes in 2047 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/657] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:26 2026] GET /v2.0/ports?device_id=6ab520db-d237-4925-9170-1fdeea75527a => generated 975 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/658] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:50:26 2026] GET /v2.0/security-groups?id=34dccc7b-64fb-4cbe-bbbd-d89d36f34790&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/659] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:26 2026] GET /v2.0/ports?device_id=1260f6b0-702a-4e2b-9ced-fc8c28ab7f84 => generated 973 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/660] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:50:26 2026] GET /v2.0/security-groups?id=9118964e-254c-4581-91b0-1f59b87944c3&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: 294/661] 10.0.0.115 () {34 vars in 684 bytes} [Wed Jul 15 15:50:27 2026] POST /v2.0/security-groups => generated 1659 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/662] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:27 2026] GET /v2.0/ports?device_id=b43b7608-4e71-4547-a907-b4333dc3afe5 => 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: 368/663] 10.0.0.115 () {34 vars in 694 bytes} [Wed Jul 15 15:50:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/664] 10.0.0.115 () {34 vars in 694 bytes} [Wed Jul 15 15:50:27 2026] POST /v2.0/security-group-rules => generated 602 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/665] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:27 2026] GET /v2.0/ports?device_id=6ab520db-d237-4925-9170-1fdeea75527a => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/666] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:50:27 2026] GET /v2.0/security-groups?id=34dccc7b-64fb-4cbe-bbbd-d89d36f34790&fields=id&fields=name => generated 88 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/667] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:28 2026] GET /v2.0/ports?device_id=1260f6b0-702a-4e2b-9ced-fc8c28ab7f84 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/668] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:50:28 2026] GET /v2.0/security-groups?id=9118964e-254c-4581-91b0-1f59b87944c3&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: 369/669] 10.0.0.115 () {34 vars in 675 bytes} [Wed Jul 15 15:50:27 2026] POST /v2.0/floatingips => generated 552 bytes in 611 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/670] 199.204.45.23 () {34 vars in 984 bytes} [Wed Jul 15 15:50:28 2026] GET /v2.0/networks?id=8494c7f4-5742-4468-b71c-568b526671d5 => generated 684 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/671] 199.204.45.23 () {34 vars in 1048 bytes} [Wed Jul 15 15:50:28 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=56d24d597610431c8ddbe01f6525e155 => generated 181 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/672] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:28 2026] GET /v2.0/ports?device_id=b43b7608-4e71-4547-a907-b4333dc3afe5 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/673] 10.0.0.192 () {34 vars in 1097 bytes} [Wed Jul 15 15:50:28 2026] GET /v2.0/security-groups?name=tempest-securitygroup--967140222&fields=id&tenant_id=03e66d1f754f4877beb80ead315e1873 => generated 69 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/674] 10.0.0.192 () {34 vars in 981 bytes} [Wed Jul 15 15:50:28 2026] GET /v2.0/networks?id=3d944714-1e69-44e6-b9b8-ce21d3b4019f => generated 676 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/675] 10.0.0.192 () {34 vars in 964 bytes} [Wed Jul 15 15:50:28 2026] GET /v2.0/quotas/03e66d1f754f4877beb80ead315e1873 => generated 292 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/676] 199.204.45.23 () {38 vars in 953 bytes} [Wed Jul 15 15:50:28 2026] POST /v2.0/ports => generated 954 bytes in 503 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: 375/677] 10.0.0.192 () {34 vars in 1001 bytes} [Wed Jul 15 15:50:28 2026] GET /v2.0/ports?tenant_id=03e66d1f754f4877beb80ead315e1873&fields=id => generated 57 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/678] 10.0.0.192 () {34 vars in 1007 bytes} [Wed Jul 15 15:50:29 2026] GET /v2.0/networks/3d944714-1e69-44e6-b9b8-ce21d3b4019f?fields=segments => generated 14 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/679] 10.0.0.192 () {34 vars in 1107 bytes} [Wed Jul 15 15:50:29 2026] GET /v2.0/networks/3d944714-1e69-44e6-b9b8-ce21d3b4019f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/680] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:29 2026] GET /v2.0/ports?device_id=6ab520db-d237-4925-9170-1fdeea75527a => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/681] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:50:29 2026] GET /v2.0/security-groups?id=34dccc7b-64fb-4cbe-bbbd-d89d36f34790&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/682] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:29 2026] GET /v2.0/ports?device_id=f9122822-0606-4f7d-9266-53b63a37214f => 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: 381/683] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:29 2026] GET /v2.0/ports?device_id=1260f6b0-702a-4e2b-9ced-fc8c28ab7f84 => generated 975 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/684] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:50:29 2026] GET /v2.0/security-groups?id=9118964e-254c-4581-91b0-1f59b87944c3&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: 303/685] 199.204.45.23 () {38 vars in 1026 bytes} [Wed Jul 15 15:50:28 2026] PUT /v2.0/ports/23fce33a-f2bc-4f9b-bc91-8be2939128c9 => generated 1235 bytes in 567 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:50:29.584 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-13cc1d72-a900-459f-98df-42adc7aca985'] response: {'name': 'network-changed', 'server_uuid': 'b43b7608-4e71-4547-a907-b4333dc3afe5', 'tag': '23fce33a-f2bc-4f9b-bc91-8be2939128c9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 383/686] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:29 2026] GET /v2.0/ports?device_id=b43b7608-4e71-4547-a907-b4333dc3afe5 => generated 969 bytes in 158 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: 304/687] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:50:29 2026] GET /v2.0/security-groups?id=bc627d1e-e99a-43e1-b588-afa8a3334cef&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: 384/688] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:29 2026] GET /v2.0/ports?device_id=6ab520db-d237-4925-9170-1fdeea75527a => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/689] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:50:29 2026] GET /v2.0/security-groups?id=34dccc7b-64fb-4cbe-bbbd-d89d36f34790&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/690] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:50:30 2026] GET /v2.0/ports?tenant_id=56d24d597610431c8ddbe01f6525e155&device_id=b43b7608-4e71-4547-a907-b4333dc3afe5 => generated 1238 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/691] 199.204.45.23 () {34 vars in 1016 bytes} [Wed Jul 15 15:50:30 2026] GET /v2.0/networks?tenant_id=56d24d597610431c8ddbe01f6525e155&shared=False => generated 780 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/692] 199.204.45.23 () {34 vars in 928 bytes} [Wed Jul 15 15:50:30 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/693] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:30 2026] GET /v2.0/ports?device_id=f9122822-0606-4f7d-9266-53b63a37214f => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/694] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:30 2026] GET /v2.0/ports?device_id=1260f6b0-702a-4e2b-9ced-fc8c28ab7f84 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/695] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:50:30 2026] GET /v2.0/security-groups?id=9118964e-254c-4581-91b0-1f59b87944c3&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/696] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:30 2026] GET /v2.0/ports?device_id=1260f6b0-702a-4e2b-9ced-fc8c28ab7f84 => 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: 389/697] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:30 2026] GET /v2.0/ports?device_id=b43b7608-4e71-4547-a907-b4333dc3afe5 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/698] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:50:30 2026] GET /v2.0/security-groups?id=bc627d1e-e99a-43e1-b588-afa8a3334cef&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: 391/699] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:30 2026] GET /v2.0/ports?device_id=6ab520db-d237-4925-9170-1fdeea75527a => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/700] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:50:31 2026] GET /v2.0/security-groups?id=34dccc7b-64fb-4cbe-bbbd-d89d36f34790&fields=id&fields=name => generated 88 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/701] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:50:31 2026] GET /v2.0/ports?tenant_id=56d24d597610431c8ddbe01f6525e155&device_id=b43b7608-4e71-4547-a907-b4333dc3afe5 => generated 1238 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/702] 199.204.45.23 () {34 vars in 1056 bytes} [Wed Jul 15 15:50:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=23fce33a-f2bc-4f9b-bc91-8be2939128c9 => 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: 395/703] 199.204.45.23 () {34 vars in 982 bytes} [Wed Jul 15 15:50:31 2026] GET /v2.0/subnets?id=41c508c6-247f-4587-91e3-d4bca7ee4c67 => generated 702 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/704] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:50:31 2026] GET /v2.0/ports?network_id=8494c7f4-5742-4468-b71c-568b526671d5&device_owner=network%3Adhcp => generated 1244 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/705] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:31 2026] GET /v2.0/ports?device_id=f9122822-0606-4f7d-9266-53b63a37214f => 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: 398/706] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:50:31 2026] GET /v2.0/networks/8494c7f4-5742-4468-b71c-568b526671d5?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/707] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:50:31 2026] GET /v2.0/networks/8494c7f4-5742-4468-b71c-568b526671d5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:50:31.933 8 INFO neutron.db.l3_db [None req-ca981734-6c7d-44b0-8057-6deb23b20ea8 bdbd93cde32d4909852505bee59b4517 d2ca533170744cb48134c728dd3eb833 - - default default] Floating IP c26bb4cf-abe3-43fe-869d-09b75c461e58 associated. External IP: 10.96.250.208, port: 295aaaed-7234-4a16-b4ea-d2542b34f8df. [pid: 7|app: 0|req: 400/708] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:32 2026] GET /v2.0/ports?device_id=b43b7608-4e71-4547-a907-b4333dc3afe5 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/709] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:50:32 2026] GET /v2.0/security-groups?id=bc627d1e-e99a-43e1-b588-afa8a3334cef&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/710] 10.0.0.115 () {34 vars in 748 bytes} [Wed Jul 15 15:50:30 2026] PUT /v2.0/floatingips/c26bb4cf-abe3-43fe-869d-09b75c461e58 => generated 856 bytes in 1443 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/711] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:32 2026] GET /v2.0/ports?device_id=6ab520db-d237-4925-9170-1fdeea75527a => generated 975 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/712] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:50:32 2026] GET /v2.0/security-groups?id=34dccc7b-64fb-4cbe-bbbd-d89d36f34790&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/713] 199.204.45.23 () {34 vars in 992 bytes} [Wed Jul 15 15:50:32 2026] GET /v2.0/ports?device_id=6ab520db-d237-4925-9170-1fdeea75527a => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/714] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:32 2026] GET /v2.0/ports?device_id=1260f6b0-702a-4e2b-9ced-fc8c28ab7f84 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:50:32.421 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-61c9a3b8-97c6-4a52-9bbb-55ff7d3fc25a'] response: {'name': 'network-changed', 'server_uuid': '1260f6b0-702a-4e2b-9ced-fc8c28ab7f84', 'tag': '295aaaed-7234-4a16-b4ea-d2542b34f8df', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 405/715] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:50:32 2026] GET /v2.0/security-groups?id=9118964e-254c-4581-91b0-1f59b87944c3&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:50:32.573 8 INFO neutron_taas.services.taas.taas_plugin [req-e2ae6e01-fbf7-4277-b2bc-c6c8c9252454 req-c933c3f6-3085-450d-88f9-3b559d1aae5b 9d079861574a4db9b5952fe12a4dcf9b 7ca8618362f8483680d29a68559cb623 - - default default] TaaS: Handle Delete Port: a23f0a1f-bae3-4962-8a1b-3b442a6929e0 2026-07-15 15:50:32.591 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e2ae6e01-fbf7-4277-b2bc-c6c8c9252454 req-c933c3f6-3085-450d-88f9-3b559d1aae5b 9d079861574a4db9b5952fe12a4dcf9b 7ca8618362f8483680d29a68559cb623 - - default default] Tap Mirror: Handle Delete Port: a23f0a1f-bae3-4962-8a1b-3b442a6929e0 [pid: 7|app: 0|req: 406/716] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:32 2026] GET /v2.0/ports?device_id=f9122822-0606-4f7d-9266-53b63a37214f => 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: 311/717] 199.204.45.23 () {36 vars in 995 bytes} [Wed Jul 15 15:50:32 2026] DELETE /v2.0/ports/a23f0a1f-bae3-4962-8a1b-3b442a6929e0 => generated 0 bytes in 482 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/718] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:32 2026] GET /v2.0/ports?device_id=1260f6b0-702a-4e2b-9ced-fc8c28ab7f84 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/719] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:50:32 2026] GET /v2.0/security-groups?id=9118964e-254c-4581-91b0-1f59b87944c3&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: 408/720] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:50:32 2026] GET /v2.0/ports?tenant_id=d2ca533170744cb48134c728dd3eb833&device_id=1260f6b0-702a-4e2b-9ced-fc8c28ab7f84 => 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: 313/721] 199.204.45.23 () {34 vars in 984 bytes} [Wed Jul 15 15:50:32 2026] GET /v2.0/networks?id=0bbce251-89da-4d41-a9be-d9179bd06e1e => generated 771 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/722] 199.204.45.23 () {34 vars in 1058 bytes} [Wed Jul 15 15:50:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=295aaaed-7234-4a16-b4ea-d2542b34f8df => generated 859 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/723] 199.204.45.23 () {34 vars in 982 bytes} [Wed Jul 15 15:50:33 2026] GET /v2.0/subnets?id=7d2aebef-f42f-4338-9cc0-6c93d7629c19 => generated 693 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/724] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:50:33 2026] GET /v2.0/ports?network_id=0bbce251-89da-4d41-a9be-d9179bd06e1e&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/725] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:50:33 2026] GET /v2.0/networks/0bbce251-89da-4d41-a9be-d9179bd06e1e?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/726] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:33 2026] GET /v2.0/ports?device_id=b43b7608-4e71-4547-a907-b4333dc3afe5 => 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: 412/727] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:50:33 2026] GET /v2.0/security-groups?id=bc627d1e-e99a-43e1-b588-afa8a3334cef&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/728] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:50:33 2026] GET /v2.0/networks/0bbce251-89da-4d41-a9be-d9179bd06e1e?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: 413/729] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:33 2026] GET /v2.0/ports?device_id=6ab520db-d237-4925-9170-1fdeea75527a => 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: 317/730] 199.204.45.23 () {34 vars in 984 bytes} [Wed Jul 15 15:50:33 2026] GET /v2.0/networks?id=3d944714-1e69-44e6-b9b8-ce21d3b4019f => generated 676 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/731] 199.204.45.23 () {34 vars in 1048 bytes} [Wed Jul 15 15:50:33 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=03e66d1f754f4877beb80ead315e1873 => generated 180 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/732] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:33 2026] GET /v2.0/ports?device_id=f9122822-0606-4f7d-9266-53b63a37214f => 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: 319/733] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:34 2026] GET /v2.0/ports?device_id=1260f6b0-702a-4e2b-9ced-fc8c28ab7f84 => generated 975 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/734] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:50:34 2026] GET /v2.0/security-groups?id=9118964e-254c-4581-91b0-1f59b87944c3&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: 415/735] 199.204.45.23 () {38 vars in 953 bytes} [Wed Jul 15 15:50:33 2026] POST /v2.0/ports => generated 958 bytes in 462 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 416/736] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:34 2026] GET /v2.0/ports?device_id=b43b7608-4e71-4547-a907-b4333dc3afe5 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:50:34.471 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ccf0ce56-3cef-4ae1-b8c9-153665bcd2ed'] response: {'server_uuid': '6ab520db-d237-4925-9170-1fdeea75527a', 'name': 'network-vif-deleted', 'tag': 'a23f0a1f-bae3-4962-8a1b-3b442a6929e0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 417/737] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:50:34 2026] GET /v2.0/security-groups?id=bc627d1e-e99a-43e1-b588-afa8a3334cef&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: 418/738] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:34 2026] GET /v2.0/ports?device_id=6ab520db-d237-4925-9170-1fdeea75527a => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/739] 199.204.45.23 () {38 vars in 1026 bytes} [Wed Jul 15 15:50:34 2026] PUT /v2.0/ports/e31995ef-2ce2-40c1-8af6-d0cbdbd7cae5 => generated 1239 bytes in 595 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/740] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:34 2026] GET /v2.0/ports?device_id=f9122822-0606-4f7d-9266-53b63a37214f => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 322/741] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:50:34 2026] GET /v2.0/security-groups?id=9b522ab8-2510-4304-bc2b-7394eac53732&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/742] 199.204.45.23 () {34 vars in 992 bytes} [Wed Jul 15 15:50:35 2026] GET /v2.0/ports?device_id=1260f6b0-702a-4e2b-9ced-fc8c28ab7f84 => 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: 420/743] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:35 2026] GET /v2.0/ports?device_id=1260f6b0-702a-4e2b-9ced-fc8c28ab7f84 => generated 975 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/744] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:50:35 2026] GET /v2.0/security-groups?id=9118964e-254c-4581-91b0-1f59b87944c3&fields=id&fields=name => generated 113 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:50:35.437 8 INFO neutron_taas.services.taas.taas_plugin [req-456077e5-8f4c-47ff-82c8-12e7416dc410 req-f5c3d81b-9dd8-40a8-b47d-788126cbcb0c bdbd93cde32d4909852505bee59b4517 d2ca533170744cb48134c728dd3eb833 - - default default] TaaS: Handle Delete Port: 295aaaed-7234-4a16-b4ea-d2542b34f8df 2026-07-15 15:50:35.440 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-456077e5-8f4c-47ff-82c8-12e7416dc410 req-f5c3d81b-9dd8-40a8-b47d-788126cbcb0c bdbd93cde32d4909852505bee59b4517 d2ca533170744cb48134c728dd3eb833 - - default default] Tap Mirror: Handle Delete Port: 295aaaed-7234-4a16-b4ea-d2542b34f8df 2026-07-15 15:50:35.686 8 INFO neutron.db.l3_db [req-456077e5-8f4c-47ff-82c8-12e7416dc410 req-f5c3d81b-9dd8-40a8-b47d-788126cbcb0c bdbd93cde32d4909852505bee59b4517 d2ca533170744cb48134c728dd3eb833 - - default default] Floating IP c26bb4cf-abe3-43fe-869d-09b75c461e58 disassociated. External IP: 10.96.250.208, port: 295aaaed-7234-4a16-b4ea-d2542b34f8df. [pid: 7|app: 0|req: 422/745] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:35 2026] GET /v2.0/ports?device_id=b43b7608-4e71-4547-a907-b4333dc3afe5 => generated 969 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/746] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:35 2026] GET /v2.0/ports?device_id=6ab520db-d237-4925-9170-1fdeea75527a => 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: 424/747] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:50:35 2026] GET /v2.0/security-groups?id=bc627d1e-e99a-43e1-b588-afa8a3334cef&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: 425/748] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:50:35 2026] GET /v2.0/ports?tenant_id=03e66d1f754f4877beb80ead315e1873&device_id=f9122822-0606-4f7d-9266-53b63a37214f => generated 1242 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/749] 199.204.45.23 () {34 vars in 1058 bytes} [Wed Jul 15 15:50:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=e31995ef-2ce2-40c1-8af6-d0cbdbd7cae5 => 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: 427/750] 199.204.45.23 () {34 vars in 982 bytes} [Wed Jul 15 15:50:35 2026] GET /v2.0/subnets?id=fc466db6-1acf-4de7-afa1-995d6ae37080 => generated 694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/751] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:50:35 2026] GET /v2.0/ports?network_id=3d944714-1e69-44e6-b9b8-ce21d3b4019f&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: 324/752] 199.204.45.23 () {36 vars in 995 bytes} [Wed Jul 15 15:50:35 2026] DELETE /v2.0/ports/295aaaed-7234-4a16-b4ea-d2542b34f8df => generated 0 bytes in 773 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/753] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:50:36 2026] GET /v2.0/networks/3d944714-1e69-44e6-b9b8-ce21d3b4019f?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/754] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:50:36 2026] GET /v2.0/networks/3d944714-1e69-44e6-b9b8-ce21d3b4019f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/755] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:36 2026] GET /v2.0/ports?device_id=f9122822-0606-4f7d-9266-53b63a37214f => generated 973 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/756] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:50:36 2026] GET /v2.0/security-groups?id=9b522ab8-2510-4304-bc2b-7394eac53732&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:50:36.519 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e53bd882-a749-43a0-b737-62369f3dc5ca'] response: {'name': 'network-changed', 'server_uuid': 'f9122822-0606-4f7d-9266-53b63a37214f', 'tag': 'e31995ef-2ce2-40c1-8af6-d0cbdbd7cae5', 'status': 'completed', 'code': 200} 2026-07-15 15:50:36.519 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e53bd882-a749-43a0-b737-62369f3dc5ca'] response: {'server_uuid': '1260f6b0-702a-4e2b-9ced-fc8c28ab7f84', 'name': 'network-vif-deleted', 'tag': '295aaaed-7234-4a16-b4ea-d2542b34f8df', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 326/757] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:36 2026] GET /v2.0/ports?device_id=1260f6b0-702a-4e2b-9ced-fc8c28ab7f84 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/758] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:36 2026] GET /v2.0/ports?device_id=b43b7608-4e71-4547-a907-b4333dc3afe5 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/759] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:50:36 2026] GET /v2.0/security-groups?id=bc627d1e-e99a-43e1-b588-afa8a3334cef&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-07-15 15:50:37.235 7 INFO neutron_taas.services.taas.taas_plugin [None req-ebbb8ce8-eb95-4560-99e2-f8b103b5cefa ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] TaaS: Handle Delete Port: f9e81f7c-e14a-47b4-bf20-1698fdab20be 2026-07-15 15:50:37.241 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ebbb8ce8-eb95-4560-99e2-f8b103b5cefa ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Tap Mirror: Handle Delete Port: f9e81f7c-e14a-47b4-bf20-1698fdab20be [pid: 8|app: 0|req: 329/760] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:50:37 2026] GET /v2.0/ports?tenant_id=03e66d1f754f4877beb80ead315e1873&device_id=f9122822-0606-4f7d-9266-53b63a37214f => generated 1242 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/761] 199.204.45.23 () {34 vars in 984 bytes} [Wed Jul 15 15:50:37 2026] GET /v2.0/networks?id=3d944714-1e69-44e6-b9b8-ce21d3b4019f => generated 772 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/762] 199.204.45.23 () {34 vars in 1058 bytes} [Wed Jul 15 15:50:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=e31995ef-2ce2-40c1-8af6-d0cbdbd7cae5 => generated 19 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/763] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:37 2026] GET /v2.0/ports?device_id=f9122822-0606-4f7d-9266-53b63a37214f => generated 973 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/764] 199.204.45.23 () {34 vars in 982 bytes} [Wed Jul 15 15:50:37 2026] GET /v2.0/subnets?id=fc466db6-1acf-4de7-afa1-995d6ae37080 => generated 694 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/765] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:50:37 2026] GET /v2.0/security-groups?id=9b522ab8-2510-4304-bc2b-7394eac53732&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: 335/766] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:50:37 2026] GET /v2.0/ports?network_id=3d944714-1e69-44e6-b9b8-ce21d3b4019f&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/767] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:50:37 2026] GET /v2.0/networks/3d944714-1e69-44e6-b9b8-ce21d3b4019f?fields=segments => generated 14 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/768] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:50:37 2026] GET /v2.0/networks/3d944714-1e69-44e6-b9b8-ce21d3b4019f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/769] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:37 2026] GET /v2.0/ports?device_id=1260f6b0-702a-4e2b-9ced-fc8c28ab7f84 => 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: 432/770] 10.0.0.115 () {34 vars in 788 bytes} [Wed Jul 15 15:50:36 2026] PUT /v2.0/routers/6191a5b2-50b1-4727-b1ea-cc0463dde937/remove_router_interface => generated 309 bytes in 1050 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:50:38.130 8 INFO neutron_taas.services.taas.taas_plugin [None req-e58b317c-38a0-4b27-82f0-9aecb0c05b3a ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] TaaS: Handle Delete Port: d3a2c03b-c9b1-4dd6-9b6d-2d47aa035fa9 2026-07-15 15:50:38.137 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e58b317c-38a0-4b27-82f0-9aecb0c05b3a ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Tap Mirror: Handle Delete Port: d3a2c03b-c9b1-4dd6-9b6d-2d47aa035fa9 [pid: 7|app: 0|req: 433/771] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:38 2026] GET /v2.0/ports?device_id=b43b7608-4e71-4547-a907-b4333dc3afe5 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/772] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:50:38 2026] GET /v2.0/security-groups?id=bc627d1e-e99a-43e1-b588-afa8a3334cef&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/773] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:38 2026] GET /v2.0/ports?device_id=b43b7608-4e71-4547-a907-b4333dc3afe5 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:50:38.429 8 INFO neutron_taas.services.taas.taas_plugin [None req-e58b317c-38a0-4b27-82f0-9aecb0c05b3a ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] TaaS: Handle Delete Port: 3262f3b2-2caa-43bc-aca8-3b77c5941a7a 2026-07-15 15:50:38.432 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e58b317c-38a0-4b27-82f0-9aecb0c05b3a ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Tap Mirror: Handle Delete Port: 3262f3b2-2caa-43bc-aca8-3b77c5941a7a 2026-07-15 15:50:38.522 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-e58b317c-38a0-4b27-82f0-9aecb0c05b3a ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-07-15 15:50:38.806 7 INFO neutron.db.l3_db [None req-04a422a4-e1f9-4e75-b4c8-a908c92f456b e46556754a864fbe8d0be2a32ce76589 56d24d597610431c8ddbe01f6525e155 - - default default] Floating IP 24470870-d4fc-473d-868c-7b31a0965fac associated. External IP: 10.96.250.210, port: 23fce33a-f2bc-4f9b-bc91-8be2939128c9. 2026-07-15 15:50:38.949 8 INFO neutron.db.l3_hamode_db [None req-e58b317c-38a0-4b27-82f0-9aecb0c05b3a ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] HA network 2453da58-0351-4595-a473-bd762cf62b8d was deleted as no HA routers are present in tenant 7ca8618362f8483680d29a68559cb623. [pid: 8|app: 0|req: 339/774] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:50:37 2026] DELETE /v2.0/routers/6191a5b2-50b1-4727-b1ea-cc0463dde937 => generated 0 bytes in 1063 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/775] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:38 2026] GET /v2.0/ports?device_id=f9122822-0606-4f7d-9266-53b63a37214f => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/776] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:38 2026] GET /v2.0/ports?device_id=1260f6b0-702a-4e2b-9ced-fc8c28ab7f84 => 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: 436/777] 10.0.0.115 () {34 vars in 748 bytes} [Wed Jul 15 15:50:38 2026] PUT /v2.0/floatingips/24470870-d4fc-473d-868c-7b31a0965fac => generated 855 bytes in 820 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/778] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:50:39 2026] DELETE /v2.0/subnets/5d0964c4-ff34-47f9-a52b-9c1792360b9c => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/779] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:50:39 2026] GET /v2.0/security-groups?id=9b522ab8-2510-4304-bc2b-7394eac53732&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:50:39.241 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a5913712-cf48-4b0f-a64c-cf861c72e259'] response: {'name': 'network-changed', 'server_uuid': 'b43b7608-4e71-4547-a907-b4333dc3afe5', 'tag': '23fce33a-f2bc-4f9b-bc91-8be2939128c9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 438/780] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:39 2026] GET /v2.0/ports?device_id=b43b7608-4e71-4547-a907-b4333dc3afe5 => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/781] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:50:39 2026] GET /v2.0/security-groups?id=bc627d1e-e99a-43e1-b588-afa8a3334cef&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:50:39.322 8 INFO neutron_taas.services.taas.taas_plugin [None req-e39b3c7e-f736-4816-ba53-32433fde8075 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] TaaS: Handle Delete Port: 46f18263-8fd6-4d4e-b050-2302be0bc0b5 2026-07-15 15:50:39.325 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e39b3c7e-f736-4816-ba53-32433fde8075 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Tap Mirror: Handle Delete Port: 46f18263-8fd6-4d4e-b050-2302be0bc0b5 2026-07-15 15:50:39.442 8 INFO neutron.services.segments.plugin [-] Segment 3ae30d15-ace9-47dc-b9b3-7b8b84ee8025 resource provider aggregate not found 2026-07-15 15:50:39.468 8 INFO neutron.services.segments.plugin [-] Segment 3ae30d15-ace9-47dc-b9b3-7b8b84ee8025 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ae30d15-ace9-47dc-b9b3-7b8b84ee8025 found for delete ", "request_id": "req-8121c3dd-71dc-4940-b46d-7df8fb7811e1"}]} 2026-07-15 15:50:39.472 8 INFO neutron.services.segments.plugin [-] Segment 3ae30d15-ace9-47dc-b9b3-7b8b84ee8025 resource provider aggregate not found 2026-07-15 15:50:39.492 8 INFO neutron.services.segments.plugin [-] Segment 3ae30d15-ace9-47dc-b9b3-7b8b84ee8025 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ae30d15-ace9-47dc-b9b3-7b8b84ee8025 found for delete ", "request_id": "req-78d4bcf3-9d23-4c08-8c28-8440b32b50b6"}]} [pid: 8|app: 0|req: 343/782] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:50:39 2026] DELETE /v2.0/networks/f159282b-722b-4fc4-b9e5-a67073d31298 => generated 0 bytes in 451 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/783] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:50:39 2026] GET /v2.0/ports?tenant_id=56d24d597610431c8ddbe01f6525e155&device_id=b43b7608-4e71-4547-a907-b4333dc3afe5 => generated 1240 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/784] 199.204.45.23 () {34 vars in 984 bytes} [Wed Jul 15 15:50:39 2026] GET /v2.0/networks?id=8494c7f4-5742-4468-b71c-568b526671d5 => generated 780 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/785] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:50:39 2026] GET /v2.0/security-groups?tenant_id=7ca8618362f8483680d29a68559cb623&name=default => generated 2921 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/786] 199.204.45.23 () {34 vars in 1056 bytes} [Wed Jul 15 15:50:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=23fce33a-f2bc-4f9b-bc91-8be2939128c9 => generated 858 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/787] 199.204.45.23 () {34 vars in 982 bytes} [Wed Jul 15 15:50:39 2026] GET /v2.0/subnets?id=41c508c6-247f-4587-91e3-d4bca7ee4c67 => generated 702 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/788] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:50:39 2026] GET /v2.0/ports?network_id=8494c7f4-5742-4468-b71c-568b526671d5&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: 442/789] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:50:39 2026] DELETE /v2.0/security-groups/34dccc7b-64fb-4cbe-bbbd-d89d36f34790 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/790] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:50:40 2026] GET /v2.0/networks/8494c7f4-5742-4468-b71c-568b526671d5?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/791] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:50:40 2026] GET /v2.0/networks/8494c7f4-5742-4468-b71c-568b526671d5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/792] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:50:40 2026] DELETE /v2.0/security-groups/9118964e-254c-4581-91b0-1f59b87944c3 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:50:40.310 8 INFO neutron.api.v2.resource [None req-1679534c-32f1-426b-90ae-9179598dfa6e bdbd93cde32d4909852505bee59b4517 d2ca533170744cb48134c728dd3eb833 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 350/793] 10.0.0.115 () {32 vars in 736 bytes} [Wed Jul 15 15:50:40 2026] GET /v2.0/security-groups/9118964e-254c-4581-91b0-1f59b87944c3 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/794] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:40 2026] GET /v2.0/ports?device_id=f9122822-0606-4f7d-9266-53b63a37214f => generated 973 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:50:40.447 8 INFO neutron_taas.services.taas.taas_plugin [None req-982f7055-f07f-4fdc-8c02-9076b1a049ba bdbd93cde32d4909852505bee59b4517 d2ca533170744cb48134c728dd3eb833 - - default default] TaaS: Handle Delete Port: 955880d8-b2dc-4eec-9fcb-ba8cbb8b54d3 2026-07-15 15:50:40.450 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-982f7055-f07f-4fdc-8c02-9076b1a049ba bdbd93cde32d4909852505bee59b4517 d2ca533170744cb48134c728dd3eb833 - - default default] Tap Mirror: Handle Delete Port: 955880d8-b2dc-4eec-9fcb-ba8cbb8b54d3 [pid: 7|app: 0|req: 445/795] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:50:40 2026] GET /v2.0/security-groups?id=9b522ab8-2510-4304-bc2b-7394eac53732&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: 351/796] 10.0.0.115 () {32 vars in 731 bytes} [Wed Jul 15 15:50:40 2026] DELETE /v2.0/floatingips/c26bb4cf-abe3-43fe-869d-09b75c461e58 => generated 0 bytes in 348 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:50:41.138 7 INFO neutron_taas.services.taas.taas_plugin [None req-8263ce78-c807-4047-850d-78efb9fec6a6 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] TaaS: Handle Delete Port: 588a95ce-7334-4a43-b905-d6b27249c472 2026-07-15 15:50:41.147 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8263ce78-c807-4047-850d-78efb9fec6a6 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Tap Mirror: Handle Delete Port: 588a95ce-7334-4a43-b905-d6b27249c472 2026-07-15 15:50:41.495 8 INFO neutron.services.segments.plugin [-] Segment 9458d491-51b5-42c7-ac2c-efb5e0a98d00 resource provider aggregate not found 2026-07-15 15:50:41.526 8 INFO neutron.services.segments.plugin [-] Segment 9458d491-51b5-42c7-ac2c-efb5e0a98d00 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9458d491-51b5-42c7-ac2c-efb5e0a98d00 found for delete ", "request_id": "req-59c0c16d-e50f-4d66-abc5-8ac51dc10938"}]} 2026-07-15 15:50:41.532 8 INFO neutron.services.segments.plugin [-] Segment 9458d491-51b5-42c7-ac2c-efb5e0a98d00 resource provider aggregate not found 2026-07-15 15:50:41.561 8 INFO neutron.services.segments.plugin [-] Segment 9458d491-51b5-42c7-ac2c-efb5e0a98d00 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9458d491-51b5-42c7-ac2c-efb5e0a98d00 found for delete ", "request_id": "req-819cc039-1616-4b72-b9ba-fd62bddacddf"}]} [pid: 8|app: 0|req: 354/799] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:41 2026] GET /v2.0/ports?device_id=f9122822-0606-4f7d-9266-53b63a37214f => generated 975 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/800] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:50:41 2026] GET /v2.0/security-groups?id=9b522ab8-2510-4304-bc2b-7394eac53732&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/801] 10.0.0.115 () {34 vars in 788 bytes} [Wed Jul 15 15:50:40 2026] PUT /v2.0/routers/3cbf3227-d490-4c9e-819f-29b54580c985/remove_router_interface => generated 309 bytes in 1175 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:50:42.097 8 INFO neutron_taas.services.taas.taas_plugin [None req-bd99d47c-dd64-4a3b-a76a-c7d637f03aef ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] TaaS: Handle Delete Port: 8f3ee127-ac24-4353-b147-62c419c20e0f 2026-07-15 15:50:42.099 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd99d47c-dd64-4a3b-a76a-c7d637f03aef ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Tap Mirror: Handle Delete Port: 8f3ee127-ac24-4353-b147-62c419c20e0f 2026-07-15 15:50:42.375 8 INFO neutron_taas.services.taas.taas_plugin [None req-bd99d47c-dd64-4a3b-a76a-c7d637f03aef ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] TaaS: Handle Delete Port: 9357d3b7-c52d-4c77-b648-158722b10ab9 2026-07-15 15:50:42.377 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd99d47c-dd64-4a3b-a76a-c7d637f03aef ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Tap Mirror: Handle Delete Port: 9357d3b7-c52d-4c77-b648-158722b10ab9 2026-07-15 15:50:42.834 8 INFO neutron.db.l3_hamode_db [None req-bd99d47c-dd64-4a3b-a76a-c7d637f03aef ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] HA network 97c52a13-093b-47a2-8726-495adba4f3ab was deleted as no HA routers are present in tenant d2ca533170744cb48134c728dd3eb833. [pid: 8|app: 0|req: 356/802] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:50:41 2026] DELETE /v2.0/routers/3cbf3227-d490-4c9e-819f-29b54580c985 => generated 0 bytes in 970 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/803] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:42 2026] GET /v2.0/ports?device_id=f9122822-0606-4f7d-9266-53b63a37214f => generated 975 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/804] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:50:42 2026] GET /v2.0/security-groups?id=9b522ab8-2510-4304-bc2b-7394eac53732&fields=id&fields=name => generated 113 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/805] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:50:42 2026] DELETE /v2.0/subnets/7d2aebef-f42f-4338-9cc0-6c93d7629c19 => 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: 358/806] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:50:43 2026] GET /v2.0/ports?device_id=f9122822-0606-4f7d-9266-53b63a37214f => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:50:43.136 7 INFO neutron_taas.services.taas.taas_plugin [None req-4b2c6c23-e80a-45ba-9ef1-3521cc9725d7 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] TaaS: Handle Delete Port: 2da9b6b4-9a31-4c9d-bd2f-58200d4fdb4f 2026-07-15 15:50:43.139 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b2c6c23-e80a-45ba-9ef1-3521cc9725d7 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Tap Mirror: Handle Delete Port: 2da9b6b4-9a31-4c9d-bd2f-58200d4fdb4f 2026-07-15 15:50:43.356 7 INFO neutron.services.segments.plugin [-] Segment 4695c85d-0e71-481c-8069-01ea9c8075d1 resource provider aggregate not found 2026-07-15 15:50:43.366 7 INFO neutron.services.segments.plugin [-] Segment 4695c85d-0e71-481c-8069-01ea9c8075d1 resource provider aggregate not found 2026-07-15 15:50:43.384 7 INFO neutron.services.segments.plugin [-] Segment 4695c85d-0e71-481c-8069-01ea9c8075d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4695c85d-0e71-481c-8069-01ea9c8075d1 found for delete ", "request_id": "req-732df40a-9b5f-4430-a2c0-3645fe17a46e"}]} 2026-07-15 15:50:43.391 7 INFO neutron.services.segments.plugin [-] Segment 4695c85d-0e71-481c-8069-01ea9c8075d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4695c85d-0e71-481c-8069-01ea9c8075d1 found for delete ", "request_id": "req-4864ea19-14fa-46e7-96b2-4d93efd1cf20"}]} [pid: 7|app: 0|req: 449/807] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:50:43 2026] DELETE /v2.0/networks/0bbce251-89da-4d41-a9be-d9179bd06e1e => generated 0 bytes in 371 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:50:43.916 8 INFO neutron.services.segments.plugin [-] Segment 19709b45-09de-49a1-9777-498826935f44 resource provider aggregate not found 2026-07-15 15:50:43.923 8 INFO neutron.services.segments.plugin [-] Segment 19709b45-09de-49a1-9777-498826935f44 resource provider aggregate not found [pid: 7|app: 0|req: 450/808] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:50:43 2026] GET /v2.0/security-groups?tenant_id=07aaf31f2a5b4385a9b09fadcc6cf12e&name=default => generated 2925 bytes in 490 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:50:43.946 8 INFO neutron.services.segments.plugin [-] Segment 19709b45-09de-49a1-9777-498826935f44 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19709b45-09de-49a1-9777-498826935f44 found for delete ", "request_id": "req-710a8e1a-fe7d-4cc0-bbe4-0cf408da587b"}]} 2026-07-15 15:50:43.948 8 INFO neutron.services.segments.plugin [-] Segment 19709b45-09de-49a1-9777-498826935f44 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19709b45-09de-49a1-9777-498826935f44 found for delete ", "request_id": "req-806e154c-aa2c-46b6-84b6-6d9df22c297b"}]} [pid: 7|app: 0|req: 451/809] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:50:43 2026] GET /v2.0/security-groups?tenant_id=d2ca533170744cb48134c728dd3eb833&name=default => generated 2921 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:50:44.014 8 INFO neutron.db.l3_db [None req-30672e11-7b9e-49bb-9aeb-ea6b3b9bf6b8 4d2e058f85184324b35c753b22ff13e9 03e66d1f754f4877beb80ead315e1873 - - default default] Floating IP 625f49f9-6f8d-4711-abe8-8693d77a2552 associated. External IP: 10.96.250.212, port: e31995ef-2ce2-40c1-8af6-d0cbdbd7cae5. [pid: 7|app: 0|req: 452/810] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:50:43 2026] DELETE /v2.0/security-groups/00514639-b533-4220-a2c3-911ccd13bb59 => 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: 453/811] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:50:44 2026] DELETE /v2.0/security-groups/bfb46c85-a8e6-4962-80fc-39d21c2d231d => 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: 359/812] 10.0.0.115 () {34 vars in 748 bytes} [Wed Jul 15 15:50:43 2026] PUT /v2.0/floatingips/625f49f9-6f8d-4711-abe8-8693d77a2552 => generated 856 bytes in 1258 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:50:44.388 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8aee89e8-2587-4158-92f4-e49787d5ea37'] response: {'name': 'network-changed', 'server_uuid': 'f9122822-0606-4f7d-9266-53b63a37214f', 'tag': 'e31995ef-2ce2-40c1-8af6-d0cbdbd7cae5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 454/813] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:50:44 2026] GET /v2.0/ports?tenant_id=03e66d1f754f4877beb80ead315e1873&device_id=f9122822-0606-4f7d-9266-53b63a37214f => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/814] 199.204.45.23 () {34 vars in 984 bytes} [Wed Jul 15 15:50:44 2026] GET /v2.0/networks?id=3d944714-1e69-44e6-b9b8-ce21d3b4019f => generated 772 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/815] 199.204.45.23 () {34 vars in 1058 bytes} [Wed Jul 15 15:50:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=e31995ef-2ce2-40c1-8af6-d0cbdbd7cae5 => generated 859 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/816] 199.204.45.23 () {34 vars in 982 bytes} [Wed Jul 15 15:50:45 2026] GET /v2.0/subnets?id=fc466db6-1acf-4de7-afa1-995d6ae37080 => generated 694 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/817] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:50:45 2026] GET /v2.0/ports?network_id=3d944714-1e69-44e6-b9b8-ce21d3b4019f&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/818] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:50:45 2026] GET /v2.0/networks/3d944714-1e69-44e6-b9b8-ce21d3b4019f?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/819] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:50:45 2026] GET /v2.0/networks/3d944714-1e69-44e6-b9b8-ce21d3b4019f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/820] 10.0.0.105 () {34 vars in 989 bytes} [Wed Jul 15 15:50:49 2026] GET /v2.0/ports?device_id=b43b7608-4e71-4547-a907-b4333dc3afe5 => generated 1240 bytes in 386 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/821] 10.0.0.105 () {34 vars in 1039 bytes} [Wed Jul 15 15:50:50 2026] GET /v2.0/security-groups?id=bc627d1e-e99a-43e1-b588-afa8a3334cef&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: 459/822] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:50:50 2026] GET /v2.0/security-groups?tenant_id=bb10be164b554e65b89b2d11a8401d8f&name=default => generated 2925 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/823] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:50:50 2026] GET /v2.0/security-groups?tenant_id=7a319b0d274b4fe8a90502a84f214e08&name=default => generated 2925 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/824] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:50:50 2026] DELETE /v2.0/security-groups/ed8d015d-298c-4663-b9a9-09effbab3a63 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/825] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:50:50 2026] DELETE /v2.0/security-groups/44053f14-2b31-4f9e-8e0a-6d587e306582 => 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: 366/826] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:50:50 2026] GET /v2.0/security-groups?tenant_id=8d00b5238445474a920feee064d7e578&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: 461/827] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:50:50 2026] GET /v2.0/security-groups?tenant_id=8c23314a052046d78259500a9ebeb8a1&name=default => generated 2925 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/828] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:50:50 2026] DELETE /v2.0/security-groups/26c10825-0879-4208-8e86-2ccc6697d1f6 => 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: 462/829] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:50:50 2026] DELETE /v2.0/security-groups/2287f38c-6a7e-4fb5-a8af-f0322054c707 => 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: 368/830] 10.0.0.105 () {34 vars in 989 bytes} [Wed Jul 15 15:50:54 2026] GET /v2.0/ports?device_id=f9122822-0606-4f7d-9266-53b63a37214f => generated 1244 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/831] 10.0.0.105 () {34 vars in 1039 bytes} [Wed Jul 15 15:50:54 2026] GET /v2.0/security-groups?id=9b522ab8-2510-4304-bc2b-7394eac53732&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: 369/832] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:50:55 2026] GET /v2.0/security-groups?tenant_id=3f666dafaa9a4b94b5d654cdc854cbb9&name=default => generated 2925 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/833] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:50:55 2026] GET /v2.0/security-groups?tenant_id=53910449c4b84eb98f9afe98217e6cec&name=default => generated 2925 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/834] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:50:55 2026] DELETE /v2.0/security-groups/3cae9556-fb5a-4851-9f6e-8a4e9386d608 => 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: 465/835] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:50:55 2026] DELETE /v2.0/security-groups/52bf4a26-92bb-418a-9d8b-da76948c4af9 => 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: 371/836] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:50:55 2026] GET /v2.0/security-groups?tenant_id=61be2d590e1140a782bd50d4e74028f1&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/837] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:50:55 2026] DELETE /v2.0/security-groups/5ce73873-7fcf-4f40-893b-b4c26d868b6f => 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: 466/838] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:50:55 2026] GET /v2.0/security-groups?tenant_id=4196ad86b2bc4409bc2a38a88404a6e8&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/839] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:50:55 2026] DELETE /v2.0/security-groups/10000bcd-c501-492a-859c-79cbb403fe2b => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/842] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:50:58 2026] GET /v2.0/security-groups?tenant_id=a9d0c1c74d794a92a2aa8f6a7edee246&name=default => generated 2925 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/843] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:50:58 2026] DELETE /v2.0/security-groups/3d119111-c8d4-4fc0-809b-2bd3857fa5e3 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/844] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:50:59 2026] GET /v2.0/security-groups?tenant_id=e19b808b56264a9798930eec6717bcde&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: 376/845] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:51:00 2026] DELETE /v2.0/security-groups/4b2f40fe-c1fb-4d09-ba6d-05f4fc5f0994 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/846] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:51:00 2026] GET /v2.0/security-groups?tenant_id=c9840455204945358a45ebd94c658c28&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/847] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:51:00 2026] DELETE /v2.0/security-groups/cbe7a39a-ee6c-4fc9-8202-008638247088 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/848] 10.0.0.115 () {32 vars in 652 bytes} [Wed Jul 15 15:51:00 2026] GET /v2.0/extensions => generated 21537 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/849] 10.0.0.115 () {32 vars in 680 bytes} [Wed Jul 15 15:51:00 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/850] 10.0.0.115 () {32 vars in 680 bytes} [Wed Jul 15 15:51:00 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/851] 10.0.0.115 () {32 vars in 728 bytes} [Wed Jul 15 15:51:00 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/852] 10.0.0.115 () {32 vars in 664 bytes} [Wed Jul 15 15:51:00 2026] GET /v2.0/extensions/agent => generated 153 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/853] 10.0.0.115 () {32 vars in 698 bytes} [Wed Jul 15 15:51:00 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/854] 10.0.0.115 () {32 vars in 696 bytes} [Wed Jul 15 15:51:00 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/855] 10.0.0.115 () {32 vars in 700 bytes} [Wed Jul 15 15:51:00 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/856] 10.0.0.115 () {32 vars in 688 bytes} [Wed Jul 15 15:51:00 2026] GET /v2.0/extensions/availability_zone => 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: 382/857] 10.0.0.115 () {32 vars in 702 bytes} [Wed Jul 15 15:51:00 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/858] 10.0.0.115 () {32 vars in 692 bytes} [Wed Jul 15 15:51:00 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/859] 10.0.0.115 () {32 vars in 694 bytes} [Wed Jul 15 15:51:00 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: 7|app: 0|req: 477/860] 10.0.0.115 () {32 vars in 684 bytes} [Wed Jul 15 15:51:00 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: 384/861] 10.0.0.115 () {32 vars in 686 bytes} [Wed Jul 15 15:51:00 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/862] 10.0.0.115 () {32 vars in 660 bytes} [Wed Jul 15 15:51:00 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/863] 10.0.0.115 () {32 vars in 698 bytes} [Wed Jul 15 15:51:00 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: 7|app: 0|req: 479/864] 10.0.0.115 () {32 vars in 678 bytes} [Wed Jul 15 15:51:00 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/865] 10.0.0.115 () {32 vars in 682 bytes} [Wed Jul 15 15:51:00 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/866] 10.0.0.115 () {32 vars in 674 bytes} [Wed Jul 15 15:51:00 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/867] 10.0.0.115 () {32 vars in 688 bytes} [Wed Jul 15 15:51:00 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/868] 10.0.0.115 () {32 vars in 722 bytes} [Wed Jul 15 15:51:00 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/869] 10.0.0.115 () {32 vars in 686 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/870] 10.0.0.115 () {32 vars in 668 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/871] 10.0.0.115 () {32 vars in 686 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/872] 10.0.0.115 () {32 vars in 680 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/873] 10.0.0.115 () {32 vars in 698 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/874] 10.0.0.115 () {32 vars in 678 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/875] 10.0.0.115 () {32 vars in 666 bytes} [Wed Jul 15 15:51:01 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: 485/876] 10.0.0.115 () {32 vars in 676 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/877] 10.0.0.115 () {32 vars in 664 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/l3-ha => 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: 486/878] 10.0.0.115 () {32 vars in 674 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/l3-flavors => 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: 393/879] 10.0.0.115 () {32 vars in 712 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/880] 10.0.0.115 () {32 vars in 690 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/881] 10.0.0.115 () {32 vars in 682 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/882] 10.0.0.115 () {32 vars in 668 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/883] 10.0.0.115 () {32 vars in 686 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/884] 10.0.0.115 () {32 vars in 704 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/885] 10.0.0.115 () {32 vars in 674 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/886] 10.0.0.115 () {32 vars in 700 bytes} [Wed Jul 15 15:51:01 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: 397/887] 10.0.0.115 () {32 vars in 674 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/888] 10.0.0.115 () {32 vars in 692 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/889] 10.0.0.115 () {32 vars in 688 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/890] 10.0.0.115 () {32 vars in 708 bytes} [Wed Jul 15 15:51:01 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: 399/891] 10.0.0.115 () {32 vars in 704 bytes} [Wed Jul 15 15:51:01 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: 493/892] 10.0.0.115 () {32 vars in 718 bytes} [Wed Jul 15 15:51:01 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: 400/893] 10.0.0.115 () {32 vars in 696 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/894] 10.0.0.115 () {32 vars in 710 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/895] 10.0.0.115 () {32 vars in 668 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/binding => generated 193 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/896] 10.0.0.115 () {32 vars in 686 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/897] 10.0.0.115 () {32 vars in 680 bytes} [Wed Jul 15 15:51:01 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: 496/898] 10.0.0.115 () {32 vars in 674 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/899] 10.0.0.115 () {32 vars in 670 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/provider => generated 191 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/900] 10.0.0.115 () {32 vars in 660 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/901] 10.0.0.115 () {32 vars in 698 bytes} [Wed Jul 15 15:51:01 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: 498/902] 10.0.0.115 () {32 vars in 698 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/903] 10.0.0.115 () {32 vars in 676 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/904] 10.0.0.115 () {32 vars in 668 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/905] 10.0.0.115 () {32 vars in 682 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/906] 10.0.0.115 () {32 vars in 700 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/907] 10.0.0.115 () {32 vars in 684 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/908] 10.0.0.115 () {32 vars in 706 bytes} [Wed Jul 15 15:51:01 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: 408/909] 10.0.0.115 () {32 vars in 668 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/910] 10.0.0.115 () {32 vars in 696 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/911] 10.0.0.115 () {32 vars in 694 bytes} [Wed Jul 15 15:51:01 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: 503/912] 10.0.0.115 () {32 vars in 684 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/913] 10.0.0.115 () {32 vars in 688 bytes} [Wed Jul 15 15:51:01 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: 504/914] 10.0.0.115 () {32 vars in 704 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/915] 10.0.0.115 () {32 vars in 666 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/916] 10.0.0.115 () {32 vars in 680 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/917] 10.0.0.115 () {32 vars in 680 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/918] 10.0.0.115 () {32 vars in 690 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/919] 10.0.0.115 () {32 vars in 690 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/920] 10.0.0.115 () {32 vars in 694 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/921] 10.0.0.115 () {32 vars in 684 bytes} [Wed Jul 15 15:51:01 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: 508/922] 10.0.0.115 () {32 vars in 688 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/923] 10.0.0.115 () {32 vars in 700 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/924] 10.0.0.115 () {32 vars in 702 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/925] 10.0.0.115 () {32 vars in 712 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/926] 10.0.0.115 () {32 vars in 716 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/927] 10.0.0.115 () {32 vars in 714 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/928] 10.0.0.115 () {32 vars in 726 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/929] 10.0.0.115 () {32 vars in 740 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/930] 10.0.0.115 () {32 vars in 718 bytes} [Wed Jul 15 15:51:01 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: 419/931] 10.0.0.115 () {32 vars in 682 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/932] 10.0.0.115 () {32 vars in 668 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/segment => generated 145 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/933] 10.0.0.115 () {32 vars in 718 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/934] 10.0.0.115 () {32 vars in 678 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/935] 10.0.0.115 () {32 vars in 668 bytes} [Wed Jul 15 15:51:01 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: 515/936] 10.0.0.115 () {32 vars in 696 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/937] 10.0.0.115 () {32 vars in 704 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/938] 10.0.0.115 () {32 vars in 700 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/939] 10.0.0.115 () {32 vars in 700 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/940] 10.0.0.115 () {32 vars in 682 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/941] 10.0.0.115 () {32 vars in 704 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/942] 10.0.0.115 () {32 vars in 694 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/943] 10.0.0.115 () {32 vars in 688 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/944] 10.0.0.115 () {32 vars in 696 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/945] 10.0.0.115 () {32 vars in 678 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/946] 10.0.0.115 () {32 vars in 688 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/947] 10.0.0.115 () {32 vars in 700 bytes} [Wed Jul 15 15:51:01 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: 521/948] 10.0.0.115 () {32 vars in 664 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/949] 10.0.0.115 () {32 vars in 680 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/950] 10.0.0.115 () {32 vars in 676 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/951] 10.0.0.115 () {32 vars in 692 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/952] 10.0.0.115 () {32 vars in 676 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/953] 10.0.0.115 () {32 vars in 666 bytes} [Wed Jul 15 15:51:01 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/954] 10.0.0.115 () {32 vars in 662 bytes} [Wed Jul 15 15:51:02 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/955] 10.0.0.115 () {32 vars in 674 bytes} [Wed Jul 15 15:51:02 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/956] 10.0.0.115 () {32 vars in 686 bytes} [Wed Jul 15 15:51:02 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/957] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:51:02 2026] GET /v2.0/security-groups?tenant_id=41dea4bc4d0f409bb9a7d5c86d9262be&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: 526/958] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:51:02 2026] DELETE /v2.0/security-groups/093bcad0-1900-46a9-bcd8-1a58711d387d => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:51:05.240 8 INFO neutron.db.segments_db [None req-2a99895d-3d68-47ff-b375-9df05cddf718 eed9bc5b344446abac268205fab0211f acd36de0e0624e35a8f971620243680b - - default default] Added segment 1109e5a2-f8fe-4171-9257-caeefa71cdcb of type vxlan for network 95f7a325-2e3d-437d-bd21-292389c51043 [pid: 8|app: 0|req: 433/959] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:51:04 2026] POST /v2.0/networks => generated 629 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/960] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:51:05 2026] POST /v2.0/subnets => generated 673 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:51:06.205 8 INFO neutron.db.segments_db [None req-56553862-bf12-4f10-a2bd-b8ee78082168 eed9bc5b344446abac268205fab0211f acd36de0e0624e35a8f971620243680b - - default default] Added segment 0ae12af0-cdf4-4ffa-8447-8b5b25b3fa39 of type vxlan for network 5f3caee6-cd63-47b5-9a74-e53cd04250fe [pid: 8|app: 0|req: 434/961] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:51:06 2026] POST /v2.0/networks => generated 628 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/962] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:06 2026] GET /v2.0/ports?device_id=f9122822-0606-4f7d-9266-53b63a37214f => generated 975 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/963] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:51:06 2026] GET /v2.0/security-groups?id=9b522ab8-2510-4304-bc2b-7394eac53732&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/964] 10.0.0.115 () {34 vars in 742 bytes} [Wed Jul 15 15:51:06 2026] PUT /v2.0/networks/5f3caee6-cd63-47b5-9a74-e53cd04250fe => generated 592 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/965] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:06 2026] GET /v2.0/ports?device_id=f9122822-0606-4f7d-9266-53b63a37214f => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/966] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:51:06 2026] GET /v2.0/security-groups?id=9b522ab8-2510-4304-bc2b-7394eac53732&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/967] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:51:06 2026] POST /v2.0/subnets => generated 646 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/968] 10.0.0.115 () {34 vars in 740 bytes} [Wed Jul 15 15:51:06 2026] PUT /v2.0/subnets/9b994ef1-5971-4e70-896d-3ce2647f2885 => generated 656 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/969] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:06 2026] GET /v2.0/ports?device_id=f9122822-0606-4f7d-9266-53b63a37214f => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/970] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:51:07 2026] GET /v2.0/security-groups?id=9b522ab8-2510-4304-bc2b-7394eac53732&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-07-15 15:51:07.125 7 INFO neutron.services.segments.plugin [-] Segment 0ae12af0-cdf4-4ffa-8447-8b5b25b3fa39 resource provider aggregate not found 2026-07-15 15:51:07.126 7 INFO neutron.services.segments.plugin [-] Segment 0ae12af0-cdf4-4ffa-8447-8b5b25b3fa39 resource provider aggregate not found 2026-07-15 15:51:07.159 7 INFO neutron.services.segments.plugin [-] Segment 0ae12af0-cdf4-4ffa-8447-8b5b25b3fa39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ae12af0-cdf4-4ffa-8447-8b5b25b3fa39 found for delete ", "request_id": "req-106e65b9-e18a-4554-987f-79193275af8b"}]} 2026-07-15 15:51:07.162 7 INFO neutron.services.segments.plugin [-] Segment 0ae12af0-cdf4-4ffa-8447-8b5b25b3fa39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ae12af0-cdf4-4ffa-8447-8b5b25b3fa39 found for delete ", "request_id": "req-7fce98de-4a0f-4924-81f6-82e3f05de81d"}]} [pid: 7|app: 0|req: 531/971] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:51:06 2026] DELETE /v2.0/networks/5f3caee6-cd63-47b5-9a74-e53cd04250fe => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:51:07.201 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d09f41a9-89e5-4a7e-aaad-cc2f6086d69b eed9bc5b344446abac268205fab0211f acd36de0e0624e35a8f971620243680b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 441/972] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:51:07 2026] DELETE /v2.0/networks/5f3caee6-cd63-47b5-9a74-e53cd04250fe => generated 138 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/973] 10.0.0.115 () {32 vars in 693 bytes} [Wed Jul 15 15:51:07 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/974] 10.0.0.115 () {32 vars in 741 bytes} [Wed Jul 15 15:51:07 2026] GET /v2.0/subnets?network_id=991be8b8-48b7-4c71-80b2-a7401896d749 => generated 649 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/975] 10.0.0.115 () {32 vars in 652 bytes} [Wed Jul 15 15:51:07 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/976] 10.0.0.115 () {32 vars in 648 bytes} [Wed Jul 15 15:51:07 2026] GET /v2.0/networks => generated 1313 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/977] 10.0.0.115 () {32 vars in 646 bytes} [Wed Jul 15 15:51:07 2026] GET /v2.0/subnets => generated 1312 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/978] 10.0.0.115 () {32 vars in 722 bytes} [Wed Jul 15 15:51:07 2026] GET /v2.0/networks/95f7a325-2e3d-437d-bd21-292389c51043 => generated 673 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/979] 10.0.0.115 () {32 vars in 720 bytes} [Wed Jul 15 15:51:07 2026] GET /v2.0/subnets/4e28b4a3-3cf8-44bf-866c-804141024d77 => generated 673 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:51:07.583 8 INFO neutron.pecan_wsgi.hooks.translation [None req-95cdb556-c216-4d51-a8d3-fa708d690f7a eed9bc5b344446abac268205fab0211f acd36de0e0624e35a8f971620243680b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 445/980] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:51:07 2026] DELETE /v2.0/subnets/9b994ef1-5971-4e70-896d-3ce2647f2885 => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-15 15:51:07.616 7 INFO neutron.pecan_wsgi.hooks.translation [None req-71589bee-622d-4de3-af26-a5a63c4f8da8 eed9bc5b344446abac268205fab0211f acd36de0e0624e35a8f971620243680b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 536/981] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:51:07 2026] DELETE /v2.0/networks/5f3caee6-cd63-47b5-9a74-e53cd04250fe => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/982] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:51:07 2026] DELETE /v2.0/subnets/4e28b4a3-3cf8-44bf-866c-804141024d77 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/983] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:07 2026] GET /v2.0/ports?device_id=b43b7608-4e71-4547-a907-b4333dc3afe5 => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:51:07.936 8 INFO neutron_taas.services.taas.taas_plugin [None req-b3c72f07-055f-4e76-a172-aa1cb5d81691 eed9bc5b344446abac268205fab0211f acd36de0e0624e35a8f971620243680b - - default default] TaaS: Handle Delete Port: da149a48-2461-4d8f-9b12-a013480e963e 2026-07-15 15:51:07.939 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3c72f07-055f-4e76-a172-aa1cb5d81691 eed9bc5b344446abac268205fab0211f acd36de0e0624e35a8f971620243680b - - default default] Tap Mirror: Handle Delete Port: da149a48-2461-4d8f-9b12-a013480e963e 2026-07-15 15:51:08.123 8 INFO neutron.services.segments.plugin [-] Segment 1109e5a2-f8fe-4171-9257-caeefa71cdcb resource provider aggregate not found 2026-07-15 15:51:08.133 8 INFO neutron.services.segments.plugin [-] Segment 1109e5a2-f8fe-4171-9257-caeefa71cdcb resource provider aggregate not found 2026-07-15 15:51:08.147 8 INFO neutron.services.segments.plugin [-] Segment 1109e5a2-f8fe-4171-9257-caeefa71cdcb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1109e5a2-f8fe-4171-9257-caeefa71cdcb found for delete ", "request_id": "req-e26f5636-40ce-4da9-869a-35c9481210fb"}]} 2026-07-15 15:51:08.151 8 INFO neutron.services.segments.plugin [-] Segment 1109e5a2-f8fe-4171-9257-caeefa71cdcb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1109e5a2-f8fe-4171-9257-caeefa71cdcb found for delete ", "request_id": "req-46834232-6beb-4310-a006-acba799b7e6a"}]} [pid: 8|app: 0|req: 447/984] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:51:07 2026] DELETE /v2.0/networks/95f7a325-2e3d-437d-bd21-292389c51043 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/985] 10.0.0.192 () {34 vars in 970 bytes} [Wed Jul 15 15:51:08 2026] GET /v2.0/ports/23fce33a-f2bc-4f9b-bc91-8be2939128c9 => generated 968 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/986] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:51:07 2026] GET /v2.0/security-groups?tenant_id=3cf31f2ef451424ebddf103cf05834c9&name=default => generated 2925 bytes in 353 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/987] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:08 2026] GET /v2.0/ports?device_id=f9122822-0606-4f7d-9266-53b63a37214f => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/988] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:51:08 2026] GET /v2.0/security-groups?id=9b522ab8-2510-4304-bc2b-7394eac53732&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/989] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:51:08 2026] DELETE /v2.0/security-groups/1ef25c03-10f1-4179-b77b-8296406ec6df => 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: 451/990] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:51:08 2026] GET /v2.0/ports?tenant_id=03e66d1f754f4877beb80ead315e1873&device_id=f9122822-0606-4f7d-9266-53b63a37214f => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/991] 199.204.45.23 () {34 vars in 984 bytes} [Wed Jul 15 15:51:08 2026] GET /v2.0/networks?id=3d944714-1e69-44e6-b9b8-ce21d3b4019f => generated 772 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/992] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:51:08 2026] GET /v2.0/security-groups?tenant_id=dcc11314395c48538fd6d0a26a437004&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/993] 199.204.45.23 () {34 vars in 1058 bytes} [Wed Jul 15 15:51:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=e31995ef-2ce2-40c1-8af6-d0cbdbd7cae5 => generated 861 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/994] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:51:08 2026] DELETE /v2.0/security-groups/832908ed-2b96-42b8-9216-7d1cfb62565d => 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: 541/995] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:51:08 2026] GET /v2.0/security-groups?tenant_id=acd36de0e0624e35a8f971620243680b&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/996] 199.204.45.23 () {34 vars in 982 bytes} [Wed Jul 15 15:51:08 2026] GET /v2.0/subnets?id=fc466db6-1acf-4de7-afa1-995d6ae37080 => generated 694 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/997] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:51:08 2026] GET /v2.0/ports?network_id=3d944714-1e69-44e6-b9b8-ce21d3b4019f&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: 457/998] 199.204.45.23 () {34 vars in 998 bytes} [Wed Jul 15 15:51:08 2026] GET /v2.0/subnets?network_id=8494c7f4-5742-4468-b71c-568b526671d5 => generated 684 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/999] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:51:08 2026] DELETE /v2.0/security-groups/ab47bc1e-8acc-4d92-b239-def9f9c13955 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/1000] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:51:08 2026] GET /v2.0/networks/3d944714-1e69-44e6-b9b8-ce21d3b4019f?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: 543/1001] 199.204.45.23 () {34 vars in 1144 bytes} [Wed Jul 15 15:51:08 2026] GET /v2.0/ports?device_id=b43b7608-4e71-4547-a907-b4333dc3afe5&device_owner=compute%3Anova&network_id=8494c7f4-5742-4468-b71c-568b526671d5 => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/1002] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:51:08 2026] GET /v2.0/networks/3d944714-1e69-44e6-b9b8-ce21d3b4019f?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: 460/1003] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:09 2026] GET /v2.0/ports?device_id=f9122822-0606-4f7d-9266-53b63a37214f => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/1004] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:51:09 2026] GET /v2.0/security-groups?id=9b522ab8-2510-4304-bc2b-7394eac53732&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1005] 199.204.45.23 () {38 vars in 1026 bytes} [Wed Jul 15 15:51:09 2026] PUT /v2.0/ports/23fce33a-f2bc-4f9b-bc91-8be2939128c9 => generated 1145 bytes in 765 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:51:09.822 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bbc76686-0a23-45e8-ac3d-ac46786eface'] response: {'name': 'network-changed', 'server_uuid': 'b43b7608-4e71-4547-a907-b4333dc3afe5', 'tag': '23fce33a-f2bc-4f9b-bc91-8be2939128c9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 462/1006] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:51:10 2026] GET /v2.0/ports?tenant_id=56d24d597610431c8ddbe01f6525e155&device_id=b43b7608-4e71-4547-a907-b4333dc3afe5 => generated 1417 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 545/1007] 199.204.45.23 () {34 vars in 984 bytes} [Wed Jul 15 15:51:10 2026] GET /v2.0/networks?id=8494c7f4-5742-4468-b71c-568b526671d5 => 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: 463/1008] 199.204.45.23 () {34 vars in 1056 bytes} [Wed Jul 15 15:51:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=23fce33a-f2bc-4f9b-bc91-8be2939128c9 => 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: 546/1009] 199.204.45.23 () {34 vars in 1056 bytes} [Wed Jul 15 15:51:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=23fce33a-f2bc-4f9b-bc91-8be2939128c9 => generated 860 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/1010] 199.204.45.23 () {34 vars in 982 bytes} [Wed Jul 15 15:51:10 2026] GET /v2.0/subnets?id=41c508c6-247f-4587-91e3-d4bca7ee4c67 => generated 702 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1011] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:51:10 2026] GET /v2.0/ports?network_id=8494c7f4-5742-4468-b71c-568b526671d5&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/1012] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:51:10 2026] GET /v2.0/networks/8494c7f4-5742-4468-b71c-568b526671d5?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1013] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:10 2026] GET /v2.0/ports?device_id=f9122822-0606-4f7d-9266-53b63a37214f => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1014] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:51:10 2026] GET /v2.0/security-groups?id=9b522ab8-2510-4304-bc2b-7394eac53732&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: 466/1015] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:51:10 2026] GET /v2.0/networks/8494c7f4-5742-4468-b71c-568b526671d5?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-07-15 15:51:11.134 7 INFO neutron.db.segments_db [None req-19ca30d2-4f29-4810-8440-7c6ccda4b9bf ea2ac1e511ed4c779115aadd602c19f8 6a4bf575634f4d3a9099afd9326f29c2 - - default default] Added segment e6293862-8dd3-4691-b9e8-540d1ce6d513 of type vxlan for network bad1f931-d966-4d56-acc8-1ed8b967b16c [pid: 7|app: 0|req: 550/1016] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:51:10 2026] POST /v2.0/networks => generated 626 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/1019] 10.0.0.115 () {34 vars in 664 bytes} [Wed Jul 15 15:51:11 2026] POST /v2.0/ports => generated 774 bytes in 405 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: 553/1020] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:11 2026] GET /v2.0/ports?device_id=b43b7608-4e71-4547-a907-b4333dc3afe5 => generated 1148 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1021] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:51:11 2026] GET /v2.0/security-groups?id=bc627d1e-e99a-43e1-b588-afa8a3334cef&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:51:11.725 8 INFO neutron.db.segments_db [None req-f21d914e-2d15-4195-8ae4-2951300f5b0b ea2ac1e511ed4c779115aadd602c19f8 6a4bf575634f4d3a9099afd9326f29c2 - - default default] Added segment 9d8a1788-e75d-4233-b04a-726a25b7f6ed of type vxlan for network 69d5050c-f867-44f0-94fb-7cf603c85c15 [pid: 8|app: 0|req: 468/1022] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:51:11 2026] POST /v2.0/networks => generated 612 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/1023] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:51:11 2026] GET /v2.0/ports?tenant_id=56d24d597610431c8ddbe01f6525e155&device_id=b43b7608-4e71-4547-a907-b4333dc3afe5 => generated 1417 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1024] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:51:11 2026] GET /v2.0/security-groups?tenant_id=d41182f70e274233b665077355c98758&name=default => generated 2925 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/1025] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:11 2026] GET /v2.0/ports?device_id=f9122822-0606-4f7d-9266-53b63a37214f => generated 975 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/1026] 199.204.45.23 () {34 vars in 984 bytes} [Wed Jul 15 15:51:12 2026] GET /v2.0/networks?id=8494c7f4-5742-4468-b71c-568b526671d5 => generated 780 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/1027] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:51:12 2026] DELETE /v2.0/security-groups/19f51303-a221-4bb6-9553-35dc4a0448f5 => 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: 473/1028] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:51:12 2026] GET /v2.0/security-groups?id=9b522ab8-2510-4304-bc2b-7394eac53732&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/1029] 199.204.45.23 () {34 vars in 1056 bytes} [Wed Jul 15 15:51:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=23fce33a-f2bc-4f9b-bc91-8be2939128c9 => 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: 475/1030] 199.204.45.23 () {34 vars in 1056 bytes} [Wed Jul 15 15:51:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=23fce33a-f2bc-4f9b-bc91-8be2939128c9 => generated 860 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1031] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:51:11 2026] POST /v2.0/subnets => generated 626 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/1032] 199.204.45.23 () {34 vars in 982 bytes} [Wed Jul 15 15:51:12 2026] GET /v2.0/subnets?id=41c508c6-247f-4587-91e3-d4bca7ee4c67 => generated 702 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/1033] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:51:12 2026] GET /v2.0/ports?network_id=8494c7f4-5742-4468-b71c-568b526671d5&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/1034] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:51:12 2026] GET /v2.0/networks/8494c7f4-5742-4468-b71c-568b526671d5?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: 479/1035] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:51:12 2026] GET /v2.0/networks/8494c7f4-5742-4468-b71c-568b526671d5?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: 557/1036] 10.0.0.115 () {34 vars in 664 bytes} [Wed Jul 15 15:51:12 2026] POST /v2.0/ports => generated 949 bytes in 454 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:51:12.889 8 INFO neutron_taas.services.taas.taas_plugin [None req-d020ddd9-cf89-48de-8f49-b913ad83de2c ea2ac1e511ed4c779115aadd602c19f8 6a4bf575634f4d3a9099afd9326f29c2 - - default default] TaaS: Handle Delete Port: 1ad19333-cf06-4d44-987a-82c91a5e9a2f 2026-07-15 15:51:12.893 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d020ddd9-cf89-48de-8f49-b913ad83de2c ea2ac1e511ed4c779115aadd602c19f8 6a4bf575634f4d3a9099afd9326f29c2 - - default default] Tap Mirror: Handle Delete Port: 1ad19333-cf06-4d44-987a-82c91a5e9a2f /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 480/1037] 10.0.0.115 () {32 vars in 719 bytes} [Wed Jul 15 15:51:12 2026] DELETE /v2.0/ports/1ad19333-cf06-4d44-987a-82c91a5e9a2f => 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: 558/1038] 199.204.45.23 () {34 vars in 1116 bytes} [Wed Jul 15 15:51:12 2026] GET /v2.0/ports?device_id=b43b7608-4e71-4547-a907-b4333dc3afe5&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.5 => generated 1148 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:51:13.077 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0deb782e-004a-440e-8dca-4b9d8395013a ea2ac1e511ed4c779115aadd602c19f8 6a4bf575634f4d3a9099afd9326f29c2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 481/1039] 10.0.0.115 () {32 vars in 719 bytes} [Wed Jul 15 15:51:13 2026] DELETE /v2.0/ports/1ad19333-cf06-4d44-987a-82c91a5e9a2f => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-15 15:51:13.098 8 INFO neutron.pecan_wsgi.hooks.translation [None req-da4f645d-c12b-4c23-97c3-5c3c46b5a1e0 ea2ac1e511ed4c779115aadd602c19f8 6a4bf575634f4d3a9099afd9326f29c2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 482/1040] 10.0.0.115 () {32 vars in 716 bytes} [Wed Jul 15 15:51:13 2026] GET /v2.0/ports/1ad19333-cf06-4d44-987a-82c91a5e9a2f => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/1041] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:51:13 2026] DELETE /v2.0/subnets/4f549a66-7ff4-43c0-a2be-e41faca7e936 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:51:13.399 8 INFO neutron.services.segments.plugin [-] Segment 9d8a1788-e75d-4233-b04a-726a25b7f6ed resource provider aggregate not found 2026-07-15 15:51:13.404 8 INFO neutron.services.segments.plugin [-] Segment 9d8a1788-e75d-4233-b04a-726a25b7f6ed resource provider aggregate not found [pid: 8|app: 0|req: 484/1042] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:51:13 2026] DELETE /v2.0/networks/69d5050c-f867-44f0-94fb-7cf603c85c15 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:51:13.451 8 INFO neutron.services.segments.plugin [-] Segment 9d8a1788-e75d-4233-b04a-726a25b7f6ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d8a1788-e75d-4233-b04a-726a25b7f6ed found for delete ", "request_id": "req-cd23c785-71a8-4307-a673-3a3801747c42"}]} 2026-07-15 15:51:13.455 8 INFO neutron.services.segments.plugin [-] Segment 9d8a1788-e75d-4233-b04a-726a25b7f6ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d8a1788-e75d-4233-b04a-726a25b7f6ed found for delete ", "request_id": "req-0aa6a6a6-7e77-4c9c-85cb-a6234b82c879"}]} [pid: 8|app: 0|req: 485/1043] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:13 2026] GET /v2.0/ports?device_id=f9122822-0606-4f7d-9266-53b63a37214f => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:51:13.545 8 INFO neutron.db.segments_db [None req-a2d08c3f-df29-4cf2-95d8-449890329440 ea2ac1e511ed4c779115aadd602c19f8 6a4bf575634f4d3a9099afd9326f29c2 - - default default] Added segment 45b794c7-4ec5-47f8-ad4b-b3082be2d307 of type vxlan for network a87bb62d-1620-4868-85ea-afa4b344e250 [pid: 7|app: 0|req: 559/1044] 199.204.45.23 () {38 vars in 1026 bytes} [Wed Jul 15 15:51:13 2026] PUT /v2.0/ports/23fce33a-f2bc-4f9b-bc91-8be2939128c9 => generated 968 bytes in 479 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: 560/1045] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:51:13 2026] GET /v2.0/security-groups?id=9b522ab8-2510-4304-bc2b-7394eac53732&fields=id&fields=name => generated 113 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:51:13.619 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0cfeadf3-4eba-4df0-a004-708bf8d96ac9'] response: {'name': 'network-changed', 'server_uuid': 'b43b7608-4e71-4547-a907-b4333dc3afe5', 'tag': '23fce33a-f2bc-4f9b-bc91-8be2939128c9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 486/1046] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:51:13 2026] POST /v2.0/networks => generated 610 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1047] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:51:13 2026] POST /v2.0/subnets => generated 626 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1048] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:51:14 2026] GET /v2.0/ports?tenant_id=56d24d597610431c8ddbe01f6525e155&device_id=b43b7608-4e71-4547-a907-b4333dc3afe5 => generated 1240 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1049] 199.204.45.23 () {34 vars in 984 bytes} [Wed Jul 15 15:51:14 2026] GET /v2.0/networks?id=8494c7f4-5742-4468-b71c-568b526671d5 => generated 780 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1050] 199.204.45.23 () {34 vars in 1056 bytes} [Wed Jul 15 15:51:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=23fce33a-f2bc-4f9b-bc91-8be2939128c9 => generated 860 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1051] 199.204.45.23 () {34 vars in 982 bytes} [Wed Jul 15 15:51:14 2026] GET /v2.0/subnets?id=41c508c6-247f-4587-91e3-d4bca7ee4c67 => generated 702 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1052] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:51:14 2026] GET /v2.0/ports?network_id=8494c7f4-5742-4468-b71c-568b526671d5&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: 567/1053] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:51:14 2026] GET /v2.0/networks/8494c7f4-5742-4468-b71c-568b526671d5?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: 487/1054] 10.0.0.115 () {34 vars in 664 bytes} [Wed Jul 15 15:51:13 2026] POST /v2.0/ports => generated 916 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1055] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:51:14 2026] GET /v2.0/networks/8494c7f4-5742-4468-b71c-568b526671d5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:51:14.534 8 INFO neutron_taas.services.taas.taas_plugin [None req-38c23841-1ab4-43a8-8665-db3290c1f04b ea2ac1e511ed4c779115aadd602c19f8 6a4bf575634f4d3a9099afd9326f29c2 - - default default] TaaS: Handle Delete Port: 5a48a8b2-0f5c-4c9b-8349-d309fdf603d3 2026-07-15 15:51:14.538 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38c23841-1ab4-43a8-8665-db3290c1f04b ea2ac1e511ed4c779115aadd602c19f8 6a4bf575634f4d3a9099afd9326f29c2 - - default default] Tap Mirror: Handle Delete Port: 5a48a8b2-0f5c-4c9b-8349-d309fdf603d3 [pid: 8|app: 0|req: 488/1056] 10.0.0.115 () {32 vars in 719 bytes} [Wed Jul 15 15:51:14 2026] DELETE /v2.0/ports/5a48a8b2-0f5c-4c9b-8349-d309fdf603d3 => generated 0 bytes in 333 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/1057] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:14 2026] GET /v2.0/ports?device_id=f9122822-0606-4f7d-9266-53b63a37214f => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:51:14.786 8 INFO neutron.pecan_wsgi.hooks.translation [None req-def3c3a5-ae30-4fef-b5eb-8e8a50772151 ea2ac1e511ed4c779115aadd602c19f8 6a4bf575634f4d3a9099afd9326f29c2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 490/1058] 10.0.0.115 () {32 vars in 716 bytes} [Wed Jul 15 15:51:14 2026] GET /v2.0/ports/5a48a8b2-0f5c-4c9b-8349-d309fdf603d3 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/1059] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:51:14 2026] GET /v2.0/security-groups?id=9b522ab8-2510-4304-bc2b-7394eac53732&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: 569/1060] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:51:14 2026] GET /v2.0/security-groups?tenant_id=7b93f07f5f1f493895f7fec191301ebc&name=default => generated 2925 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1061] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:51:14 2026] DELETE /v2.0/subnets/66367590-b203-4983-8280-32a8fff25ff7 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1062] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:51:14 2026] DELETE /v2.0/security-groups/30515426-4aec-4f5e-b23a-84e0198dc8a0 => 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: 493/1063] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:51:14 2026] DELETE /v2.0/networks/a87bb62d-1620-4868-85ea-afa4b344e250 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/1064] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:15 2026] GET /v2.0/ports?device_id=b43b7608-4e71-4547-a907-b4333dc3afe5 => generated 971 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/1065] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:51:15 2026] GET /v2.0/security-groups?id=bc627d1e-e99a-43e1-b588-afa8a3334cef&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: 571/1066] 10.0.0.115 () {34 vars in 664 bytes} [Wed Jul 15 15:51:15 2026] POST /v2.0/ports => generated 774 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, ' 2026-07-15 15:51:15.486 8 INFO neutron.services.segments.plugin [-] Segment 45b794c7-4ec5-47f8-ad4b-b3082be2d307 resource provider aggregate not found 2026-07-15 15:51:15.491 8 INFO neutron.services.segments.plugin [-] Segment 45b794c7-4ec5-47f8-ad4b-b3082be2d307 resource provider aggregate not found 2026-07-15 15:51:15.510 8 INFO neutron.services.segments.plugin [-] Segment 45b794c7-4ec5-47f8-ad4b-b3082be2d307 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45b794c7-4ec5-47f8-ad4b-b3082be2d307 found for delete ", "request_id": "req-a6b6d103-608b-40c4-be7c-63380c1ff531"}]} [pid: 8|app: 0|req: 496/1067] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:51:15 2026] GET /v2.0/ports?tenant_id=56d24d597610431c8ddbe01f6525e155&device_id=b43b7608-4e71-4547-a907-b4333dc3afe5 => generated 1240 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:51:15.520 8 INFO neutron.services.segments.plugin [-] Segment 45b794c7-4ec5-47f8-ad4b-b3082be2d307 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45b794c7-4ec5-47f8-ad4b-b3082be2d307 found for delete ", "request_id": "req-2e047ae9-3563-45bc-a414-7d5fa669c125"}]} [pid: 8|app: 0|req: 497/1068] 199.204.45.23 () {34 vars in 984 bytes} [Wed Jul 15 15:51:15 2026] GET /v2.0/networks?id=8494c7f4-5742-4468-b71c-568b526671d5 => generated 780 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1069] 199.204.45.23 () {34 vars in 1056 bytes} [Wed Jul 15 15:51:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=23fce33a-f2bc-4f9b-bc91-8be2939128c9 => generated 860 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1070] 10.0.0.115 () {34 vars in 736 bytes} [Wed Jul 15 15:51:15 2026] PUT /v2.0/ports/e1eb71fb-9f99-4729-950c-3d7eb092cdbb => generated 752 bytes in 200 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: 499/1071] 199.204.45.23 () {34 vars in 982 bytes} [Wed Jul 15 15:51:15 2026] GET /v2.0/subnets?id=41c508c6-247f-4587-91e3-d4bca7ee4c67 => generated 702 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1072] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:51:15 2026] GET /v2.0/ports?network_id=8494c7f4-5742-4468-b71c-568b526671d5&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1073] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:51:15 2026] GET /v2.0/networks/8494c7f4-5742-4468-b71c-568b526671d5?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:51:15.806 7 INFO neutron_taas.services.taas.taas_plugin [None req-aaf09083-1358-4a5a-9ccf-1df795241d99 ea2ac1e511ed4c779115aadd602c19f8 6a4bf575634f4d3a9099afd9326f29c2 - - default default] TaaS: Handle Delete Port: e1eb71fb-9f99-4729-950c-3d7eb092cdbb 2026-07-15 15:51:15.819 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aaf09083-1358-4a5a-9ccf-1df795241d99 ea2ac1e511ed4c779115aadd602c19f8 6a4bf575634f4d3a9099afd9326f29c2 - - default default] Tap Mirror: Handle Delete Port: e1eb71fb-9f99-4729-950c-3d7eb092cdbb [pid: 8|app: 0|req: 502/1074] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:51:15 2026] GET /v2.0/networks/8494c7f4-5742-4468-b71c-568b526671d5?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: 573/1075] 10.0.0.115 () {32 vars in 719 bytes} [Wed Jul 15 15:51:15 2026] DELETE /v2.0/ports/e1eb71fb-9f99-4729-950c-3d7eb092cdbb => 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: 503/1076] 10.0.0.115 () {32 vars in 642 bytes} [Wed Jul 15 15:51:15 2026] GET /v2.0/ports => generated 777 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:51:16.008 8 INFO neutron.pecan_wsgi.hooks.translation [None req-de8bfeee-3708-4dff-82bc-2ad53d6dd869 ea2ac1e511ed4c779115aadd602c19f8 6a4bf575634f4d3a9099afd9326f29c2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 504/1077] 10.0.0.115 () {32 vars in 716 bytes} [Wed Jul 15 15:51:15 2026] GET /v2.0/ports/e1eb71fb-9f99-4729-950c-3d7eb092cdbb => generated 132 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1078] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:15 2026] GET /v2.0/ports?device_id=f9122822-0606-4f7d-9266-53b63a37214f => generated 973 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1079] 10.0.0.115 () {32 vars in 642 bytes} [Wed Jul 15 15:51:16 2026] GET /v2.0/ports => generated 777 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1080] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:51:16 2026] GET /v2.0/security-groups?id=9b522ab8-2510-4304-bc2b-7394eac53732&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1081] 10.0.0.115 () {32 vars in 716 bytes} [Wed Jul 15 15:51:16 2026] GET /v2.0/ports/a6129f42-7515-424e-aadb-033b4c75895a => generated 774 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:51:16.143 7 INFO neutron.pecan_wsgi.hooks.translation [None req-abab9f16-26ca-4024-8e44-9c1624bb1702 ea2ac1e511ed4c779115aadd602c19f8 6a4bf575634f4d3a9099afd9326f29c2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 576/1082] 10.0.0.115 () {32 vars in 719 bytes} [Wed Jul 15 15:51:16 2026] DELETE /v2.0/ports/5a48a8b2-0f5c-4c9b-8349-d309fdf603d3 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-15 15:51:16.168 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c52894cf-c21d-4225-8f37-4417ecf5d6f4 ea2ac1e511ed4c779115aadd602c19f8 6a4bf575634f4d3a9099afd9326f29c2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 507/1083] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:51:16 2026] DELETE /v2.0/subnets/66367590-b203-4983-8280-32a8fff25ff7 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-15 15:51:16.189 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7d6e7133-e13c-4bf1-a654-6befbef84b88 ea2ac1e511ed4c779115aadd602c19f8 6a4bf575634f4d3a9099afd9326f29c2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 577/1084] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:51:16 2026] DELETE /v2.0/subnets/4f549a66-7ff4-43c0-a2be-e41faca7e936 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-15 15:51:16.319 8 INFO neutron_taas.services.taas.taas_plugin [None req-94403e44-ecb8-4840-a232-843e07d860ac ea2ac1e511ed4c779115aadd602c19f8 6a4bf575634f4d3a9099afd9326f29c2 - - default default] TaaS: Handle Delete Port: a6129f42-7515-424e-aadb-033b4c75895a 2026-07-15 15:51:16.321 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94403e44-ecb8-4840-a232-843e07d860ac ea2ac1e511ed4c779115aadd602c19f8 6a4bf575634f4d3a9099afd9326f29c2 - - default default] Tap Mirror: Handle Delete Port: a6129f42-7515-424e-aadb-033b4c75895a [pid: 8|app: 0|req: 508/1085] 10.0.0.115 () {32 vars in 719 bytes} [Wed Jul 15 15:51:16 2026] DELETE /v2.0/ports/a6129f42-7515-424e-aadb-033b4c75895a => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1086] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:16 2026] GET /v2.0/ports?device_id=b43b7608-4e71-4547-a907-b4333dc3afe5 => 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: 510/1087] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:51:16 2026] GET /v2.0/security-groups?id=bc627d1e-e99a-43e1-b588-afa8a3334cef&fields=id&fields=name => generated 114 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:51:17.136 7 INFO neutron.services.segments.plugin [-] Segment e6293862-8dd3-4691-b9e8-540d1ce6d513 resource provider aggregate not found 2026-07-15 15:51:17.150 7 INFO neutron.services.segments.plugin [-] Segment e6293862-8dd3-4691-b9e8-540d1ce6d513 resource provider aggregate not found 2026-07-15 15:51:17.161 7 INFO neutron.services.segments.plugin [-] Segment e6293862-8dd3-4691-b9e8-540d1ce6d513 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6293862-8dd3-4691-b9e8-540d1ce6d513 found for delete ", "request_id": "req-99965cc6-ba8d-4660-b12d-11f8c208c668"}]} 2026-07-15 15:51:17.173 7 INFO neutron.services.segments.plugin [-] Segment e6293862-8dd3-4691-b9e8-540d1ce6d513 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e6293862-8dd3-4691-b9e8-540d1ce6d513 found for delete ", "request_id": "req-ff1fcf82-c6b1-42fd-98ce-cf4d0f66a349"}]} [pid: 7|app: 0|req: 578/1088] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:51:16 2026] DELETE /v2.0/networks/bad1f931-d966-4d56-acc8-1ed8b967b16c => generated 0 bytes in 768 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1089] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:17 2026] GET /v2.0/ports?device_id=f9122822-0606-4f7d-9266-53b63a37214f => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1090] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:51:17 2026] GET /v2.0/security-groups?id=9b522ab8-2510-4304-bc2b-7394eac53732&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:51:17.468 8 INFO neutron.db.segments_db [None req-270d57aa-4ecb-4d19-af7b-25cf7a6e4bf9 300486528b6d408caf7eb7374f11f334 33cf5dbcaaeb4e889a3d9d4d4cfd193c - - default default] Added segment 6789c1fe-7a39-4a9a-a4c2-f33c1d8401ed of type vxlan for network 9e712707-cc3c-4cbe-b38e-30ebd5a67f8e 2026-07-15 15:51:17.527 8 INFO neutron.db.segments_db [None req-270d57aa-4ecb-4d19-af7b-25cf7a6e4bf9 300486528b6d408caf7eb7374f11f334 33cf5dbcaaeb4e889a3d9d4d4cfd193c - - default default] Added segment 32dddcec-65d6-4329-8cf9-804503c01ed9 of type vxlan for network f6f771ca-11d2-4c00-a332-76deca72beb3 [pid: 8|app: 0|req: 511/1091] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:51:17 2026] POST /v2.0/networks => generated 1207 bytes in 625 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1092] 199.204.45.23 () {34 vars in 992 bytes} [Wed Jul 15 15:51:17 2026] GET /v2.0/ports?device_id=b43b7608-4e71-4547-a907-b4333dc3afe5 => 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: 581/1093] 10.0.0.115 () {32 vars in 648 bytes} [Wed Jul 15 15:51:17 2026] GET /v2.0/networks => generated 1844 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1094] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:17 2026] GET /v2.0/ports?device_id=b43b7608-4e71-4547-a907-b4333dc3afe5 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:51:17.871 8 INFO neutron.services.segments.plugin [-] Segment 6789c1fe-7a39-4a9a-a4c2-f33c1d8401ed resource provider aggregate not found 2026-07-15 15:51:17.877 7 INFO neutron_taas.services.taas.taas_plugin [req-55c20893-005d-4162-97e6-d74455432aa7 req-b5c0d957-8c5b-4aa5-8eac-e77512af9852 e46556754a864fbe8d0be2a32ce76589 56d24d597610431c8ddbe01f6525e155 - - default default] TaaS: Handle Delete Port: 23fce33a-f2bc-4f9b-bc91-8be2939128c9 2026-07-15 15:51:17.877 8 INFO neutron.services.segments.plugin [-] Segment 6789c1fe-7a39-4a9a-a4c2-f33c1d8401ed resource provider aggregate not found 2026-07-15 15:51:17.880 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-55c20893-005d-4162-97e6-d74455432aa7 req-b5c0d957-8c5b-4aa5-8eac-e77512af9852 e46556754a864fbe8d0be2a32ce76589 56d24d597610431c8ddbe01f6525e155 - - default default] Tap Mirror: Handle Delete Port: 23fce33a-f2bc-4f9b-bc91-8be2939128c9 2026-07-15 15:51:17.900 8 INFO neutron.services.segments.plugin [-] Segment 6789c1fe-7a39-4a9a-a4c2-f33c1d8401ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6789c1fe-7a39-4a9a-a4c2-f33c1d8401ed found for delete ", "request_id": "req-253026bd-b55d-4b18-8322-6078ebd62465"}]} 2026-07-15 15:51:17.902 8 INFO neutron.services.segments.plugin [-] Segment 6789c1fe-7a39-4a9a-a4c2-f33c1d8401ed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6789c1fe-7a39-4a9a-a4c2-f33c1d8401ed found for delete ", "request_id": "req-b417b4bc-1806-4c28-8d85-f178347e06fe"}]} [pid: 8|app: 0|req: 514/1095] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:51:17 2026] DELETE /v2.0/networks/9e712707-cc3c-4cbe-b38e-30ebd5a67f8e => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1096] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:51:17 2026] GET /v2.0/security-groups?id=bc627d1e-e99a-43e1-b588-afa8a3334cef&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:51:18.039 7 INFO neutron.db.l3_db [req-55c20893-005d-4162-97e6-d74455432aa7 req-b5c0d957-8c5b-4aa5-8eac-e77512af9852 e46556754a864fbe8d0be2a32ce76589 56d24d597610431c8ddbe01f6525e155 - - default default] Floating IP 24470870-d4fc-473d-868c-7b31a0965fac disassociated. External IP: 10.96.250.210, port: 23fce33a-f2bc-4f9b-bc91-8be2939128c9. [pid: 8|app: 0|req: 516/1097] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:51:17 2026] GET /v2.0/security-groups?tenant_id=6a4bf575634f4d3a9099afd9326f29c2&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1098] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:51:18 2026] DELETE /v2.0/networks/f6f771ca-11d2-4c00-a332-76deca72beb3 => 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: 518/1099] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:51:18 2026] DELETE /v2.0/security-groups/b8ed7c68-d7aa-4b25-956f-7a0399c4e11c => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1100] 199.204.45.23 () {36 vars in 995 bytes} [Wed Jul 15 15:51:17 2026] DELETE /v2.0/ports/23fce33a-f2bc-4f9b-bc91-8be2939128c9 => generated 0 bytes in 671 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1101] 10.0.0.115 () {32 vars in 648 bytes} [Wed Jul 15 15:51:18 2026] GET /v2.0/networks => generated 651 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:51:18.468 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-998999a6-d351-406b-9531-0824073ef297'] response: {'server_uuid': 'b43b7608-4e71-4547-a907-b4333dc3afe5', 'name': 'network-vif-deleted', 'tag': '23fce33a-f2bc-4f9b-bc91-8be2939128c9', 'status': 'completed', 'code': 200} 2026-07-15 15:51:18.516 7 INFO neutron.db.segments_db [None req-f88d87c5-dc9a-4834-a8af-9dcde531d9e2 300486528b6d408caf7eb7374f11f334 33cf5dbcaaeb4e889a3d9d4d4cfd193c - - default default] Added segment 0fd4bce5-f140-413e-9720-f77f23b76a29 of type vxlan for network c41829b6-94e4-4501-a426-efbc97b0faef [pid: 7|app: 0|req: 583/1102] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:51:18 2026] POST /v2.0/networks => generated 631 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:51:18.715 8 INFO neutron.db.segments_db [None req-a11963a5-e784-4d08-9b27-1b2c94f90c76 300486528b6d408caf7eb7374f11f334 33cf5dbcaaeb4e889a3d9d4d4cfd193c - - default default] Added segment 62eebaef-d2d0-4a73-86d7-fa8c68023942 of type vxlan for network 73811982-bbf6-4526-bcf5-a5e8629eebe5 [pid: 8|app: 0|req: 520/1103] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:51:18 2026] POST /v2.0/networks => generated 630 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1104] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:19 2026] GET /v2.0/ports?device_id=b43b7608-4e71-4547-a907-b4333dc3afe5 => 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: 584/1105] 10.0.0.115 () {34 vars in 664 bytes} [Wed Jul 15 15:51:18 2026] POST /v2.0/ports => generated 1506 bytes in 710 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1106] 10.0.0.115 () {32 vars in 642 bytes} [Wed Jul 15 15:51:19 2026] GET /v2.0/ports => generated 1506 bytes in 108 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-07-15 15:51:19.767 7 INFO neutron_taas.services.taas.taas_plugin [None req-35462ac8-20ef-4174-8e41-9212e70948c0 300486528b6d408caf7eb7374f11f334 33cf5dbcaaeb4e889a3d9d4d4cfd193c - - default default] TaaS: Handle Delete Port: e653fff8-7e2b-422c-8399-78af647a8a3f 2026-07-15 15:51:19.770 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35462ac8-20ef-4174-8e41-9212e70948c0 300486528b6d408caf7eb7374f11f334 33cf5dbcaaeb4e889a3d9d4d4cfd193c - - default default] Tap Mirror: Handle Delete Port: e653fff8-7e2b-422c-8399-78af647a8a3f [pid: 7|app: 0|req: 585/1107] 10.0.0.115 () {32 vars in 719 bytes} [Wed Jul 15 15:51:19 2026] DELETE /v2.0/ports/e653fff8-7e2b-422c-8399-78af647a8a3f => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:51:19.929 8 INFO neutron.services.segments.plugin [-] Segment 32dddcec-65d6-4329-8cf9-804503c01ed9 resource provider aggregate not found 2026-07-15 15:51:19.935 8 INFO neutron.services.segments.plugin [-] Segment 32dddcec-65d6-4329-8cf9-804503c01ed9 resource provider aggregate not found 2026-07-15 15:51:19.964 8 INFO neutron.services.segments.plugin [-] Segment 32dddcec-65d6-4329-8cf9-804503c01ed9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32dddcec-65d6-4329-8cf9-804503c01ed9 found for delete ", "request_id": "req-7cf02c9e-52e4-4167-a8ca-9a2f625ccb92"}]} 2026-07-15 15:51:19.966 8 INFO neutron.services.segments.plugin [-] Segment 32dddcec-65d6-4329-8cf9-804503c01ed9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32dddcec-65d6-4329-8cf9-804503c01ed9 found for delete ", "request_id": "req-03954371-523b-43b8-9392-06496755f259"}]} 2026-07-15 15:51:20.026 8 INFO neutron_taas.services.taas.taas_plugin [None req-bf0b27a1-1d43-4fe4-9a9c-a647fa04e08a 300486528b6d408caf7eb7374f11f334 33cf5dbcaaeb4e889a3d9d4d4cfd193c - - default default] TaaS: Handle Delete Port: 963f492f-492f-41ca-a7b2-8343a8c16662 2026-07-15 15:51:20.029 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf0b27a1-1d43-4fe4-9a9c-a647fa04e08a 300486528b6d408caf7eb7374f11f334 33cf5dbcaaeb4e889a3d9d4d4cfd193c - - default default] Tap Mirror: Handle Delete Port: 963f492f-492f-41ca-a7b2-8343a8c16662 [pid: 8|app: 0|req: 523/1108] 10.0.0.115 () {32 vars in 719 bytes} [Wed Jul 15 15:51:19 2026] DELETE /v2.0/ports/963f492f-492f-41ca-a7b2-8343a8c16662 => 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: 586/1109] 10.0.0.115 () {32 vars in 642 bytes} [Wed Jul 15 15:51:20 2026] GET /v2.0/ports => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1110] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:20 2026] GET /v2.0/ports?device_id=b43b7608-4e71-4547-a907-b4333dc3afe5 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:51:20.292 7 INFO neutron.db.segments_db [None req-7b0f1349-8507-4870-a977-dee4b832dd8d 300486528b6d408caf7eb7374f11f334 33cf5dbcaaeb4e889a3d9d4d4cfd193c - - default default] Added segment 45be5431-b0fd-46c8-84d8-4d51b077c0e5 of type vxlan for network 9976b7ce-2b14-409f-9315-aa04e6d72df9 [pid: 7|app: 0|req: 588/1111] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:51:20 2026] POST /v2.0/networks => generated 631 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:51:20.474 7 INFO neutron.db.segments_db [None req-9b867336-d57e-4655-ae94-84a1f0cad475 300486528b6d408caf7eb7374f11f334 33cf5dbcaaeb4e889a3d9d4d4cfd193c - - default default] Added segment b0109e21-2a74-413f-9831-d37d17b36f9d of type vxlan for network 61b55f0c-126c-4414-a610-14bbbc8bfd64 2026-07-15 15:51:20.564 8 INFO neutron.db.segments_db [None req-1e70a5cd-bc1c-4999-8e08-5bac8cbf1fde 690ad355edc64cf1928fc0dee6231530 a9dbd216f0b04b3f9feec7d3294128d8 - - default default] Added segment 71dc5d91-84c1-47ec-ad10-6f0666b38a27 of type vxlan for network b987de80-1d90-4141-9d60-47894d84ce31 [pid: 7|app: 0|req: 589/1112] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:51:20 2026] POST /v2.0/networks => generated 631 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1113] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:51:20 2026] POST /v2.0/networks => generated 611 bytes in 514 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:51:20.749 8 INFO neutron.db.segments_db [None req-af2a924d-5d41-4417-ad17-de3edec700ec 690ad355edc64cf1928fc0dee6231530 a9dbd216f0b04b3f9feec7d3294128d8 - - default default] Added segment bdb5eead-9bf2-49ad-9703-b3c0fd1bab71 of type vxlan for network c55ff65d-b9a5-4ea3-a86b-d20b84b50742 [pid: 8|app: 0|req: 525/1114] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:51:20 2026] POST /v2.0/networks => generated 611 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1115] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:51:20 2026] POST /v2.0/subnets => generated 626 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1116] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:51:20 2026] POST /v2.0/subnets => generated 1273 bytes in 474 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1117] 10.0.0.115 () {32 vars in 646 bytes} [Wed Jul 15 15:51:21 2026] GET /v2.0/subnets => generated 1909 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1118] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:51:21 2026] DELETE /v2.0/subnets/21fe288c-1a19-4fde-a48e-e909747af7da => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1119] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:51:21 2026] POST /v2.0/subnets => generated 626 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1120] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:21 2026] GET /v2.0/ports?device_id=b43b7608-4e71-4547-a907-b4333dc3afe5 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:51:21.431 8 INFO neutron.db.segments_db [None req-eb7edc9c-6bbd-4d4f-bf18-ab7f467b2306 690ad355edc64cf1928fc0dee6231530 a9dbd216f0b04b3f9feec7d3294128d8 - - default default] Added segment 5b5da442-c797-4921-a1bb-a109bbaae665 of type vxlan for network 060973e1-a21b-433a-99c3-202b234dc8cd [pid: 7|app: 0|req: 593/1121] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:51:21 2026] DELETE /v2.0/subnets/ab879b25-39a9-4a01-b02d-26e26f4eb1fc => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1122] 10.0.0.115 () {32 vars in 646 bytes} [Wed Jul 15 15:51:21 2026] GET /v2.0/subnets => generated 649 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:51:21.600 7 INFO neutron.services.segments.plugin [-] Segment b0109e21-2a74-413f-9831-d37d17b36f9d resource provider aggregate not found 2026-07-15 15:51:21.607 7 INFO neutron.services.segments.plugin [-] Segment b0109e21-2a74-413f-9831-d37d17b36f9d resource provider aggregate not found 2026-07-15 15:51:21.631 7 INFO neutron.services.segments.plugin [-] Segment b0109e21-2a74-413f-9831-d37d17b36f9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0109e21-2a74-413f-9831-d37d17b36f9d found for delete ", "request_id": "req-03b249c5-88a9-4a0f-b4e9-926a2e41d4f6"}]} 2026-07-15 15:51:21.632 7 INFO neutron.services.segments.plugin [-] Segment b0109e21-2a74-413f-9831-d37d17b36f9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0109e21-2a74-413f-9831-d37d17b36f9d found for delete ", "request_id": "req-36fff97e-2894-48f6-b5c0-ab8647c6bcf1"}]} [pid: 7|app: 0|req: 595/1123] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:51:21 2026] DELETE /v2.0/networks/61b55f0c-126c-4414-a610-14bbbc8bfd64 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:51:21.758 8 INFO neutron.db.l3_hamode_db [None req-eb7edc9c-6bbd-4d4f-bf18-ab7f467b2306 690ad355edc64cf1928fc0dee6231530 a9dbd216f0b04b3f9feec7d3294128d8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 596/1124] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:51:21 2026] DELETE /v2.0/networks/9976b7ce-2b14-409f-9315-aa04e6d72df9 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:51:21.931 8 INFO neutron.db.l3_hamode_db [None req-eb7edc9c-6bbd-4d4f-bf18-ab7f467b2306 690ad355edc64cf1928fc0dee6231530 a9dbd216f0b04b3f9feec7d3294128d8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 597/1125] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:51:21 2026] DELETE /v2.0/networks/73811982-bbf6-4526-bcf5-a5e8629eebe5 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1126] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:51:21 2026] DELETE /v2.0/networks/c41829b6-94e4-4501-a426-efbc97b0faef => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1127] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:51:22 2026] DELETE /v2.0/security-groups/bc627d1e-e99a-43e1-b588-afa8a3334cef => 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: 529/1128] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:51:21 2026] POST /v2.0/routers => generated 506 bytes in 1218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:51:22.621 7 INFO neutron.api.v2.resource [None req-7f452cc3-612f-4b75-8426-c770120ac6a9 e46556754a864fbe8d0be2a32ce76589 56d24d597610431c8ddbe01f6525e155 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 600/1129] 10.0.0.115 () {32 vars in 736 bytes} [Wed Jul 15 15:51:22 2026] GET /v2.0/security-groups/bc627d1e-e99a-43e1-b588-afa8a3334cef => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-15 15:51:22.727 7 INFO neutron_taas.services.taas.taas_plugin [None req-1fed028e-bbfb-4aff-85dd-463d15b76cc3 e46556754a864fbe8d0be2a32ce76589 56d24d597610431c8ddbe01f6525e155 - - default default] TaaS: Handle Delete Port: 427e574b-a2d0-45bd-a15e-cafeb570a639 2026-07-15 15:51:22.729 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1fed028e-bbfb-4aff-85dd-463d15b76cc3 e46556754a864fbe8d0be2a32ce76589 56d24d597610431c8ddbe01f6525e155 - - default default] Tap Mirror: Handle Delete Port: 427e574b-a2d0-45bd-a15e-cafeb570a639 [pid: 7|app: 0|req: 601/1130] 10.0.0.115 () {32 vars in 731 bytes} [Wed Jul 15 15:51:22 2026] DELETE /v2.0/floatingips/24470870-d4fc-473d-868c-7b31a0965fac => generated 0 bytes in 256 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1131] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:51:22 2026] GET /v2.0/security-groups?tenant_id=33cf5dbcaaeb4e889a3d9d4d4cfd193c&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:51:23.441 7 INFO neutron_taas.services.taas.taas_plugin [None req-379ce391-bf8d-4672-8a0a-16c5f7b7322a ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] TaaS: Handle Delete Port: 37c3eecb-1544-4ecb-8b92-0a23633501f4 2026-07-15 15:51:23.444 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-379ce391-bf8d-4672-8a0a-16c5f7b7322a ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Tap Mirror: Handle Delete Port: 37c3eecb-1544-4ecb-8b92-0a23633501f4 [pid: 8|app: 0|req: 530/1132] 10.0.0.115 () {34 vars in 782 bytes} [Wed Jul 15 15:51:22 2026] PUT /v2.0/routers/ea77bbb0-087b-4ff4-adc9-3c3c4b8d5400/add_router_interface => generated 309 bytes in 1044 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:51:23.671 7 INFO neutron.services.segments.plugin [-] Segment 45be5431-b0fd-46c8-84d8-4d51b077c0e5 resource provider aggregate not found 2026-07-15 15:51:23.677 7 INFO neutron.services.segments.plugin [-] Segment 45be5431-b0fd-46c8-84d8-4d51b077c0e5 resource provider aggregate not found 2026-07-15 15:51:23.700 7 INFO neutron.services.segments.plugin [-] Segment 45be5431-b0fd-46c8-84d8-4d51b077c0e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45be5431-b0fd-46c8-84d8-4d51b077c0e5 found for delete ", "request_id": "req-11d7115c-7dad-4e29-8f4e-f4af7ac4fe97"}]} 2026-07-15 15:51:23.701 7 INFO neutron.services.segments.plugin [-] Segment 45be5431-b0fd-46c8-84d8-4d51b077c0e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 45be5431-b0fd-46c8-84d8-4d51b077c0e5 found for delete ", "request_id": "req-d6709919-2944-455d-84c1-cb21b08c236a"}]} 2026-07-15 15:51:23.721 7 INFO neutron.services.segments.plugin [-] Segment 62eebaef-d2d0-4a73-86d7-fa8c68023942 resource provider aggregate not found 2026-07-15 15:51:23.726 7 INFO neutron.services.segments.plugin [-] Segment 62eebaef-d2d0-4a73-86d7-fa8c68023942 resource provider aggregate not found 2026-07-15 15:51:23.750 7 INFO neutron.services.segments.plugin [-] Segment 62eebaef-d2d0-4a73-86d7-fa8c68023942 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62eebaef-d2d0-4a73-86d7-fa8c68023942 found for delete ", "request_id": "req-de3b7645-3919-4ef0-a85a-2f7ed3857221"}]} [pid: 8|app: 0|req: 531/1133] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:51:23 2026] DELETE /v2.0/security-groups/815d580a-0be9-41aa-b26f-28da0bc9b844 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:51:23.758 7 INFO neutron.services.segments.plugin [-] Segment 62eebaef-d2d0-4a73-86d7-fa8c68023942 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62eebaef-d2d0-4a73-86d7-fa8c68023942 found for delete ", "request_id": "req-7c4966f0-252d-4af8-9f32-eda529a6bbe9"}]} 2026-07-15 15:51:23.786 7 INFO neutron.services.segments.plugin [-] Segment 0fd4bce5-f140-413e-9720-f77f23b76a29 resource provider aggregate not found 2026-07-15 15:51:23.790 7 INFO neutron.services.segments.plugin [-] Segment 0fd4bce5-f140-413e-9720-f77f23b76a29 resource provider aggregate not found [pid: 8|app: 0|req: 532/1134] 10.0.0.115 () {32 vars in 716 bytes} [Wed Jul 15 15:51:23 2026] GET /v2.0/ports/357c5f63-4893-46c6-9bab-87e4a9adbc2b => generated 955 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:51:23.827 7 INFO neutron.services.segments.plugin [-] Segment 0fd4bce5-f140-413e-9720-f77f23b76a29 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0fd4bce5-f140-413e-9720-f77f23b76a29 found for delete ", "request_id": "req-0b26c7bc-2357-4c8b-8321-e6743ae66853"}]} 2026-07-15 15:51:23.828 7 INFO neutron.services.segments.plugin [-] Segment 0fd4bce5-f140-413e-9720-f77f23b76a29 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0fd4bce5-f140-413e-9720-f77f23b76a29 found for delete ", "request_id": "req-f6bb7bf2-ec6e-4fe4-abee-29bccaca113f"}]} [pid: 7|app: 0|req: 603/1135] 10.0.0.115 () {34 vars in 788 bytes} [Wed Jul 15 15:51:23 2026] PUT /v2.0/routers/1131c929-eb33-4539-baf4-990906fcf0b6/remove_router_interface => generated 309 bytes in 1170 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:51:24.460 7 INFO neutron_taas.services.taas.taas_plugin [None req-3aa97164-b245-4b27-8476-503dd10966bb ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] TaaS: Handle Delete Port: 53023e35-6647-4d9e-9cb7-b2a42235ee33 2026-07-15 15:51:24.464 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3aa97164-b245-4b27-8476-503dd10966bb ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Tap Mirror: Handle Delete Port: 53023e35-6647-4d9e-9cb7-b2a42235ee33 2026-07-15 15:51:24.801 7 INFO neutron_taas.services.taas.taas_plugin [None req-3aa97164-b245-4b27-8476-503dd10966bb ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] TaaS: Handle Delete Port: 94431767-0288-4f43-a449-923132ffb49e 2026-07-15 15:51:24.805 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3aa97164-b245-4b27-8476-503dd10966bb ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Tap Mirror: Handle Delete Port: 94431767-0288-4f43-a449-923132ffb49e [pid: 8|app: 0|req: 533/1136] 10.0.0.115 () {34 vars in 782 bytes} [Wed Jul 15 15:51:23 2026] PUT /v2.0/routers/ea77bbb0-087b-4ff4-adc9-3c3c4b8d5400/add_router_interface => generated 309 bytes in 1304 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1137] 10.0.0.115 () {32 vars in 716 bytes} [Wed Jul 15 15:51:25 2026] GET /v2.0/ports/31f8f2a3-1221-45cc-bae3-39fb1fb50071 => generated 955 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:51:25.217 7 INFO neutron.db.l3_hamode_db [None req-3aa97164-b245-4b27-8476-503dd10966bb ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] HA network 0c42105a-1f0e-45d4-80ea-3cf575ef3d3f was deleted as no HA routers are present in tenant 56d24d597610431c8ddbe01f6525e155. [pid: 7|app: 0|req: 604/1138] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:51:24 2026] DELETE /v2.0/routers/1131c929-eb33-4539-baf4-990906fcf0b6 => generated 0 bytes in 1000 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1139] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:51:25 2026] DELETE /v2.0/subnets/41c508c6-247f-4587-91e3-d4bca7ee4c67 => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:51:25.541 7 INFO neutron_taas.services.taas.taas_plugin [None req-e2a9bad2-d7e3-44c7-9a1c-5efa704e7091 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] TaaS: Handle Delete Port: 730b10b7-e085-4f93-ad5b-1c432358c297 2026-07-15 15:51:25.544 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2a9bad2-d7e3-44c7-9a1c-5efa704e7091 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Tap Mirror: Handle Delete Port: 730b10b7-e085-4f93-ad5b-1c432358c297 2026-07-15 15:51:25.711 8 INFO neutron_taas.services.taas.taas_plugin [None req-b717f883-576a-4590-99f8-76bc7c05313f 690ad355edc64cf1928fc0dee6231530 a9dbd216f0b04b3f9feec7d3294128d8 - - default default] TaaS: Handle Delete Port: 31f8f2a3-1221-45cc-bae3-39fb1fb50071 2026-07-15 15:51:25.717 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b717f883-576a-4590-99f8-76bc7c05313f 690ad355edc64cf1928fc0dee6231530 a9dbd216f0b04b3f9feec7d3294128d8 - - default default] Tap Mirror: Handle Delete Port: 31f8f2a3-1221-45cc-bae3-39fb1fb50071 [pid: 7|app: 0|req: 606/1140] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:51:25 2026] DELETE /v2.0/networks/8494c7f4-5742-4468-b71c-568b526671d5 => generated 0 bytes in 347 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:51:25.854 7 INFO neutron.services.segments.plugin [-] Segment 0ca6e8c0-e303-4841-9478-731ebdddb6b5 resource provider aggregate not found 2026-07-15 15:51:25.858 7 INFO neutron.services.segments.plugin [-] Segment 0ca6e8c0-e303-4841-9478-731ebdddb6b5 resource provider aggregate not found 2026-07-15 15:51:25.876 7 INFO neutron.services.segments.plugin [-] Segment 0ca6e8c0-e303-4841-9478-731ebdddb6b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ca6e8c0-e303-4841-9478-731ebdddb6b5 found for delete ", "request_id": "req-54428f07-b9d6-440d-b069-211c89257ba1"}]} 2026-07-15 15:51:25.881 7 INFO neutron.services.segments.plugin [-] Segment 0ca6e8c0-e303-4841-9478-731ebdddb6b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ca6e8c0-e303-4841-9478-731ebdddb6b5 found for delete ", "request_id": "req-5c23a9da-11f3-4679-93af-4e5ea8b255fe"}]} 2026-07-15 15:51:25.895 7 INFO neutron.services.segments.plugin [-] Segment f098bf54-5621-4045-af19-7a05c793f227 resource provider aggregate not found 2026-07-15 15:51:25.901 7 INFO neutron.services.segments.plugin [-] Segment f098bf54-5621-4045-af19-7a05c793f227 resource provider aggregate not found 2026-07-15 15:51:25.925 7 INFO neutron.services.segments.plugin [-] Segment f098bf54-5621-4045-af19-7a05c793f227 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f098bf54-5621-4045-af19-7a05c793f227 found for delete ", "request_id": "req-c347080b-9f56-4cef-a861-95a6cf6132e5"}]} 2026-07-15 15:51:25.926 7 INFO neutron.services.segments.plugin [-] Segment f098bf54-5621-4045-af19-7a05c793f227 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f098bf54-5621-4045-af19-7a05c793f227 found for delete ", "request_id": "req-dbdd214c-b2ee-4983-9807-b33dc93d7bdc"}]} [pid: 7|app: 0|req: 607/1141] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:51:25 2026] GET /v2.0/security-groups?tenant_id=56d24d597610431c8ddbe01f6525e155&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1142] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:51:26 2026] DELETE /v2.0/security-groups/ae949066-2f80-4424-b307-c3c8630513ef => 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: 535/1143] 10.0.0.115 () {34 vars in 788 bytes} [Wed Jul 15 15:51:25 2026] PUT /v2.0/routers/ea77bbb0-087b-4ff4-adc9-3c3c4b8d5400/remove_router_interface => generated 309 bytes in 1049 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:51:26.552 7 INFO neutron_taas.services.taas.taas_plugin [None req-cde483f6-97aa-47f1-ad42-b50d28fcf1e0 690ad355edc64cf1928fc0dee6231530 a9dbd216f0b04b3f9feec7d3294128d8 - - default default] TaaS: Handle Delete Port: 357c5f63-4893-46c6-9bab-87e4a9adbc2b 2026-07-15 15:51:26.557 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cde483f6-97aa-47f1-ad42-b50d28fcf1e0 690ad355edc64cf1928fc0dee6231530 a9dbd216f0b04b3f9feec7d3294128d8 - - default default] Tap Mirror: Handle Delete Port: 357c5f63-4893-46c6-9bab-87e4a9adbc2b [pid: 7|app: 0|req: 609/1146] 10.0.0.115 () {34 vars in 788 bytes} [Wed Jul 15 15:51:26 2026] PUT /v2.0/routers/ea77bbb0-087b-4ff4-adc9-3c3c4b8d5400/remove_router_interface => generated 309 bytes in 800 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1147] 10.0.0.115 () {32 vars in 735 bytes} [Wed Jul 15 15:51:27 2026] GET /v2.0/ports?device_id=ea77bbb0-087b-4ff4-adc9-3c3c4b8d5400 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:51:27.234 7 INFO neutron_taas.services.taas.taas_plugin [None req-24f2e3c3-917d-4542-8f80-190b1f3b9c6b 690ad355edc64cf1928fc0dee6231530 a9dbd216f0b04b3f9feec7d3294128d8 - - default default] TaaS: Handle Delete Port: af351073-2d81-40af-b9ab-6a8a9d89c19c 2026-07-15 15:51:27.238 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24f2e3c3-917d-4542-8f80-190b1f3b9c6b 690ad355edc64cf1928fc0dee6231530 a9dbd216f0b04b3f9feec7d3294128d8 - - default default] Tap Mirror: Handle Delete Port: af351073-2d81-40af-b9ab-6a8a9d89c19c 2026-07-15 15:51:27.637 7 INFO neutron.db.l3_hamode_db [None req-24f2e3c3-917d-4542-8f80-190b1f3b9c6b 690ad355edc64cf1928fc0dee6231530 a9dbd216f0b04b3f9feec7d3294128d8 - - default default] HA network 060973e1-a21b-433a-99c3-202b234dc8cd was deleted as no HA routers are present in tenant a9dbd216f0b04b3f9feec7d3294128d8. [pid: 7|app: 0|req: 610/1148] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:51:27 2026] DELETE /v2.0/routers/ea77bbb0-087b-4ff4-adc9-3c3c4b8d5400 => generated 0 bytes in 586 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1149] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:51:27 2026] DELETE /v2.0/subnets/2d2f46ff-8b42-4fb2-8e8b-4626985cb002 => 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: 540/1150] 10.0.0.105 () {34 vars in 989 bytes} [Wed Jul 15 15:51:27 2026] GET /v2.0/ports?device_id=f9122822-0606-4f7d-9266-53b63a37214f => 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: 541/1151] 10.0.0.105 () {34 vars in 1039 bytes} [Wed Jul 15 15:51:27 2026] GET /v2.0/security-groups?id=9b522ab8-2510-4304-bc2b-7394eac53732&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:51:27.965 7 INFO neutron.services.segments.plugin [-] Segment 5b5da442-c797-4921-a1bb-a109bbaae665 resource provider aggregate not found 2026-07-15 15:51:27.969 7 INFO neutron.services.segments.plugin [-] Segment 5b5da442-c797-4921-a1bb-a109bbaae665 resource provider aggregate not found 2026-07-15 15:51:27.992 7 INFO neutron.services.segments.plugin [-] Segment 5b5da442-c797-4921-a1bb-a109bbaae665 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b5da442-c797-4921-a1bb-a109bbaae665 found for delete ", "request_id": "req-ce40ffab-d3f8-47ab-a1ca-c602a0ee6fd0"}]} 2026-07-15 15:51:27.995 7 INFO neutron.services.segments.plugin [-] Segment 5b5da442-c797-4921-a1bb-a109bbaae665 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b5da442-c797-4921-a1bb-a109bbaae665 found for delete ", "request_id": "req-0dc5dd35-f9c6-4640-8787-30b00b67aa64"}]} [pid: 7|app: 0|req: 611/1152] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:51:27 2026] DELETE /v2.0/subnets/19430f40-e57d-458a-8cec-7525f5f117ea => generated 0 bytes in 238 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1153] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:51:28 2026] DELETE /v2.0/networks/c55ff65d-b9a5-4ea3-a86b-d20b84b50742 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:51:28.244 8 INFO neutron.db.segments_db [None req-3b7392d1-98a4-4816-bc81-96027f500c05 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Added segment 92c6bb16-ad07-42fa-8a62-71e2c382261b of type vxlan for network 28a7e91f-cdba-453b-9312-5696b4bb53c9 2026-07-15 15:51:28.311 7 INFO neutron_taas.services.taas.taas_plugin [None req-2895fd6d-eeb9-41cd-a243-e97ce827e2d6 690ad355edc64cf1928fc0dee6231530 a9dbd216f0b04b3f9feec7d3294128d8 - - default default] TaaS: Handle Delete Port: 07da02d6-03dd-40f2-b536-69dd3d50b7fa 2026-07-15 15:51:28.315 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2895fd6d-eeb9-41cd-a243-e97ce827e2d6 690ad355edc64cf1928fc0dee6231530 a9dbd216f0b04b3f9feec7d3294128d8 - - default default] Tap Mirror: Handle Delete Port: 07da02d6-03dd-40f2-b536-69dd3d50b7fa [pid: 8|app: 0|req: 542/1154] 10.0.0.115 () {34 vars in 670 bytes} [Wed Jul 15 15:51:27 2026] POST /v2.0/networks => generated 729 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1155] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:51:28 2026] POST /v2.0/subnets => generated 695 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1156] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:51:28 2026] DELETE /v2.0/networks/b987de80-1d90-4141-9d60-47894d84ce31 => generated 0 bytes in 388 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:51:28.641 8 INFO neutron.db.segments_db [None req-57911c8d-287e-4836-b609-9ac9ea3c2626 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Added segment b4e70220-af22-47f3-a2b9-71675e0cd235 of type vxlan for network 92cf32d2-4c75-4abb-b2df-e0d64b0edac1 2026-07-15 15:51:28.682 7 INFO neutron.db.segments_db [None req-0e60e3c5-eb41-45c3-a7ad-6ebbb204ad04 690ad355edc64cf1928fc0dee6231530 a9dbd216f0b04b3f9feec7d3294128d8 - - default default] Added segment 7e75b2ee-7194-434d-993b-9c0df11b2d8f of type vxlan for network 71a5ff41-0e0d-471e-9982-22b0d3c9b2a4 [pid: 7|app: 0|req: 614/1157] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:51:28 2026] POST /v2.0/networks => generated 611 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:51:28.941 8 INFO neutron.db.l3_hamode_db [None req-57911c8d-287e-4836-b609-9ac9ea3c2626 ee5000d31c9748ce81cdbc1a736f771b 1215ff4042e841189cd6fe2399f7f80f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 615/1158] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:51:28 2026] POST /v2.0/subnets => generated 626 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:51:29.125 7 INFO neutron.db.segments_db [None req-728b59c9-d905-456e-8148-50a4e375f2ed 690ad355edc64cf1928fc0dee6231530 a9dbd216f0b04b3f9feec7d3294128d8 - - default default] Added segment 6db07c01-670b-4119-a5c0-3cf2f6dac99b of type vxlan for network 18e716b4-8198-48a7-af7c-980029ad0968 2026-07-15 15:51:29.414 7 INFO neutron.db.l3_hamode_db [None req-728b59c9-d905-456e-8148-50a4e375f2ed 690ad355edc64cf1928fc0dee6231530 a9dbd216f0b04b3f9feec7d3294128d8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-15 15:51:29.533 7 INFO neutron.db.l3_hamode_db [None req-728b59c9-d905-456e-8148-50a4e375f2ed 690ad355edc64cf1928fc0dee6231530 a9dbd216f0b04b3f9feec7d3294128d8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-15 15:51:29.860 8 INFO neutron.db.l3_hamode_db [None req-57911c8d-287e-4836-b609-9ac9ea3c2626 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-15 15:51:30.021 7 INFO neutron.services.segments.plugin [-] Segment bdb5eead-9bf2-49ad-9703-b3c0fd1bab71 resource provider aggregate not found 2026-07-15 15:51:30.024 7 INFO neutron.services.segments.plugin [-] Segment bdb5eead-9bf2-49ad-9703-b3c0fd1bab71 resource provider aggregate not found 2026-07-15 15:51:30.043 7 INFO neutron.services.segments.plugin [-] Segment bdb5eead-9bf2-49ad-9703-b3c0fd1bab71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdb5eead-9bf2-49ad-9703-b3c0fd1bab71 found for delete ", "request_id": "req-16938803-081b-40cc-b717-ce1bca3d9ebd"}]} 2026-07-15 15:51:30.050 7 INFO neutron.services.segments.plugin [-] Segment bdb5eead-9bf2-49ad-9703-b3c0fd1bab71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdb5eead-9bf2-49ad-9703-b3c0fd1bab71 found for delete ", "request_id": "req-cfaf0e3a-47b3-48bf-b964-4cdcbd2d1ff7"}]} 2026-07-15 15:51:30.071 7 INFO neutron.services.segments.plugin [-] Segment 71dc5d91-84c1-47ec-ad10-6f0666b38a27 resource provider aggregate not found 2026-07-15 15:51:30.080 7 INFO neutron.services.segments.plugin [-] Segment 71dc5d91-84c1-47ec-ad10-6f0666b38a27 resource provider aggregate not found 2026-07-15 15:51:30.098 7 INFO neutron.services.segments.plugin [-] Segment 71dc5d91-84c1-47ec-ad10-6f0666b38a27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71dc5d91-84c1-47ec-ad10-6f0666b38a27 found for delete ", "request_id": "req-057a92af-aac9-4d29-b863-b79c4b716223"}]} 2026-07-15 15:51:30.110 7 INFO neutron.services.segments.plugin [-] Segment 71dc5d91-84c1-47ec-ad10-6f0666b38a27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71dc5d91-84c1-47ec-ad10-6f0666b38a27 found for delete ", "request_id": "req-30049736-7a6f-4786-8ec9-fac94e198b74"}]} [pid: 7|app: 0|req: 616/1159] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:51:29 2026] POST /v2.0/routers => generated 507 bytes in 1188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1160] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:51:30 2026] GET /v2.0/security-groups?tenant_id=a40fd28d5173431c849b6bd7a90b45ee&name=default => generated 2925 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1161] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:51:28 2026] POST /v2.0/routers => generated 735 bytes in 2237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1162] 10.0.0.115 () {34 vars in 664 bytes} [Wed Jul 15 15:51:30 2026] POST /v2.0/ports => generated 952 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 545/1163] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:51:30 2026] DELETE /v2.0/security-groups/90b2e727-2dae-4174-82ef-06607d8c3f58 => 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: 619/1164] 10.0.0.115 () {34 vars in 782 bytes} [Wed Jul 15 15:51:30 2026] PUT /v2.0/routers/8f84c44a-2943-41db-a0fe-6d2f894aa0ef/add_router_interface => generated 309 bytes in 1228 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1165] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:51:32 2026] GET /v2.0/security-groups?tenant_id=545c673674884323946efdfad68e46a8&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: 621/1166] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:51:32 2026] DELETE /v2.0/security-groups/9fad159c-0876-430d-b121-0e29faf4822c => 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: 546/1167] 10.0.0.115 () {34 vars in 782 bytes} [Wed Jul 15 15:51:30 2026] PUT /v2.0/routers/d45d0071-c0e8-4027-9059-861f6f8bfd2e/add_router_interface => generated 309 bytes in 1988 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1168] 10.0.0.115 () {32 vars in 716 bytes} [Wed Jul 15 15:51:32 2026] GET /v2.0/ports/b2ea2b20-dd40-4b81-b98c-95eb0e8a8a13 => generated 1026 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 547/1169] 10.0.0.115 () {34 vars in 684 bytes} [Wed Jul 15 15:51:32 2026] POST /v2.0/security-groups => generated 1661 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1170] 10.0.0.115 () {34 vars in 694 bytes} [Wed Jul 15 15:51:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1171] 10.0.0.115 () {34 vars in 694 bytes} [Wed Jul 15 15:51:33 2026] POST /v2.0/security-group-rules => generated 602 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:51:33.401 7 INFO neutron_taas.services.taas.taas_plugin [None req-3236158f-9291-4263-9ad1-24960178490c 690ad355edc64cf1928fc0dee6231530 a9dbd216f0b04b3f9feec7d3294128d8 - - default default] TaaS: Handle Delete Port: b2ea2b20-dd40-4b81-b98c-95eb0e8a8a13 2026-07-15 15:51:33.405 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3236158f-9291-4263-9ad1-24960178490c 690ad355edc64cf1928fc0dee6231530 a9dbd216f0b04b3f9feec7d3294128d8 - - default default] Tap Mirror: Handle Delete Port: b2ea2b20-dd40-4b81-b98c-95eb0e8a8a13 [pid: 7|app: 0|req: 623/1172] 10.0.0.115 () {34 vars in 788 bytes} [Wed Jul 15 15:51:32 2026] PUT /v2.0/routers/d45d0071-c0e8-4027-9059-861f6f8bfd2e/remove_router_interface => generated 309 bytes in 1058 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: 550/1173] 10.0.0.115 () {34 vars in 675 bytes} [Wed Jul 15 15:51:33 2026] POST /v2.0/floatingips => generated 552 bytes in 665 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:51:34.131 7 INFO neutron.api.v2.resource [None req-618b91e4-4a34-4630-8311-4bae962baf53 690ad355edc64cf1928fc0dee6231530 a9dbd216f0b04b3f9feec7d3294128d8 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 624/1174] 10.0.0.115 () {34 vars in 788 bytes} [Wed Jul 15 15:51:34 2026] PUT /v2.0/routers/d45d0071-c0e8-4027-9059-861f6f8bfd2e/remove_router_interface => generated 197 bytes in 127 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1175] 10.0.0.115 () {32 vars in 735 bytes} [Wed Jul 15 15:51:34 2026] GET /v2.0/ports?device_id=d45d0071-c0e8-4027-9059-861f6f8bfd2e => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:51:34.387 7 INFO neutron_taas.services.taas.taas_plugin [None req-96a7e4a1-a6ed-4e72-9dee-dbf8be44e5a2 690ad355edc64cf1928fc0dee6231530 a9dbd216f0b04b3f9feec7d3294128d8 - - default default] TaaS: Handle Delete Port: 21c864a1-9dff-476d-b682-cdb3dc221232 2026-07-15 15:51:34.390 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96a7e4a1-a6ed-4e72-9dee-dbf8be44e5a2 690ad355edc64cf1928fc0dee6231530 a9dbd216f0b04b3f9feec7d3294128d8 - - default default] Tap Mirror: Handle Delete Port: 21c864a1-9dff-476d-b682-cdb3dc221232 2026-07-15 15:51:34.780 7 INFO neutron.services.segments.plugin [-] Segment 6db07c01-670b-4119-a5c0-3cf2f6dac99b resource provider aggregate not found 2026-07-15 15:51:34.786 7 INFO neutron.services.segments.plugin [-] Segment 6db07c01-670b-4119-a5c0-3cf2f6dac99b resource provider aggregate not found 2026-07-15 15:51:34.802 7 INFO neutron.db.l3_hamode_db [None req-96a7e4a1-a6ed-4e72-9dee-dbf8be44e5a2 690ad355edc64cf1928fc0dee6231530 a9dbd216f0b04b3f9feec7d3294128d8 - - default default] HA network 18e716b4-8198-48a7-af7c-980029ad0968 was deleted as no HA routers are present in tenant a9dbd216f0b04b3f9feec7d3294128d8. 2026-07-15 15:51:34.808 7 INFO neutron.services.segments.plugin [-] Segment 6db07c01-670b-4119-a5c0-3cf2f6dac99b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6db07c01-670b-4119-a5c0-3cf2f6dac99b found for delete ", "request_id": "req-3b37ca8a-072d-496b-97b2-892d8cd02809"}]} [pid: 7|app: 0|req: 625/1176] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:51:34 2026] DELETE /v2.0/routers/d45d0071-c0e8-4027-9059-861f6f8bfd2e => generated 0 bytes in 643 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:51:34.818 7 INFO neutron.services.segments.plugin [-] Segment 6db07c01-670b-4119-a5c0-3cf2f6dac99b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6db07c01-670b-4119-a5c0-3cf2f6dac99b found for delete ", "request_id": "req-dc825380-4e25-41c7-b7f7-eb42bc592256"}]} [pid: 8|app: 0|req: 552/1177] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:51:34 2026] DELETE /v2.0/subnets/a3763e2c-5a1b-4a86-86ad-0db5d86328b0 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:51:35.103 7 INFO neutron_taas.services.taas.taas_plugin [None req-21af7a00-c8a0-4af6-8972-5d6e6b4cc8a7 690ad355edc64cf1928fc0dee6231530 a9dbd216f0b04b3f9feec7d3294128d8 - - default default] TaaS: Handle Delete Port: 594a6127-e981-4ee6-8717-a0c07c6674d6 2026-07-15 15:51:35.114 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21af7a00-c8a0-4af6-8972-5d6e6b4cc8a7 690ad355edc64cf1928fc0dee6231530 a9dbd216f0b04b3f9feec7d3294128d8 - - default default] Tap Mirror: Handle Delete Port: 594a6127-e981-4ee6-8717-a0c07c6674d6 [pid: 7|app: 0|req: 626/1178] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:51:34 2026] DELETE /v2.0/networks/71a5ff41-0e0d-471e-9982-22b0d3c9b2a4 => generated 0 bytes in 346 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:51:35.429 8 INFO neutron.db.segments_db [None req-4bd8de69-5cd0-4592-8009-f59dbf71881e 690ad355edc64cf1928fc0dee6231530 a9dbd216f0b04b3f9feec7d3294128d8 - - default default] Added segment 6d5d9c54-99e3-4e97-87bd-87646eae85ba of type vxlan for network b1a7c102-4db9-4419-a870-1f73814f3da1 [pid: 8|app: 0|req: 553/1179] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:51:35 2026] POST /v2.0/networks => generated 610 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1180] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:51:35 2026] POST /v2.0/subnets => generated 626 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:51:35.996 8 INFO neutron.db.segments_db [None req-5475f7a2-afe8-4909-a679-689d890c5fbc 690ad355edc64cf1928fc0dee6231530 a9dbd216f0b04b3f9feec7d3294128d8 - - default default] Added segment e023a569-8029-4d08-9b13-bf8804bdaa00 of type vxlan for network f5eb56e9-2761-4859-a123-3889672443f6 2026-07-15 15:51:36.070 7 INFO neutron.db.segments_db [None req-2e38096d-a095-4cba-9120-c38ca8f8abf8 3a8e842fae21401f97eaaaa4a06f33fd e5948f7ffc3b4d378738b16597073a3c - - default default] Added segment fc2da336-0b4b-4cf8-8798-b25a85e1ece7 of type vxlan for network fe6ccf76-4db5-478b-a6b8-e4d5f4d430ac [pid: 7|app: 0|req: 627/1181] 10.0.0.115 () {34 vars in 670 bytes} [Wed Jul 15 15:51:35 2026] POST /v2.0/networks => generated 613 bytes in 692 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:51:36.251 7 INFO neutron.db.segments_db [None req-a9eb0cf9-7a11-49c2-85ec-0eef8070aadf 3a8e842fae21401f97eaaaa4a06f33fd e5948f7ffc3b4d378738b16597073a3c - - default default] Added segment 9ea95181-db1f-43ce-a36a-b207fc521997 of type vxlan for network 3ab8ab12-b8bb-4e81-887f-124513101a3f 2026-07-15 15:51:36.314 8 INFO neutron.db.l3_hamode_db [None req-5475f7a2-afe8-4909-a679-689d890c5fbc 690ad355edc64cf1928fc0dee6231530 a9dbd216f0b04b3f9feec7d3294128d8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-15 15:51:36.464 8 INFO neutron.db.l3_hamode_db [None req-5475f7a2-afe8-4909-a679-689d890c5fbc 690ad355edc64cf1928fc0dee6231530 a9dbd216f0b04b3f9feec7d3294128d8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-15 15:51:36.606 7 INFO neutron.db.l3_hamode_db [None req-a9eb0cf9-7a11-49c2-85ec-0eef8070aadf 3a8e842fae21401f97eaaaa4a06f33fd e5948f7ffc3b4d378738b16597073a3c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-15 15:51:36.842 7 INFO neutron.services.segments.plugin [-] Segment 7e75b2ee-7194-434d-993b-9c0df11b2d8f resource provider aggregate not found 2026-07-15 15:51:36.850 7 INFO neutron.services.segments.plugin [-] Segment 7e75b2ee-7194-434d-993b-9c0df11b2d8f resource provider aggregate not found 2026-07-15 15:51:36.869 7 INFO neutron.services.segments.plugin [-] Segment 7e75b2ee-7194-434d-993b-9c0df11b2d8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e75b2ee-7194-434d-993b-9c0df11b2d8f found for delete ", "request_id": "req-13a65252-b053-4670-a5cf-06e462e676fa"}]} 2026-07-15 15:51:36.876 7 INFO neutron.services.segments.plugin [-] Segment 7e75b2ee-7194-434d-993b-9c0df11b2d8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e75b2ee-7194-434d-993b-9c0df11b2d8f found for delete ", "request_id": "req-d69bf395-b188-40ec-85a2-4199118a5dec"}]} [pid: 8|app: 0|req: 555/1182] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:51:35 2026] POST /v2.0/routers => generated 506 bytes in 1379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:51:37.568 7 INFO neutron.db.l3_hamode_db [None req-a9eb0cf9-7a11-49c2-85ec-0eef8070aadf 3a8e842fae21401f97eaaaa4a06f33fd e5948f7ffc3b4d378738b16597073a3c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 628/1183] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:51:36 2026] POST /v2.0/routers => generated 695 bytes in 2511 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1184] 10.0.0.115 () {32 vars in 775 bytes} [Wed Jul 15 15:51:38 2026] GET /v2.0/subnets?project_id=e5948f7ffc3b4d378738b16597073a3c&cidr=10.100.0.0%2F28 => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1185] 10.0.0.115 () {34 vars in 782 bytes} [Wed Jul 15 15:51:37 2026] PUT /v2.0/routers/b26aa3ec-edd6-442e-ba35-378c1c727f53/add_router_interface => generated 309 bytes in 1443 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1186] 10.0.0.115 () {32 vars in 693 bytes} [Wed Jul 15 15:51:38 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1187] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:38 2026] GET /v2.0/ports?device_id=f9122822-0606-4f7d-9266-53b63a37214f => generated 975 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1188] 10.0.0.115 () {32 vars in 716 bytes} [Wed Jul 15 15:51:38 2026] GET /v2.0/ports/24ac8243-7968-4ef6-9527-c07fea3049bb => generated 955 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1189] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:51:38 2026] GET /v2.0/security-groups?id=9b522ab8-2510-4304-bc2b-7394eac53732&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:51:39.329 8 INFO neutron_taas.services.taas.taas_plugin [None req-e7218a36-5255-4c91-95e3-e52d8d6b5995 690ad355edc64cf1928fc0dee6231530 a9dbd216f0b04b3f9feec7d3294128d8 - - default default] TaaS: Handle Delete Port: 24ac8243-7968-4ef6-9527-c07fea3049bb 2026-07-15 15:51:39.333 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e7218a36-5255-4c91-95e3-e52d8d6b5995 690ad355edc64cf1928fc0dee6231530 a9dbd216f0b04b3f9feec7d3294128d8 - - default default] Tap Mirror: Handle Delete Port: 24ac8243-7968-4ef6-9527-c07fea3049bb [pid: 7|app: 0|req: 631/1190] 10.0.0.115 () {32 vars in 783 bytes} [Wed Jul 15 15:51:38 2026] GET /v2.0/subnets?network_id=991be8b8-48b7-4c71-80b2-a7401896d749&cidr=10.100.0.0%2F28 => generated 14 bytes in 733 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1191] 10.0.0.192 () {34 vars in 1099 bytes} [Wed Jul 15 15:51:39 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1737310727&fields=id&tenant_id=1215ff4042e841189cd6fe2399f7f80f => 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: 633/1192] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:39 2026] GET /v2.0/ports?device_id=f9122822-0606-4f7d-9266-53b63a37214f => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1193] 10.0.0.115 () {34 vars in 788 bytes} [Wed Jul 15 15:51:38 2026] PUT /v2.0/routers/b26aa3ec-edd6-442e-ba35-378c1c727f53/remove_router_interface => generated 309 bytes in 1022 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1194] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:51:39 2026] POST /v2.0/subnets => generated 657 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1195] 10.0.0.192 () {34 vars in 981 bytes} [Wed Jul 15 15:51:39 2026] GET /v2.0/networks?id=28a7e91f-cdba-453b-9312-5696b4bb53c9 => generated 680 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1196] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:51:39 2026] GET /v2.0/security-groups?id=9b522ab8-2510-4304-bc2b-7394eac53732&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: 562/1197] 10.0.0.115 () {32 vars in 735 bytes} [Wed Jul 15 15:51:39 2026] GET /v2.0/ports?device_id=b26aa3ec-edd6-442e-ba35-378c1c727f53 => 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: 563/1198] 10.0.0.192 () {34 vars in 964 bytes} [Wed Jul 15 15:51:40 2026] GET /v2.0/quotas/1215ff4042e841189cd6fe2399f7f80f => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:51:40.221 8 INFO neutron_taas.services.taas.taas_plugin [None req-e113272b-54c7-4e87-a6b2-eefe81db62d4 690ad355edc64cf1928fc0dee6231530 a9dbd216f0b04b3f9feec7d3294128d8 - - default default] TaaS: Handle Delete Port: 5d31a7fa-1803-4835-8fa5-74f14a016ec3 2026-07-15 15:51:40.225 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e113272b-54c7-4e87-a6b2-eefe81db62d4 690ad355edc64cf1928fc0dee6231530 a9dbd216f0b04b3f9feec7d3294128d8 - - default default] Tap Mirror: Handle Delete Port: 5d31a7fa-1803-4835-8fa5-74f14a016ec3 2026-07-15 15:51:40.607 8 INFO neutron.services.segments.plugin [-] Segment e023a569-8029-4d08-9b13-bf8804bdaa00 resource provider aggregate not found 2026-07-15 15:51:40.616 8 INFO neutron.services.segments.plugin [-] Segment e023a569-8029-4d08-9b13-bf8804bdaa00 resource provider aggregate not found 2026-07-15 15:51:40.636 8 INFO neutron.services.segments.plugin [-] Segment e023a569-8029-4d08-9b13-bf8804bdaa00 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e023a569-8029-4d08-9b13-bf8804bdaa00 found for delete ", "request_id": "req-7d8e9a4c-d8d0-47a8-b75c-dd806b6d2707"}]} 2026-07-15 15:51:40.641 8 INFO neutron.services.segments.plugin [-] Segment e023a569-8029-4d08-9b13-bf8804bdaa00 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e023a569-8029-4d08-9b13-bf8804bdaa00 found for delete ", "request_id": "req-698a274b-4ed2-4fdf-a3de-3c745da6fc04"}]} 2026-07-15 15:51:40.666 8 INFO neutron.db.l3_hamode_db [None req-e113272b-54c7-4e87-a6b2-eefe81db62d4 690ad355edc64cf1928fc0dee6231530 a9dbd216f0b04b3f9feec7d3294128d8 - - default default] HA network f5eb56e9-2761-4859-a123-3889672443f6 was deleted as no HA routers are present in tenant a9dbd216f0b04b3f9feec7d3294128d8. [pid: 8|app: 0|req: 564/1199] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:51:40 2026] DELETE /v2.0/routers/b26aa3ec-edd6-442e-ba35-378c1c727f53 => generated 0 bytes in 650 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1200] 10.0.0.192 () {34 vars in 1001 bytes} [Wed Jul 15 15:51:40 2026] GET /v2.0/ports?tenant_id=1215ff4042e841189cd6fe2399f7f80f&fields=id => generated 57 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1201] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:51:40 2026] DELETE /v2.0/subnets/777c729f-51ac-4b33-89d5-f6bec2c9bd8e => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1202] 10.0.0.192 () {34 vars in 1007 bytes} [Wed Jul 15 15:51:40 2026] GET /v2.0/networks/28a7e91f-cdba-453b-9312-5696b4bb53c9?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1203] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:51:41 2026] DELETE /v2.0/networks/b1a7c102-4db9-4419-a870-1f73814f3da1 => 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: 569/1204] 10.0.0.192 () {34 vars in 1107 bytes} [Wed Jul 15 15:51:41 2026] GET /v2.0/networks/28a7e91f-cdba-453b-9312-5696b4bb53c9?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: 570/1205] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:41 2026] GET /v2.0/ports?device_id=f9122822-0606-4f7d-9266-53b63a37214f => generated 975 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:51:41.369 8 INFO neutron.db.segments_db [None req-894e9292-5e43-4098-83b3-9e659967a109 690ad355edc64cf1928fc0dee6231530 a9dbd216f0b04b3f9feec7d3294128d8 - - default default] Added segment 6b31f08d-9df8-4200-87fb-7d07e30938e5 of type vxlan for network a69d8003-4324-468e-b27a-1b0d0dfd2e61 [pid: 7|app: 0|req: 636/1206] 10.0.0.115 () {34 vars in 782 bytes} [Wed Jul 15 15:51:39 2026] PUT /v2.0/routers/ef4edd04-bb9d-4334-8885-8df1e667832c/add_router_interface => generated 309 bytes in 1492 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1207] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:51:41 2026] GET /v2.0/security-groups?id=9b522ab8-2510-4304-bc2b-7394eac53732&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1210] 10.0.0.115 () {32 vars in 648 bytes} [Wed Jul 15 15:51:41 2026] GET /v2.0/networks => generated 7169 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1211] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:41 2026] GET /v2.0/ports?device_id=830800e1-980e-46e6-9e88-0c51e8edad05 => 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: 642/1212] 199.204.45.23 () {34 vars in 992 bytes} [Wed Jul 15 15:51:41 2026] GET /v2.0/ports?device_id=f9122822-0606-4f7d-9266-53b63a37214f => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:51:41.734 8 INFO neutron.db.l3_hamode_db [None req-894e9292-5e43-4098-83b3-9e659967a109 690ad355edc64cf1928fc0dee6231530 a9dbd216f0b04b3f9feec7d3294128d8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 643/1213] 10.0.0.115 () {32 vars in 646 bytes} [Wed Jul 15 15:51:41 2026] GET /v2.0/subnets => generated 5827 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:51:41.896 7 INFO neutron_taas.services.taas.taas_plugin [req-b6ec06b3-dbc8-4dff-8699-e5f320a62613 req-79b801fd-de51-4d1d-8553-640c955a4de9 4d2e058f85184324b35c753b22ff13e9 03e66d1f754f4877beb80ead315e1873 - - default default] TaaS: Handle Delete Port: e31995ef-2ce2-40c1-8af6-d0cbdbd7cae5 2026-07-15 15:51:41.899 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b6ec06b3-dbc8-4dff-8699-e5f320a62613 req-79b801fd-de51-4d1d-8553-640c955a4de9 4d2e058f85184324b35c753b22ff13e9 03e66d1f754f4877beb80ead315e1873 - - default default] Tap Mirror: Handle Delete Port: e31995ef-2ce2-40c1-8af6-d0cbdbd7cae5 2026-07-15 15:51:42.014 7 INFO neutron.db.l3_db [req-b6ec06b3-dbc8-4dff-8699-e5f320a62613 req-79b801fd-de51-4d1d-8553-640c955a4de9 4d2e058f85184324b35c753b22ff13e9 03e66d1f754f4877beb80ead315e1873 - - default default] Floating IP 625f49f9-6f8d-4711-abe8-8693d77a2552 disassociated. External IP: 10.96.250.212, port: e31995ef-2ce2-40c1-8af6-d0cbdbd7cae5. [pid: 7|app: 0|req: 644/1214] 199.204.45.23 () {36 vars in 995 bytes} [Wed Jul 15 15:51:41 2026] DELETE /v2.0/ports/e31995ef-2ce2-40c1-8af6-d0cbdbd7cae5 => generated 0 bytes in 718 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:51:42.514 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-08f3f052-a873-4a79-b3e7-fd61920e2eef'] response: {'server_uuid': 'f9122822-0606-4f7d-9266-53b63a37214f', 'name': 'network-vif-deleted', 'tag': 'e31995ef-2ce2-40c1-8af6-d0cbdbd7cae5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 645/1215] 10.0.0.115 () {32 vars in 646 bytes} [Wed Jul 15 15:51:42 2026] GET /v2.0/routers => generated 2907 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1216] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:42 2026] GET /v2.0/ports?device_id=f9122822-0606-4f7d-9266-53b63a37214f => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:51:42.672 8 INFO neutron.services.segments.plugin [-] Segment 6d5d9c54-99e3-4e97-87bd-87646eae85ba resource provider aggregate not found 2026-07-15 15:51:42.679 8 INFO neutron.services.segments.plugin [-] Segment 6d5d9c54-99e3-4e97-87bd-87646eae85ba resource provider aggregate not found 2026-07-15 15:51:42.702 8 INFO neutron.services.segments.plugin [-] Segment 6d5d9c54-99e3-4e97-87bd-87646eae85ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d5d9c54-99e3-4e97-87bd-87646eae85ba found for delete ", "request_id": "req-0f18c4bc-b77d-4072-a791-bde2c7a2c864"}]} 2026-07-15 15:51:42.705 8 INFO neutron.services.segments.plugin [-] Segment 6d5d9c54-99e3-4e97-87bd-87646eae85ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d5d9c54-99e3-4e97-87bd-87646eae85ba found for delete ", "request_id": "req-ddda8f3d-e270-43fe-bf14-b030e1a1c89d"}]} 2026-07-15 15:51:42.732 8 INFO neutron.db.l3_hamode_db [None req-894e9292-5e43-4098-83b3-9e659967a109 690ad355edc64cf1928fc0dee6231530 a9dbd216f0b04b3f9feec7d3294128d8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 647/1217] 10.0.0.115 () {34 vars in 684 bytes} [Wed Jul 15 15:51:42 2026] POST /v2.0/security-groups => generated 1673 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1218] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:42 2026] GET /v2.0/ports?device_id=830800e1-980e-46e6-9e88-0c51e8edad05 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1219] 10.0.0.115 () {34 vars in 694 bytes} [Wed Jul 15 15:51:42 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: 7|app: 0|req: 650/1220] 10.0.0.115 () {34 vars in 694 bytes} [Wed Jul 15 15:51:42 2026] POST /v2.0/security-group-rules => generated 596 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1221] 10.0.0.115 () {34 vars in 694 bytes} [Wed Jul 15 15:51:43 2026] POST /v2.0/security-group-rules => generated 602 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1222] 10.0.0.115 () {34 vars in 694 bytes} [Wed Jul 15 15:51:43 2026] POST /v2.0/security-group-rules => generated 601 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:51:43.352 7 INFO neutron.db.securitygroups_db [None req-56bd253e-adba-46d7-b116-c19461ad01df 3a8e842fae21401f97eaaaa4a06f33fd e5948f7ffc3b4d378738b16597073a3c - - default default] Project e5948f7ffc3b4d378738b16597073a3c 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: 653/1223] 10.0.0.115 () {34 vars in 694 bytes} [Wed Jul 15 15:51:43 2026] POST /v2.0/security-group-rules => generated 607 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:51:43.486 7 INFO neutron.db.securitygroups_db [None req-78c73bda-18de-437c-b1c9-124d5808e8c2 3a8e842fae21401f97eaaaa4a06f33fd e5948f7ffc3b4d378738b16597073a3c - - default default] Project e5948f7ffc3b4d378738b16597073a3c added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 7|app: 0|req: 654/1224] 10.0.0.115 () {34 vars in 694 bytes} [Wed Jul 15 15:51:43 2026] POST /v2.0/security-group-rules => generated 606 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1225] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:43 2026] GET /v2.0/ports?device_id=f9122822-0606-4f7d-9266-53b63a37214f => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1226] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:51:41 2026] POST /v2.0/routers => generated 687 bytes in 2604 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1227] 10.0.0.115 () {32 vars in 720 bytes} [Wed Jul 15 15:51:43 2026] GET /v2.0/routers/05cb024f-5d62-4855-8ca4-1e740d1f011d => generated 693 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1228] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:44 2026] GET /v2.0/ports?device_id=830800e1-980e-46e6-9e88-0c51e8edad05 => 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: 572/1229] 10.0.0.115 () {32 vars in 648 bytes} [Wed Jul 15 15:51:43 2026] GET /v2.0/networks => generated 1297 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1230] 10.0.0.115 () {32 vars in 646 bytes} [Wed Jul 15 15:51:44 2026] GET /v2.0/routers => generated 696 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1231] 10.0.0.192 () {34 vars in 1097 bytes} [Wed Jul 15 15:51:44 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-271511112&fields=id&tenant_id=e5948f7ffc3b4d378738b16597073a3c => generated 69 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1232] 10.0.0.192 () {34 vars in 981 bytes} [Wed Jul 15 15:51:44 2026] GET /v2.0/networks?id=fe6ccf76-4db5-478b-a6b8-e4d5f4d430ac => generated 660 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1233] 10.0.0.192 () {34 vars in 964 bytes} [Wed Jul 15 15:51:44 2026] GET /v2.0/quotas/e5948f7ffc3b4d378738b16597073a3c => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1234] 10.0.0.192 () {34 vars in 1001 bytes} [Wed Jul 15 15:51:44 2026] GET /v2.0/ports?tenant_id=e5948f7ffc3b4d378738b16597073a3c&fields=id => generated 103 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1235] 10.0.0.192 () {34 vars in 1007 bytes} [Wed Jul 15 15:51:44 2026] GET /v2.0/networks/fe6ccf76-4db5-478b-a6b8-e4d5f4d430ac?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1236] 10.0.0.192 () {34 vars in 1107 bytes} [Wed Jul 15 15:51:44 2026] GET /v2.0/networks/fe6ccf76-4db5-478b-a6b8-e4d5f4d430ac?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: 659/1237] 10.0.0.115 () {34 vars in 740 bytes} [Wed Jul 15 15:51:44 2026] PUT /v2.0/routers/05cb024f-5d62-4855-8ca4-1e740d1f011d => generated 700 bytes in 531 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1238] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:44 2026] GET /v2.0/ports?device_id=5e1d1a9f-a947-4bc0-a1e8-01dc7b4f5890 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1239] 10.0.0.115 () {32 vars in 720 bytes} [Wed Jul 15 15:51:44 2026] GET /v2.0/routers/05cb024f-5d62-4855-8ca4-1e740d1f011d => generated 700 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1240] 10.0.0.115 () {32 vars in 735 bytes} [Wed Jul 15 15:51:44 2026] GET /v2.0/ports?device_id=05cb024f-5d62-4855-8ca4-1e740d1f011d => 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: 580/1241] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:44 2026] GET /v2.0/ports?device_id=f9122822-0606-4f7d-9266-53b63a37214f => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:51:45.101 7 INFO neutron_taas.services.taas.taas_plugin [None req-8bfb82e5-915b-4340-b484-a5843472f114 690ad355edc64cf1928fc0dee6231530 a9dbd216f0b04b3f9feec7d3294128d8 - - default default] TaaS: Handle Delete Port: 544dddcb-6793-4d86-a357-7a51d1bc71d7 2026-07-15 15:51:45.104 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8bfb82e5-915b-4340-b484-a5843472f114 690ad355edc64cf1928fc0dee6231530 a9dbd216f0b04b3f9feec7d3294128d8 - - default default] Tap Mirror: Handle Delete Port: 544dddcb-6793-4d86-a357-7a51d1bc71d7 [pid: 8|app: 0|req: 581/1242] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:45 2026] GET /v2.0/ports?device_id=830800e1-980e-46e6-9e88-0c51e8edad05 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:51:45.415 7 INFO neutron_taas.services.taas.taas_plugin [None req-8bfb82e5-915b-4340-b484-a5843472f114 690ad355edc64cf1928fc0dee6231530 a9dbd216f0b04b3f9feec7d3294128d8 - - default default] TaaS: Handle Delete Port: db0428c3-b418-4019-9bcd-d6f679634add 2026-07-15 15:51:45.419 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8bfb82e5-915b-4340-b484-a5843472f114 690ad355edc64cf1928fc0dee6231530 a9dbd216f0b04b3f9feec7d3294128d8 - - default default] Tap Mirror: Handle Delete Port: db0428c3-b418-4019-9bcd-d6f679634add 2026-07-15 15:51:45.812 7 INFO neutron.services.segments.plugin [-] Segment 6b31f08d-9df8-4200-87fb-7d07e30938e5 resource provider aggregate not found 2026-07-15 15:51:45.819 7 INFO neutron.services.segments.plugin [-] Segment 6b31f08d-9df8-4200-87fb-7d07e30938e5 resource provider aggregate not found 2026-07-15 15:51:45.835 7 INFO neutron.services.segments.plugin [-] Segment 6b31f08d-9df8-4200-87fb-7d07e30938e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b31f08d-9df8-4200-87fb-7d07e30938e5 found for delete ", "request_id": "req-855913af-487d-4a34-b036-fb5ad180595e"}]} 2026-07-15 15:51:45.839 7 INFO neutron.services.segments.plugin [-] Segment 6b31f08d-9df8-4200-87fb-7d07e30938e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b31f08d-9df8-4200-87fb-7d07e30938e5 found for delete ", "request_id": "req-fd79f68b-32d6-4746-9eb6-58eaeeb6e55f"}]} 2026-07-15 15:51:45.853 7 INFO neutron.db.l3_hamode_db [None req-8bfb82e5-915b-4340-b484-a5843472f114 690ad355edc64cf1928fc0dee6231530 a9dbd216f0b04b3f9feec7d3294128d8 - - default default] HA network a69d8003-4324-468e-b27a-1b0d0dfd2e61 was deleted as no HA routers are present in tenant a9dbd216f0b04b3f9feec7d3294128d8. [pid: 7|app: 0|req: 662/1243] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:51:44 2026] DELETE /v2.0/routers/05cb024f-5d62-4855-8ca4-1e740d1f011d => generated 0 bytes in 988 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1244] 10.0.0.115 () {32 vars in 735 bytes} [Wed Jul 15 15:51:45 2026] GET /v2.0/ports?device_id=05cb024f-5d62-4855-8ca4-1e740d1f011d => 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: 663/1245] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:45 2026] GET /v2.0/ports?device_id=5e1d1a9f-a947-4bc0-a1e8-01dc7b4f5890 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:51:45.916 8 INFO neutron.api.v2.resource [None req-4639bcda-4305-4fb7-a970-bd43b7265451 690ad355edc64cf1928fc0dee6231530 a9dbd216f0b04b3f9feec7d3294128d8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 583/1246] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:51:45 2026] DELETE /v2.0/routers/05cb024f-5d62-4855-8ca4-1e740d1f011d => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1247] 10.0.0.115 () {32 vars in 735 bytes} [Wed Jul 15 15:51:45 2026] GET /v2.0/ports?device_id=b26aa3ec-edd6-442e-ba35-378c1c727f53 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:51:45.972 8 INFO neutron.api.v2.resource [None req-cfe66ffa-7c5d-4693-b3e0-9f5d1e1dfbb4 690ad355edc64cf1928fc0dee6231530 a9dbd216f0b04b3f9feec7d3294128d8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 584/1248] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:51:45 2026] DELETE /v2.0/routers/b26aa3ec-edd6-442e-ba35-378c1c727f53 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-15 15:51:45.995 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ddfea9bd-3371-4c4e-a4e0-e943d281fba7 690ad355edc64cf1928fc0dee6231530 a9dbd216f0b04b3f9feec7d3294128d8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 665/1249] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:51:45 2026] DELETE /v2.0/subnets/777c729f-51ac-4b33-89d5-f6bec2c9bd8e => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1250] 10.0.0.115 () {32 vars in 735 bytes} [Wed Jul 15 15:51:46 2026] GET /v2.0/ports?device_id=d45d0071-c0e8-4027-9059-861f6f8bfd2e => 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: 585/1251] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:45 2026] GET /v2.0/ports?device_id=f9122822-0606-4f7d-9266-53b63a37214f => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:51:46.050 7 INFO neutron.api.v2.resource [None req-8897cbd0-5070-4224-bf33-bc2b05deab9a 690ad355edc64cf1928fc0dee6231530 a9dbd216f0b04b3f9feec7d3294128d8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 667/1252] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:51:46 2026] DELETE /v2.0/routers/d45d0071-c0e8-4027-9059-861f6f8bfd2e => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-15 15:51:46.071 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7a837d16-f186-4f9d-886a-3eac28517857 690ad355edc64cf1928fc0dee6231530 a9dbd216f0b04b3f9feec7d3294128d8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 586/1253] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:51:46 2026] DELETE /v2.0/subnets/a3763e2c-5a1b-4a86-86ad-0db5d86328b0 => 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: 668/1254] 10.0.0.115 () {32 vars in 735 bytes} [Wed Jul 15 15:51:46 2026] GET /v2.0/ports?device_id=ea77bbb0-087b-4ff4-adc9-3c3c4b8d5400 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:51:46.140 8 INFO neutron.api.v2.resource [None req-20b72bfc-f8d6-48f6-9e98-89cdf7729f94 690ad355edc64cf1928fc0dee6231530 a9dbd216f0b04b3f9feec7d3294128d8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 587/1255] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:51:46 2026] DELETE /v2.0/routers/ea77bbb0-087b-4ff4-adc9-3c3c4b8d5400 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-15 15:51:46.160 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a23af7a8-5de6-45cd-8547-225540821eda 690ad355edc64cf1928fc0dee6231530 a9dbd216f0b04b3f9feec7d3294128d8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 669/1256] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:51:46 2026] DELETE /v2.0/subnets/2d2f46ff-8b42-4fb2-8e8b-4626985cb002 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-15 15:51:46.182 8 INFO neutron.pecan_wsgi.hooks.translation [None req-28cffeee-de19-49c6-8d5c-49e179f4e6a0 690ad355edc64cf1928fc0dee6231530 a9dbd216f0b04b3f9feec7d3294128d8 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 588/1257] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:51:46 2026] DELETE /v2.0/subnets/19430f40-e57d-458a-8cec-7525f5f117ea => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1258] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:46 2026] GET /v2.0/ports?device_id=830800e1-980e-46e6-9e88-0c51e8edad05 => 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: 589/1259] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:51:46 2026] GET /v2.0/security-groups?tenant_id=a9dbd216f0b04b3f9feec7d3294128d8&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1260] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:51:46 2026] DELETE /v2.0/security-groups/2c0a5dd6-84f1-4b66-9928-9918ac2536ce => 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: 590/1261] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:46 2026] GET /v2.0/ports?device_id=5e1d1a9f-a947-4bc0-a1e8-01dc7b4f5890 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1262] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:47 2026] GET /v2.0/ports?device_id=f9122822-0606-4f7d-9266-53b63a37214f => 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: 591/1263] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:47 2026] GET /v2.0/ports?device_id=830800e1-980e-46e6-9e88-0c51e8edad05 => 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: 673/1264] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:48 2026] GET /v2.0/ports?device_id=5e1d1a9f-a947-4bc0-a1e8-01dc7b4f5890 => 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: 592/1265] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:48 2026] GET /v2.0/ports?device_id=f9122822-0606-4f7d-9266-53b63a37214f => 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: 593/1266] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:48 2026] GET /v2.0/ports?device_id=830800e1-980e-46e6-9e88-0c51e8edad05 => 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: 674/1267] 199.204.45.23 () {34 vars in 984 bytes} [Wed Jul 15 15:51:48 2026] GET /v2.0/networks?id=28a7e91f-cdba-453b-9312-5696b4bb53c9 => generated 680 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1268] 199.204.45.23 () {34 vars in 1048 bytes} [Wed Jul 15 15:51:48 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1215ff4042e841189cd6fe2399f7f80f => generated 181 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1269] 199.204.45.23 () {38 vars in 953 bytes} [Wed Jul 15 15:51:48 2026] POST /v2.0/ports => generated 958 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 595/1270] 10.0.0.115 () {34 vars in 683 bytes} [Wed Jul 15 15:51:48 2026] POST /v2.0/security-groups => generated 1624 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1271] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:49 2026] GET /v2.0/ports?device_id=5e1d1a9f-a947-4bc0-a1e8-01dc7b4f5890 => 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: 597/1272] 10.0.0.115 () {32 vars in 662 bytes} [Wed Jul 15 15:51:49 2026] GET /v2.0/security-groups => generated 4529 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1273] 10.0.0.115 () {34 vars in 757 bytes} [Wed Jul 15 15:51:49 2026] PUT /v2.0/security-groups/4cba8851-5202-495b-9442-4951b11b87ba => generated 1663 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1274] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:49 2026] GET /v2.0/ports?device_id=f9122822-0606-4f7d-9266-53b63a37214f => 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: 600/1275] 10.0.0.115 () {32 vars in 736 bytes} [Wed Jul 15 15:51:49 2026] GET /v2.0/security-groups/4cba8851-5202-495b-9442-4951b11b87ba => generated 1663 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1276] 199.204.45.23 () {38 vars in 1026 bytes} [Wed Jul 15 15:51:48 2026] PUT /v2.0/ports/9a2d6fee-a7e0-411a-b286-bac650673f5d => generated 1239 bytes in 546 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1277] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:51:49 2026] DELETE /v2.0/security-groups/4cba8851-5202-495b-9442-4951b11b87ba => generated 0 bytes in 111 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-07-15 15:51:49.578 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d0c70206-ee89-4ce1-aa41-413437630803'] response: {'name': 'network-changed', 'server_uuid': '830800e1-980e-46e6-9e88-0c51e8edad05', 'tag': '9a2d6fee-a7e0-411a-b286-bac650673f5d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 677/1278] 10.0.0.115 () {32 vars in 662 bytes} [Wed Jul 15 15:51:49 2026] GET /v2.0/security-groups => generated 2925 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:51:49.658 7 INFO neutron.api.v2.resource [None req-41ada9e3-9a74-4583-a9ea-049dfdf6928e 29451202e6c94117814b5fe2e66e1368 e1c8964724fa46ceac05a47b1be12192 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 678/1279] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:51:49 2026] DELETE /v2.0/security-groups/4cba8851-5202-495b-9442-4951b11b87ba => generated 146 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1280] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:49 2026] GET /v2.0/ports?device_id=830800e1-980e-46e6-9e88-0c51e8edad05 => generated 973 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1281] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:51:49 2026] GET /v2.0/security-groups?id=4808f898-07e8-4cad-9a42-9ed912ead219&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: 679/1282] 10.0.0.115 () {34 vars in 683 bytes} [Wed Jul 15 15:51:49 2026] POST /v2.0/security-groups => generated 1625 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1283] 10.0.0.115 () {34 vars in 694 bytes} [Wed Jul 15 15:51:49 2026] POST /v2.0/security-group-rules => generated 601 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1284] 10.0.0.115 () {32 vars in 746 bytes} [Wed Jul 15 15:51:49 2026] GET /v2.0/security-group-rules/b0d2e0b3-d5a6-4667-aa92-2c488ff26212 => generated 601 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1285] 10.0.0.115 () {32 vars in 672 bytes} [Wed Jul 15 15:51:50 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1286] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:51:50 2026] GET /v2.0/ports?tenant_id=1215ff4042e841189cd6fe2399f7f80f&device_id=830800e1-980e-46e6-9e88-0c51e8edad05 => generated 1242 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1287] 10.0.0.115 () {32 vars in 749 bytes} [Wed Jul 15 15:51:50 2026] DELETE /v2.0/security-group-rules/b0d2e0b3-d5a6-4667-aa92-2c488ff26212 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1288] 199.204.45.23 () {34 vars in 1016 bytes} [Wed Jul 15 15:51:50 2026] GET /v2.0/networks?tenant_id=1215ff4042e841189cd6fe2399f7f80f&shared=False => generated 776 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1289] 10.0.0.115 () {32 vars in 672 bytes} [Wed Jul 15 15:51:50 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1290] 199.204.45.23 () {34 vars in 928 bytes} [Wed Jul 15 15:51:50 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: 684/1291] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:50 2026] GET /v2.0/ports?device_id=5e1d1a9f-a947-4bc0-a1e8-01dc7b4f5890 => 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: 608/1292] 10.0.0.115 () {34 vars in 694 bytes} [Wed Jul 15 15:51:50 2026] POST /v2.0/security-group-rules => generated 601 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1293] 10.0.0.115 () {32 vars in 746 bytes} [Wed Jul 15 15:51:50 2026] GET /v2.0/security-group-rules/f613f56e-3912-4b10-86d7-381352581d83 => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1294] 10.0.0.115 () {32 vars in 672 bytes} [Wed Jul 15 15:51:50 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1295] 10.0.0.115 () {32 vars in 749 bytes} [Wed Jul 15 15:51:50 2026] DELETE /v2.0/security-group-rules/f613f56e-3912-4b10-86d7-381352581d83 => 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: 686/1296] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:51:50 2026] DELETE /v2.0/security-groups/9b522ab8-2510-4304-bc2b-7394eac53732 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:51:50.663 7 INFO neutron.api.v2.resource [None req-c93c00b2-ecd6-40b7-b052-437cabd7d195 4d2e058f85184324b35c753b22ff13e9 03e66d1f754f4877beb80ead315e1873 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 687/1297] 10.0.0.115 () {32 vars in 736 bytes} [Wed Jul 15 15:51:50 2026] GET /v2.0/security-groups/9b522ab8-2510-4304-bc2b-7394eac53732 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1298] 10.0.0.115 () {32 vars in 672 bytes} [Wed Jul 15 15:51:50 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:51:50.752 8 INFO neutron.db.securitygroups_db [None req-c34cd43b-cb97-45fb-b61a-c5beb789c2ca 29451202e6c94117814b5fe2e66e1368 e1c8964724fa46ceac05a47b1be12192 - - default default] Project e1c8964724fa46ceac05a47b1be12192 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-07-15 15:51:50.808 7 INFO neutron_taas.services.taas.taas_plugin [None req-45b3708f-7ecc-4ec7-bb65-b27e54207bc2 4d2e058f85184324b35c753b22ff13e9 03e66d1f754f4877beb80ead315e1873 - - default default] TaaS: Handle Delete Port: 1214a5c4-471e-49a4-81b1-a934d5ad79de 2026-07-15 15:51:50.811 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-45b3708f-7ecc-4ec7-bb65-b27e54207bc2 4d2e058f85184324b35c753b22ff13e9 03e66d1f754f4877beb80ead315e1873 - - default default] Tap Mirror: Handle Delete Port: 1214a5c4-471e-49a4-81b1-a934d5ad79de [pid: 8|app: 0|req: 612/1299] 10.0.0.115 () {34 vars in 694 bytes} [Wed Jul 15 15:51:50 2026] POST /v2.0/security-group-rules => generated 607 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1300] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:50 2026] GET /v2.0/ports?device_id=830800e1-980e-46e6-9e88-0c51e8edad05 => generated 973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1301] 10.0.0.115 () {32 vars in 746 bytes} [Wed Jul 15 15:51:50 2026] GET /v2.0/security-group-rules/1793fd5d-7483-470a-b5c4-a771e7238f5c => generated 607 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1302] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:51:50 2026] GET /v2.0/security-groups?id=4808f898-07e8-4cad-9a42-9ed912ead219&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: 688/1303] 10.0.0.115 () {32 vars in 731 bytes} [Wed Jul 15 15:51:50 2026] DELETE /v2.0/floatingips/625f49f9-6f8d-4711-abe8-8693d77a2552 => generated 0 bytes in 339 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1304] 10.0.0.115 () {32 vars in 672 bytes} [Wed Jul 15 15:51:50 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1305] 10.0.0.115 () {32 vars in 749 bytes} [Wed Jul 15 15:51:51 2026] DELETE /v2.0/security-group-rules/1793fd5d-7483-470a-b5c4-a771e7238f5c => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1306] 10.0.0.115 () {32 vars in 672 bytes} [Wed Jul 15 15:51:51 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1307] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:51:51 2026] DELETE /v2.0/security-groups/0f6b0aec-e16f-4129-b6d9-2f39bfd5f250 => 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: 620/1308] 10.0.0.115 () {32 vars in 662 bytes} [Wed Jul 15 15:51:51 2026] GET /v2.0/security-groups => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1309] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:51:51 2026] GET /v2.0/ports?tenant_id=1215ff4042e841189cd6fe2399f7f80f&device_id=830800e1-980e-46e6-9e88-0c51e8edad05 => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1310] 10.0.0.115 () {32 vars in 662 bytes} [Wed Jul 15 15:51:51 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: 623/1311] 199.204.45.23 () {34 vars in 1058 bytes} [Wed Jul 15 15:51:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=9a2d6fee-a7e0-411a-b286-bac650673f5d => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1312] 199.204.45.23 () {34 vars in 982 bytes} [Wed Jul 15 15:51:51 2026] GET /v2.0/subnets?id=18f1b830-10f6-47fc-91ce-ccf0a5c6b83d => generated 698 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1313] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:51:51 2026] GET /v2.0/ports?network_id=28a7e91f-cdba-453b-9312-5696b4bb53c9&device_owner=network%3Adhcp => 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: 626/1314] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:51 2026] GET /v2.0/ports?device_id=5e1d1a9f-a947-4bc0-a1e8-01dc7b4f5890 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:51:51.547 7 INFO neutron_taas.services.taas.taas_plugin [None req-6c350589-8b77-467b-9b8c-cae0075fad34 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] TaaS: Handle Delete Port: 5718b5c4-f011-4dd6-8bba-32f381435aa8 2026-07-15 15:51:51.549 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c350589-8b77-467b-9b8c-cae0075fad34 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Tap Mirror: Handle Delete Port: 5718b5c4-f011-4dd6-8bba-32f381435aa8 [pid: 8|app: 0|req: 627/1315] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:51:51 2026] GET /v2.0/networks/28a7e91f-cdba-453b-9312-5696b4bb53c9?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1316] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:51:51 2026] GET /v2.0/networks/28a7e91f-cdba-453b-9312-5696b4bb53c9?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: 629/1317] 199.204.45.23 () {34 vars in 984 bytes} [Wed Jul 15 15:51:51 2026] GET /v2.0/networks?id=fe6ccf76-4db5-478b-a6b8-e4d5f4d430ac => generated 660 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1318] 199.204.45.23 () {34 vars in 1048 bytes} [Wed Jul 15 15:51:51 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e5948f7ffc3b4d378738b16597073a3c => generated 180 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1319] 10.0.0.115 () {34 vars in 788 bytes} [Wed Jul 15 15:51:51 2026] PUT /v2.0/routers/f3c9d1bb-b511-4edc-af2b-62b1e200500f/remove_router_interface => generated 309 bytes in 1226 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1320] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:52 2026] GET /v2.0/ports?device_id=830800e1-980e-46e6-9e88-0c51e8edad05 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1321] 199.204.45.23 () {38 vars in 953 bytes} [Wed Jul 15 15:51:51 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: 7|app: 0|req: 691/1322] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:51:52 2026] GET /v2.0/security-groups?tenant_id=e1c8964724fa46ceac05a47b1be12192&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1323] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:51:52 2026] GET /v2.0/security-groups?id=4808f898-07e8-4cad-9a42-9ed912ead219&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:51:52.610 8 INFO neutron_taas.services.taas.taas_plugin [None req-8b35c9ea-0844-4200-a0da-d8ce657b0f98 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] TaaS: Handle Delete Port: 0dd45bed-4011-45de-8532-27e4a66c8e7f 2026-07-15 15:51:52.614 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b35c9ea-0844-4200-a0da-d8ce657b0f98 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Tap Mirror: Handle Delete Port: 0dd45bed-4011-45de-8532-27e4a66c8e7f 2026-07-15 15:51:52.929 8 INFO neutron_taas.services.taas.taas_plugin [None req-8b35c9ea-0844-4200-a0da-d8ce657b0f98 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] TaaS: Handle Delete Port: 98b84fcc-74f3-46aa-875f-e351580a9c34 2026-07-15 15:51:52.933 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b35c9ea-0844-4200-a0da-d8ce657b0f98 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Tap Mirror: Handle Delete Port: 98b84fcc-74f3-46aa-875f-e351580a9c34 [pid: 7|app: 0|req: 693/1324] 199.204.45.23 () {38 vars in 1026 bytes} [Wed Jul 15 15:51:52 2026] PUT /v2.0/ports/fd3d6380-7146-4299-ad7d-89a7cfdbf97c => generated 1235 bytes in 514 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-07-15 15:51:53.017 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fa2a6f49-e323-4980-8a06-6075b269e5d9'] response: {'name': 'network-changed', 'server_uuid': '5e1d1a9f-a947-4bc0-a1e8-01dc7b4f5890', 'tag': 'fd3d6380-7146-4299-ad7d-89a7cfdbf97c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 694/1325] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:51:52 2026] DELETE /v2.0/security-groups/f8bf7ace-de65-4f6d-b6c7-02b94a84382f => 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: 695/1326] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:53 2026] GET /v2.0/ports?device_id=5e1d1a9f-a947-4bc0-a1e8-01dc7b4f5890 => 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: 696/1327] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:51:53 2026] GET /v2.0/security-groups?id=85b0c51e-25da-4ca5-94bb-0658f181a25e&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:51:53.370 8 INFO neutron.services.segments.plugin [-] Segment d12c30be-92b1-43f0-b3fe-b4e1ece7521a resource provider aggregate not found 2026-07-15 15:51:53.375 8 INFO neutron.services.segments.plugin [-] Segment d12c30be-92b1-43f0-b3fe-b4e1ece7521a resource provider aggregate not found 2026-07-15 15:51:53.408 8 INFO neutron.db.l3_hamode_db [None req-8b35c9ea-0844-4200-a0da-d8ce657b0f98 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] HA network 91eda000-308e-4e91-b046-6e441c26c827 was deleted as no HA routers are present in tenant 03e66d1f754f4877beb80ead315e1873. 2026-07-15 15:51:53.410 8 INFO neutron.services.segments.plugin [-] Segment d12c30be-92b1-43f0-b3fe-b4e1ece7521a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d12c30be-92b1-43f0-b3fe-b4e1ece7521a found for delete ", "request_id": "req-c3f4e5cc-2f39-4d1c-a501-b8f04db424e1"}]} [pid: 8|app: 0|req: 632/1328] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:51:52 2026] DELETE /v2.0/routers/f3c9d1bb-b511-4edc-af2b-62b1e200500f => generated 0 bytes in 1064 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:51:53.419 8 INFO neutron.services.segments.plugin [-] Segment d12c30be-92b1-43f0-b3fe-b4e1ece7521a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d12c30be-92b1-43f0-b3fe-b4e1ece7521a found for delete ", "request_id": "req-3723dfee-bdf1-4cbe-8904-c05b95dda5fe"}]} [pid: 8|app: 0|req: 633/1329] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:51:53 2026] GET /v2.0/ports?tenant_id=e5948f7ffc3b4d378738b16597073a3c&device_id=5e1d1a9f-a947-4bc0-a1e8-01dc7b4f5890 => generated 1238 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1330] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:53 2026] GET /v2.0/ports?device_id=830800e1-980e-46e6-9e88-0c51e8edad05 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1331] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:51:53 2026] DELETE /v2.0/subnets/fc466db6-1acf-4de7-afa1-995d6ae37080 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1332] 199.204.45.23 () {34 vars in 1016 bytes} [Wed Jul 15 15:51:53 2026] GET /v2.0/networks?tenant_id=e5948f7ffc3b4d378738b16597073a3c&shared=False => generated 756 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1333] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:51:53 2026] GET /v2.0/security-groups?id=4808f898-07e8-4cad-9a42-9ed912ead219&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: 699/1334] 199.204.45.23 () {34 vars in 928 bytes} [Wed Jul 15 15:51:53 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:51:53.760 8 INFO neutron_taas.services.taas.taas_plugin [None req-822aa26d-f67e-4dbd-924a-eda15b2a066f ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] TaaS: Handle Delete Port: b40f0acc-6791-48cb-a7fb-778e5cd8dcbc 2026-07-15 15:51:53.762 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-822aa26d-f67e-4dbd-924a-eda15b2a066f ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Tap Mirror: Handle Delete Port: b40f0acc-6791-48cb-a7fb-778e5cd8dcbc [pid: 8|app: 0|req: 636/1335] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:51:53 2026] DELETE /v2.0/networks/3d944714-1e69-44e6-b9b8-ce21d3b4019f => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1336] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:51:54 2026] GET /v2.0/security-groups?tenant_id=03e66d1f754f4877beb80ead315e1873&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1337] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:51:54 2026] DELETE /v2.0/security-groups/b2723187-8f3d-44d1-a84c-1fd4f6f3f92c => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1338] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:54 2026] GET /v2.0/ports?device_id=5e1d1a9f-a947-4bc0-a1e8-01dc7b4f5890 => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1339] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:51:54 2026] GET /v2.0/security-groups?id=85b0c51e-25da-4ca5-94bb-0658f181a25e&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1340] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:51:54 2026] GET /v2.0/ports?tenant_id=e5948f7ffc3b4d378738b16597073a3c&device_id=5e1d1a9f-a947-4bc0-a1e8-01dc7b4f5890 => 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: 640/1341] 199.204.45.23 () {34 vars in 1056 bytes} [Wed Jul 15 15:51:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=fd3d6380-7146-4299-ad7d-89a7cfdbf97c => 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: 702/1342] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:54 2026] GET /v2.0/ports?device_id=830800e1-980e-46e6-9e88-0c51e8edad05 => generated 973 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1343] 199.204.45.23 () {34 vars in 982 bytes} [Wed Jul 15 15:51:54 2026] GET /v2.0/subnets?id=c820d1b3-65e2-4ef3-ad85-cb76e9aed2f7 => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1344] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:51:54 2026] GET /v2.0/security-groups?id=4808f898-07e8-4cad-9a42-9ed912ead219&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: 642/1345] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:51:54 2026] GET /v2.0/ports?network_id=fe6ccf76-4db5-478b-a6b8-e4d5f4d430ac&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: 704/1346] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:51:54 2026] GET /v2.0/networks/fe6ccf76-4db5-478b-a6b8-e4d5f4d430ac?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: 643/1347] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:51:54 2026] GET /v2.0/networks/fe6ccf76-4db5-478b-a6b8-e4d5f4d430ac?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:51:55.443 8 INFO neutron.services.segments.plugin [-] Segment e34c5813-0082-4777-b9e6-0c32e4cea18c resource provider aggregate not found 2026-07-15 15:51:55.447 8 INFO neutron.services.segments.plugin [-] Segment e34c5813-0082-4777-b9e6-0c32e4cea18c resource provider aggregate not found [pid: 7|app: 0|req: 705/1348] 10.0.0.115 () {34 vars in 676 bytes} [Wed Jul 15 15:51:55 2026] POST /v2.0/subnetpools => generated 549 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:51:55.469 8 INFO neutron.services.segments.plugin [-] Segment e34c5813-0082-4777-b9e6-0c32e4cea18c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e34c5813-0082-4777-b9e6-0c32e4cea18c found for delete ", "request_id": "req-367e239f-c081-40e1-8b72-09062d136c59"}]} 2026-07-15 15:51:55.473 8 INFO neutron.services.segments.plugin [-] Segment e34c5813-0082-4777-b9e6-0c32e4cea18c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e34c5813-0082-4777-b9e6-0c32e4cea18c found for delete ", "request_id": "req-cfd71fcb-2558-4836-9ae7-c8d9a7c52465"}]} [pid: 8|app: 0|req: 644/1349] 10.0.0.115 () {32 vars in 728 bytes} [Wed Jul 15 15:51:55 2026] GET /v2.0/subnetpools/62a88b40-ac6a-44d4-ba57-f051f0485325 => generated 549 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1350] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:55 2026] GET /v2.0/ports?device_id=5e1d1a9f-a947-4bc0-a1e8-01dc7b4f5890 => 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: 706/1351] 10.0.0.115 () {34 vars in 748 bytes} [Wed Jul 15 15:51:55 2026] PUT /v2.0/subnetpools/62a88b40-ac6a-44d4-ba57-f051f0485325 => generated 500 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1352] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:51:55 2026] GET /v2.0/security-groups?id=85b0c51e-25da-4ca5-94bb-0658f181a25e&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1353] 10.0.0.115 () {32 vars in 731 bytes} [Wed Jul 15 15:51:55 2026] DELETE /v2.0/subnetpools/62a88b40-ac6a-44d4-ba57-f051f0485325 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:51:55.716 8 INFO neutron.api.v2.resource [None req-34ee1970-0b3d-49d3-8923-b1080d66f63b bfa3b232722c4d66a40eb0852319a52d e69ea98e44e9461586bb055812527b3b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 647/1354] 10.0.0.115 () {32 vars in 728 bytes} [Wed Jul 15 15:51:55 2026] GET /v2.0/subnetpools/62a88b40-ac6a-44d4-ba57-f051f0485325 => generated 145 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-15 15:51:55.736 7 INFO neutron.api.v2.resource [None req-7d33ae81-2e98-41ef-92f6-4950886f3e6f bfa3b232722c4d66a40eb0852319a52d e69ea98e44e9461586bb055812527b3b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 708/1355] 10.0.0.115 () {32 vars in 731 bytes} [Wed Jul 15 15:51:55 2026] DELETE /v2.0/subnetpools/62a88b40-ac6a-44d4-ba57-f051f0485325 => generated 145 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1356] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:55 2026] GET /v2.0/ports?device_id=830800e1-980e-46e6-9e88-0c51e8edad05 => generated 973 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1357] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:51:56 2026] GET /v2.0/security-groups?id=4808f898-07e8-4cad-9a42-9ed912ead219&fields=id&fields=name => generated 114 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1360] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:51:56 2026] GET /v2.0/security-groups?tenant_id=e69ea98e44e9461586bb055812527b3b&name=default => generated 2925 bytes in 364 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1361] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:56 2026] GET /v2.0/ports?device_id=5e1d1a9f-a947-4bc0-a1e8-01dc7b4f5890 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1362] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:51:56 2026] DELETE /v2.0/security-groups/5f044bc8-1175-47de-b7f6-bbcc338cb13c => 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: 651/1363] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:51:56 2026] GET /v2.0/security-groups?id=85b0c51e-25da-4ca5-94bb-0658f181a25e&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1364] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:57 2026] GET /v2.0/ports?device_id=830800e1-980e-46e6-9e88-0c51e8edad05 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1365] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:51:57 2026] GET /v2.0/security-groups?id=4808f898-07e8-4cad-9a42-9ed912ead219&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: 714/1366] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:57 2026] GET /v2.0/ports?device_id=5e1d1a9f-a947-4bc0-a1e8-01dc7b4f5890 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1367] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:51:57 2026] GET /v2.0/security-groups?id=85b0c51e-25da-4ca5-94bb-0658f181a25e&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1368] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:58 2026] GET /v2.0/ports?device_id=830800e1-980e-46e6-9e88-0c51e8edad05 => generated 973 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1369] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:51:58 2026] GET /v2.0/security-groups?id=4808f898-07e8-4cad-9a42-9ed912ead219&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1370] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:51:58 2026] GET /v2.0/security-groups?tenant_id=9debc6ff2ce249c68d8ba7d90b76ae60&name=default => generated 2925 bytes in 337 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1371] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:59 2026] GET /v2.0/ports?device_id=5e1d1a9f-a947-4bc0-a1e8-01dc7b4f5890 => generated 969 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1372] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:51:59 2026] GET /v2.0/security-groups?id=85b0c51e-25da-4ca5-94bb-0658f181a25e&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1373] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:51:59 2026] DELETE /v2.0/security-groups/4d55fe4f-ea1d-4a86-8f33-8d331c4461f3 => 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: 657/1374] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:51:59 2026] GET /v2.0/security-groups?tenant_id=4b20907292304b1a951a90ad09b8d12c&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1375] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:51:59 2026] GET /v2.0/ports?device_id=830800e1-980e-46e6-9e88-0c51e8edad05 => generated 973 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1376] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:51:59 2026] DELETE /v2.0/security-groups/792ba8d4-6f04-4542-ae0c-4d805d5089bb => generated 0 bytes in 173 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1377] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:51:59 2026] GET /v2.0/security-groups?id=4808f898-07e8-4cad-9a42-9ed912ead219&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1378] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:52:00 2026] GET /v2.0/ports?device_id=5e1d1a9f-a947-4bc0-a1e8-01dc7b4f5890 => generated 971 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1379] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:52:00 2026] GET /v2.0/security-groups?id=85b0c51e-25da-4ca5-94bb-0658f181a25e&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1380] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:52:00 2026] GET /v2.0/ports?device_id=830800e1-980e-46e6-9e88-0c51e8edad05 => generated 975 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1381] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:52:00 2026] GET /v2.0/security-groups?id=4808f898-07e8-4cad-9a42-9ed912ead219&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: 721/1382] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:52:01 2026] GET /v2.0/security-groups?tenant_id=9bd93b31902e4c14ae8b7a310a7034ee&name=default => generated 2925 bytes in 340 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1383] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:52:01 2026] DELETE /v2.0/security-groups/b215bd74-4f78-427d-a30d-a588d928b51b => generated 0 bytes in 177 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1384] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:52:01 2026] GET /v2.0/ports?device_id=5e1d1a9f-a947-4bc0-a1e8-01dc7b4f5890 => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1385] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:52:01 2026] GET /v2.0/security-groups?id=85b0c51e-25da-4ca5-94bb-0658f181a25e&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1386] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:52:01 2026] GET /v2.0/ports?device_id=5e1d1a9f-a947-4bc0-a1e8-01dc7b4f5890 => 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: 664/1387] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:52:01 2026] GET /v2.0/security-groups?id=85b0c51e-25da-4ca5-94bb-0658f181a25e&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1388] 10.0.0.115 () {32 vars in 735 bytes} [Wed Jul 15 15:52:01 2026] GET /v2.0/ports?device_id=5e1d1a9f-a947-4bc0-a1e8-01dc7b4f5890 => generated 1240 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1389] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:52:02 2026] GET /v2.0/ports?device_id=830800e1-980e-46e6-9e88-0c51e8edad05 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1390] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:52:02 2026] GET /v2.0/security-groups?id=4808f898-07e8-4cad-9a42-9ed912ead219&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-07-15 15:52:02.933 8 INFO neutron.db.l3_db [None req-635d12ba-358b-47b7-9992-b7a7bbe22233 3a8e842fae21401f97eaaaa4a06f33fd e5948f7ffc3b4d378738b16597073a3c - - default default] Floating IP 980cd472-d28a-4fba-bf6c-8f981d7da367 associated. External IP: 10.96.250.212, port: fd3d6380-7146-4299-ad7d-89a7cfdbf97c. [pid: 7|app: 0|req: 727/1391] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:52:03 2026] GET /v2.0/ports?device_id=830800e1-980e-46e6-9e88-0c51e8edad05 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1392] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:52:03 2026] GET /v2.0/security-groups?id=4808f898-07e8-4cad-9a42-9ed912ead219&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: 665/1393] 10.0.0.115 () {34 vars in 676 bytes} [Wed Jul 15 15:52:01 2026] POST /v2.0/floatingips => generated 855 bytes in 1386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1394] 10.0.0.115 () {32 vars in 728 bytes} [Wed Jul 15 15:52:03 2026] GET /v2.0/floatingips/980cd472-d28a-4fba-bf6c-8f981d7da367 => generated 855 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:52:03.441 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0497ddba-39b7-43d3-b35c-21dbf0ecc099'] response: {'name': 'network-changed', 'server_uuid': '5e1d1a9f-a947-4bc0-a1e8-01dc7b4f5890', 'tag': 'fd3d6380-7146-4299-ad7d-89a7cfdbf97c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 666/1395] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:52:03 2026] GET /v2.0/ports?device_id=830800e1-980e-46e6-9e88-0c51e8edad05 => generated 975 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1396] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:52:03 2026] GET /v2.0/ports?tenant_id=e5948f7ffc3b4d378738b16597073a3c&device_id=5e1d1a9f-a947-4bc0-a1e8-01dc7b4f5890 => generated 1240 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:52:04.051 7 INFO neutron.db.l3_db [None req-22451c28-b2c6-4d8a-bcba-f2b5b4993cb1 cacfc4a87238498d8d2d87a5b4a9b7a2 1215ff4042e841189cd6fe2399f7f80f - - default default] Floating IP e174bf6a-3cd0-4852-a1eb-8f032b04cb93 associated. External IP: 10.96.250.201, port: 9a2d6fee-a7e0-411a-b286-bac650673f5d. [pid: 8|app: 0|req: 668/1397] 199.204.45.23 () {34 vars in 984 bytes} [Wed Jul 15 15:52:04 2026] GET /v2.0/networks?id=fe6ccf76-4db5-478b-a6b8-e4d5f4d430ac => generated 756 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1398] 199.204.45.23 () {34 vars in 1056 bytes} [Wed Jul 15 15:52:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=fd3d6380-7146-4299-ad7d-89a7cfdbf97c => generated 858 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1399] 199.204.45.23 () {34 vars in 982 bytes} [Wed Jul 15 15:52:04 2026] GET /v2.0/subnets?id=c820d1b3-65e2-4ef3-ad85-cb76e9aed2f7 => generated 678 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1400] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:52:04 2026] GET /v2.0/ports?network_id=fe6ccf76-4db5-478b-a6b8-e4d5f4d430ac&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1401] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:52:04 2026] GET /v2.0/networks/fe6ccf76-4db5-478b-a6b8-e4d5f4d430ac?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1402] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:52:04 2026] GET /v2.0/networks/fe6ccf76-4db5-478b-a6b8-e4d5f4d430ac?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: 730/1403] 10.0.0.115 () {34 vars in 748 bytes} [Wed Jul 15 15:52:03 2026] PUT /v2.0/floatingips/e174bf6a-3cd0-4852-a1eb-8f032b04cb93 => generated 856 bytes in 761 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:52:04.433 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c543e9c5-b134-4d32-85a4-d810b4112d01'] response: {'name': 'network-changed', 'server_uuid': '830800e1-980e-46e6-9e88-0c51e8edad05', 'tag': '9a2d6fee-a7e0-411a-b286-bac650673f5d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 674/1404] 10.0.0.115 () {32 vars in 728 bytes} [Wed Jul 15 15:52:04 2026] GET /v2.0/floatingips/980cd472-d28a-4fba-bf6c-8f981d7da367 => generated 855 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1405] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:52:04 2026] GET /v2.0/ports?device_id=830800e1-980e-46e6-9e88-0c51e8edad05 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1406] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:52:04 2026] GET /v2.0/security-groups?id=4808f898-07e8-4cad-9a42-9ed912ead219&fields=id&fields=name => generated 114 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1407] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:52:04 2026] GET /v2.0/ports?device_id=830800e1-980e-46e6-9e88-0c51e8edad05 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1408] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:52:04 2026] GET /v2.0/security-groups?id=4808f898-07e8-4cad-9a42-9ed912ead219&fields=id&fields=name => generated 114 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1409] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:52:04 2026] GET /v2.0/ports?tenant_id=1215ff4042e841189cd6fe2399f7f80f&device_id=830800e1-980e-46e6-9e88-0c51e8edad05 => generated 1244 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1410] 199.204.45.23 () {34 vars in 984 bytes} [Wed Jul 15 15:52:05 2026] GET /v2.0/networks?id=28a7e91f-cdba-453b-9312-5696b4bb53c9 => generated 776 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1411] 199.204.45.23 () {34 vars in 1058 bytes} [Wed Jul 15 15:52:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=9a2d6fee-a7e0-411a-b286-bac650673f5d => generated 859 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1412] 199.204.45.23 () {34 vars in 982 bytes} [Wed Jul 15 15:52:05 2026] GET /v2.0/subnets?id=18f1b830-10f6-47fc-91ce-ccf0a5c6b83d => generated 698 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1413] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:52:05 2026] GET /v2.0/ports?network_id=28a7e91f-cdba-453b-9312-5696b4bb53c9&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: 679/1414] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:52:05 2026] GET /v2.0/networks/28a7e91f-cdba-453b-9312-5696b4bb53c9?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1415] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:52:05 2026] GET /v2.0/networks/28a7e91f-cdba-453b-9312-5696b4bb53c9?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: 680/1416] 10.0.0.115 () {32 vars in 728 bytes} [Wed Jul 15 15:52:05 2026] GET /v2.0/floatingips/980cd472-d28a-4fba-bf6c-8f981d7da367 => generated 857 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1417] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:52:06 2026] GET /v2.0/ports?device_id=830800e1-980e-46e6-9e88-0c51e8edad05 => generated 975 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1418] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:52:06 2026] GET /v2.0/security-groups?id=4808f898-07e8-4cad-9a42-9ed912ead219&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1419] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:52:06 2026] GET /v2.0/security-groups?tenant_id=6cbc1c9aac164d8894f721f0011db841&name=default => generated 2925 bytes in 387 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1420] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:52:06 2026] DELETE /v2.0/security-groups/f30f851e-3137-4fcd-9b15-b1e63ca7449d => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1421] 199.204.45.23 () {34 vars in 992 bytes} [Wed Jul 15 15:52:07 2026] GET /v2.0/ports?device_id=830800e1-980e-46e6-9e88-0c51e8edad05 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1422] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:52:07 2026] GET /v2.0/ports?device_id=830800e1-980e-46e6-9e88-0c51e8edad05 => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1423] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:52:07 2026] GET /v2.0/security-groups?id=4808f898-07e8-4cad-9a42-9ed912ead219&fields=id&fields=name => generated 114 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:52:07.524 8 INFO neutron_taas.services.taas.taas_plugin [req-68d65f7a-4a86-4841-b0f2-1bcce553b39f req-38fb8eff-4378-4aae-938a-ed5516e241a3 cacfc4a87238498d8d2d87a5b4a9b7a2 1215ff4042e841189cd6fe2399f7f80f - - default default] TaaS: Handle Delete Port: 9a2d6fee-a7e0-411a-b286-bac650673f5d 2026-07-15 15:52:07.527 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-68d65f7a-4a86-4841-b0f2-1bcce553b39f req-38fb8eff-4378-4aae-938a-ed5516e241a3 cacfc4a87238498d8d2d87a5b4a9b7a2 1215ff4042e841189cd6fe2399f7f80f - - default default] Tap Mirror: Handle Delete Port: 9a2d6fee-a7e0-411a-b286-bac650673f5d 2026-07-15 15:52:07.716 8 INFO neutron.db.l3_db [req-68d65f7a-4a86-4841-b0f2-1bcce553b39f req-38fb8eff-4378-4aae-938a-ed5516e241a3 cacfc4a87238498d8d2d87a5b4a9b7a2 1215ff4042e841189cd6fe2399f7f80f - - default default] Floating IP e174bf6a-3cd0-4852-a1eb-8f032b04cb93 disassociated. External IP: 10.96.250.201, port: 9a2d6fee-a7e0-411a-b286-bac650673f5d. [pid: 7|app: 0|req: 742/1424] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:52:07 2026] GET /v2.0/security-groups?tenant_id=163d54a7d0ac4f70b3045ed37623e0c7&name=default => generated 2925 bytes in 349 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1425] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:52:07 2026] DELETE /v2.0/security-groups/5440148a-fb79-4bb1-b4c5-eb68c9291e21 => 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: 683/1426] 199.204.45.23 () {36 vars in 995 bytes} [Wed Jul 15 15:52:07 2026] DELETE /v2.0/ports/9a2d6fee-a7e0-411a-b286-bac650673f5d => generated 0 bytes in 713 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:52:08.112 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c9a44b0f-a5e1-4750-8fe3-53dd4db8a1c4'] response: {'server_uuid': '830800e1-980e-46e6-9e88-0c51e8edad05', 'name': 'network-vif-deleted', 'tag': '9a2d6fee-a7e0-411a-b286-bac650673f5d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 744/1427] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:52:08 2026] GET /v2.0/security-groups?tenant_id=9a8925110c7d4d38a880d8a3340e1cb0&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1428] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:52:08 2026] DELETE /v2.0/security-groups/15ede567-4320-479d-8789-4b89b3023205 => 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: 745/1429] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:52:08 2026] GET /v2.0/ports?device_id=830800e1-980e-46e6-9e88-0c51e8edad05 => 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: 685/1430] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:52:09 2026] GET /v2.0/ports?device_id=830800e1-980e-46e6-9e88-0c51e8edad05 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1431] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:52:10 2026] GET /v2.0/security-groups?tenant_id=cd661087e1e140a7b200daf6a2c91cf2&name=default => generated 2925 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1432] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:52:10 2026] DELETE /v2.0/security-groups/65a84155-8523-4171-9585-2e36749a7c1e => generated 0 bytes in 159 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1433] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:52:10 2026] GET /v2.0/ports?device_id=830800e1-980e-46e6-9e88-0c51e8edad05 => 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: 688/1436] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:52:11 2026] GET /v2.0/ports?device_id=830800e1-980e-46e6-9e88-0c51e8edad05 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1437] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:52:13 2026] DELETE /v2.0/security-groups/4808f898-07e8-4cad-9a42-9ed912ead219 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:52:13.227 8 INFO neutron.api.v2.resource [None req-272e7700-bc97-4e06-bf79-601180cdceb8 cacfc4a87238498d8d2d87a5b4a9b7a2 1215ff4042e841189cd6fe2399f7f80f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 689/1438] 10.0.0.115 () {32 vars in 736 bytes} [Wed Jul 15 15:52:13 2026] GET /v2.0/security-groups/4808f898-07e8-4cad-9a42-9ed912ead219 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-15 15:52:13.355 7 INFO neutron_taas.services.taas.taas_plugin [None req-8a21256c-f9d5-4f43-8068-10aad66579fd cacfc4a87238498d8d2d87a5b4a9b7a2 1215ff4042e841189cd6fe2399f7f80f - - default default] TaaS: Handle Delete Port: 3e7b854a-1f77-4c47-abc8-cf5231a274e7 2026-07-15 15:52:13.359 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a21256c-f9d5-4f43-8068-10aad66579fd cacfc4a87238498d8d2d87a5b4a9b7a2 1215ff4042e841189cd6fe2399f7f80f - - default default] Tap Mirror: Handle Delete Port: 3e7b854a-1f77-4c47-abc8-cf5231a274e7 [pid: 7|app: 0|req: 750/1439] 10.0.0.115 () {32 vars in 731 bytes} [Wed Jul 15 15:52:13 2026] DELETE /v2.0/floatingips/e174bf6a-3cd0-4852-a1eb-8f032b04cb93 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1440] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:52:13 2026] GET /v2.0/security-groups?tenant_id=ba3397eda969447dad6fdf5b370e0872&name=default => generated 2925 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1441] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:52:13 2026] DELETE /v2.0/security-groups/4d671901-187d-4b1a-a410-169d310a6c1e => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:52:14.088 7 INFO neutron_taas.services.taas.taas_plugin [None req-27eb193b-b358-48ad-ad17-f98cb6907b91 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] TaaS: Handle Delete Port: c734cc12-77cb-46f3-86c7-d6f43a54e5e9 2026-07-15 15:52:14.091 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27eb193b-b358-48ad-ad17-f98cb6907b91 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Tap Mirror: Handle Delete Port: c734cc12-77cb-46f3-86c7-d6f43a54e5e9 [pid: 8|app: 0|req: 692/1442] 10.0.0.146 () {32 vars in 801 bytes} [Wed Jul 15 15:52:14 2026] GET /v2.0/extensions => generated 21537 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1443] 10.0.0.105 () {34 vars in 989 bytes} [Wed Jul 15 15:52:14 2026] GET /v2.0/ports?device_id=5e1d1a9f-a947-4bc0-a1e8-01dc7b4f5890 => generated 1240 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1444] 10.0.0.105 () {34 vars in 1039 bytes} [Wed Jul 15 15:52:14 2026] GET /v2.0/security-groups?id=85b0c51e-25da-4ca5-94bb-0658f181a25e&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: 695/1445] 10.0.0.146 () {30 vars in 723 bytes} [Wed Jul 15 15:52:14 2026] GET /v2.0/quotas/b4f3d130d9304f388486a0b93434036c/details => generated 847 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1446] 10.0.0.115 () {34 vars in 788 bytes} [Wed Jul 15 15:52:13 2026] PUT /v2.0/routers/8f84c44a-2943-41db-a0fe-6d2f894aa0ef/remove_router_interface => generated 309 bytes in 1241 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:52:15.054 8 INFO neutron_taas.services.taas.taas_plugin [None req-89e4fa85-35f9-43f3-bc79-f83e4ef2551d ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] TaaS: Handle Delete Port: 4ab7450a-4142-43c4-aa06-a427092f1a3d 2026-07-15 15:52:15.057 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89e4fa85-35f9-43f3-bc79-f83e4ef2551d ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Tap Mirror: Handle Delete Port: 4ab7450a-4142-43c4-aa06-a427092f1a3d 2026-07-15 15:52:15.343 8 INFO neutron_taas.services.taas.taas_plugin [None req-89e4fa85-35f9-43f3-bc79-f83e4ef2551d ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] TaaS: Handle Delete Port: 9f469575-68a8-466a-8c42-85b32b4ca5c1 2026-07-15 15:52:15.346 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89e4fa85-35f9-43f3-bc79-f83e4ef2551d ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Tap Mirror: Handle Delete Port: 9f469575-68a8-466a-8c42-85b32b4ca5c1 2026-07-15 15:52:15.806 8 INFO neutron.services.segments.plugin [-] Segment b4e70220-af22-47f3-a2b9-71675e0cd235 resource provider aggregate not found 2026-07-15 15:52:15.812 8 INFO neutron.services.segments.plugin [-] Segment b4e70220-af22-47f3-a2b9-71675e0cd235 resource provider aggregate not found 2026-07-15 15:52:15.831 8 INFO neutron.services.segments.plugin [-] Segment b4e70220-af22-47f3-a2b9-71675e0cd235 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4e70220-af22-47f3-a2b9-71675e0cd235 found for delete ", "request_id": "req-2c18cf20-dfba-43fd-aab5-470bee62fb3a"}]} 2026-07-15 15:52:15.833 8 INFO neutron.services.segments.plugin [-] Segment b4e70220-af22-47f3-a2b9-71675e0cd235 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4e70220-af22-47f3-a2b9-71675e0cd235 found for delete ", "request_id": "req-08e7cfa1-420a-4b5c-9592-9f92f8a17de2"}]} 2026-07-15 15:52:15.837 8 INFO neutron.db.l3_hamode_db [None req-89e4fa85-35f9-43f3-bc79-f83e4ef2551d ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] HA network 92cf32d2-4c75-4abb-b2df-e0d64b0edac1 was deleted as no HA routers are present in tenant 1215ff4042e841189cd6fe2399f7f80f. [pid: 8|app: 0|req: 696/1447] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:52:14 2026] DELETE /v2.0/routers/8f84c44a-2943-41db-a0fe-6d2f894aa0ef => generated 0 bytes in 1024 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1448] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:52:15 2026] DELETE /v2.0/subnets/18f1b830-10f6-47fc-91ce-ccf0a5c6b83d => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:52:16.039 7 INFO neutron.db.segments_db [None req-9e9205bb-24be-4ec4-9738-f119492ddf38 6b82545e23e34ea1ab29f8e3e4d4f4fc 9d6b188c4d4145888270cde8d44f784e - - default default] Added segment 1527fcbc-a31c-443d-b50b-9273033a3e39 of type vxlan for network 5647366b-1e37-472c-b90a-52eaf7e7675f [pid: 7|app: 0|req: 752/1449] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:52:15 2026] POST /v2.0/networks => generated 630 bytes in 451 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:52:16.153 8 INFO neutron_taas.services.taas.taas_plugin [None req-742cabab-ef23-4b9a-8cf7-4e14952441ef ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] TaaS: Handle Delete Port: 1a714091-416a-4605-a396-7b8a38980162 2026-07-15 15:52:16.157 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-742cabab-ef23-4b9a-8cf7-4e14952441ef ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Tap Mirror: Handle Delete Port: 1a714091-416a-4605-a396-7b8a38980162 [pid: 7|app: 0|req: 753/1450] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:52:16 2026] POST /v2.0/subnets => generated 627 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1451] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:52:16 2026] DELETE /v2.0/networks/28a7e91f-cdba-453b-9312-5696b4bb53c9 => generated 0 bytes in 345 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:52:16.401 7 INFO neutron.db.segments_db [None req-52c5f553-8eed-4026-9416-10cb85aef676 6b82545e23e34ea1ab29f8e3e4d4f4fc 9d6b188c4d4145888270cde8d44f784e - - default default] Added segment 9c08a8fc-b6f1-4f21-b791-31c371858776 of type vxlan for network 5b2bf08e-1878-4993-910d-569fb71af975 [pid: 8|app: 0|req: 699/1452] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:52:16 2026] GET /v2.0/security-groups?tenant_id=1215ff4042e841189cd6fe2399f7f80f&name=default => generated 2925 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:52:16.668 7 INFO neutron.db.l3_hamode_db [None req-52c5f553-8eed-4026-9416-10cb85aef676 6b82545e23e34ea1ab29f8e3e4d4f4fc 9d6b188c4d4145888270cde8d44f784e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 700/1453] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:52:16 2026] DELETE /v2.0/security-groups/f69f68d3-19ea-46eb-994a-623f1e64475e => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:52:17.517 7 INFO neutron.db.l3_hamode_db [None req-52c5f553-8eed-4026-9416-10cb85aef676 6b82545e23e34ea1ab29f8e3e4d4f4fc 9d6b188c4d4145888270cde8d44f784e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-15 15:52:17.858 8 INFO neutron.services.segments.plugin [-] Segment 92c6bb16-ad07-42fa-8a62-71e2c382261b resource provider aggregate not found 2026-07-15 15:52:17.865 8 INFO neutron.services.segments.plugin [-] Segment 92c6bb16-ad07-42fa-8a62-71e2c382261b resource provider aggregate not found 2026-07-15 15:52:17.883 8 INFO neutron.services.segments.plugin [-] Segment 92c6bb16-ad07-42fa-8a62-71e2c382261b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92c6bb16-ad07-42fa-8a62-71e2c382261b found for delete ", "request_id": "req-b5652921-5be8-410f-bf6e-4c88263819e2"}]} 2026-07-15 15:52:17.886 8 INFO neutron.services.segments.plugin [-] Segment 92c6bb16-ad07-42fa-8a62-71e2c382261b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92c6bb16-ad07-42fa-8a62-71e2c382261b found for delete ", "request_id": "req-f3722bb2-f3e3-4caf-84e5-8f301d055190"}]} [pid: 8|app: 0|req: 701/1454] 10.0.0.146 () {32 vars in 801 bytes} [Wed Jul 15 15:52:18 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1455] 10.0.0.146 () {30 vars in 723 bytes} [Wed Jul 15 15:52:18 2026] GET /v2.0/quotas/b4f3d130d9304f388486a0b93434036c/details => generated 847 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1456] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:52:16 2026] POST /v2.0/routers => generated 694 bytes in 2325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:52:19.196 7 INFO neutron.db.segments_db [None req-c223ff6a-87e5-4e9e-861d-33e119b87795 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Added segment db30fb82-492a-4804-9937-83cb3c733510 of type vxlan for network e8a27b67-03e6-48b8-b6e6-2d1fbdf52257 [pid: 7|app: 0|req: 755/1457] 10.0.0.115 () {34 vars in 670 bytes} [Wed Jul 15 15:52:18 2026] POST /v2.0/networks => generated 718 bytes in 481 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1458] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:52:19 2026] POST /v2.0/subnets => generated 684 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:52:19.633 7 INFO neutron.db.segments_db [None req-9929699f-0a00-4ce0-a4cf-2cb471a4655a ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Added segment d43dfac7-9cae-42b0-a322-df4113ac901d of type vxlan for network 255ee3a2-8066-42f5-b683-74a5421fd659 2026-07-15 15:52:19.933 7 INFO neutron.db.l3_hamode_db [None req-9929699f-0a00-4ce0-a4cf-2cb471a4655a ee5000d31c9748ce81cdbc1a736f771b 0a6300a8e2da486fb9faa34165fac260 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 703/1459] 10.0.0.115 () {34 vars in 782 bytes} [Wed Jul 15 15:52:18 2026] PUT /v2.0/routers/d4b2a3f0-a641-4211-80ec-57d6cabd0e9f/add_router_interface => generated 309 bytes in 1580 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1460] 10.0.0.115 () {34 vars in 664 bytes} [Wed Jul 15 15:52:20 2026] POST /v2.0/ports => generated 958 bytes in 418 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-07-15 15:52:20.830 7 INFO neutron.db.l3_hamode_db [None req-9929699f-0a00-4ce0-a4cf-2cb471a4655a ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 705/1461] 10.0.0.115 () {34 vars in 664 bytes} [Wed Jul 15 15:52:20 2026] POST /v2.0/ports => generated 954 bytes in 366 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: 757/1462] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:52:19 2026] POST /v2.0/routers => generated 724 bytes in 2904 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:52:22.648 8 INFO neutron.db.l3_db [None req-3c36f558-63e8-45c2-bbb4-75cf6a9e924c 6b82545e23e34ea1ab29f8e3e4d4f4fc 9d6b188c4d4145888270cde8d44f784e - - default default] Floating IP 44cbfa61-62d5-4512-b23d-d3953b31c6dc associated. External IP: 10.96.250.216, port: 4db1a409-8877-4692-8d4b-22cb4657d63e. [pid: 7|app: 0|req: 758/1463] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:52:22 2026] GET /v2.0/security-groups?tenant_id=b4f3d130d9304f388486a0b93434036c&name=default => generated 2925 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1464] 10.0.0.115 () {34 vars in 676 bytes} [Wed Jul 15 15:52:21 2026] POST /v2.0/floatingips => generated 841 bytes in 1976 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1465] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:52:23 2026] DELETE /v2.0/security-groups/86f4515a-f28f-42ac-b504-95738f57c04d => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:52:23.316 8 INFO neutron.db.l3_db [None req-151d05b8-0cb6-46a9-ab67-31758f2f2df4 6b82545e23e34ea1ab29f8e3e4d4f4fc 9d6b188c4d4145888270cde8d44f784e - - default default] Floating IP 44cbfa61-62d5-4512-b23d-d3953b31c6dc disassociated. External IP: 10.96.250.216, port: 4db1a409-8877-4692-8d4b-22cb4657d63e. [pid: 8|app: 0|req: 708/1466] 10.0.0.115 () {34 vars in 748 bytes} [Wed Jul 15 15:52:23 2026] PUT /v2.0/floatingips/44cbfa61-62d5-4512-b23d-d3953b31c6dc => generated 552 bytes in 663 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1467] 10.0.0.115 () {32 vars in 825 bytes} [Wed Jul 15 15:52:23 2026] GET /v2.0/ports?project_id=e5948f7ffc3b4d378738b16597073a3c&network_id=fe6ccf76-4db5-478b-a6b8-e4d5f4d430ac => generated 3691 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:52:24.071 8 INFO neutron_taas.services.taas.taas_plugin [None req-94cdefca-c062-4ec3-a689-708274cdba69 6b82545e23e34ea1ab29f8e3e4d4f4fc 9d6b188c4d4145888270cde8d44f784e - - default default] TaaS: Handle Delete Port: 2b1956ef-b59e-456c-9cdb-408f48eeaaf6 2026-07-15 15:52:24.075 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94cdefca-c062-4ec3-a689-708274cdba69 6b82545e23e34ea1ab29f8e3e4d4f4fc 9d6b188c4d4145888270cde8d44f784e - - default default] Tap Mirror: Handle Delete Port: 2b1956ef-b59e-456c-9cdb-408f48eeaaf6 [pid: 8|app: 0|req: 710/1468] 10.0.0.115 () {32 vars in 731 bytes} [Wed Jul 15 15:52:23 2026] DELETE /v2.0/floatingips/44cbfa61-62d5-4512-b23d-d3953b31c6dc => generated 0 bytes in 397 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1469] 10.0.0.115 () {32 vars in 741 bytes} [Wed Jul 15 15:52:24 2026] GET /v2.0/subnets?network_id=991be8b8-48b7-4c71-80b2-a7401896d749 => generated 667 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1470] 10.0.0.115 () {34 vars in 782 bytes} [Wed Jul 15 15:52:22 2026] PUT /v2.0/routers/7d810d20-8cf3-42c4-91e3-395d53ad01a1/add_router_interface => generated 309 bytes in 1621 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:52:24.636 7 INFO neutron.db.l3_db [None req-95a92512-e7e2-43ac-8e7e-0a3b6e19b001 3a8e842fae21401f97eaaaa4a06f33fd e5948f7ffc3b4d378738b16597073a3c - - default default] Floating IP 980cd472-d28a-4fba-bf6c-8f981d7da367 disassociated. External IP: 10.96.250.212, port: fd3d6380-7146-4299-ad7d-89a7cfdbf97c. [pid: 7|app: 0|req: 760/1471] 10.0.0.115 () {34 vars in 748 bytes} [Wed Jul 15 15:52:24 2026] PUT /v2.0/floatingips/980cd472-d28a-4fba-bf6c-8f981d7da367 => generated 554 bytes in 586 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1472] 10.0.0.115 () {32 vars in 728 bytes} [Wed Jul 15 15:52:25 2026] GET /v2.0/floatingips/980cd472-d28a-4fba-bf6c-8f981d7da367 => generated 554 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:52:25.126 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-616f798a-1d89-4628-b078-006b38b595a6'] response: {'name': 'network-changed', 'server_uuid': '5e1d1a9f-a947-4bc0-a1e8-01dc7b4f5890', 'tag': 'fd3d6380-7146-4299-ad7d-89a7cfdbf97c', 'status': 'completed', 'code': 200} 2026-07-15 15:52:25.209 8 INFO neutron.db.l3_db [None req-aa9c0959-d961-4234-8ea5-a9429b8db6df 6b82545e23e34ea1ab29f8e3e4d4f4fc 9d6b188c4d4145888270cde8d44f784e - - default default] Floating IP ec8767c6-b187-420f-8e4c-0295e158a0d9 associated. External IP: 10.96.250.207, port: e3920e11-91a5-44a0-9be2-c12f0cb2ee55. [pid: 7|app: 0|req: 762/1473] 10.0.0.115 () {34 vars in 684 bytes} [Wed Jul 15 15:52:25 2026] POST /v2.0/security-groups => generated 1660 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1474] 10.0.0.115 () {34 vars in 694 bytes} [Wed Jul 15 15:52:25 2026] POST /v2.0/security-group-rules => generated 597 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1475] 10.0.0.115 () {34 vars in 676 bytes} [Wed Jul 15 15:52:24 2026] POST /v2.0/floatingips => generated 842 bytes in 1263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1476] 10.0.0.115 () {34 vars in 694 bytes} [Wed Jul 15 15:52:25 2026] POST /v2.0/security-group-rules => generated 602 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1477] 10.0.0.115 () {32 vars in 728 bytes} [Wed Jul 15 15:52:25 2026] GET /v2.0/floatingips/ec8767c6-b187-420f-8e4c-0295e158a0d9 => generated 842 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1478] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:52:25 2026] GET /v2.0/ports?tenant_id=e5948f7ffc3b4d378738b16597073a3c&device_id=5e1d1a9f-a947-4bc0-a1e8-01dc7b4f5890 => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1479] 10.0.0.115 () {32 vars in 654 bytes} [Wed Jul 15 15:52:25 2026] GET /v2.0/floatingips => generated 845 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1480] 199.204.45.23 () {34 vars in 984 bytes} [Wed Jul 15 15:52:25 2026] GET /v2.0/networks?id=fe6ccf76-4db5-478b-a6b8-e4d5f4d430ac => generated 756 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1481] 10.0.0.115 () {34 vars in 675 bytes} [Wed Jul 15 15:52:25 2026] POST /v2.0/floatingips => generated 552 bytes in 609 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1482] 199.204.45.23 () {34 vars in 1056 bytes} [Wed Jul 15 15:52:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=fd3d6380-7146-4299-ad7d-89a7cfdbf97c => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:52:26.267 8 INFO neutron.db.l3_db [None req-fc34a4c4-3013-4865-b1e7-eae258667ab5 6b82545e23e34ea1ab29f8e3e4d4f4fc 9d6b188c4d4145888270cde8d44f784e - - default default] Floating IP ec8767c6-b187-420f-8e4c-0295e158a0d9 associated. External IP: 10.96.250.207, port: e3920e11-91a5-44a0-9be2-c12f0cb2ee55. [pid: 7|app: 0|req: 767/1483] 10.0.0.115 () {32 vars in 728 bytes} [Wed Jul 15 15:52:26 2026] GET /v2.0/floatingips/980cd472-d28a-4fba-bf6c-8f981d7da367 => generated 554 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1484] 199.204.45.23 () {34 vars in 982 bytes} [Wed Jul 15 15:52:26 2026] GET /v2.0/subnets?id=c820d1b3-65e2-4ef3-ad85-cb76e9aed2f7 => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1485] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:52:26 2026] GET /v2.0/ports?network_id=fe6ccf76-4db5-478b-a6b8-e4d5f4d430ac&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: 770/1486] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:52:26 2026] GET /v2.0/networks/fe6ccf76-4db5-478b-a6b8-e4d5f4d430ac?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1487] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:52:26 2026] GET /v2.0/networks/fe6ccf76-4db5-478b-a6b8-e4d5f4d430ac?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: 774/1490] 10.0.0.192 () {34 vars in 1099 bytes} [Wed Jul 15 15:52:26 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1685704700&fields=id&tenant_id=0a6300a8e2da486fb9faa34165fac260 => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1491] 10.0.0.192 () {34 vars in 981 bytes} [Wed Jul 15 15:52:26 2026] GET /v2.0/networks?id=e8a27b67-03e6-48b8-b6e6-2d1fbdf52257 => generated 669 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1492] 10.0.0.192 () {34 vars in 964 bytes} [Wed Jul 15 15:52:26 2026] GET /v2.0/quotas/0a6300a8e2da486fb9faa34165fac260 => 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: 777/1493] 10.0.0.192 () {34 vars in 1001 bytes} [Wed Jul 15 15:52:26 2026] GET /v2.0/ports?tenant_id=0a6300a8e2da486fb9faa34165fac260&fields=id => generated 103 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1494] 10.0.0.192 () {34 vars in 1007 bytes} [Wed Jul 15 15:52:27 2026] GET /v2.0/networks/e8a27b67-03e6-48b8-b6e6-2d1fbdf52257?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1495] 10.0.0.115 () {34 vars in 748 bytes} [Wed Jul 15 15:52:25 2026] PUT /v2.0/floatingips/ec8767c6-b187-420f-8e4c-0295e158a0d9 => generated 841 bytes in 1210 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1496] 10.0.0.192 () {34 vars in 1107 bytes} [Wed Jul 15 15:52:27 2026] GET /v2.0/networks/e8a27b67-03e6-48b8-b6e6-2d1fbdf52257?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:52:27.253 7 INFO neutron.db.l3_db [None req-3f82528a-f1d5-4291-9827-93151520b54e 6b82545e23e34ea1ab29f8e3e4d4f4fc 9d6b188c4d4145888270cde8d44f784e - - default default] Floating IP ec8767c6-b187-420f-8e4c-0295e158a0d9 disassociated. External IP: 10.96.250.207, port: 4db1a409-8877-4692-8d4b-22cb4657d63e. [pid: 8|app: 0|req: 719/1497] 10.0.0.115 () {32 vars in 728 bytes} [Wed Jul 15 15:52:27 2026] GET /v2.0/floatingips/980cd472-d28a-4fba-bf6c-8f981d7da367 => generated 552 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1498] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:52:27 2026] GET /v2.0/ports?device_id=639bbc2e-4d41-41bb-b197-f0806f714119 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1499] 10.0.0.115 () {34 vars in 748 bytes} [Wed Jul 15 15:52:27 2026] PUT /v2.0/floatingips/ec8767c6-b187-420f-8e4c-0295e158a0d9 => generated 552 bytes in 599 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:52:27.803 8 INFO neutron_taas.services.taas.taas_plugin [None req-28c2f8e6-570a-448e-a68b-464b1c2edcb8 6b82545e23e34ea1ab29f8e3e4d4f4fc 9d6b188c4d4145888270cde8d44f784e - - default default] TaaS: Handle Delete Port: af091843-4418-4032-b3c9-21b20bba3805 2026-07-15 15:52:27.807 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28c2f8e6-570a-448e-a68b-464b1c2edcb8 6b82545e23e34ea1ab29f8e3e4d4f4fc 9d6b188c4d4145888270cde8d44f784e - - default default] Tap Mirror: Handle Delete Port: af091843-4418-4032-b3c9-21b20bba3805 [pid: 8|app: 0|req: 721/1500] 10.0.0.115 () {32 vars in 731 bytes} [Wed Jul 15 15:52:27 2026] DELETE /v2.0/floatingips/ec8767c6-b187-420f-8e4c-0295e158a0d9 => generated 0 bytes in 327 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:52:28.037 8 INFO neutron.api.v2.resource [None req-e2b8e7a1-0ce6-4c61-a00c-d096cbf4aa15 6b82545e23e34ea1ab29f8e3e4d4f4fc 9d6b188c4d4145888270cde8d44f784e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 722/1501] 10.0.0.115 () {32 vars in 731 bytes} [Wed Jul 15 15:52:28 2026] DELETE /v2.0/floatingips/ec8767c6-b187-420f-8e4c-0295e158a0d9 => generated 144 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1502] 10.0.0.115 () {34 vars in 677 bytes} [Wed Jul 15 15:52:27 2026] POST /v2.0/qos/policies => generated 359 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1503] 10.0.0.115 () {34 vars in 677 bytes} [Wed Jul 15 15:52:28 2026] POST /v2.0/qos/policies => generated 359 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:52:28.203 8 INFO neutron_taas.services.taas.taas_plugin [None req-ab3ee461-c456-4ab9-aa70-475eaec946c0 6b82545e23e34ea1ab29f8e3e4d4f4fc 9d6b188c4d4145888270cde8d44f784e - - default default] TaaS: Handle Delete Port: 4db1a409-8877-4692-8d4b-22cb4657d63e 2026-07-15 15:52:28.210 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab3ee461-c456-4ab9-aa70-475eaec946c0 6b82545e23e34ea1ab29f8e3e4d4f4fc 9d6b188c4d4145888270cde8d44f784e - - default default] Tap Mirror: Handle Delete Port: 4db1a409-8877-4692-8d4b-22cb4657d63e [pid: 7|app: 0|req: 782/1504] 10.0.0.115 () {34 vars in 677 bytes} [Wed Jul 15 15:52:28 2026] POST /v2.0/qos/policies => generated 359 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1505] 10.0.0.115 () {34 vars in 677 bytes} [Wed Jul 15 15:52:28 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: 784/1506] 10.0.0.115 () {34 vars in 677 bytes} [Wed Jul 15 15:52:28 2026] POST /v2.0/qos/policies => generated 359 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1507] 10.0.0.115 () {32 vars in 719 bytes} [Wed Jul 15 15:52:28 2026] DELETE /v2.0/ports/4db1a409-8877-4692-8d4b-22cb4657d63e => generated 0 bytes in 347 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1508] 10.0.0.115 () {34 vars in 752 bytes} [Wed Jul 15 15:52:28 2026] PUT /v2.0/policies/891c981d-318a-468e-9de1-0aa92effeadd/tags => generated 17 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:52:28.531 8 INFO neutron_taas.services.taas.taas_plugin [None req-facfc082-813e-4561-9a7d-7f020f58f6c5 6b82545e23e34ea1ab29f8e3e4d4f4fc 9d6b188c4d4145888270cde8d44f784e - - default default] TaaS: Handle Delete Port: e3920e11-91a5-44a0-9be2-c12f0cb2ee55 2026-07-15 15:52:28.534 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-facfc082-813e-4561-9a7d-7f020f58f6c5 6b82545e23e34ea1ab29f8e3e4d4f4fc 9d6b188c4d4145888270cde8d44f784e - - default default] Tap Mirror: Handle Delete Port: e3920e11-91a5-44a0-9be2-c12f0cb2ee55 [pid: 7|app: 0|req: 786/1509] 10.0.0.115 () {34 vars in 684 bytes} [Wed Jul 15 15:52:28 2026] POST /v2.0/security-groups => generated 1675 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1510] 10.0.0.115 () {34 vars in 752 bytes} [Wed Jul 15 15:52:28 2026] PUT /v2.0/policies/5dae4bdb-3d63-4186-b28d-68eddc4c4721/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1511] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:52:28 2026] GET /v2.0/ports?device_id=639bbc2e-4d41-41bb-b197-f0806f714119 => 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: 724/1512] 10.0.0.115 () {32 vars in 719 bytes} [Wed Jul 15 15:52:28 2026] DELETE /v2.0/ports/e3920e11-91a5-44a0-9be2-c12f0cb2ee55 => generated 0 bytes in 333 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1513] 10.0.0.115 () {34 vars in 752 bytes} [Wed Jul 15 15:52:28 2026] PUT /v2.0/policies/646719f4-8cad-4593-a519-c55e9e4e2ec1/tags => generated 34 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1514] 10.0.0.115 () {34 vars in 694 bytes} [Wed Jul 15 15:52:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1515] 10.0.0.115 () {32 vars in 735 bytes} [Wed Jul 15 15:52:28 2026] GET /v2.0/ports?device_id=d4b2a3f0-a641-4211-80ec-57d6cabd0e9f => generated 958 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1516] 10.0.0.115 () {34 vars in 752 bytes} [Wed Jul 15 15:52:28 2026] PUT /v2.0/policies/d8bfdc61-d6c4-44f3-8f13-a4b1a5b94499/tags => generated 19 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1517] 10.0.0.115 () {34 vars in 694 bytes} [Wed Jul 15 15:52:28 2026] POST /v2.0/security-group-rules => generated 596 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1518] 10.0.0.115 () {34 vars in 694 bytes} [Wed Jul 15 15:52:28 2026] POST /v2.0/security-group-rules => generated 602 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1519] 10.0.0.115 () {34 vars in 694 bytes} [Wed Jul 15 15:52:29 2026] POST /v2.0/security-group-rules => generated 601 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:52:29.333 7 INFO neutron_taas.services.taas.taas_plugin [None req-e9c3511e-2fb1-455f-bd54-0b81b3e9c53f 6b82545e23e34ea1ab29f8e3e4d4f4fc 9d6b188c4d4145888270cde8d44f784e - - default default] TaaS: Handle Delete Port: 29b0fc8d-b778-4823-bf7e-e2128847cebc 2026-07-15 15:52:29.337 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e9c3511e-2fb1-455f-bd54-0b81b3e9c53f 6b82545e23e34ea1ab29f8e3e4d4f4fc 9d6b188c4d4145888270cde8d44f784e - - default default] Tap Mirror: Handle Delete Port: 29b0fc8d-b778-4823-bf7e-e2128847cebc [pid: 8|app: 0|req: 730/1520] 10.0.0.115 () {32 vars in 673 bytes} [Wed Jul 15 15:52:29 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:52:29.435 8 INFO neutron.db.securitygroups_db [None req-d07ca8ef-151f-43aa-9b34-011e7bff5cd6 3a8e842fae21401f97eaaaa4a06f33fd e5948f7ffc3b4d378738b16597073a3c - - default default] Project e5948f7ffc3b4d378738b16597073a3c added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. [pid: 8|app: 0|req: 731/1521] 10.0.0.115 () {34 vars in 694 bytes} [Wed Jul 15 15:52:29 2026] POST /v2.0/security-group-rules => generated 607 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1522] 10.0.0.115 () {32 vars in 687 bytes} [Wed Jul 15 15:52:29 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:52:29.662 8 INFO neutron.db.securitygroups_db [None req-66a5ccd9-a02c-4f6b-a60b-3309603a666f 3a8e842fae21401f97eaaaa4a06f33fd e5948f7ffc3b4d378738b16597073a3c - - default default] Project e5948f7ffc3b4d378738b16597073a3c 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: 733/1523] 10.0.0.115 () {34 vars in 694 bytes} [Wed Jul 15 15:52:29 2026] POST /v2.0/security-group-rules => generated 606 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1524] 10.0.0.115 () {32 vars in 683 bytes} [Wed Jul 15 15:52:29 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1525] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:52:29 2026] GET /v2.0/ports?device_id=639bbc2e-4d41-41bb-b197-f0806f714119 => 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: 736/1526] 10.0.0.115 () {32 vars in 695 bytes} [Wed Jul 15 15:52:29 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1527] 10.0.0.115 () {34 vars in 788 bytes} [Wed Jul 15 15:52:28 2026] PUT /v2.0/routers/d4b2a3f0-a641-4211-80ec-57d6cabd0e9f/remove_router_interface => generated 309 bytes in 1072 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1528] 10.0.0.115 () {32 vars in 681 bytes} [Wed Jul 15 15:52:29 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: 738/1529] 10.0.0.115 () {32 vars in 695 bytes} [Wed Jul 15 15:52:29 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1530] 10.0.0.115 () {32 vars in 691 bytes} [Wed Jul 15 15:52:30 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:52:30.159 7 INFO neutron_taas.services.taas.taas_plugin [None req-f4027751-f05f-49b9-b515-2f29b4020a3e 6b82545e23e34ea1ab29f8e3e4d4f4fc 9d6b188c4d4145888270cde8d44f784e - - default default] TaaS: Handle Delete Port: 9d88bb1e-0243-4a78-93ee-52db9f879bea 2026-07-15 15:52:30.162 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4027751-f05f-49b9-b515-2f29b4020a3e 6b82545e23e34ea1ab29f8e3e4d4f4fc 9d6b188c4d4145888270cde8d44f784e - - default default] Tap Mirror: Handle Delete Port: 9d88bb1e-0243-4a78-93ee-52db9f879bea [pid: 8|app: 0|req: 740/1531] 10.0.0.115 () {32 vars in 703 bytes} [Wed Jul 15 15:52:30 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1532] 10.0.0.115 () {32 vars in 648 bytes} [Wed Jul 15 15:52:30 2026] GET /v2.0/networks => generated 1297 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1533] 10.0.0.115 () {32 vars in 733 bytes} [Wed Jul 15 15:52:30 2026] DELETE /v2.0/qos/policies/891c981d-318a-468e-9de1-0aa92effeadd => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1534] 10.0.0.115 () {32 vars in 733 bytes} [Wed Jul 15 15:52:30 2026] DELETE /v2.0/qos/policies/5dae4bdb-3d63-4186-b28d-68eddc4c4721 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1535] 10.0.0.192 () {34 vars in 1099 bytes} [Wed Jul 15 15:52:30 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1074106657&fields=id&tenant_id=e5948f7ffc3b4d378738b16597073a3c => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:52:30.479 7 INFO neutron_taas.services.taas.taas_plugin [None req-f4027751-f05f-49b9-b515-2f29b4020a3e 6b82545e23e34ea1ab29f8e3e4d4f4fc 9d6b188c4d4145888270cde8d44f784e - - default default] TaaS: Handle Delete Port: 5d4c3b08-02a2-44fa-8bcd-574122ca6d47 2026-07-15 15:52:30.482 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4027751-f05f-49b9-b515-2f29b4020a3e 6b82545e23e34ea1ab29f8e3e4d4f4fc 9d6b188c4d4145888270cde8d44f784e - - default default] Tap Mirror: Handle Delete Port: 5d4c3b08-02a2-44fa-8bcd-574122ca6d47 [pid: 8|app: 0|req: 745/1536] 10.0.0.115 () {32 vars in 733 bytes} [Wed Jul 15 15:52:30 2026] DELETE /v2.0/qos/policies/646719f4-8cad-4593-a519-c55e9e4e2ec1 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1537] 10.0.0.192 () {34 vars in 981 bytes} [Wed Jul 15 15:52:30 2026] GET /v2.0/networks?id=fe6ccf76-4db5-478b-a6b8-e4d5f4d430ac => generated 660 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1538] 10.0.0.115 () {32 vars in 733 bytes} [Wed Jul 15 15:52:30 2026] DELETE /v2.0/qos/policies/d8bfdc61-d6c4-44f3-8f13-a4b1a5b94499 => 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: 748/1539] 10.0.0.192 () {34 vars in 964 bytes} [Wed Jul 15 15:52:30 2026] GET /v2.0/quotas/e5948f7ffc3b4d378738b16597073a3c => 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: 749/1540] 10.0.0.115 () {32 vars in 733 bytes} [Wed Jul 15 15:52:30 2026] DELETE /v2.0/qos/policies/8f336252-1187-42ef-8740-aa6013636829 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1541] 10.0.0.192 () {34 vars in 1001 bytes} [Wed Jul 15 15:52:30 2026] GET /v2.0/ports?tenant_id=e5948f7ffc3b4d378738b16597073a3c&fields=id => generated 149 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1542] 10.0.0.192 () {34 vars in 1007 bytes} [Wed Jul 15 15:52:30 2026] GET /v2.0/networks/fe6ccf76-4db5-478b-a6b8-e4d5f4d430ac?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:52:30.904 7 INFO neutron.services.segments.plugin [-] Segment 9c08a8fc-b6f1-4f21-b791-31c371858776 resource provider aggregate not found 2026-07-15 15:52:30.923 7 INFO neutron.services.segments.plugin [-] Segment 9c08a8fc-b6f1-4f21-b791-31c371858776 resource provider aggregate not found 2026-07-15 15:52:30.931 7 INFO neutron.services.segments.plugin [-] Segment 9c08a8fc-b6f1-4f21-b791-31c371858776 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c08a8fc-b6f1-4f21-b791-31c371858776 found for delete ", "request_id": "req-fd570d6c-e15c-4ccb-8aad-c3104d618133"}]} 2026-07-15 15:52:30.944 7 INFO neutron.db.l3_hamode_db [None req-f4027751-f05f-49b9-b515-2f29b4020a3e 6b82545e23e34ea1ab29f8e3e4d4f4fc 9d6b188c4d4145888270cde8d44f784e - - default default] HA network 5b2bf08e-1878-4993-910d-569fb71af975 was deleted as no HA routers are present in tenant 9d6b188c4d4145888270cde8d44f784e. 2026-07-15 15:52:30.955 7 INFO neutron.services.segments.plugin [-] Segment 9c08a8fc-b6f1-4f21-b791-31c371858776 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c08a8fc-b6f1-4f21-b791-31c371858776 found for delete ", "request_id": "req-69b957df-e098-4da5-b30a-f40384270ea5"}]} [pid: 7|app: 0|req: 792/1543] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:52:29 2026] DELETE /v2.0/routers/d4b2a3f0-a641-4211-80ec-57d6cabd0e9f => generated 0 bytes in 1009 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1544] 10.0.0.192 () {34 vars in 1107 bytes} [Wed Jul 15 15:52:30 2026] GET /v2.0/networks/fe6ccf76-4db5-478b-a6b8-e4d5f4d430ac?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1545] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:52:30 2026] GET /v2.0/ports?device_id=639bbc2e-4d41-41bb-b197-f0806f714119 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1546] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:52:30 2026] DELETE /v2.0/subnets/4fa7b87b-cd00-4349-8503-3f512e72dca7 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1547] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:52:31 2026] GET /v2.0/ports?device_id=d0af4de4-06db-4b81-a004-d17814be62ad => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:52:31.270 8 INFO neutron.services.segments.plugin [-] Segment 1527fcbc-a31c-443d-b50b-9273033a3e39 resource provider aggregate not found 2026-07-15 15:52:31.280 8 INFO neutron.services.segments.plugin [-] Segment 1527fcbc-a31c-443d-b50b-9273033a3e39 resource provider aggregate not found 2026-07-15 15:52:31.295 8 INFO neutron.services.segments.plugin [-] Segment 1527fcbc-a31c-443d-b50b-9273033a3e39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1527fcbc-a31c-443d-b50b-9273033a3e39 found for delete ", "request_id": "req-bfe6982a-7ed4-410d-b980-df3a16d944b5"}]} 2026-07-15 15:52:31.299 8 INFO neutron.services.segments.plugin [-] Segment 1527fcbc-a31c-443d-b50b-9273033a3e39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1527fcbc-a31c-443d-b50b-9273033a3e39 found for delete ", "request_id": "req-e6efe098-71a5-4e09-bab6-7e3db392feb2"}]} [pid: 8|app: 0|req: 754/1548] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:52:31 2026] DELETE /v2.0/networks/5647366b-1e37-472c-b90a-52eaf7e7675f => 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: 795/1549] 199.204.45.23 () {34 vars in 984 bytes} [Wed Jul 15 15:52:31 2026] GET /v2.0/networks?id=e8a27b67-03e6-48b8-b6e6-2d1fbdf52257 => generated 669 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1550] 199.204.45.23 () {34 vars in 1048 bytes} [Wed Jul 15 15:52:31 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0a6300a8e2da486fb9faa34165fac260 => generated 181 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1551] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:52:31 2026] GET /v2.0/security-groups?tenant_id=4254464f43e341e0aa4455a97863949d&name=default => generated 2925 bytes in 346 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1552] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:52:32 2026] GET /v2.0/security-groups?tenant_id=9d6b188c4d4145888270cde8d44f784e&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1553] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:52:32 2026] GET /v2.0/ports?device_id=639bbc2e-4d41-41bb-b197-f0806f714119 => generated 961 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1554] 199.204.45.23 () {38 vars in 953 bytes} [Wed Jul 15 15:52:31 2026] POST /v2.0/ports => generated 958 bytes in 558 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: 758/1555] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:52:32 2026] DELETE /v2.0/security-groups/d36683be-b55b-4d94-a4f9-2fd69fe30911 => 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: 759/1556] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:52:32 2026] GET /v2.0/ports?device_id=d0af4de4-06db-4b81-a004-d17814be62ad => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1557] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:52:32 2026] DELETE /v2.0/security-groups/de318bc8-9ced-4941-addc-851b9a459490 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1558] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:52:32 2026] GET /v2.0/security-groups?id=935ce6bc-05e4-463d-b4f6-e00f9c0b9183&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1559] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:52:32 2026] GET /v2.0/security-groups?tenant_id=eee618abfda04d19b5f65f3f45392391&name=default => generated 2925 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1560] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:52:32 2026] DELETE /v2.0/security-groups/10219d2a-a992-4a64-a03c-dcbeb69151da => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1561] 199.204.45.23 () {38 vars in 1026 bytes} [Wed Jul 15 15:52:32 2026] PUT /v2.0/ports/56685600-c1ea-4ff3-8fad-de0920dd51b2 => generated 1239 bytes in 545 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:52:33.091 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5b92b11f-14d0-446d-ae1d-272caefe70c7'] response: {'name': 'network-changed', 'server_uuid': '639bbc2e-4d41-41bb-b197-f0806f714119', 'tag': '56685600-c1ea-4ff3-8fad-de0920dd51b2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 763/1562] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:52:33 2026] GET /v2.0/security-groups?tenant_id=985ad31face441eda9c44030970df613&name=default => generated 2925 bytes in 156 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: 800/1563] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:52:33 2026] DELETE /v2.0/security-groups/7df9b75e-c06f-4ef3-8227-dbda865a97d9 => 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: 764/1564] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:52:33 2026] GET /v2.0/ports?device_id=d0af4de4-06db-4b81-a004-d17814be62ad => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1565] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:52:33 2026] GET /v2.0/ports?tenant_id=0a6300a8e2da486fb9faa34165fac260&device_id=639bbc2e-4d41-41bb-b197-f0806f714119 => generated 1242 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1566] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:52:33 2026] GET /v2.0/ports?device_id=639bbc2e-4d41-41bb-b197-f0806f714119 => generated 973 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1567] 199.204.45.23 () {34 vars in 1016 bytes} [Wed Jul 15 15:52:33 2026] GET /v2.0/networks?tenant_id=0a6300a8e2da486fb9faa34165fac260&shared=False => generated 765 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1568] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:52:33 2026] GET /v2.0/security-groups?id=935ce6bc-05e4-463d-b4f6-e00f9c0b9183&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: 803/1569] 199.204.45.23 () {34 vars in 928 bytes} [Wed Jul 15 15:52:33 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: 7|app: 0|req: 804/1570] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:52:34 2026] GET /v2.0/ports?device_id=d0af4de4-06db-4b81-a004-d17814be62ad => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1571] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:52:34 2026] GET /v2.0/ports?tenant_id=0a6300a8e2da486fb9faa34165fac260&device_id=639bbc2e-4d41-41bb-b197-f0806f714119 => generated 1242 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1572] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:52:34 2026] GET /v2.0/ports?device_id=639bbc2e-4d41-41bb-b197-f0806f714119 => generated 973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1573] 199.204.45.23 () {34 vars in 1058 bytes} [Wed Jul 15 15:52:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=56685600-c1ea-4ff3-8fad-de0920dd51b2 => 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: 808/1574] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:52:34 2026] GET /v2.0/security-groups?id=935ce6bc-05e4-463d-b4f6-e00f9c0b9183&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1575] 199.204.45.23 () {34 vars in 982 bytes} [Wed Jul 15 15:52:34 2026] GET /v2.0/subnets?id=d5803a0e-4088-4402-815a-f1744ef16990 => generated 687 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1576] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:52:35 2026] GET /v2.0/ports?network_id=e8a27b67-03e6-48b8-b6e6-2d1fbdf52257&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:52:35.112 8 INFO neutron.db.segments_db [None req-1a17a24e-df8c-4281-8c56-9fb0b3c1d6de 83aa3ce8526b45c5b07d5369ddb53aa8 3cec4025a4284f7d913d49e9828166af - - default default] Added segment cceb868c-cfe3-43f3-97c2-833e19b019da of type vxlan for network 298382d2-34de-404c-9a0b-9cd255459ed6 [pid: 7|app: 0|req: 811/1577] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:52:35 2026] GET /v2.0/networks/e8a27b67-03e6-48b8-b6e6-2d1fbdf52257?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:52:35.179 8 INFO neutron.db.segments_db [None req-1a17a24e-df8c-4281-8c56-9fb0b3c1d6de 83aa3ce8526b45c5b07d5369ddb53aa8 3cec4025a4284f7d913d49e9828166af - - default default] Added segment f212330d-a14a-42a0-b26b-581e59799fe3 of type vxlan for network f34b4cc1-12f1-485f-8549-b979b64f1756 [pid: 7|app: 0|req: 812/1578] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:52:35 2026] GET /v2.0/networks/e8a27b67-03e6-48b8-b6e6-2d1fbdf52257?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1579] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:52:34 2026] POST /v2.0/networks => generated 1207 bytes in 654 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1580] 10.0.0.115 () {32 vars in 648 bytes} [Wed Jul 15 15:52:35 2026] GET /v2.0/networks => generated 1844 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:52:35.547 8 INFO neutron.services.segments.plugin [-] Segment cceb868c-cfe3-43f3-97c2-833e19b019da resource provider aggregate not found 2026-07-15 15:52:35.560 8 INFO neutron.services.segments.plugin [-] Segment cceb868c-cfe3-43f3-97c2-833e19b019da resource provider aggregate not found 2026-07-15 15:52:35.571 8 INFO neutron.services.segments.plugin [-] Segment cceb868c-cfe3-43f3-97c2-833e19b019da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cceb868c-cfe3-43f3-97c2-833e19b019da found for delete ", "request_id": "req-c243a745-fe39-4215-924e-48d114ae5147"}]} 2026-07-15 15:52:35.581 8 INFO neutron.services.segments.plugin [-] Segment cceb868c-cfe3-43f3-97c2-833e19b019da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cceb868c-cfe3-43f3-97c2-833e19b019da found for delete ", "request_id": "req-62fa9b02-7e6c-4475-a342-e630acff0f0d"}]} [pid: 8|app: 0|req: 768/1581] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:52:35 2026] DELETE /v2.0/networks/298382d2-34de-404c-9a0b-9cd255459ed6 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:52:35.758 7 INFO neutron.services.segments.plugin [-] Segment f212330d-a14a-42a0-b26b-581e59799fe3 resource provider aggregate not found 2026-07-15 15:52:35.765 7 INFO neutron.services.segments.plugin [-] Segment f212330d-a14a-42a0-b26b-581e59799fe3 resource provider aggregate not found [pid: 8|app: 0|req: 769/1582] 199.204.45.23 () {34 vars in 984 bytes} [Wed Jul 15 15:52:35 2026] GET /v2.0/networks?id=fe6ccf76-4db5-478b-a6b8-e4d5f4d430ac => generated 660 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:52:35.785 7 INFO neutron.services.segments.plugin [-] Segment f212330d-a14a-42a0-b26b-581e59799fe3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f212330d-a14a-42a0-b26b-581e59799fe3 found for delete ", "request_id": "req-bc5fac9b-06c8-4b52-a513-416f4570f071"}]} 2026-07-15 15:52:35.790 7 INFO neutron.services.segments.plugin [-] Segment f212330d-a14a-42a0-b26b-581e59799fe3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f212330d-a14a-42a0-b26b-581e59799fe3 found for delete ", "request_id": "req-c1e40b75-30b5-4164-b841-59330340dc1c"}]} [pid: 7|app: 0|req: 814/1583] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:52:35 2026] DELETE /v2.0/networks/f34b4cc1-12f1-485f-8549-b979b64f1756 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1584] 199.204.45.23 () {34 vars in 1048 bytes} [Wed Jul 15 15:52:35 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e5948f7ffc3b4d378738b16597073a3c => generated 273 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1585] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:52:35 2026] GET /v2.0/ports?device_id=d0af4de4-06db-4b81-a004-d17814be62ad => 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: 815/1586] 10.0.0.115 () {32 vars in 648 bytes} [Wed Jul 15 15:52:35 2026] GET /v2.0/networks => generated 651 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:52:35.935 7 INFO neutron.db.segments_db [None req-3a008104-3931-4130-91d5-30cd95a1f9fc 83aa3ce8526b45c5b07d5369ddb53aa8 3cec4025a4284f7d913d49e9828166af - - default default] Added segment 6a6c6ddc-099e-40eb-ab1b-3b792e3ea4a4 of type vxlan for network 412d239b-6eba-4bde-b50c-4190b9e18784 [pid: 7|app: 0|req: 816/1587] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:52:35 2026] POST /v2.0/networks => generated 634 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:52:36.093 7 INFO neutron.db.segments_db [None req-1cb1bef6-e0b2-468a-a66b-f4a405da2761 83aa3ce8526b45c5b07d5369ddb53aa8 3cec4025a4284f7d913d49e9828166af - - default default] Added segment 39d66755-532b-4d7d-902f-693389e88048 of type vxlan for network 061a7ea3-561c-4067-becf-d5de5e76c143 [pid: 7|app: 0|req: 817/1588] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:52:36 2026] POST /v2.0/networks => generated 635 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1589] 199.204.45.23 () {38 vars in 953 bytes} [Wed Jul 15 15:52:35 2026] POST /v2.0/ports => generated 958 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 818/1590] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:52:36 2026] GET /v2.0/ports?device_id=639bbc2e-4d41-41bb-b197-f0806f714119 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1591] 199.204.45.23 () {38 vars in 1026 bytes} [Wed Jul 15 15:52:36 2026] PUT /v2.0/ports/963060ca-5836-4b83-b7ad-e878b412b1d9 => generated 1239 bytes in 571 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: 820/1592] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:52:36 2026] GET /v2.0/security-groups?id=935ce6bc-05e4-463d-b4f6-e00f9c0b9183&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:52:36.856 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c26665dd-35db-4669-99d6-5088372f0a4d'] response: {'name': 'network-changed', 'server_uuid': 'd0af4de4-06db-4b81-a004-d17814be62ad', 'tag': '963060ca-5836-4b83-b7ad-e878b412b1d9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 773/1593] 10.0.0.115 () {34 vars in 664 bytes} [Wed Jul 15 15:52:36 2026] POST /v2.0/ports => generated 1505 bytes in 779 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: 774/1594] 10.0.0.115 () {32 vars in 642 bytes} [Wed Jul 15 15:52:37 2026] GET /v2.0/ports => generated 1505 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1595] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:52:36 2026] GET /v2.0/ports?device_id=d0af4de4-06db-4b81-a004-d17814be62ad => generated 973 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1596] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:52:37 2026] GET /v2.0/security-groups?id=90007093-79d5-48a3-adfb-32b94452a51f&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-07-15 15:52:37.201 8 INFO neutron_taas.services.taas.taas_plugin [None req-d456c227-9182-482e-ab16-c39edf1de14e 83aa3ce8526b45c5b07d5369ddb53aa8 3cec4025a4284f7d913d49e9828166af - - default default] TaaS: Handle Delete Port: 95f3caf7-6cfc-4d1c-87c9-191cc467ff44 2026-07-15 15:52:37.208 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d456c227-9182-482e-ab16-c39edf1de14e 83aa3ce8526b45c5b07d5369ddb53aa8 3cec4025a4284f7d913d49e9828166af - - default default] Tap Mirror: Handle Delete Port: 95f3caf7-6cfc-4d1c-87c9-191cc467ff44 [pid: 8|app: 0|req: 775/1597] 10.0.0.115 () {32 vars in 719 bytes} [Wed Jul 15 15:52:37 2026] DELETE /v2.0/ports/95f3caf7-6cfc-4d1c-87c9-191cc467ff44 => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1598] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:52:37 2026] GET /v2.0/ports?tenant_id=e5948f7ffc3b4d378738b16597073a3c&device_id=d0af4de4-06db-4b81-a004-d17814be62ad => generated 1242 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:52:37.453 7 INFO neutron_taas.services.taas.taas_plugin [None req-c8009d84-c478-49f3-b107-4f9911cc7352 83aa3ce8526b45c5b07d5369ddb53aa8 3cec4025a4284f7d913d49e9828166af - - default default] TaaS: Handle Delete Port: 8d133da5-35ff-4d97-a976-e74ed7f14f96 2026-07-15 15:52:37.457 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8009d84-c478-49f3-b107-4f9911cc7352 83aa3ce8526b45c5b07d5369ddb53aa8 3cec4025a4284f7d913d49e9828166af - - default default] Tap Mirror: Handle Delete Port: 8d133da5-35ff-4d97-a976-e74ed7f14f96 [pid: 8|app: 0|req: 777/1599] 199.204.45.23 () {34 vars in 1016 bytes} [Wed Jul 15 15:52:37 2026] GET /v2.0/networks?tenant_id=e5948f7ffc3b4d378738b16597073a3c&shared=False => generated 756 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1600] 199.204.45.23 () {34 vars in 928 bytes} [Wed Jul 15 15:52:37 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1601] 10.0.0.115 () {32 vars in 719 bytes} [Wed Jul 15 15:52:37 2026] DELETE /v2.0/ports/8d133da5-35ff-4d97-a976-e74ed7f14f96 => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1602] 10.0.0.115 () {32 vars in 642 bytes} [Wed Jul 15 15:52:37 2026] GET /v2.0/ports => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:52:37.664 7 INFO neutron.db.segments_db [None req-060632e4-5c42-48f4-880d-c5467665bd80 83aa3ce8526b45c5b07d5369ddb53aa8 3cec4025a4284f7d913d49e9828166af - - default default] Added segment 92936b34-0955-45e9-9d1c-d650d79f2df9 of type vxlan for network 076d601c-372a-4c77-a414-0e0bf0b03811 [pid: 7|app: 0|req: 824/1603] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:52:37 2026] POST /v2.0/networks => generated 634 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:52:37.875 8 INFO neutron.db.segments_db [None req-c2d4afa1-7250-4d6d-9bd1-dab6d8330cf0 83aa3ce8526b45c5b07d5369ddb53aa8 3cec4025a4284f7d913d49e9828166af - - default default] Added segment 94870e99-8f44-46f9-97f9-94860df48175 of type vxlan for network 08e7cdf8-d09e-4763-9ebf-bf873b3ece08 [pid: 8|app: 0|req: 780/1604] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:52:37 2026] POST /v2.0/networks => generated 635 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1605] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:52:37 2026] GET /v2.0/ports?device_id=639bbc2e-4d41-41bb-b197-f0806f714119 => generated 973 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1606] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:52:38 2026] GET /v2.0/security-groups?id=935ce6bc-05e4-463d-b4f6-e00f9c0b9183&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1607] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:52:38 2026] GET /v2.0/ports?device_id=d0af4de4-06db-4b81-a004-d17814be62ad => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1608] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:52:38 2026] GET /v2.0/security-groups?id=90007093-79d5-48a3-adfb-32b94452a51f&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:52:38.535 8 INFO neutron.db.segments_db [None req-e41f2a25-7278-43e7-ae31-5645a27e5bc6 61d55efbeecf4827bedb31c559ba1604 259996bf0bbe483cbff624b83d79cbf1 - - default default] Added segment 84708561-633d-463b-82da-3460f503d443 of type vxlan for network 5a6f4c82-82db-4e3b-a474-fcb5db07153a [pid: 7|app: 0|req: 829/1609] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:52:38 2026] GET /v2.0/ports?tenant_id=e5948f7ffc3b4d378738b16597073a3c&device_id=d0af4de4-06db-4b81-a004-d17814be62ad => generated 1242 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1610] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:52:38 2026] POST /v2.0/networks => generated 613 bytes in 588 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1611] 199.204.45.23 () {34 vars in 1058 bytes} [Wed Jul 15 15:52:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=963060ca-5836-4b83-b7ad-e878b412b1d9 => 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: 783/1612] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:52:38 2026] POST /v2.0/subnets => generated 626 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1613] 199.204.45.23 () {34 vars in 982 bytes} [Wed Jul 15 15:52:38 2026] GET /v2.0/subnets?id=c820d1b3-65e2-4ef3-ad85-cb76e9aed2f7 => generated 678 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:52:39.070 8 INFO neutron.db.segments_db [None req-f361d6c3-73a1-482f-b061-47e23f8ae136 61d55efbeecf4827bedb31c559ba1604 259996bf0bbe483cbff624b83d79cbf1 - - default default] Added segment 446ed004-ea66-4f17-a605-714f7a89bd7e of type vxlan for network 335bc58d-cadf-4080-a048-1a9df9921507 [pid: 8|app: 0|req: 785/1614] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:52:38 2026] POST /v2.0/networks => generated 612 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1615] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:52:38 2026] POST /v2.0/subnets => generated 1323 bytes in 624 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1616] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:52:39 2026] GET /v2.0/ports?network_id=fe6ccf76-4db5-478b-a6b8-e4d5f4d430ac&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1617] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:52:39 2026] GET /v2.0/ports?device_id=639bbc2e-4d41-41bb-b197-f0806f714119 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1618] 10.0.0.115 () {32 vars in 646 bytes} [Wed Jul 15 15:52:39 2026] GET /v2.0/subnets => generated 1959 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1619] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:52:39 2026] GET /v2.0/security-groups?id=935ce6bc-05e4-463d-b4f6-e00f9c0b9183&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1620] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:52:39 2026] GET /v2.0/networks/fe6ccf76-4db5-478b-a6b8-e4d5f4d430ac?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1621] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:52:39 2026] POST /v2.0/subnets => generated 629 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1622] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:52:39 2026] DELETE /v2.0/subnets/98785931-240f-4914-8bbe-97e23d44d2a9 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1623] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:52:39 2026] GET /v2.0/ports?device_id=d0af4de4-06db-4b81-a004-d17814be62ad => generated 973 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1624] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:52:39 2026] GET /v2.0/networks/fe6ccf76-4db5-478b-a6b8-e4d5f4d430ac?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:52:39.763 8 INFO neutron.db.segments_db [None req-94871b14-ede4-4e27-a1cc-0b20070d74bc 61d55efbeecf4827bedb31c559ba1604 259996bf0bbe483cbff624b83d79cbf1 - - default default] Added segment 14b28763-5d1b-4e88-9075-c4ca80e5f293 of type vxlan for network cbe2da4c-fad5-4718-b1cc-4e449ca7049a [pid: 7|app: 0|req: 837/1625] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:52:39 2026] DELETE /v2.0/subnets/5ba5b45b-e1a0-4458-a33c-a09b371a597b => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1626] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:52:39 2026] POST /v2.0/networks => generated 612 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1627] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:52:39 2026] GET /v2.0/security-groups?id=90007093-79d5-48a3-adfb-32b94452a51f&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1628] 10.0.0.115 () {32 vars in 646 bytes} [Wed Jul 15 15:52:39 2026] GET /v2.0/subnets => generated 649 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:52:40.102 7 INFO neutron.services.segments.plugin [-] Segment 94870e99-8f44-46f9-97f9-94860df48175 resource provider aggregate not found 2026-07-15 15:52:40.108 7 INFO neutron.services.segments.plugin [-] Segment 94870e99-8f44-46f9-97f9-94860df48175 resource provider aggregate not found 2026-07-15 15:52:40.125 7 INFO neutron.services.segments.plugin [-] Segment 94870e99-8f44-46f9-97f9-94860df48175 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94870e99-8f44-46f9-97f9-94860df48175 found for delete ", "request_id": "req-d98243dc-5c5f-4234-bd54-3c47dcfdee0f"}]} 2026-07-15 15:52:40.128 7 INFO neutron.services.segments.plugin [-] Segment 94870e99-8f44-46f9-97f9-94860df48175 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94870e99-8f44-46f9-97f9-94860df48175 found for delete ", "request_id": "req-d1efed48-0108-47be-8028-b7c8a74cc7c6"}]} [pid: 7|app: 0|req: 840/1629] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:52:39 2026] DELETE /v2.0/networks/08e7cdf8-d09e-4763-9ebf-bf873b3ece08 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1630] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:52:39 2026] POST /v2.0/subnets => generated 629 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:52:40.256 8 INFO neutron.db.segments_db [None req-7b6a0a2f-d57b-49e9-a7ae-d1176405ab10 61d55efbeecf4827bedb31c559ba1604 259996bf0bbe483cbff624b83d79cbf1 - - default default] Added segment 276781af-7505-4429-ac5a-740b6ed0ad4a of type vxlan for network f0487ecd-6d8c-4d39-b95a-12ffff6fbd52 [pid: 7|app: 0|req: 841/1631] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:52:40 2026] DELETE /v2.0/networks/076d601c-372a-4c77-a414-0e0bf0b03811 => 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: 791/1632] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:52:40 2026] POST /v2.0/networks => generated 613 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1633] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:52:40 2026] DELETE /v2.0/networks/061a7ea3-561c-4067-becf-d5de5e76c143 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1634] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:52:40 2026] GET /v2.0/ports?device_id=639bbc2e-4d41-41bb-b197-f0806f714119 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1635] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:52:40 2026] DELETE /v2.0/networks/412d239b-6eba-4bde-b50c-4190b9e18784 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1636] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:52:40 2026] GET /v2.0/security-groups?id=935ce6bc-05e4-463d-b4f6-e00f9c0b9183&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1637] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:52:40 2026] POST /v2.0/subnets => generated 629 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:52:40.906 7 INFO neutron.db.segments_db [None req-5a80174b-17d8-4f8a-92fa-a530de7388a3 61d55efbeecf4827bedb31c559ba1604 259996bf0bbe483cbff624b83d79cbf1 - - default default] Added segment d620647f-2dc0-4b2c-8049-ac1b7aa840e9 of type vxlan for network 6df19e4b-4969-4e06-af7b-f180c7b20463 [pid: 8|app: 0|req: 793/1638] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:52:40 2026] GET /v2.0/ports?device_id=639bbc2e-4d41-41bb-b197-f0806f714119 => generated 975 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1639] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:52:40 2026] POST /v2.0/networks => generated 612 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1640] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:52:41 2026] GET /v2.0/ports?device_id=d0af4de4-06db-4b81-a004-d17814be62ad => 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: 848/1641] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:52:41 2026] POST /v2.0/subnets => generated 629 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:52:41.407 8 INFO neutron.db.l3_db [None req-d39f176f-5fbf-4c25-a394-413c224d974e b9213206513b4e419a06f5273b28b727 0a6300a8e2da486fb9faa34165fac260 - - default default] Floating IP 787f616d-851b-4d8b-bb05-84d227dcd1fb associated. External IP: 10.96.250.218, port: 56685600-c1ea-4ff3-8fad-de0920dd51b2. [pid: 7|app: 0|req: 849/1642] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:52:41 2026] GET /v2.0/security-groups?id=90007093-79d5-48a3-adfb-32b94452a51f&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1643] 10.0.0.115 () {34 vars in 750 bytes} [Wed Jul 15 15:52:41 2026] PUT /v2.0/subnets/97466c6a-d344-4d6d-8144-8b9c0896e6bb/tags => generated 17 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1644] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:52:41 2026] GET /v2.0/security-groups?tenant_id=3cec4025a4284f7d913d49e9828166af&name=default => generated 2925 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1647] 10.0.0.115 () {34 vars in 750 bytes} [Wed Jul 15 15:52:41 2026] PUT /v2.0/subnets/b5c60f7a-754d-4c60-8970-d5f9e824ccc4/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: 794/1648] 10.0.0.115 () {34 vars in 748 bytes} [Wed Jul 15 15:52:40 2026] PUT /v2.0/floatingips/787f616d-851b-4d8b-bb05-84d227dcd1fb => generated 856 bytes in 864 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1649] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:52:41 2026] DELETE /v2.0/security-groups/81bacc4a-22d2-4ce8-88c0-d0da6e17f8e8 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:52:41.928 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6b3d9179-9b55-4a65-a34b-9292aed0d83c'] response: {'name': 'network-changed', 'server_uuid': '639bbc2e-4d41-41bb-b197-f0806f714119', 'tag': '56685600-c1ea-4ff3-8fad-de0920dd51b2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 856/1650] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:52:41 2026] GET /v2.0/ports?device_id=639bbc2e-4d41-41bb-b197-f0806f714119 => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1651] 10.0.0.115 () {34 vars in 750 bytes} [Wed Jul 15 15:52:41 2026] PUT /v2.0/subnets/f53faf0c-3513-4682-8091-5f9c4bf353ab/tags => generated 34 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1652] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:52:41 2026] GET /v2.0/security-groups?id=935ce6bc-05e4-463d-b4f6-e00f9c0b9183&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1653] 10.0.0.115 () {34 vars in 750 bytes} [Wed Jul 15 15:52:41 2026] PUT /v2.0/subnets/ef236d32-7cb7-406a-bcd9-7492a0e7bb1b/tags => generated 19 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1654] 10.0.0.115 () {32 vars in 663 bytes} [Wed Jul 15 15:52:42 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:52:42.148 7 INFO neutron.services.segments.plugin [-] Segment 92936b34-0955-45e9-9d1c-d650d79f2df9 resource provider aggregate not found 2026-07-15 15:52:42.158 7 INFO neutron.services.segments.plugin [-] Segment 92936b34-0955-45e9-9d1c-d650d79f2df9 resource provider aggregate not found 2026-07-15 15:52:42.171 7 INFO neutron.services.segments.plugin [-] Segment 92936b34-0955-45e9-9d1c-d650d79f2df9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92936b34-0955-45e9-9d1c-d650d79f2df9 found for delete ", "request_id": "req-1c2b495c-d3c6-4f20-841b-a20048e0fa8b"}]} [pid: 8|app: 0|req: 797/1655] 10.0.0.115 () {32 vars in 677 bytes} [Wed Jul 15 15:52:42 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:52:42.184 7 INFO neutron.services.segments.plugin [-] Segment 39d66755-532b-4d7d-902f-693389e88048 resource provider aggregate not found 2026-07-15 15:52:42.190 7 INFO neutron.services.segments.plugin [-] Segment 92936b34-0955-45e9-9d1c-d650d79f2df9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92936b34-0955-45e9-9d1c-d650d79f2df9 found for delete ", "request_id": "req-2753d682-a2ab-48f8-b2b2-ca51b647ebce"}]} 2026-07-15 15:52:42.202 7 INFO neutron.services.segments.plugin [-] Segment 39d66755-532b-4d7d-902f-693389e88048 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39d66755-532b-4d7d-902f-693389e88048 found for delete ", "request_id": "req-efed687c-9d16-4bce-90a0-0d724c695318"}]} 2026-07-15 15:52:42.214 7 INFO neutron.services.segments.plugin [-] Segment 39d66755-532b-4d7d-902f-693389e88048 resource provider aggregate not found 2026-07-15 15:52:42.240 7 INFO neutron.services.segments.plugin [-] Segment 6a6c6ddc-099e-40eb-ab1b-3b792e3ea4a4 resource provider aggregate not found 2026-07-15 15:52:42.251 7 INFO neutron.services.segments.plugin [-] Segment 39d66755-532b-4d7d-902f-693389e88048 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39d66755-532b-4d7d-902f-693389e88048 found for delete ", "request_id": "req-79248888-721b-433e-9e2d-805582a7a9e9"}]} 2026-07-15 15:52:42.262 7 INFO neutron.services.segments.plugin [-] Segment 6a6c6ddc-099e-40eb-ab1b-3b792e3ea4a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a6c6ddc-099e-40eb-ab1b-3b792e3ea4a4 found for delete ", "request_id": "req-eb08a548-3fa4-4f2c-9915-c73d2452c270"}]} [pid: 7|app: 0|req: 859/1656] 10.0.0.115 () {32 vars in 673 bytes} [Wed Jul 15 15:52:42 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:52:42.278 7 INFO neutron.services.segments.plugin [-] Segment 6a6c6ddc-099e-40eb-ab1b-3b792e3ea4a4 resource provider aggregate not found 2026-07-15 15:52:42.302 7 INFO neutron.services.segments.plugin [-] Segment 6a6c6ddc-099e-40eb-ab1b-3b792e3ea4a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a6c6ddc-099e-40eb-ab1b-3b792e3ea4a4 found for delete ", "request_id": "req-bc9c72cf-edb5-44b1-93d0-efcbd4de9fd9"}]} [pid: 8|app: 0|req: 798/1657] 10.0.0.115 () {32 vars in 685 bytes} [Wed Jul 15 15:52:42 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1658] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:52:42 2026] GET /v2.0/ports?device_id=639bbc2e-4d41-41bb-b197-f0806f714119 => generated 975 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1659] 10.0.0.115 () {32 vars in 671 bytes} [Wed Jul 15 15:52:42 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1660] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:52:42 2026] GET /v2.0/security-groups?id=935ce6bc-05e4-463d-b4f6-e00f9c0b9183&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: 800/1661] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:52:42 2026] GET /v2.0/ports?tenant_id=0a6300a8e2da486fb9faa34165fac260&device_id=639bbc2e-4d41-41bb-b197-f0806f714119 => generated 1244 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1662] 10.0.0.115 () {32 vars in 685 bytes} [Wed Jul 15 15:52:42 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1663] 199.204.45.23 () {34 vars in 984 bytes} [Wed Jul 15 15:52:42 2026] GET /v2.0/networks?id=e8a27b67-03e6-48b8-b6e6-2d1fbdf52257 => generated 765 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1664] 10.0.0.115 () {32 vars in 681 bytes} [Wed Jul 15 15:52:42 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1665] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:52:42 2026] GET /v2.0/ports?device_id=d0af4de4-06db-4b81-a004-d17814be62ad => generated 973 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1666] 199.204.45.23 () {34 vars in 1058 bytes} [Wed Jul 15 15:52:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=56685600-c1ea-4ff3-8fad-de0920dd51b2 => generated 859 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1667] 10.0.0.115 () {32 vars in 693 bytes} [Wed Jul 15 15:52:42 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1668] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:52:42 2026] GET /v2.0/security-groups?id=90007093-79d5-48a3-adfb-32b94452a51f&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1669] 199.204.45.23 () {34 vars in 982 bytes} [Wed Jul 15 15:52:42 2026] GET /v2.0/subnets?id=d5803a0e-4088-4402-815a-f1744ef16990 => generated 687 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1670] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:52:42 2026] GET /v2.0/ports?network_id=e8a27b67-03e6-48b8-b6e6-2d1fbdf52257&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1671] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:52:42 2026] GET /v2.0/networks/e8a27b67-03e6-48b8-b6e6-2d1fbdf52257?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: 867/1672] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:52:42 2026] DELETE /v2.0/subnets/97466c6a-d344-4d6d-8144-8b9c0896e6bb => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1673] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:52:42 2026] GET /v2.0/networks/e8a27b67-03e6-48b8-b6e6-2d1fbdf52257?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1674] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:52:42 2026] DELETE /v2.0/subnets/b5c60f7a-754d-4c60-8970-d5f9e824ccc4 => 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: 807/1675] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:52:43 2026] DELETE /v2.0/subnets/f53faf0c-3513-4682-8091-5f9c4bf353ab => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1676] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:52:43 2026] DELETE /v2.0/subnets/ef236d32-7cb7-406a-bcd9-7492a0e7bb1b => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1677] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:52:43 2026] GET /v2.0/ports?device_id=639bbc2e-4d41-41bb-b197-f0806f714119 => generated 975 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1678] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:52:43 2026] DELETE /v2.0/subnets/5f772398-41e7-4987-bf17-6fdde37730e2 => 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: 871/1679] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:52:43 2026] GET /v2.0/security-groups?id=935ce6bc-05e4-463d-b4f6-e00f9c0b9183&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:52:43.768 8 INFO neutron_taas.services.taas.taas_plugin [None req-2b7da282-5792-4f0c-83d6-901db6f00869 61d55efbeecf4827bedb31c559ba1604 259996bf0bbe483cbff624b83d79cbf1 - - default default] TaaS: Handle Delete Port: f8cef23e-2887-474b-acf1-0df532eba192 2026-07-15 15:52:43.774 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b7da282-5792-4f0c-83d6-901db6f00869 61d55efbeecf4827bedb31c559ba1604 259996bf0bbe483cbff624b83d79cbf1 - - default default] Tap Mirror: Handle Delete Port: f8cef23e-2887-474b-acf1-0df532eba192 [pid: 7|app: 0|req: 872/1680] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:52:43 2026] GET /v2.0/ports?device_id=d0af4de4-06db-4b81-a004-d17814be62ad => generated 975 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1681] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:52:43 2026] GET /v2.0/security-groups?id=90007093-79d5-48a3-adfb-32b94452a51f&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:52:44.028 8 INFO neutron.services.segments.plugin [-] Segment 84708561-633d-463b-82da-3460f503d443 resource provider aggregate not found 2026-07-15 15:52:44.036 8 INFO neutron.services.segments.plugin [-] Segment 84708561-633d-463b-82da-3460f503d443 resource provider aggregate not found 2026-07-15 15:52:44.061 8 INFO neutron.services.segments.plugin [-] Segment 84708561-633d-463b-82da-3460f503d443 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84708561-633d-463b-82da-3460f503d443 found for delete ", "request_id": "req-f2309b36-f3ee-4b28-9e97-13048bbbb414"}]} [pid: 8|app: 0|req: 809/1682] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:52:43 2026] DELETE /v2.0/networks/5a6f4c82-82db-4e3b-a474-fcb5db07153a => generated 0 bytes in 383 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:52:44.069 8 INFO neutron.services.segments.plugin [-] Segment 84708561-633d-463b-82da-3460f503d443 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84708561-633d-463b-82da-3460f503d443 found for delete ", "request_id": "req-568a8011-a7ba-4172-8bac-2211027ab95c"}]} [pid: 7|app: 0|req: 874/1683] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:52:44 2026] DELETE /v2.0/networks/335bc58d-cadf-4080-a048-1a9df9921507 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:52:44.293 7 INFO neutron.services.segments.plugin [-] Segment 446ed004-ea66-4f17-a605-714f7a89bd7e resource provider aggregate not found 2026-07-15 15:52:44.310 7 INFO neutron.services.segments.plugin [-] Segment 446ed004-ea66-4f17-a605-714f7a89bd7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 446ed004-ea66-4f17-a605-714f7a89bd7e found for delete ", "request_id": "req-ac40e8a3-5df6-4ec3-afe4-1275e1a40e37"}]} 2026-07-15 15:52:44.323 7 INFO neutron.services.segments.plugin [-] Segment 446ed004-ea66-4f17-a605-714f7a89bd7e resource provider aggregate not found 2026-07-15 15:52:44.350 7 INFO neutron.services.segments.plugin [-] Segment 446ed004-ea66-4f17-a605-714f7a89bd7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 446ed004-ea66-4f17-a605-714f7a89bd7e found for delete ", "request_id": "req-fd7042b8-3907-4aa6-b729-d8343128d8d0"}]} [pid: 8|app: 0|req: 810/1684] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:52:44 2026] DELETE /v2.0/networks/cbe2da4c-fad5-4718-b1cc-4e449ca7049a => 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: 875/1685] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:52:44 2026] DELETE /v2.0/networks/f0487ecd-6d8c-4d39-b95a-12ffff6fbd52 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1686] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:52:44 2026] DELETE /v2.0/networks/6df19e4b-4969-4e06-af7b-f180c7b20463 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1687] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:52:44 2026] GET /v2.0/ports?device_id=639bbc2e-4d41-41bb-b197-f0806f714119 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1688] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:52:44 2026] GET /v2.0/security-groups?id=935ce6bc-05e4-463d-b4f6-e00f9c0b9183&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1689] 199.204.45.23 () {34 vars in 992 bytes} [Wed Jul 15 15:52:45 2026] GET /v2.0/ports?device_id=639bbc2e-4d41-41bb-b197-f0806f714119 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1690] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:52:45 2026] GET /v2.0/ports?device_id=d0af4de4-06db-4b81-a004-d17814be62ad => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1691] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:52:45 2026] GET /v2.0/security-groups?id=90007093-79d5-48a3-adfb-32b94452a51f&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:52:45.218 8 INFO neutron_taas.services.taas.taas_plugin [req-eebf5e93-9160-4bcd-84e1-009f58ecedb7 req-6697245a-ca5a-4610-94a7-bbba87680772 b9213206513b4e419a06f5273b28b727 0a6300a8e2da486fb9faa34165fac260 - - default default] TaaS: Handle Delete Port: 56685600-c1ea-4ff3-8fad-de0920dd51b2 2026-07-15 15:52:45.222 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-eebf5e93-9160-4bcd-84e1-009f58ecedb7 req-6697245a-ca5a-4610-94a7-bbba87680772 b9213206513b4e419a06f5273b28b727 0a6300a8e2da486fb9faa34165fac260 - - default default] Tap Mirror: Handle Delete Port: 56685600-c1ea-4ff3-8fad-de0920dd51b2 [pid: 7|app: 0|req: 880/1692] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:52:45 2026] GET /v2.0/ports?device_id=d0af4de4-06db-4b81-a004-d17814be62ad => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:52:45.373 8 INFO neutron.db.l3_db [req-eebf5e93-9160-4bcd-84e1-009f58ecedb7 req-6697245a-ca5a-4610-94a7-bbba87680772 b9213206513b4e419a06f5273b28b727 0a6300a8e2da486fb9faa34165fac260 - - default default] Floating IP 787f616d-851b-4d8b-bb05-84d227dcd1fb disassociated. External IP: 10.96.250.218, port: 56685600-c1ea-4ff3-8fad-de0920dd51b2. [pid: 7|app: 0|req: 881/1693] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:52:45 2026] GET /v2.0/security-groups?id=90007093-79d5-48a3-adfb-32b94452a51f&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: 882/1694] 10.0.0.115 () {32 vars in 735 bytes} [Wed Jul 15 15:52:45 2026] GET /v2.0/ports?device_id=d0af4de4-06db-4b81-a004-d17814be62ad => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1695] 199.204.45.23 () {36 vars in 995 bytes} [Wed Jul 15 15:52:45 2026] DELETE /v2.0/ports/56685600-c1ea-4ff3-8fad-de0920dd51b2 => generated 0 bytes in 773 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:52:45.913 7 INFO neutron.db.l3_db [None req-04236b0b-d9b4-4936-8f1b-e6cbab7e2de6 3a8e842fae21401f97eaaaa4a06f33fd e5948f7ffc3b4d378738b16597073a3c - - default default] Floating IP 980cd472-d28a-4fba-bf6c-8f981d7da367 associated. External IP: 10.96.250.212, port: 963060ca-5836-4b83-b7ad-e878b412b1d9. 2026-07-15 15:52:45.917 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-58425060-649c-48f9-a9fb-0a43dcc45f12'] response: {'server_uuid': '639bbc2e-4d41-41bb-b197-f0806f714119', 'name': 'network-vif-deleted', 'tag': '56685600-c1ea-4ff3-8fad-de0920dd51b2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 814/1696] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:52:45 2026] GET /v2.0/ports?device_id=639bbc2e-4d41-41bb-b197-f0806f714119 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:52:46.091 8 INFO neutron.services.segments.plugin [-] Segment 14b28763-5d1b-4e88-9075-c4ca80e5f293 resource provider aggregate not found 2026-07-15 15:52:46.095 8 INFO neutron.services.segments.plugin [-] Segment 14b28763-5d1b-4e88-9075-c4ca80e5f293 resource provider aggregate not found 2026-07-15 15:52:46.110 8 INFO neutron.services.segments.plugin [-] Segment 14b28763-5d1b-4e88-9075-c4ca80e5f293 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14b28763-5d1b-4e88-9075-c4ca80e5f293 found for delete ", "request_id": "req-6d261ac0-5690-410b-a6e2-926a1a80c3a9"}]} 2026-07-15 15:52:46.116 8 INFO neutron.services.segments.plugin [-] Segment 14b28763-5d1b-4e88-9075-c4ca80e5f293 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14b28763-5d1b-4e88-9075-c4ca80e5f293 found for delete ", "request_id": "req-f6f901f5-f302-4b46-9298-db1e3ebaaf43"}]} 2026-07-15 15:52:46.127 8 INFO neutron.services.segments.plugin [-] Segment d620647f-2dc0-4b2c-8049-ac1b7aa840e9 resource provider aggregate not found 2026-07-15 15:52:46.132 8 INFO neutron.services.segments.plugin [-] Segment d620647f-2dc0-4b2c-8049-ac1b7aa840e9 resource provider aggregate not found 2026-07-15 15:52:46.150 8 INFO neutron.services.segments.plugin [-] Segment d620647f-2dc0-4b2c-8049-ac1b7aa840e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d620647f-2dc0-4b2c-8049-ac1b7aa840e9 found for delete ", "request_id": "req-9a019349-0d8b-4beb-b600-1ed759473cd7"}]} 2026-07-15 15:52:46.158 8 INFO neutron.services.segments.plugin [-] Segment d620647f-2dc0-4b2c-8049-ac1b7aa840e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d620647f-2dc0-4b2c-8049-ac1b7aa840e9 found for delete ", "request_id": "req-091d4b13-381a-4a0a-b19c-c27eacab46e9"}]} [pid: 8|app: 0|req: 815/1697] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:52:46 2026] GET /v2.0/security-groups?tenant_id=259996bf0bbe483cbff624b83d79cbf1&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1698] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:52:46 2026] DELETE /v2.0/security-groups/365ea429-76cb-47ec-84f4-bbcab9d44b86 => 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: 883/1699] 10.0.0.115 () {34 vars in 748 bytes} [Wed Jul 15 15:52:45 2026] PUT /v2.0/floatingips/980cd472-d28a-4fba-bf6c-8f981d7da367 => generated 856 bytes in 831 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:52:46.352 7 INFO neutron.services.segments.plugin [-] Segment 276781af-7505-4429-ac5a-740b6ed0ad4a resource provider aggregate not found 2026-07-15 15:52:46.383 7 INFO neutron.services.segments.plugin [-] Segment 276781af-7505-4429-ac5a-740b6ed0ad4a resource provider aggregate not found 2026-07-15 15:52:46.390 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f859752f-fc70-4fef-9445-830a77f81444'] response: {'name': 'network-changed', 'server_uuid': 'd0af4de4-06db-4b81-a004-d17814be62ad', 'tag': '963060ca-5836-4b83-b7ad-e878b412b1d9', 'status': 'completed', 'code': 200} 2026-07-15 15:52:46.392 7 INFO neutron.services.segments.plugin [-] Segment 276781af-7505-4429-ac5a-740b6ed0ad4a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 276781af-7505-4429-ac5a-740b6ed0ad4a found for delete ", "request_id": "req-820351f9-7be5-474f-97bf-2629de97ac6f"}]} [pid: 8|app: 0|req: 817/1700] 10.0.0.115 () {32 vars in 728 bytes} [Wed Jul 15 15:52:46 2026] GET /v2.0/floatingips/980cd472-d28a-4fba-bf6c-8f981d7da367 => generated 856 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:52:46.410 7 INFO neutron.services.segments.plugin [-] Segment 276781af-7505-4429-ac5a-740b6ed0ad4a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 276781af-7505-4429-ac5a-740b6ed0ad4a found for delete ", "request_id": "req-de40575d-2e72-4cc9-b30d-1f294a353da3"}]} [pid: 7|app: 0|req: 884/1701] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:52:46 2026] GET /v2.0/security-groups?tenant_id=819d242b8bdd461f9a1459de28aceda8&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: 818/1702] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:52:46 2026] DELETE /v2.0/security-groups/d0cee034-c816-43cd-a6eb-ebae855a9866 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1703] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:52:46 2026] GET /v2.0/ports?tenant_id=e5948f7ffc3b4d378738b16597073a3c&device_id=d0af4de4-06db-4b81-a004-d17814be62ad => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1704] 199.204.45.23 () {34 vars in 984 bytes} [Wed Jul 15 15:52:46 2026] GET /v2.0/networks?id=fe6ccf76-4db5-478b-a6b8-e4d5f4d430ac => generated 756 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1705] 199.204.45.23 () {34 vars in 1058 bytes} [Wed Jul 15 15:52:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=963060ca-5836-4b83-b7ad-e878b412b1d9 => generated 859 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1706] 199.204.45.23 () {34 vars in 982 bytes} [Wed Jul 15 15:52:47 2026] GET /v2.0/subnets?id=c820d1b3-65e2-4ef3-ad85-cb76e9aed2f7 => generated 678 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1707] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:52:46 2026] GET /v2.0/security-groups?tenant_id=2f91607e03504b618f4d83e2ee0d804e&name=default => generated 2925 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1708] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:52:47 2026] GET /v2.0/ports?device_id=639bbc2e-4d41-41bb-b197-f0806f714119 => 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: 887/1709] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:52:47 2026] GET /v2.0/ports?network_id=fe6ccf76-4db5-478b-a6b8-e4d5f4d430ac&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1710] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:52:47 2026] GET /v2.0/networks/fe6ccf76-4db5-478b-a6b8-e4d5f4d430ac?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: 823/1711] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:52:47 2026] DELETE /v2.0/security-groups/1137b5f8-5628-483e-987b-734fa750132b => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1712] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:52:47 2026] GET /v2.0/networks/fe6ccf76-4db5-478b-a6b8-e4d5f4d430ac?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: 8|app: 0|req: 824/1713] 10.0.0.115 () {32 vars in 728 bytes} [Wed Jul 15 15:52:47 2026] GET /v2.0/floatingips/980cd472-d28a-4fba-bf6c-8f981d7da367 => generated 856 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1714] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:52:47 2026] GET /v2.0/security-groups?tenant_id=d9f6488f46c94a5fbf3b1fb52afc9936&name=default => generated 2925 bytes in 503 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1715] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:52:47 2026] DELETE /v2.0/security-groups/00af33cd-311f-4811-bf06-e09288b6ee33 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1716] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:52:48 2026] GET /v2.0/ports?device_id=639bbc2e-4d41-41bb-b197-f0806f714119 => 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: 891/1717] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:52:48 2026] GET /v2.0/security-groups?tenant_id=6a504cd070514f4ba39cab7149d96108&name=default => generated 2925 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1718] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:52:48 2026] DELETE /v2.0/security-groups/2a5295fd-c6a1-41a1-b1eb-7ee7e2faa5e8 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1719] 10.0.0.115 () {32 vars in 728 bytes} [Wed Jul 15 15:52:48 2026] GET /v2.0/floatingips/980cd472-d28a-4fba-bf6c-8f981d7da367 => generated 858 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1720] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:52:49 2026] DELETE /v2.0/security-groups/935ce6bc-05e4-463d-b4f6-e00f9c0b9183 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:52:49.471 7 INFO neutron.api.v2.resource [None req-26f2181f-ae2d-4e44-a496-20c742822356 b9213206513b4e419a06f5273b28b727 0a6300a8e2da486fb9faa34165fac260 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 893/1721] 10.0.0.115 () {32 vars in 736 bytes} [Wed Jul 15 15:52:49 2026] GET /v2.0/security-groups/935ce6bc-05e4-463d-b4f6-e00f9c0b9183 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-15 15:52:49.589 8 INFO neutron_taas.services.taas.taas_plugin [None req-629e70f9-6ab1-420e-9c3f-240412cd6c42 b9213206513b4e419a06f5273b28b727 0a6300a8e2da486fb9faa34165fac260 - - default default] TaaS: Handle Delete Port: 574553d2-525d-4a56-863c-4fe4f0db6ef0 2026-07-15 15:52:49.593 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-629e70f9-6ab1-420e-9c3f-240412cd6c42 b9213206513b4e419a06f5273b28b727 0a6300a8e2da486fb9faa34165fac260 - - default default] Tap Mirror: Handle Delete Port: 574553d2-525d-4a56-863c-4fe4f0db6ef0 [pid: 8|app: 0|req: 829/1722] 10.0.0.115 () {32 vars in 731 bytes} [Wed Jul 15 15:52:49 2026] DELETE /v2.0/floatingips/787f616d-851b-4d8b-bb05-84d227dcd1fb => generated 0 bytes in 314 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:52:50.130 7 INFO neutron_taas.services.taas.taas_plugin [None req-460ff4cb-3408-4deb-af08-3838fc652003 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] TaaS: Handle Delete Port: c027db27-bb06-407f-af22-89dee6a70490 2026-07-15 15:52:50.133 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-460ff4cb-3408-4deb-af08-3838fc652003 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Tap Mirror: Handle Delete Port: c027db27-bb06-407f-af22-89dee6a70490 [pid: 7|app: 0|req: 894/1723] 10.0.0.115 () {34 vars in 788 bytes} [Wed Jul 15 15:52:49 2026] PUT /v2.0/routers/7d810d20-8cf3-42c4-91e3-395d53ad01a1/remove_router_interface => generated 309 bytes in 990 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:52:51.031 8 INFO neutron_taas.services.taas.taas_plugin [None req-e4a5be34-1d35-489f-b704-e08bf9c74f4d ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] TaaS: Handle Delete Port: d6f3f5ae-5045-4e6c-b34a-f8dac5a3e710 2026-07-15 15:52:51.033 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4a5be34-1d35-489f-b704-e08bf9c74f4d ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Tap Mirror: Handle Delete Port: d6f3f5ae-5045-4e6c-b34a-f8dac5a3e710 2026-07-15 15:52:51.293 8 INFO neutron_taas.services.taas.taas_plugin [None req-e4a5be34-1d35-489f-b704-e08bf9c74f4d ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] TaaS: Handle Delete Port: 3fe0359c-50ed-49b7-beed-8914f437aee5 2026-07-15 15:52:51.296 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4a5be34-1d35-489f-b704-e08bf9c74f4d ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Tap Mirror: Handle Delete Port: 3fe0359c-50ed-49b7-beed-8914f437aee5 [pid: 7|app: 0|req: 895/1724] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:52:51 2026] GET /v2.0/security-groups?tenant_id=0d0f2fcee9244b7d83eeef7111c45028&name=default => generated 2925 bytes in 381 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1725] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:52:51 2026] DELETE /v2.0/security-groups/4614cf10-8a01-455c-81b4-3a889441e904 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:52:51.691 8 INFO neutron.services.segments.plugin [-] Segment d43dfac7-9cae-42b0-a322-df4113ac901d resource provider aggregate not found 2026-07-15 15:52:51.700 8 INFO neutron.services.segments.plugin [-] Segment d43dfac7-9cae-42b0-a322-df4113ac901d resource provider aggregate not found 2026-07-15 15:52:51.716 8 INFO neutron.services.segments.plugin [-] Segment d43dfac7-9cae-42b0-a322-df4113ac901d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d43dfac7-9cae-42b0-a322-df4113ac901d found for delete ", "request_id": "req-5a30d54c-5430-4be9-bed6-926358766aec"}]} 2026-07-15 15:52:51.722 8 INFO neutron.services.segments.plugin [-] Segment d43dfac7-9cae-42b0-a322-df4113ac901d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d43dfac7-9cae-42b0-a322-df4113ac901d found for delete ", "request_id": "req-5d41f40f-bfbe-413b-91d0-527c9ebdf22d"}]} 2026-07-15 15:52:51.730 8 INFO neutron.db.l3_hamode_db [None req-e4a5be34-1d35-489f-b704-e08bf9c74f4d ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] HA network 255ee3a2-8066-42f5-b683-74a5421fd659 was deleted as no HA routers are present in tenant 0a6300a8e2da486fb9faa34165fac260. [pid: 8|app: 0|req: 830/1726] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:52:50 2026] DELETE /v2.0/routers/7d810d20-8cf3-42c4-91e3-395d53ad01a1 => generated 0 bytes in 942 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1727] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:52:51 2026] DELETE /v2.0/subnets/d5803a0e-4088-4402-815a-f1744ef16990 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:52:52.040 7 INFO neutron_taas.services.taas.taas_plugin [None req-b5e9a2aa-b0bc-411c-a49c-1829759e7489 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] TaaS: Handle Delete Port: 69990a3b-122c-4b09-9501-24607113848d 2026-07-15 15:52:52.044 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5e9a2aa-b0bc-411c-a49c-1829759e7489 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Tap Mirror: Handle Delete Port: 69990a3b-122c-4b09-9501-24607113848d 2026-07-15 15:52:52.129 8 INFO neutron.db.segments_db [None req-c8856e2d-93d3-493d-b784-8e5aed102acb e976750d2e5141a5afbb1b27f3ffc82c bc055a1be4dd4cdbb31ecc7ab32e78d8 - - default default] Added segment 04b85efe-453d-442e-8476-f3de22966d9e of type vxlan for network 87d19774-4a09-4e5a-8427-305a8c393649 [pid: 8|app: 0|req: 831/1728] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:52:51 2026] POST /v2.0/networks => generated 613 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:52:52.242 7 INFO neutron.services.segments.plugin [-] Segment db30fb82-492a-4804-9937-83cb3c733510 resource provider aggregate not found 2026-07-15 15:52:52.243 7 INFO neutron.services.segments.plugin [-] Segment db30fb82-492a-4804-9937-83cb3c733510 resource provider aggregate not found 2026-07-15 15:52:52.282 7 INFO neutron.services.segments.plugin [-] Segment db30fb82-492a-4804-9937-83cb3c733510 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db30fb82-492a-4804-9937-83cb3c733510 found for delete ", "request_id": "req-e367b95f-3173-4a8e-b224-ac991de0d5ef"}]} 2026-07-15 15:52:52.284 7 INFO neutron.services.segments.plugin [-] Segment db30fb82-492a-4804-9937-83cb3c733510 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db30fb82-492a-4804-9937-83cb3c733510 found for delete ", "request_id": "req-7dacb9a8-31b5-4e73-abb9-773c0633d370"}]} [pid: 7|app: 0|req: 898/1729] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:52:51 2026] DELETE /v2.0/networks/e8a27b67-03e6-48b8-b6e6-2d1fbdf52257 => generated 0 bytes in 356 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1730] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:52:52 2026] GET /v2.0/security-groups?tenant_id=0a6300a8e2da486fb9faa34165fac260&name=default => generated 2925 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1731] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:52:52 2026] DELETE /v2.0/security-groups/702f7114-cebb-4928-a91a-92f6b3b6cfb0 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1732] 10.0.0.115 () {34 vars in 663 bytes} [Wed Jul 15 15:52:52 2026] POST /v2.0/ports => generated 743 bytes in 449 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1733] 10.0.0.115 () {34 vars in 665 bytes} [Wed Jul 15 15:52:52 2026] POST /v2.0/trunks => generated 407 bytes in 268 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-07-15 15:52:53.034 8 INFO neutron.db.segments_db [None req-2c119b49-6660-4528-84ef-dabef41ae9be e976750d2e5141a5afbb1b27f3ffc82c bc055a1be4dd4cdbb31ecc7ab32e78d8 - - default default] Added segment 75179380-4e12-4b0a-ae65-efcaf10cedb0 of type vxlan for network b28109cb-d68d-44cb-a5c6-c694dcaba80a [pid: 8|app: 0|req: 833/1734] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:52:52 2026] POST /v2.0/networks => generated 613 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1735] 10.0.0.115 () {34 vars in 663 bytes} [Wed Jul 15 15:52:53 2026] POST /v2.0/ports => generated 743 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 834/1736] 10.0.0.115 () {34 vars in 665 bytes} [Wed Jul 15 15:52:53 2026] POST /v2.0/trunks => generated 407 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:52:53.924 8 INFO neutron.db.segments_db [None req-6cde1366-86d3-4feb-9df7-fb7d4a546d9d e976750d2e5141a5afbb1b27f3ffc82c bc055a1be4dd4cdbb31ecc7ab32e78d8 - - default default] Added segment fcb8b8c9-f202-4cc8-8898-685e63cec847 of type vxlan for network 061d0dde-a6ad-4384-abaf-7c5486272c35 2026-07-15 15:52:53.948 7 INFO neutron.db.segments_db [None req-12c2694c-ba5a-4cbb-934a-f9205e45da9e ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Added segment 6d0b4105-f0f0-4b6c-bf9d-077357bbc88f of type vxlan for network 3e9c3e65-e7db-42c8-8c02-784fe9af91ae [pid: 8|app: 0|req: 835/1737] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:52:53 2026] POST /v2.0/networks => generated 612 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1738] 10.0.0.115 () {34 vars in 670 bytes} [Wed Jul 15 15:52:53 2026] POST /v2.0/networks => generated 721 bytes in 506 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1739] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:52:54 2026] POST /v2.0/subnets => generated 687 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:52:54.347 7 INFO neutron.db.segments_db [None req-13f9068a-c0ed-44eb-b7e9-eca2a767a435 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Added segment 9cf6b3ae-ed36-4fc6-94af-f0c6c66aace9 of type vxlan for network 42a24091-b8a3-4b2b-a2af-195c90c98378 [pid: 8|app: 0|req: 836/1740] 10.0.0.115 () {34 vars in 663 bytes} [Wed Jul 15 15:52:54 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 837/1741] 10.0.0.105 () {34 vars in 989 bytes} [Wed Jul 15 15:52:54 2026] GET /v2.0/ports?device_id=d0af4de4-06db-4b81-a004-d17814be62ad => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1742] 10.0.0.115 () {34 vars in 665 bytes} [Wed Jul 15 15:52:54 2026] POST /v2.0/trunks => generated 407 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1743] 10.0.0.105 () {34 vars in 1039 bytes} [Wed Jul 15 15:52:54 2026] GET /v2.0/security-groups?id=90007093-79d5-48a3-adfb-32b94452a51f&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:52:54.678 7 INFO neutron.db.l3_hamode_db [None req-13f9068a-c0ed-44eb-b7e9-eca2a767a435 ee5000d31c9748ce81cdbc1a736f771b b0581f2dfd23457fa80cc992423fe98f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-15 15:52:54.719 8 INFO neutron.db.segments_db [None req-f4404b47-0270-4a59-9ab5-f4fadc95e5c6 e976750d2e5141a5afbb1b27f3ffc82c bc055a1be4dd4cdbb31ecc7ab32e78d8 - - default default] Added segment 82cf0551-b271-4a8c-b17e-718b69541c32 of type vxlan for network f4b85595-76e0-4e47-b341-7af78a7d7006 [pid: 8|app: 0|req: 840/1744] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:52:54 2026] POST /v2.0/networks => generated 613 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1745] 10.0.0.115 () {34 vars in 663 bytes} [Wed Jul 15 15:52:54 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: 842/1746] 10.0.0.115 () {34 vars in 665 bytes} [Wed Jul 15 15:52:55 2026] POST /v2.0/trunks => generated 407 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:52:55.505 8 INFO neutron.db.segments_db [None req-122c4b55-87d5-4f5b-8d46-63ec16127bd2 e976750d2e5141a5afbb1b27f3ffc82c bc055a1be4dd4cdbb31ecc7ab32e78d8 - - default default] Added segment 093d2ee8-246b-4863-9824-8cda084b8dbb of type vxlan for network 88d59b31-2437-42e7-b393-17136eb4ae8d [pid: 8|app: 0|req: 843/1747] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:52:55 2026] POST /v2.0/networks => generated 611 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:52:55.721 7 INFO neutron.db.l3_hamode_db [None req-13f9068a-c0ed-44eb-b7e9-eca2a767a435 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 844/1748] 10.0.0.115 () {34 vars in 663 bytes} [Wed Jul 15 15:52:55 2026] POST /v2.0/ports => generated 743 bytes in 381 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: 845/1749] 10.0.0.115 () {34 vars in 665 bytes} [Wed Jul 15 15:52:56 2026] POST /v2.0/trunks => generated 407 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1750] 10.0.0.115 () {34 vars in 748 bytes} [Wed Jul 15 15:52:56 2026] PUT /v2.0/trunks/c09c8b69-fa65-41f5-9d15-251270d27587/tags => generated 17 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1751] 10.0.0.115 () {34 vars in 748 bytes} [Wed Jul 15 15:52:56 2026] PUT /v2.0/trunks/c4616f8c-b461-4faf-993e-b98ab858241f/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: 848/1752] 10.0.0.115 () {34 vars in 748 bytes} [Wed Jul 15 15:52:56 2026] PUT /v2.0/trunks/12a9a6be-aa34-4d1b-9b78-50b8dac0e53a/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1753] 10.0.0.115 () {34 vars in 748 bytes} [Wed Jul 15 15:52:56 2026] PUT /v2.0/trunks/86cfcde7-d0eb-4fcb-9cd6-197e392bb2b7/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: 850/1754] 10.0.0.115 () {32 vars in 661 bytes} [Wed Jul 15 15:52:56 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1755] 10.0.0.115 () {32 vars in 675 bytes} [Wed Jul 15 15:52:56 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1756] 10.0.0.115 () {32 vars in 671 bytes} [Wed Jul 15 15:52:56 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1759] 10.0.0.115 () {32 vars in 683 bytes} [Wed Jul 15 15:52:56 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1760] 10.0.0.115 () {32 vars in 669 bytes} [Wed Jul 15 15:52:56 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1761] 10.0.0.115 () {32 vars in 683 bytes} [Wed Jul 15 15:52:56 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1762] 10.0.0.115 () {32 vars in 679 bytes} [Wed Jul 15 15:52:56 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1763] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:52:54 2026] POST /v2.0/routers => generated 727 bytes in 2373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1764] 10.0.0.115 () {32 vars in 691 bytes} [Wed Jul 15 15:52:56 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => 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: 860/1765] 10.0.0.115 () {32 vars in 718 bytes} [Wed Jul 15 15:52:56 2026] GET /v2.0/trunks/c09c8b69-fa65-41f5-9d15-251270d27587 => generated 412 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1766] 10.0.0.115 () {32 vars in 716 bytes} [Wed Jul 15 15:52:56 2026] GET /v2.0/ports/45aa80c6-1e41-40da-b815-2d6dbf46f7a9 => generated 826 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1767] 10.0.0.115 () {32 vars in 721 bytes} [Wed Jul 15 15:52:56 2026] DELETE /v2.0/trunks/c09c8b69-fa65-41f5-9d15-251270d27587 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1768] 10.0.0.115 () {32 vars in 718 bytes} [Wed Jul 15 15:52:56 2026] GET /v2.0/trunks/c4616f8c-b461-4faf-993e-b98ab858241f => generated 420 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1769] 10.0.0.115 () {32 vars in 716 bytes} [Wed Jul 15 15:52:56 2026] GET /v2.0/ports/3bafb1c7-25b3-4084-889a-6df72065e158 => generated 826 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1770] 10.0.0.115 () {32 vars in 721 bytes} [Wed Jul 15 15:52:56 2026] DELETE /v2.0/trunks/c4616f8c-b461-4faf-993e-b98ab858241f => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1771] 10.0.0.115 () {32 vars in 718 bytes} [Wed Jul 15 15:52:57 2026] GET /v2.0/trunks/12a9a6be-aa34-4d1b-9b78-50b8dac0e53a => generated 429 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1772] 10.0.0.115 () {32 vars in 716 bytes} [Wed Jul 15 15:52:57 2026] GET /v2.0/ports/daba9e40-b75b-43ad-9325-e5d8820ee972 => generated 826 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1773] 10.0.0.115 () {32 vars in 721 bytes} [Wed Jul 15 15:52:57 2026] DELETE /v2.0/trunks/12a9a6be-aa34-4d1b-9b78-50b8dac0e53a => 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: 869/1774] 10.0.0.115 () {32 vars in 718 bytes} [Wed Jul 15 15:52:57 2026] GET /v2.0/trunks/86cfcde7-d0eb-4fcb-9cd6-197e392bb2b7 => generated 414 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1775] 10.0.0.115 () {32 vars in 716 bytes} [Wed Jul 15 15:52:57 2026] GET /v2.0/ports/04b30613-e88b-4dee-a5b8-095e8fc752be => generated 826 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1776] 10.0.0.115 () {32 vars in 721 bytes} [Wed Jul 15 15:52:57 2026] DELETE /v2.0/trunks/86cfcde7-d0eb-4fcb-9cd6-197e392bb2b7 => 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: 872/1777] 10.0.0.115 () {32 vars in 718 bytes} [Wed Jul 15 15:52:57 2026] GET /v2.0/trunks/d6cd2725-ec50-4797-a828-a2c9e8ad47a6 => generated 407 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1778] 10.0.0.115 () {32 vars in 716 bytes} [Wed Jul 15 15:52:57 2026] GET /v2.0/ports/36392f49-fe32-45b7-a4a7-4e80e220d1a5 => generated 826 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1779] 10.0.0.115 () {32 vars in 721 bytes} [Wed Jul 15 15:52:57 2026] DELETE /v2.0/trunks/d6cd2725-ec50-4797-a828-a2c9e8ad47a6 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:52:57.642 8 INFO neutron_taas.services.taas.taas_plugin [None req-9916758d-382f-4b34-b981-13ab79640e42 e976750d2e5141a5afbb1b27f3ffc82c bc055a1be4dd4cdbb31ecc7ab32e78d8 - - default default] TaaS: Handle Delete Port: 45aa80c6-1e41-40da-b815-2d6dbf46f7a9 2026-07-15 15:52:57.646 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9916758d-382f-4b34-b981-13ab79640e42 e976750d2e5141a5afbb1b27f3ffc82c bc055a1be4dd4cdbb31ecc7ab32e78d8 - - default default] Tap Mirror: Handle Delete Port: 45aa80c6-1e41-40da-b815-2d6dbf46f7a9 [pid: 8|app: 0|req: 875/1780] 10.0.0.115 () {32 vars in 719 bytes} [Wed Jul 15 15:52:57 2026] DELETE /v2.0/ports/45aa80c6-1e41-40da-b815-2d6dbf46f7a9 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:52:57.857 8 INFO neutron_taas.services.taas.taas_plugin [None req-927441a6-40a0-4a62-9f9e-84a3fb8c2255 e976750d2e5141a5afbb1b27f3ffc82c bc055a1be4dd4cdbb31ecc7ab32e78d8 - - default default] TaaS: Handle Delete Port: 3bafb1c7-25b3-4084-889a-6df72065e158 2026-07-15 15:52:57.859 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-927441a6-40a0-4a62-9f9e-84a3fb8c2255 e976750d2e5141a5afbb1b27f3ffc82c bc055a1be4dd4cdbb31ecc7ab32e78d8 - - default default] Tap Mirror: Handle Delete Port: 3bafb1c7-25b3-4084-889a-6df72065e158 [pid: 8|app: 0|req: 876/1781] 10.0.0.115 () {32 vars in 719 bytes} [Wed Jul 15 15:52:57 2026] DELETE /v2.0/ports/3bafb1c7-25b3-4084-889a-6df72065e158 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1782] 10.0.0.115 () {34 vars in 782 bytes} [Wed Jul 15 15:52:56 2026] PUT /v2.0/routers/bcbb862a-b861-423a-9cca-1b039f2eeb1e/add_router_interface => generated 309 bytes in 1347 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:52:58.790 8 INFO neutron_taas.services.taas.taas_plugin [None req-a6138740-ff05-4021-bc38-d4bba9cd5e2e e976750d2e5141a5afbb1b27f3ffc82c bc055a1be4dd4cdbb31ecc7ab32e78d8 - - default default] TaaS: Handle Delete Port: daba9e40-b75b-43ad-9325-e5d8820ee972 2026-07-15 15:52:58.795 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a6138740-ff05-4021-bc38-d4bba9cd5e2e e976750d2e5141a5afbb1b27f3ffc82c bc055a1be4dd4cdbb31ecc7ab32e78d8 - - default default] Tap Mirror: Handle Delete Port: daba9e40-b75b-43ad-9325-e5d8820ee972 [pid: 8|app: 0|req: 877/1783] 10.0.0.115 () {32 vars in 719 bytes} [Wed Jul 15 15:52:57 2026] DELETE /v2.0/ports/daba9e40-b75b-43ad-9325-e5d8820ee972 => generated 0 bytes in 959 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:52:59.063 7 INFO neutron_taas.services.taas.taas_plugin [None req-f92f81fd-2a90-4167-9302-cb1acb42e397 e976750d2e5141a5afbb1b27f3ffc82c bc055a1be4dd4cdbb31ecc7ab32e78d8 - - default default] TaaS: Handle Delete Port: 04b30613-e88b-4dee-a5b8-095e8fc752be 2026-07-15 15:52:59.068 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f92f81fd-2a90-4167-9302-cb1acb42e397 e976750d2e5141a5afbb1b27f3ffc82c bc055a1be4dd4cdbb31ecc7ab32e78d8 - - default default] Tap Mirror: Handle Delete Port: 04b30613-e88b-4dee-a5b8-095e8fc752be [pid: 7|app: 0|req: 907/1784] 10.0.0.115 () {32 vars in 719 bytes} [Wed Jul 15 15:52:58 2026] DELETE /v2.0/ports/04b30613-e88b-4dee-a5b8-095e8fc752be => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:52:59.307 8 INFO neutron_taas.services.taas.taas_plugin [None req-bf645933-2c2d-4b8a-b3c6-9a526651b58a e976750d2e5141a5afbb1b27f3ffc82c bc055a1be4dd4cdbb31ecc7ab32e78d8 - - default default] TaaS: Handle Delete Port: 36392f49-fe32-45b7-a4a7-4e80e220d1a5 2026-07-15 15:52:59.311 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf645933-2c2d-4b8a-b3c6-9a526651b58a e976750d2e5141a5afbb1b27f3ffc82c bc055a1be4dd4cdbb31ecc7ab32e78d8 - - default default] Tap Mirror: Handle Delete Port: 36392f49-fe32-45b7-a4a7-4e80e220d1a5 [pid: 8|app: 0|req: 878/1785] 10.0.0.115 () {32 vars in 719 bytes} [Wed Jul 15 15:52:59 2026] DELETE /v2.0/ports/36392f49-fe32-45b7-a4a7-4e80e220d1a5 => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:52:59.583 7 INFO neutron.services.segments.plugin [-] Segment 04b85efe-453d-442e-8476-f3de22966d9e resource provider aggregate not found 2026-07-15 15:52:59.583 7 INFO neutron.services.segments.plugin [-] Segment 04b85efe-453d-442e-8476-f3de22966d9e resource provider aggregate not found [pid: 7|app: 0|req: 908/1786] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:52:59 2026] DELETE /v2.0/networks/87d19774-4a09-4e5a-8427-305a8c393649 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:52:59.619 7 INFO neutron.services.segments.plugin [-] Segment 04b85efe-453d-442e-8476-f3de22966d9e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04b85efe-453d-442e-8476-f3de22966d9e found for delete ", "request_id": "req-a34a94b4-e837-4072-87ba-e7e2e2d258fc"}]} 2026-07-15 15:52:59.626 7 INFO neutron.services.segments.plugin [-] Segment 04b85efe-453d-442e-8476-f3de22966d9e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04b85efe-453d-442e-8476-f3de22966d9e found for delete ", "request_id": "req-06129db7-060a-486c-91b6-2a2b5649933d"}]} 2026-07-15 15:52:59.754 8 INFO neutron.services.segments.plugin [-] Segment 75179380-4e12-4b0a-ae65-efcaf10cedb0 resource provider aggregate not found 2026-07-15 15:52:59.764 8 INFO neutron.services.segments.plugin [-] Segment 75179380-4e12-4b0a-ae65-efcaf10cedb0 resource provider aggregate not found 2026-07-15 15:52:59.784 8 INFO neutron.services.segments.plugin [-] Segment 75179380-4e12-4b0a-ae65-efcaf10cedb0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75179380-4e12-4b0a-ae65-efcaf10cedb0 found for delete ", "request_id": "req-08d99558-ec81-4d49-aca3-7a96e1f2489a"}]} 2026-07-15 15:52:59.786 8 INFO neutron.services.segments.plugin [-] Segment 75179380-4e12-4b0a-ae65-efcaf10cedb0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75179380-4e12-4b0a-ae65-efcaf10cedb0 found for delete ", "request_id": "req-d3d3da18-eef8-4ea2-bf8f-d7ac0f21df84"}]} [pid: 8|app: 0|req: 879/1787] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:52:59 2026] DELETE /v2.0/networks/b28109cb-d68d-44cb-a5c6-c694dcaba80a => 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: 909/1788] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:52:59 2026] DELETE /v2.0/networks/061d0dde-a6ad-4384-abaf-7c5486272c35 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1789] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:52:59 2026] DELETE /v2.0/networks/f4b85595-76e0-4e47-b341-7af78a7d7006 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1790] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:52:59 2026] GET /v2.0/security-groups?tenant_id=95a6e3f9da1d476e8aefddf9a3f8c0af&name=default => generated 2925 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1791] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:53:00 2026] DELETE /v2.0/networks/88d59b31-2437-42e7-b393-17136eb4ae8d => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1792] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:53:00 2026] DELETE /v2.0/security-groups/71af2be1-cc13-46f7-8512-3cab344a0358 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1793] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:53:00 2026] GET /v2.0/security-groups?tenant_id=060f272a6c0a49bca02c1f14f4667711&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1794] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:53:00 2026] DELETE /v2.0/security-groups/834f7b59-e00f-4c11-b456-e3d23652f340 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1795] 10.0.0.192 () {34 vars in 981 bytes} [Wed Jul 15 15:53:00 2026] GET /v2.0/networks?id=3e9c3e65-e7db-42c8-8c02-784fe9af91ae => generated 672 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1796] 10.0.0.192 () {34 vars in 964 bytes} [Wed Jul 15 15:53:00 2026] GET /v2.0/quotas/b0581f2dfd23457fa80cc992423fe98f => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1797] 10.0.0.192 () {34 vars in 1001 bytes} [Wed Jul 15 15:53:00 2026] GET /v2.0/ports?tenant_id=b0581f2dfd23457fa80cc992423fe98f&fields=id => generated 103 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1798] 10.0.0.192 () {34 vars in 1007 bytes} [Wed Jul 15 15:53:00 2026] GET /v2.0/networks/3e9c3e65-e7db-42c8-8c02-784fe9af91ae?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: 915/1799] 10.0.0.192 () {34 vars in 1107 bytes} [Wed Jul 15 15:53:00 2026] GET /v2.0/networks/3e9c3e65-e7db-42c8-8c02-784fe9af91ae?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: 916/1800] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:53:01 2026] GET /v2.0/ports?device_id=d21e1eeb-b86d-41da-b339-d646b1aedc96 => 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: 885/1801] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:53:01 2026] GET /v2.0/security-groups?tenant_id=f9c66b48e1534e238f08bc561d6558ee&name=default => generated 2925 bytes in 376 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:53:01.659 7 INFO neutron.services.segments.plugin [-] Segment fcb8b8c9-f202-4cc8-8898-685e63cec847 resource provider aggregate not found 2026-07-15 15:53:01.672 7 INFO neutron.services.segments.plugin [-] Segment fcb8b8c9-f202-4cc8-8898-685e63cec847 resource provider aggregate not found [pid: 7|app: 0|req: 917/1802] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:53:01 2026] DELETE /v2.0/security-groups/f5aa4667-e245-4e1c-9615-24b95c9e5f29 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:53:01.695 7 INFO neutron.services.segments.plugin [-] Segment fcb8b8c9-f202-4cc8-8898-685e63cec847 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fcb8b8c9-f202-4cc8-8898-685e63cec847 found for delete ", "request_id": "req-1dea8678-c33f-4f24-b830-6c709444d339"}]} 2026-07-15 15:53:01.699 7 INFO neutron.services.segments.plugin [-] Segment fcb8b8c9-f202-4cc8-8898-685e63cec847 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fcb8b8c9-f202-4cc8-8898-685e63cec847 found for delete ", "request_id": "req-2fc0a956-703c-45a0-8768-5fcc70b404cc"}]} 2026-07-15 15:53:01.715 7 INFO neutron.services.segments.plugin [-] Segment 82cf0551-b271-4a8c-b17e-718b69541c32 resource provider aggregate not found 2026-07-15 15:53:01.723 7 INFO neutron.services.segments.plugin [-] Segment 82cf0551-b271-4a8c-b17e-718b69541c32 resource provider aggregate not found 2026-07-15 15:53:01.740 7 INFO neutron.services.segments.plugin [-] Segment 82cf0551-b271-4a8c-b17e-718b69541c32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82cf0551-b271-4a8c-b17e-718b69541c32 found for delete ", "request_id": "req-24e5acd9-8340-43d5-b7be-f70e87db4d43"}]} 2026-07-15 15:53:01.747 7 INFO neutron.services.segments.plugin [-] Segment 82cf0551-b271-4a8c-b17e-718b69541c32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82cf0551-b271-4a8c-b17e-718b69541c32 found for delete ", "request_id": "req-e2b21eb0-2647-4c92-8950-f13a33fa89db"}]} 2026-07-15 15:53:01.765 7 INFO neutron.services.segments.plugin [-] Segment 093d2ee8-246b-4863-9824-8cda084b8dbb resource provider aggregate not found 2026-07-15 15:53:01.767 7 INFO neutron.services.segments.plugin [-] Segment 093d2ee8-246b-4863-9824-8cda084b8dbb resource provider aggregate not found 2026-07-15 15:53:01.784 7 INFO neutron.services.segments.plugin [-] Segment 093d2ee8-246b-4863-9824-8cda084b8dbb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 093d2ee8-246b-4863-9824-8cda084b8dbb found for delete ", "request_id": "req-bee2b377-9451-40b0-a450-2b3bed8ae98d"}]} 2026-07-15 15:53:01.787 7 INFO neutron.services.segments.plugin [-] Segment 093d2ee8-246b-4863-9824-8cda084b8dbb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 093d2ee8-246b-4863-9824-8cda084b8dbb found for delete ", "request_id": "req-906dc1dd-85a6-4c47-9431-b028ee5f513e"}]} [pid: 8|app: 0|req: 886/1803] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:53:01 2026] GET /v2.0/security-groups?tenant_id=6f6310c022c14c0095cd59819df735c1&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1804] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:53:01 2026] DELETE /v2.0/security-groups/8ea230e3-42c4-46ef-a86e-e0fe8b1db8d3 => 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: 887/1805] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:53:02 2026] GET /v2.0/security-groups?tenant_id=bc055a1be4dd4cdbb31ecc7ab32e78d8&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1806] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:53:02 2026] GET /v2.0/ports?device_id=d21e1eeb-b86d-41da-b339-d646b1aedc96 => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1807] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:53:02 2026] DELETE /v2.0/security-groups/8aeeaf62-d655-4961-b0af-876c91d9ea4c => generated 0 bytes in 185 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:53:03.424 8 INFO neutron.db.segments_db [None req-26df9d04-6474-4db5-880c-bc7a0d819974 086d2549190943d78742e4294956b2f3 fe9999b87d4c4605a1524e83d58aa714 - - default default] Added segment 1a858787-f783-4f86-8fbf-421c27648211 of type vxlan for network 7691ee78-3c3c-4f0f-81c2-cd5d1a1cd227 [pid: 7|app: 0|req: 920/1808] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:53:03 2026] GET /v2.0/ports?device_id=d21e1eeb-b86d-41da-b339-d646b1aedc96 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1809] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:53:02 2026] POST /v2.0/networks => generated 625 bytes in 559 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1810] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:53:03 2026] POST /v2.0/subnets => generated 641 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:53:03.979 8 INFO neutron.db.segments_db [None req-9bbcad4c-8579-4d18-af45-07d50f6dbb14 086d2549190943d78742e4294956b2f3 fe9999b87d4c4605a1524e83d58aa714 - - default default] Added segment 6d8a07e8-4e53-417e-ab49-cac70a370eb9 of type vxlan for network d781a9a9-1e41-45bd-8fb3-c5539501cf1e [pid: 8|app: 0|req: 890/1811] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:53:03 2026] POST /v2.0/networks => generated 625 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1812] 10.0.0.115 () {34 vars in 742 bytes} [Wed Jul 15 15:53:04 2026] PUT /v2.0/networks/d781a9a9-1e41-45bd-8fb3-c5539501cf1e => generated 592 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1813] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:53:04 2026] GET /v2.0/ports?device_id=d0af4de4-06db-4b81-a004-d17814be62ad => generated 975 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1814] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:53:04 2026] GET /v2.0/security-groups?id=90007093-79d5-48a3-adfb-32b94452a51f&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1815] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:53:04 2026] POST /v2.0/subnets => generated 626 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1816] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:53:04 2026] GET /v2.0/ports?device_id=d21e1eeb-b86d-41da-b339-d646b1aedc96 => 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: 925/1817] 10.0.0.115 () {34 vars in 740 bytes} [Wed Jul 15 15:53:04 2026] PUT /v2.0/subnets/8276adcb-8e2f-4d63-b824-02a7b7354836 => generated 636 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:53:04.967 8 INFO neutron.services.segments.plugin [-] Segment 6d8a07e8-4e53-417e-ab49-cac70a370eb9 resource provider aggregate not found 2026-07-15 15:53:04.974 8 INFO neutron.services.segments.plugin [-] Segment 6d8a07e8-4e53-417e-ab49-cac70a370eb9 resource provider aggregate not found 2026-07-15 15:53:04.992 8 INFO neutron.services.segments.plugin [-] Segment 6d8a07e8-4e53-417e-ab49-cac70a370eb9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d8a07e8-4e53-417e-ab49-cac70a370eb9 found for delete ", "request_id": "req-63f882ea-3d84-4bd4-baf9-6ede332abcbf"}]} [pid: 8|app: 0|req: 893/1818] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:53:04 2026] DELETE /v2.0/networks/d781a9a9-1e41-45bd-8fb3-c5539501cf1e => generated 0 bytes in 243 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:53:05.005 8 INFO neutron.services.segments.plugin [-] Segment 6d8a07e8-4e53-417e-ab49-cac70a370eb9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d8a07e8-4e53-417e-ab49-cac70a370eb9 found for delete ", "request_id": "req-1dca1ed1-42c1-464e-8b71-6093aa2917a7"}]} 2026-07-15 15:53:05.021 7 INFO neutron.pecan_wsgi.hooks.translation [None req-47b8bc11-b1d5-46ea-8c0e-a5498978e270 086d2549190943d78742e4294956b2f3 fe9999b87d4c4605a1524e83d58aa714 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 926/1819] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:53:05 2026] DELETE /v2.0/networks/d781a9a9-1e41-45bd-8fb3-c5539501cf1e => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1820] 10.0.0.115 () {32 vars in 693 bytes} [Wed Jul 15 15:53:05 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1821] 10.0.0.115 () {32 vars in 741 bytes} [Wed Jul 15 15:53:05 2026] GET /v2.0/subnets?network_id=991be8b8-48b7-4c71-80b2-a7401896d749 => generated 649 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1822] 10.0.0.115 () {32 vars in 652 bytes} [Wed Jul 15 15:53:05 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1823] 10.0.0.115 () {32 vars in 648 bytes} [Wed Jul 15 15:53:05 2026] GET /v2.0/networks => generated 1309 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1824] 10.0.0.115 () {32 vars in 646 bytes} [Wed Jul 15 15:53:05 2026] GET /v2.0/subnets => generated 1280 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1825] 10.0.0.115 () {32 vars in 722 bytes} [Wed Jul 15 15:53:05 2026] GET /v2.0/networks/7691ee78-3c3c-4f0f-81c2-cd5d1a1cd227 => generated 669 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1826] 10.0.0.115 () {32 vars in 720 bytes} [Wed Jul 15 15:53:05 2026] GET /v2.0/subnets/3c9301a2-8de9-4ad3-b740-2c07e89d563e => generated 641 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:53:05.461 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2a7be353-73e0-4533-891c-7804a7844c93 086d2549190943d78742e4294956b2f3 fe9999b87d4c4605a1524e83d58aa714 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 930/1827] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:53:05 2026] DELETE /v2.0/subnets/8276adcb-8e2f-4d63-b824-02a7b7354836 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-15 15:53:05.488 8 INFO neutron.pecan_wsgi.hooks.translation [None req-31fa2c37-4adc-4ef1-b0ac-fbc01c4c25ed 086d2549190943d78742e4294956b2f3 fe9999b87d4c4605a1524e83d58aa714 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 898/1828] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:53:05 2026] DELETE /v2.0/networks/d781a9a9-1e41-45bd-8fb3-c5539501cf1e => generated 138 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1829] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:53:05 2026] GET /v2.0/ports?device_id=d0af4de4-06db-4b81-a004-d17814be62ad => generated 975 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1830] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:53:05 2026] DELETE /v2.0/subnets/3c9301a2-8de9-4ad3-b740-2c07e89d563e => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1831] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:53:05 2026] GET /v2.0/security-groups?id=90007093-79d5-48a3-adfb-32b94452a51f&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1832] 199.204.45.23 () {34 vars in 984 bytes} [Wed Jul 15 15:53:05 2026] GET /v2.0/networks?id=3e9c3e65-e7db-42c8-8c02-784fe9af91ae => generated 672 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1833] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:53:05 2026] GET /v2.0/ports?device_id=d21e1eeb-b86d-41da-b339-d646b1aedc96 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:53:05.879 7 INFO neutron_taas.services.taas.taas_plugin [None req-680febcc-c1b2-4a10-9dcb-df003eb5ef1e 086d2549190943d78742e4294956b2f3 fe9999b87d4c4605a1524e83d58aa714 - - default default] TaaS: Handle Delete Port: 767c1d2c-21df-4b07-a3a8-15711ad80afa 2026-07-15 15:53:05.883 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-680febcc-c1b2-4a10-9dcb-df003eb5ef1e 086d2549190943d78742e4294956b2f3 fe9999b87d4c4605a1524e83d58aa714 - - default default] Tap Mirror: Handle Delete Port: 767c1d2c-21df-4b07-a3a8-15711ad80afa 2026-07-15 15:53:06.081 7 INFO neutron.services.segments.plugin [-] Segment 1a858787-f783-4f86-8fbf-421c27648211 resource provider aggregate not found 2026-07-15 15:53:06.088 7 INFO neutron.services.segments.plugin [-] Segment 1a858787-f783-4f86-8fbf-421c27648211 resource provider aggregate not found 2026-07-15 15:53:06.109 7 INFO neutron.services.segments.plugin [-] Segment 1a858787-f783-4f86-8fbf-421c27648211 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a858787-f783-4f86-8fbf-421c27648211 found for delete ", "request_id": "req-0555f02f-0e80-42f1-a1a1-1cc0319a9ff9"}]} 2026-07-15 15:53:06.119 7 INFO neutron.services.segments.plugin [-] Segment 1a858787-f783-4f86-8fbf-421c27648211 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a858787-f783-4f86-8fbf-421c27648211 found for delete ", "request_id": "req-f9a23bd3-7655-4cc2-a0d4-e093c2a9adda"}]} [pid: 7|app: 0|req: 933/1834] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:53:05 2026] DELETE /v2.0/networks/7691ee78-3c3c-4f0f-81c2-cd5d1a1cd227 => generated 0 bytes in 366 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1835] 199.204.45.23 () {38 vars in 953 bytes} [Wed Jul 15 15:53:05 2026] POST /v2.0/ports => generated 954 bytes in 486 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-07-15 15:53:06.820 7 INFO neutron.db.segments_db [None req-9fa71dc1-bc05-46d2-907f-b423ae989be6 4a4abfc8cdf34fcd915a057bb3b65224 04b21913f91541469223b443b820fb87 - - default default] Added segment 63ae09ab-b0e2-46aa-a832-49468b4c0ec8 of type vxlan for network 1c0d131f-03f9-4c65-af59-672d99086c56 [pid: 8|app: 0|req: 903/1836] 199.204.45.23 () {38 vars in 1026 bytes} [Wed Jul 15 15:53:06 2026] PUT /v2.0/ports/9e190ec4-5289-470d-a938-bd9c7de8ee76 => generated 1235 bytes in 635 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1837] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:53:06 2026] POST /v2.0/networks => generated 613 bytes in 738 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1838] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:53:06 2026] GET /v2.0/ports?device_id=d0af4de4-06db-4b81-a004-d17814be62ad => generated 973 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: 7|app: 0|req: 936/1839] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:53:06 2026] GET /v2.0/ports?device_id=d21e1eeb-b86d-41da-b339-d646b1aedc96 => generated 969 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1840] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:53:06 2026] GET /v2.0/security-groups?tenant_id=fe9999b87d4c4605a1524e83d58aa714&name=default => generated 2925 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1841] 199.204.45.23 () {34 vars in 992 bytes} [Wed Jul 15 15:53:07 2026] GET /v2.0/ports?device_id=d0af4de4-06db-4b81-a004-d17814be62ad => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1842] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:53:07 2026] GET /v2.0/security-groups?id=90007093-79d5-48a3-adfb-32b94452a51f&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: 907/1843] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:53:07 2026] GET /v2.0/security-groups?id=c7c8f2f7-3c7c-4af6-9e48-4a9bdc1b9955&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:53:07.243 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fcd96bce-b1dd-4af0-b4b8-f275e11a9953'] response: {'name': 'network-changed', 'server_uuid': 'd21e1eeb-b86d-41da-b339-d646b1aedc96', 'tag': '9e190ec4-5289-470d-a938-bd9c7de8ee76', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 908/1844] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:53:07 2026] DELETE /v2.0/security-groups/a9c6a2ff-9c79-43fd-86a3-7d2cccb76fd3 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:53:07.415 8 INFO neutron_taas.services.taas.taas_plugin [req-c945d9f9-e290-4a95-b2ee-e2eb41b99afb req-590bf10d-1279-42b7-a2b1-50ef40140373 3a8e842fae21401f97eaaaa4a06f33fd e5948f7ffc3b4d378738b16597073a3c - - default default] TaaS: Handle Delete Port: 963060ca-5836-4b83-b7ad-e878b412b1d9 2026-07-15 15:53:07.419 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c945d9f9-e290-4a95-b2ee-e2eb41b99afb req-590bf10d-1279-42b7-a2b1-50ef40140373 3a8e842fae21401f97eaaaa4a06f33fd e5948f7ffc3b4d378738b16597073a3c - - default default] Tap Mirror: Handle Delete Port: 963060ca-5836-4b83-b7ad-e878b412b1d9 [pid: 7|app: 0|req: 937/1845] 10.0.0.115 () {34 vars in 663 bytes} [Wed Jul 15 15:53:07 2026] POST /v2.0/ports => generated 743 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-07-15 15:53:07.575 8 INFO neutron.db.l3_db [req-c945d9f9-e290-4a95-b2ee-e2eb41b99afb req-590bf10d-1279-42b7-a2b1-50ef40140373 3a8e842fae21401f97eaaaa4a06f33fd e5948f7ffc3b4d378738b16597073a3c - - default default] Floating IP 980cd472-d28a-4fba-bf6c-8f981d7da367 disassociated. External IP: 10.96.250.212, port: 963060ca-5836-4b83-b7ad-e878b412b1d9. [pid: 7|app: 0|req: 938/1846] 10.0.0.115 () {34 vars in 665 bytes} [Wed Jul 15 15:53:07 2026] POST /v2.0/trunks => generated 407 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1847] 10.0.0.115 () {34 vars in 748 bytes} [Wed Jul 15 15:53:07 2026] PUT /v2.0/trunks/f0b993a0-4fd8-42fa-a234-a75ecd041e67/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1848] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:53:07 2026] GET /v2.0/ports?tenant_id=b0581f2dfd23457fa80cc992423fe98f&device_id=d21e1eeb-b86d-41da-b339-d646b1aedc96 => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1849] 10.0.0.115 () {32 vars in 728 bytes} [Wed Jul 15 15:53:07 2026] GET /v2.0/trunks/f0b993a0-4fd8-42fa-a234-a75ecd041e67/tags => generated 25 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1850] 199.204.45.23 () {34 vars in 1016 bytes} [Wed Jul 15 15:53:07 2026] GET /v2.0/networks?tenant_id=b0581f2dfd23457fa80cc992423fe98f&shared=False => generated 768 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1851] 10.0.0.115 () {34 vars in 759 bytes} [Wed Jul 15 15:53:07 2026] PUT /v2.0/trunks/f0b993a0-4fd8-42fa-a234-a75ecd041e67/tags/green => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1852] 199.204.45.23 () {34 vars in 928 bytes} [Wed Jul 15 15:53:07 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1853] 199.204.45.23 () {36 vars in 995 bytes} [Wed Jul 15 15:53:07 2026] DELETE /v2.0/ports/963060ca-5836-4b83-b7ad-e878b412b1d9 => generated 0 bytes in 699 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1854] 10.0.0.115 () {32 vars in 728 bytes} [Wed Jul 15 15:53:07 2026] GET /v2.0/trunks/f0b993a0-4fd8-42fa-a234-a75ecd041e67/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: 910/1855] 10.0.0.115 () {34 vars in 755 bytes} [Wed Jul 15 15:53:08 2026] PUT /v2.0/trunks/f0b993a0-4fd8-42fa-a234-a75ecd041e67/tags/red => 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: 946/1856] 10.0.0.115 () {32 vars in 728 bytes} [Wed Jul 15 15:53:08 2026] GET /v2.0/trunks/f0b993a0-4fd8-42fa-a234-a75ecd041e67/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1857] 10.0.0.115 () {34 vars in 777 bytes} [Wed Jul 15 15:53:08 2026] PUT /v2.0/trunks/f0b993a0-4fd8-42fa-a234-a75ecd041e67/tags/black.or.white => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1858] 10.0.0.115 () {32 vars in 728 bytes} [Wed Jul 15 15:53:08 2026] GET /v2.0/trunks/f0b993a0-4fd8-42fa-a234-a75ecd041e67/tags => generated 52 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1859] 10.0.0.115 () {34 vars in 748 bytes} [Wed Jul 15 15:53:08 2026] PUT /v2.0/trunks/f0b993a0-4fd8-42fa-a234-a75ecd041e67/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: 948/1860] 10.0.0.115 () {32 vars in 728 bytes} [Wed Jul 15 15:53:08 2026] GET /v2.0/trunks/f0b993a0-4fd8-42fa-a234-a75ecd041e67/tags => generated 37 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1861] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:53:08 2026] GET /v2.0/ports?device_id=d0af4de4-06db-4b81-a004-d17814be62ad => 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: 949/1862] 10.0.0.115 () {32 vars in 736 bytes} [Wed Jul 15 15:53:08 2026] GET /v2.0/trunks/f0b993a0-4fd8-42fa-a234-a75ecd041e67/tags/red => generated 0 bytes in 26 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:53:08.309 7 INFO neutron.api.v2.resource [None req-35e1bc9d-eb25-4f1d-8300-8e45b24cfba0 4a4abfc8cdf34fcd915a057bb3b65224 04b21913f91541469223b443b820fb87 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 950/1863] 10.0.0.115 () {32 vars in 740 bytes} [Wed Jul 15 15:53:08 2026] GET /v2.0/trunks/f0b993a0-4fd8-42fa-a234-a75ecd041e67/tags/green => generated 99 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1864] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:53:08 2026] GET /v2.0/ports?device_id=d21e1eeb-b86d-41da-b339-d646b1aedc96 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1865] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:53:08 2026] GET /v2.0/security-groups?id=c7c8f2f7-3c7c-4af6-9e48-4a9bdc1b9955&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: 7|app: 0|req: 951/1866] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:53:08 2026] DELETE /v2.0/trunks/f0b993a0-4fd8-42fa-a234-a75ecd041e67/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: 916/1867] 10.0.0.115 () {32 vars in 728 bytes} [Wed Jul 15 15:53:08 2026] GET /v2.0/trunks/f0b993a0-4fd8-42fa-a234-a75ecd041e67/tags => generated 30 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:53:08.396 7 INFO neutron.api.v2.resource [None req-ddc96b69-7d41-44bc-b0cf-ae02c1b342ba 4a4abfc8cdf34fcd915a057bb3b65224 04b21913f91541469223b443b820fb87 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 952/1868] 10.0.0.115 () {32 vars in 743 bytes} [Wed Jul 15 15:53:08 2026] DELETE /v2.0/trunks/f0b993a0-4fd8-42fa-a234-a75ecd041e67/tags/green => generated 99 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1869] 10.0.0.115 () {32 vars in 731 bytes} [Wed Jul 15 15:53:08 2026] DELETE /v2.0/trunks/f0b993a0-4fd8-42fa-a234-a75ecd041e67/tags => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1870] 10.0.0.115 () {32 vars in 728 bytes} [Wed Jul 15 15:53:08 2026] GET /v2.0/trunks/f0b993a0-4fd8-42fa-a234-a75ecd041e67/tags => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1871] 10.0.0.115 () {32 vars in 718 bytes} [Wed Jul 15 15:53:08 2026] GET /v2.0/trunks/f0b993a0-4fd8-42fa-a234-a75ecd041e67 => generated 407 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1872] 10.0.0.115 () {32 vars in 716 bytes} [Wed Jul 15 15:53:08 2026] GET /v2.0/ports/e23b9c7e-35b7-4e31-ba04-a034234faae5 => generated 826 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1873] 10.0.0.115 () {32 vars in 721 bytes} [Wed Jul 15 15:53:08 2026] DELETE /v2.0/trunks/f0b993a0-4fd8-42fa-a234-a75ecd041e67 => 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: 920/1874] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:53:09 2026] GET /v2.0/ports?tenant_id=b0581f2dfd23457fa80cc992423fe98f&device_id=d21e1eeb-b86d-41da-b339-d646b1aedc96 => 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: 921/1875] 199.204.45.23 () {34 vars in 1056 bytes} [Wed Jul 15 15:53:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=9e190ec4-5289-470d-a938-bd9c7de8ee76 => 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: 922/1876] 199.204.45.23 () {34 vars in 982 bytes} [Wed Jul 15 15:53:09 2026] GET /v2.0/subnets?id=32a8cab3-60b3-48c1-9403-abab1104bb95 => generated 690 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:53:09.291 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-00da1c5a-a734-479f-acd1-88e24c629a57'] response: {'server_uuid': 'd0af4de4-06db-4b81-a004-d17814be62ad', 'name': 'network-vif-deleted', 'tag': '963060ca-5836-4b83-b7ad-e878b412b1d9', 'status': 'completed', 'code': 200} 2026-07-15 15:53:09.544 7 INFO neutron_taas.services.taas.taas_plugin [None req-14e68a74-a741-45f1-8047-f3c0d0eb7075 4a4abfc8cdf34fcd915a057bb3b65224 04b21913f91541469223b443b820fb87 - - default default] TaaS: Handle Delete Port: e23b9c7e-35b7-4e31-ba04-a034234faae5 2026-07-15 15:53:09.548 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14e68a74-a741-45f1-8047-f3c0d0eb7075 4a4abfc8cdf34fcd915a057bb3b65224 04b21913f91541469223b443b820fb87 - - default default] Tap Mirror: Handle Delete Port: e23b9c7e-35b7-4e31-ba04-a034234faae5 2026-07-15 15:53:09.609 8 INFO neutron.db.segments_db [None req-a7873cf3-df17-430b-88f6-041564cecd9b d15d46306c384f1caabcbfa26c876ee1 3a921b4803d04903a48d18d300304a1e - - default default] Added segment bdfe0ea2-6f89-4ba4-9998-19a401c627c1 of type vxlan for network 8682e838-d0ed-4f7d-81c7-06945ee00a23 [pid: 7|app: 0|req: 955/1877] 10.0.0.115 () {32 vars in 719 bytes} [Wed Jul 15 15:53:08 2026] DELETE /v2.0/ports/e23b9c7e-35b7-4e31-ba04-a034234faae5 => generated 0 bytes in 989 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1878] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:53:09 2026] POST /v2.0/networks => generated 629 bytes in 574 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1879] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:53:09 2026] GET /v2.0/ports?network_id=3e9c3e65-e7db-42c8-8c02-784fe9af91ae&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1880] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:53:09 2026] GET /v2.0/ports?device_id=d0af4de4-06db-4b81-a004-d17814be62ad => 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: 957/1881] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:53:09 2026] GET /v2.0/ports?device_id=d21e1eeb-b86d-41da-b339-d646b1aedc96 => generated 969 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:53:09.882 8 INFO neutron.services.segments.plugin [-] Segment 63ae09ab-b0e2-46aa-a832-49468b4c0ec8 resource provider aggregate not found 2026-07-15 15:53:09.888 8 INFO neutron.services.segments.plugin [-] Segment 63ae09ab-b0e2-46aa-a832-49468b4c0ec8 resource provider aggregate not found 2026-07-15 15:53:09.905 8 INFO neutron.services.segments.plugin [-] Segment 63ae09ab-b0e2-46aa-a832-49468b4c0ec8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63ae09ab-b0e2-46aa-a832-49468b4c0ec8 found for delete ", "request_id": "req-91c442ff-51f0-4873-b53b-8ea883d393d5"}]} 2026-07-15 15:53:09.907 8 INFO neutron.services.segments.plugin [-] Segment 63ae09ab-b0e2-46aa-a832-49468b4c0ec8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63ae09ab-b0e2-46aa-a832-49468b4c0ec8 found for delete ", "request_id": "req-6bfb2a57-3779-48ff-9565-d6ce9f6c9224"}]} [pid: 8|app: 0|req: 925/1882] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:53:09 2026] DELETE /v2.0/networks/1c0d131f-03f9-4c65-af59-672d99086c56 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1883] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:53:09 2026] GET /v2.0/networks/3e9c3e65-e7db-42c8-8c02-784fe9af91ae?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: 927/1884] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:53:09 2026] GET /v2.0/security-groups?id=c7c8f2f7-3c7c-4af6-9e48-4a9bdc1b9955&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1885] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:53:10 2026] GET /v2.0/networks/3e9c3e65-e7db-42c8-8c02-784fe9af91ae?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: 958/1886] 10.0.0.115 () {34 vars in 664 bytes} [Wed Jul 15 15:53:09 2026] POST /v2.0/ports => generated 779 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:53:10.232 8 INFO neutron.db.segments_db [None req-379e714f-8b81-4876-8fb1-aade12cff002 d15d46306c384f1caabcbfa26c876ee1 3a921b4803d04903a48d18d300304a1e - - default default] Added segment f5707773-9df9-4d5f-9f49-dfd28f0f7e3f of type vxlan for network 3761c4d5-3542-4162-9fa6-436ed8fff850 [pid: 8|app: 0|req: 929/1887] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:53:10 2026] POST /v2.0/networks => generated 616 bytes in 175 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: 959/1888] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:53:10 2026] POST /v2.0/subnets => generated 646 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1889] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:53:10 2026] GET /v2.0/security-groups?tenant_id=04b21913f91541469223b443b820fb87&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: 961/1890] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:53:10 2026] DELETE /v2.0/security-groups/b3bc778d-8a4b-4308-b9ee-4e5e4ebf27f0 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1891] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:53:10 2026] GET /v2.0/ports?device_id=d0af4de4-06db-4b81-a004-d17814be62ad => 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: 930/1892] 10.0.0.115 () {34 vars in 664 bytes} [Wed Jul 15 15:53:10 2026] POST /v2.0/ports => generated 966 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-15 15:53:11.106 7 INFO neutron_taas.services.taas.taas_plugin [None req-eed920cd-626e-4b29-8e86-4f64ea4db378 d15d46306c384f1caabcbfa26c876ee1 3a921b4803d04903a48d18d300304a1e - - default default] TaaS: Handle Delete Port: 6543b3cb-7afe-4cf3-ab52-73f4a7567202 2026-07-15 15:53:11.110 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eed920cd-626e-4b29-8e86-4f64ea4db378 d15d46306c384f1caabcbfa26c876ee1 3a921b4803d04903a48d18d300304a1e - - default default] Tap Mirror: Handle Delete Port: 6543b3cb-7afe-4cf3-ab52-73f4a7567202 [pid: 8|app: 0|req: 931/1893] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:53:11 2026] GET /v2.0/security-groups?tenant_id=95c456501983479786d00694bd30d386&name=default => generated 2925 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1894] 10.0.0.115 () {32 vars in 719 bytes} [Wed Jul 15 15:53:11 2026] DELETE /v2.0/ports/6543b3cb-7afe-4cf3-ab52-73f4a7567202 => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1895] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:53:11 2026] GET /v2.0/ports?device_id=d21e1eeb-b86d-41da-b339-d646b1aedc96 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:53:11.260 8 INFO neutron.pecan_wsgi.hooks.translation [None req-219292b8-e0f8-49e0-b52d-ec9212f7e23a d15d46306c384f1caabcbfa26c876ee1 3a921b4803d04903a48d18d300304a1e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 933/1896] 10.0.0.115 () {32 vars in 719 bytes} [Wed Jul 15 15:53:11 2026] DELETE /v2.0/ports/6543b3cb-7afe-4cf3-ab52-73f4a7567202 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1897] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:53:11 2026] GET /v2.0/security-groups?id=c7c8f2f7-3c7c-4af6-9e48-4a9bdc1b9955&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-07-15 15:53:11.305 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c267b40b-e172-4fc8-95ee-38f3fc60f7ee d15d46306c384f1caabcbfa26c876ee1 3a921b4803d04903a48d18d300304a1e - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 935/1898] 10.0.0.115 () {32 vars in 716 bytes} [Wed Jul 15 15:53:11 2026] GET /v2.0/ports/6543b3cb-7afe-4cf3-ab52-73f4a7567202 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1899] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:53:11 2026] DELETE /v2.0/security-groups/c78ef916-77dc-4ea8-8383-45c3c3f48b2b => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1900] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:53:11 2026] DELETE /v2.0/subnets/f2afc057-6b5e-45a0-a0b8-6a60e824f132 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:53:11.555 7 INFO neutron.services.segments.plugin [-] Segment f5707773-9df9-4d5f-9f49-dfd28f0f7e3f resource provider aggregate not found 2026-07-15 15:53:11.564 7 INFO neutron.services.segments.plugin [-] Segment f5707773-9df9-4d5f-9f49-dfd28f0f7e3f resource provider aggregate not found 2026-07-15 15:53:11.579 7 INFO neutron.services.segments.plugin [-] Segment f5707773-9df9-4d5f-9f49-dfd28f0f7e3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5707773-9df9-4d5f-9f49-dfd28f0f7e3f found for delete ", "request_id": "req-d48fd09d-1375-4527-bc84-8e7dde417427"}]} 2026-07-15 15:53:11.603 7 INFO neutron.services.segments.plugin [-] Segment f5707773-9df9-4d5f-9f49-dfd28f0f7e3f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5707773-9df9-4d5f-9f49-dfd28f0f7e3f found for delete ", "request_id": "req-cb282400-6636-45af-ac85-b9c406d52f4a"}]} [pid: 7|app: 0|req: 965/1903] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:53:11 2026] DELETE /v2.0/networks/3761c4d5-3542-4162-9fa6-436ed8fff850 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:53:11.691 8 INFO neutron.db.segments_db [None req-c516c616-467c-490a-b016-03088fe57fa3 d15d46306c384f1caabcbfa26c876ee1 3a921b4803d04903a48d18d300304a1e - - default default] Added segment 4cb0119d-a126-4de6-883d-b61da2eac559 of type vxlan for network 04a1e055-798f-494a-be8b-16bfbaf12167 [pid: 8|app: 0|req: 939/1904] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:53:11 2026] POST /v2.0/networks => generated 616 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1905] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:53:11 2026] POST /v2.0/subnets => generated 646 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1906] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:53:12 2026] DELETE /v2.0/security-groups/90007093-79d5-48a3-adfb-32b94452a51f => generated 0 bytes in 168 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:53:12.360 8 INFO neutron_taas.services.taas.taas_plugin [None req-c66904d9-0f45-4406-9a5c-da47bddee98a 3a8e842fae21401f97eaaaa4a06f33fd e5948f7ffc3b4d378738b16597073a3c - - default default] TaaS: Handle Delete Port: 1e078726-6594-442f-91f6-2e11d5e1646e 2026-07-15 15:53:12.362 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c66904d9-0f45-4406-9a5c-da47bddee98a 3a8e842fae21401f97eaaaa4a06f33fd e5948f7ffc3b4d378738b16597073a3c - - default default] Tap Mirror: Handle Delete Port: 1e078726-6594-442f-91f6-2e11d5e1646e [pid: 7|app: 0|req: 967/1907] 10.0.0.115 () {34 vars in 664 bytes} [Wed Jul 15 15:53:12 2026] POST /v2.0/ports => generated 927 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1908] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:53:12 2026] GET /v2.0/ports?device_id=d21e1eeb-b86d-41da-b339-d646b1aedc96 => generated 969 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1909] 10.0.0.115 () {32 vars in 731 bytes} [Wed Jul 15 15:53:12 2026] DELETE /v2.0/floatingips/980cd472-d28a-4fba-bf6c-8f981d7da367 => generated 0 bytes in 336 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1910] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:53:12 2026] GET /v2.0/security-groups?id=c7c8f2f7-3c7c-4af6-9e48-4a9bdc1b9955&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:53:12.636 7 INFO neutron_taas.services.taas.taas_plugin [None req-c81e75f4-fff6-411d-904d-2827a9d425bc d15d46306c384f1caabcbfa26c876ee1 3a921b4803d04903a48d18d300304a1e - - default default] TaaS: Handle Delete Port: 095f6bba-4fbf-4c0b-8424-c29f229514cd 2026-07-15 15:53:12.639 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c81e75f4-fff6-411d-904d-2827a9d425bc d15d46306c384f1caabcbfa26c876ee1 3a921b4803d04903a48d18d300304a1e - - default default] Tap Mirror: Handle Delete Port: 095f6bba-4fbf-4c0b-8424-c29f229514cd [pid: 7|app: 0|req: 969/1911] 10.0.0.115 () {32 vars in 719 bytes} [Wed Jul 15 15:53:12 2026] DELETE /v2.0/ports/095f6bba-4fbf-4c0b-8424-c29f229514cd => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:53:12.825 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c4a08fdd-7918-4907-b5c9-27fb172e2f9e d15d46306c384f1caabcbfa26c876ee1 3a921b4803d04903a48d18d300304a1e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 970/1912] 10.0.0.115 () {32 vars in 716 bytes} [Wed Jul 15 15:53:12 2026] GET /v2.0/ports/095f6bba-4fbf-4c0b-8424-c29f229514cd => generated 132 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1913] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:53:12 2026] GET /v2.0/ports?device_id=5e1d1a9f-a947-4bc0-a1e8-01dc7b4f5890 => generated 971 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1914] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:53:12 2026] GET /v2.0/security-groups?id=85b0c51e-25da-4ca5-94bb-0658f181a25e&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1915] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:53:12 2026] DELETE /v2.0/subnets/eb6b7873-b724-4494-a0cb-849abec30a2a => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:53:13.095 8 INFO neutron.services.segments.plugin [-] Segment 4cb0119d-a126-4de6-883d-b61da2eac559 resource provider aggregate not found 2026-07-15 15:53:13.101 8 INFO neutron.services.segments.plugin [-] Segment 4cb0119d-a126-4de6-883d-b61da2eac559 resource provider aggregate not found 2026-07-15 15:53:13.124 8 INFO neutron.services.segments.plugin [-] Segment 4cb0119d-a126-4de6-883d-b61da2eac559 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4cb0119d-a126-4de6-883d-b61da2eac559 found for delete ", "request_id": "req-c7243e9c-4996-47ee-bba7-57935697e0af"}]} 2026-07-15 15:53:13.125 8 INFO neutron.services.segments.plugin [-] Segment 4cb0119d-a126-4de6-883d-b61da2eac559 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4cb0119d-a126-4de6-883d-b61da2eac559 found for delete ", "request_id": "req-2a4a5ca9-675c-40da-ad0b-c0337894364e"}]} [pid: 8|app: 0|req: 945/1916] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:53:12 2026] DELETE /v2.0/networks/04a1e055-798f-494a-be8b-16bfbaf12167 => 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: 972/1917] 10.0.0.115 () {34 vars in 664 bytes} [Wed Jul 15 15:53:13 2026] POST /v2.0/ports => generated 778 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1918] 10.0.0.115 () {34 vars in 736 bytes} [Wed Jul 15 15:53:13 2026] PUT /v2.0/ports/df0744ee-6a62-43f8-8eb1-42edf387322e => generated 752 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 973/1919] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:53:13 2026] GET /v2.0/ports?device_id=d21e1eeb-b86d-41da-b339-d646b1aedc96 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1920] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:53:13 2026] GET /v2.0/security-groups?id=c7c8f2f7-3c7c-4af6-9e48-4a9bdc1b9955&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:53:13.839 8 INFO neutron_taas.services.taas.taas_plugin [None req-18df9dc9-a566-47a1-ba02-e53210190c31 d15d46306c384f1caabcbfa26c876ee1 3a921b4803d04903a48d18d300304a1e - - default default] TaaS: Handle Delete Port: df0744ee-6a62-43f8-8eb1-42edf387322e 2026-07-15 15:53:13.844 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18df9dc9-a566-47a1-ba02-e53210190c31 d15d46306c384f1caabcbfa26c876ee1 3a921b4803d04903a48d18d300304a1e - - default default] Tap Mirror: Handle Delete Port: df0744ee-6a62-43f8-8eb1-42edf387322e [pid: 8|app: 0|req: 947/1921] 10.0.0.115 () {32 vars in 719 bytes} [Wed Jul 15 15:53:13 2026] DELETE /v2.0/ports/df0744ee-6a62-43f8-8eb1-42edf387322e => generated 0 bytes in 250 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1922] 10.0.0.115 () {32 vars in 642 bytes} [Wed Jul 15 15:53:13 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) [pid: 8|app: 0|req: 948/1923] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:53:13 2026] GET /v2.0/ports?device_id=5e1d1a9f-a947-4bc0-a1e8-01dc7b4f5890 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:53:14.040 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3d67b020-43f0-4fb5-9afc-c87115e2dfc1 d15d46306c384f1caabcbfa26c876ee1 3a921b4803d04903a48d18d300304a1e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 976/1924] 10.0.0.115 () {32 vars in 716 bytes} [Wed Jul 15 15:53:14 2026] GET /v2.0/ports/df0744ee-6a62-43f8-8eb1-42edf387322e => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1925] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:53:14 2026] GET /v2.0/security-groups?id=85b0c51e-25da-4ca5-94bb-0658f181a25e&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: 977/1926] 10.0.0.115 () {32 vars in 642 bytes} [Wed Jul 15 15:53:14 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: 950/1927] 10.0.0.115 () {32 vars in 716 bytes} [Wed Jul 15 15:53:14 2026] GET /v2.0/ports/b4b6034f-e590-4402-912a-cb52cb88b6bc => generated 779 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:53:14.171 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2510e816-dc2e-4465-a23f-aaa84df2879a d15d46306c384f1caabcbfa26c876ee1 3a921b4803d04903a48d18d300304a1e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 978/1928] 10.0.0.115 () {32 vars in 719 bytes} [Wed Jul 15 15:53:14 2026] DELETE /v2.0/ports/095f6bba-4fbf-4c0b-8424-c29f229514cd => generated 132 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-15 15:53:14.200 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f83c49bf-c4a2-4c40-a785-7d553279e08c d15d46306c384f1caabcbfa26c876ee1 3a921b4803d04903a48d18d300304a1e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 951/1929] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:53:14 2026] DELETE /v2.0/subnets/eb6b7873-b724-4494-a0cb-849abec30a2a => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-15 15:53:14.224 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e382d3ab-75b5-454d-bcfe-911fe3155d31 d15d46306c384f1caabcbfa26c876ee1 3a921b4803d04903a48d18d300304a1e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 979/1930] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:53:14 2026] DELETE /v2.0/subnets/f2afc057-6b5e-45a0-a0b8-6a60e824f132 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-15 15:53:14.344 8 INFO neutron_taas.services.taas.taas_plugin [None req-43b4941d-85d4-41e6-8ae3-c26b448c04fe d15d46306c384f1caabcbfa26c876ee1 3a921b4803d04903a48d18d300304a1e - - default default] TaaS: Handle Delete Port: b4b6034f-e590-4402-912a-cb52cb88b6bc 2026-07-15 15:53:14.348 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43b4941d-85d4-41e6-8ae3-c26b448c04fe d15d46306c384f1caabcbfa26c876ee1 3a921b4803d04903a48d18d300304a1e - - default default] Tap Mirror: Handle Delete Port: b4b6034f-e590-4402-912a-cb52cb88b6bc [pid: 8|app: 0|req: 952/1931] 10.0.0.115 () {32 vars in 719 bytes} [Wed Jul 15 15:53:14 2026] DELETE /v2.0/ports/b4b6034f-e590-4402-912a-cb52cb88b6bc => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:53:14.625 7 INFO neutron.services.segments.plugin [-] Segment bdfe0ea2-6f89-4ba4-9998-19a401c627c1 resource provider aggregate not found 2026-07-15 15:53:14.634 7 INFO neutron.services.segments.plugin [-] Segment bdfe0ea2-6f89-4ba4-9998-19a401c627c1 resource provider aggregate not found 2026-07-15 15:53:14.660 7 INFO neutron.services.segments.plugin [-] Segment bdfe0ea2-6f89-4ba4-9998-19a401c627c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdfe0ea2-6f89-4ba4-9998-19a401c627c1 found for delete ", "request_id": "req-581a89a7-6b18-49f4-8967-855c17e773c1"}]} 2026-07-15 15:53:14.666 7 INFO neutron.services.segments.plugin [-] Segment bdfe0ea2-6f89-4ba4-9998-19a401c627c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdfe0ea2-6f89-4ba4-9998-19a401c627c1 found for delete ", "request_id": "req-e3a64f90-fe3e-48e0-a26a-788e71d66c56"}]} [pid: 7|app: 0|req: 980/1932] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:53:14 2026] DELETE /v2.0/networks/8682e838-d0ed-4f7d-81c7-06945ee00a23 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1933] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:53:14 2026] GET /v2.0/ports?device_id=d21e1eeb-b86d-41da-b339-d646b1aedc96 => 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: 981/1934] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:53:15 2026] GET /v2.0/security-groups?id=c7c8f2f7-3c7c-4af6-9e48-4a9bdc1b9955&fields=id&fields=name => generated 88 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1935] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:53:15 2026] GET /v2.0/ports?device_id=5e1d1a9f-a947-4bc0-a1e8-01dc7b4f5890 => 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: 955/1936] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:53:15 2026] GET /v2.0/security-groups?id=85b0c51e-25da-4ca5-94bb-0658f181a25e&fields=id&fields=name => generated 113 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1937] 199.204.45.23 () {34 vars in 992 bytes} [Wed Jul 15 15:53:15 2026] GET /v2.0/ports?device_id=5e1d1a9f-a947-4bc0-a1e8-01dc7b4f5890 => generated 971 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:53:15.506 7 INFO neutron_taas.services.taas.taas_plugin [req-4d9f974d-d830-4961-ad5e-f7da1422575c req-b6227a4b-6f18-473b-aa36-7b189f5bb2d9 3a8e842fae21401f97eaaaa4a06f33fd e5948f7ffc3b4d378738b16597073a3c - - default default] TaaS: Handle Delete Port: fd3d6380-7146-4299-ad7d-89a7cfdbf97c 2026-07-15 15:53:15.510 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4d9f974d-d830-4961-ad5e-f7da1422575c req-b6227a4b-6f18-473b-aa36-7b189f5bb2d9 3a8e842fae21401f97eaaaa4a06f33fd e5948f7ffc3b4d378738b16597073a3c - - default default] Tap Mirror: Handle Delete Port: fd3d6380-7146-4299-ad7d-89a7cfdbf97c [pid: 8|app: 0|req: 956/1938] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:53:15 2026] GET /v2.0/security-groups?tenant_id=3a921b4803d04903a48d18d300304a1e&name=default => generated 2925 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1939] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:53:15 2026] DELETE /v2.0/security-groups/f1ea3e11-107f-45af-aaaa-2eb301084074 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1940] 199.204.45.23 () {36 vars in 995 bytes} [Wed Jul 15 15:53:15 2026] DELETE /v2.0/ports/fd3d6380-7146-4299-ad7d-89a7cfdbf97c => generated 0 bytes in 385 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:53:15.774 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a3ae4339-c594-4e4c-b630-08f86d88e365'] response: {'server_uuid': '5e1d1a9f-a947-4bc0-a1e8-01dc7b4f5890', 'name': 'network-vif-deleted', 'tag': 'fd3d6380-7146-4299-ad7d-89a7cfdbf97c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 958/1941] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:53:16 2026] GET /v2.0/ports?device_id=d21e1eeb-b86d-41da-b339-d646b1aedc96 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1942] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:53:16 2026] GET /v2.0/security-groups?id=c7c8f2f7-3c7c-4af6-9e48-4a9bdc1b9955&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1943] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:53:16 2026] GET /v2.0/ports?device_id=5e1d1a9f-a947-4bc0-a1e8-01dc7b4f5890 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1944] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:53:17 2026] GET /v2.0/ports?device_id=5e1d1a9f-a947-4bc0-a1e8-01dc7b4f5890 => 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: 986/1945] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:53:17 2026] GET /v2.0/ports?device_id=d21e1eeb-b86d-41da-b339-d646b1aedc96 => generated 971 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1946] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:53:17 2026] GET /v2.0/security-groups?id=c7c8f2f7-3c7c-4af6-9e48-4a9bdc1b9955&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:53:18.075 8 INFO neutron.db.segments_db [None req-f80a1039-8b33-41d4-bede-f4e9e7dc058b 496cd1675079471689ea89f7b37419fd 37afa224c36b4bcf910f4b39ee239857 - - default default] Added segment fe3433f7-a367-47bb-8e3e-70611f732e68 of type vxlan for network 2fc5cce8-7067-45d2-a22b-3c4a5f24c50d [pid: 8|app: 0|req: 960/1947] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:53:17 2026] POST /v2.0/networks => generated 614 bytes in 470 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:53:18.372 7 INFO neutron.db.segments_db [None req-d32dfec4-7b77-4cfb-b802-683238f64c71 496cd1675079471689ea89f7b37419fd 37afa224c36b4bcf910f4b39ee239857 - - default default] Added segment 678b7818-afb2-4a2f-8261-19a1ca8cabc8 of type vxlan for network 3bf16ad1-0e8c-4d17-9716-ced93b431bb4 [pid: 7|app: 0|req: 988/1948] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:53:18 2026] POST /v2.0/networks => generated 615 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1949] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:53:18 2026] GET /v2.0/ports?device_id=5e1d1a9f-a947-4bc0-a1e8-01dc7b4f5890 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1950] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:53:18 2026] POST /v2.0/subnets => generated 646 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1951] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:53:18 2026] GET /v2.0/ports?device_id=d21e1eeb-b86d-41da-b339-d646b1aedc96 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1952] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:53:18 2026] GET /v2.0/security-groups?id=c7c8f2f7-3c7c-4af6-9e48-4a9bdc1b9955&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: 990/1953] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:53:18 2026] POST /v2.0/subnets => generated 655 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:53:19.110 8 INFO neutron.db.segments_db [None req-4cb26473-8916-44a0-b6ef-92945a237932 496cd1675079471689ea89f7b37419fd 37afa224c36b4bcf910f4b39ee239857 - - default default] Added segment b500a3a4-9e27-4ac1-b669-dff9f1c91b8d of type vxlan for network a2255ddf-2bd7-4864-994b-ae2c1d36edec 2026-07-15 15:53:19.397 8 INFO neutron.db.l3_hamode_db [None req-4cb26473-8916-44a0-b6ef-92945a237932 496cd1675079471689ea89f7b37419fd 37afa224c36b4bcf910f4b39ee239857 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-15 15:53:19.542 8 INFO neutron.db.l3_hamode_db [None req-4cb26473-8916-44a0-b6ef-92945a237932 496cd1675079471689ea89f7b37419fd 37afa224c36b4bcf910f4b39ee239857 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 991/1954] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:53:19 2026] DELETE /v2.0/security-groups/85b0c51e-25da-4ca5-94bb-0658f181a25e => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1955] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:53:19 2026] POST /v2.0/routers => generated 510 bytes in 1142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:53:20.256 7 INFO neutron_taas.services.taas.taas_plugin [None req-3aa1205b-36fe-4db1-ba60-bb513540f41a 3a8e842fae21401f97eaaaa4a06f33fd e5948f7ffc3b4d378738b16597073a3c - - default default] TaaS: Handle Delete Port: 5b4814f6-93e1-4896-ae12-b6fab51d0146 2026-07-15 15:53:20.259 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3aa1205b-36fe-4db1-ba60-bb513540f41a 3a8e842fae21401f97eaaaa4a06f33fd e5948f7ffc3b4d378738b16597073a3c - - default default] Tap Mirror: Handle Delete Port: 5b4814f6-93e1-4896-ae12-b6fab51d0146 [pid: 8|app: 0|req: 965/1956] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:53:20 2026] GET /v2.0/ports?device_id=d21e1eeb-b86d-41da-b339-d646b1aedc96 => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1957] 199.204.45.23 () {34 vars in 992 bytes} [Wed Jul 15 15:53:20 2026] GET /v2.0/ports?device_id=d21e1eeb-b86d-41da-b339-d646b1aedc96 => 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: 992/1958] 10.0.0.115 () {34 vars in 788 bytes} [Wed Jul 15 15:53:19 2026] PUT /v2.0/routers/ef4edd04-bb9d-4334-8885-8df1e667832c/remove_router_interface => generated 309 bytes in 1073 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1959] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:53:20 2026] GET /v2.0/security-groups?id=c7c8f2f7-3c7c-4af6-9e48-4a9bdc1b9955&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:53:21.101 7 INFO neutron_taas.services.taas.taas_plugin [req-29754705-e56a-4dbb-a5a9-7b1e8b337343 req-0bf201b2-c442-4a36-b91c-aa2e6b8623ae 8d995bd03c124283b213ed53255ef869 b0581f2dfd23457fa80cc992423fe98f - - default default] TaaS: Handle Delete Port: 9e190ec4-5289-470d-a938-bd9c7de8ee76 2026-07-15 15:53:21.104 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-29754705-e56a-4dbb-a5a9-7b1e8b337343 req-0bf201b2-c442-4a36-b91c-aa2e6b8623ae 8d995bd03c124283b213ed53255ef869 b0581f2dfd23457fa80cc992423fe98f - - default default] Tap Mirror: Handle Delete Port: 9e190ec4-5289-470d-a938-bd9c7de8ee76 [pid: 7|app: 0|req: 994/1960] 199.204.45.23 () {36 vars in 995 bytes} [Wed Jul 15 15:53:20 2026] DELETE /v2.0/ports/9e190ec4-5289-470d-a938-bd9c7de8ee76 => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:53:21.323 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0a21e720-36aa-4380-a3ba-ad3f6768f45e'] response: {'server_uuid': 'd21e1eeb-b86d-41da-b339-d646b1aedc96', 'name': 'network-vif-deleted', 'tag': '9e190ec4-5289-470d-a938-bd9c7de8ee76', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 995/1961] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:53:21 2026] DELETE /v2.0/subnets/c820d1b3-65e2-4ef3-ad85-cb76e9aed2f7 => 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: 967/1962] 10.0.0.115 () {34 vars in 782 bytes} [Wed Jul 15 15:53:20 2026] PUT /v2.0/routers/9405c024-a58b-45cf-8ebd-6043c2fa1ea7/add_router_interface => generated 309 bytes in 1350 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:53:21.706 7 INFO neutron_taas.services.taas.taas_plugin [None req-97eb5eac-f155-4691-877a-3c282ff9c0de 3a8e842fae21401f97eaaaa4a06f33fd e5948f7ffc3b4d378738b16597073a3c - - default default] TaaS: Handle Delete Port: e4e2de80-f7e8-4f4b-bfb0-672c8db4caa0 2026-07-15 15:53:21.709 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97eb5eac-f155-4691-877a-3c282ff9c0de 3a8e842fae21401f97eaaaa4a06f33fd e5948f7ffc3b4d378738b16597073a3c - - default default] Tap Mirror: Handle Delete Port: e4e2de80-f7e8-4f4b-bfb0-672c8db4caa0 [pid: 8|app: 0|req: 968/1963] 10.0.0.115 () {32 vars in 716 bytes} [Wed Jul 15 15:53:21 2026] GET /v2.0/ports/34e01b88-9906-4f0c-a8c3-3eab81dbcb35 => generated 959 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:53:22.036 7 INFO neutron_taas.services.taas.taas_plugin [None req-97eb5eac-f155-4691-877a-3c282ff9c0de 3a8e842fae21401f97eaaaa4a06f33fd e5948f7ffc3b4d378738b16597073a3c - - default default] TaaS: Handle Delete Port: c7a66529-1f86-478c-8066-181b7c4231b4 2026-07-15 15:53:22.039 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97eb5eac-f155-4691-877a-3c282ff9c0de 3a8e842fae21401f97eaaaa4a06f33fd e5948f7ffc3b4d378738b16597073a3c - - default default] Tap Mirror: Handle Delete Port: c7a66529-1f86-478c-8066-181b7c4231b4 2026-07-15 15:53:22.409 7 INFO neutron.services.segments.plugin [-] Segment 9ea95181-db1f-43ce-a36a-b207fc521997 resource provider aggregate not found 2026-07-15 15:53:22.422 7 INFO neutron.services.segments.plugin [-] Segment 9ea95181-db1f-43ce-a36a-b207fc521997 resource provider aggregate not found 2026-07-15 15:53:22.437 7 INFO neutron.services.segments.plugin [-] Segment 9ea95181-db1f-43ce-a36a-b207fc521997 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ea95181-db1f-43ce-a36a-b207fc521997 found for delete ", "request_id": "req-7c721ef9-85f3-4363-9be8-da86a14f1840"}]} 2026-07-15 15:53:22.446 7 INFO neutron.services.segments.plugin [-] Segment 9ea95181-db1f-43ce-a36a-b207fc521997 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ea95181-db1f-43ce-a36a-b207fc521997 found for delete ", "request_id": "req-d6e2fc1b-e125-447e-ab1b-e812aa2c9ccb"}]} 2026-07-15 15:53:22.455 7 INFO neutron.db.l3_hamode_db [None req-97eb5eac-f155-4691-877a-3c282ff9c0de 3a8e842fae21401f97eaaaa4a06f33fd e5948f7ffc3b4d378738b16597073a3c - - default default] HA network 3ab8ab12-b8bb-4e81-887f-124513101a3f was deleted as no HA routers are present in tenant e5948f7ffc3b4d378738b16597073a3c. [pid: 7|app: 0|req: 996/1964] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:53:21 2026] DELETE /v2.0/routers/ef4edd04-bb9d-4334-8885-8df1e667832c => generated 0 bytes in 1027 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1965] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:53:22 2026] GET /v2.0/ports?device_id=d21e1eeb-b86d-41da-b339-d646b1aedc96 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:53:22.599 7 INFO neutron_taas.services.taas.taas_plugin [None req-642709fd-2f69-4dbf-8704-b3ef157d6f21 3a8e842fae21401f97eaaaa4a06f33fd e5948f7ffc3b4d378738b16597073a3c - - default default] TaaS: Handle Delete Port: 7f4122ab-0642-4e3f-b306-d6dfcd2f84bc 2026-07-15 15:53:22.602 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-642709fd-2f69-4dbf-8704-b3ef157d6f21 3a8e842fae21401f97eaaaa4a06f33fd e5948f7ffc3b4d378738b16597073a3c - - default default] Tap Mirror: Handle Delete Port: 7f4122ab-0642-4e3f-b306-d6dfcd2f84bc [pid: 7|app: 0|req: 998/1966] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:53:22 2026] DELETE /v2.0/networks/fe6ccf76-4db5-478b-a6b8-e4d5f4d430ac => generated 0 bytes in 367 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1967] 10.0.0.115 () {34 vars in 782 bytes} [Wed Jul 15 15:53:21 2026] PUT /v2.0/routers/9405c024-a58b-45cf-8ebd-6043c2fa1ea7/add_router_interface => generated 309 bytes in 1264 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1968] 10.0.0.115 () {32 vars in 716 bytes} [Wed Jul 15 15:53:23 2026] GET /v2.0/ports/9bc4e4e0-f3d9-41ad-8b34-7b30c29e86b2 => generated 967 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:53:23.508 8 INFO neutron_taas.services.taas.taas_plugin [None req-da17e269-c6d6-4d3c-bb4e-6e5cb8058c63 496cd1675079471689ea89f7b37419fd 37afa224c36b4bcf910f4b39ee239857 - - default default] TaaS: Handle Delete Port: 9bc4e4e0-f3d9-41ad-8b34-7b30c29e86b2 2026-07-15 15:53:23.513 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da17e269-c6d6-4d3c-bb4e-6e5cb8058c63 496cd1675079471689ea89f7b37419fd 37afa224c36b4bcf910f4b39ee239857 - - default default] Tap Mirror: Handle Delete Port: 9bc4e4e0-f3d9-41ad-8b34-7b30c29e86b2 [pid: 7|app: 0|req: 1000/1969] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:53:23 2026] GET /v2.0/security-groups?tenant_id=aa8568e805284665843bc00b87274a39&name=default => generated 2925 bytes in 381 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1970] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:53:23 2026] GET /v2.0/ports?device_id=d21e1eeb-b86d-41da-b339-d646b1aedc96 => 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: 970/1971] 10.0.0.115 () {34 vars in 788 bytes} [Wed Jul 15 15:53:23 2026] PUT /v2.0/routers/9405c024-a58b-45cf-8ebd-6043c2fa1ea7/remove_router_interface => generated 309 bytes in 946 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1972] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:53:23 2026] DELETE /v2.0/security-groups/137a2e3c-df4b-452e-9fb2-8c6d312fdba6 => 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: 1003/1973] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:53:24 2026] GET /v2.0/security-groups?tenant_id=e5948f7ffc3b4d378738b16597073a3c&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1974] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:53:24 2026] DELETE /v2.0/security-groups/234c3568-3f28-4f6e-b2b7-4378e125fd59 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:53:24.415 8 INFO neutron_taas.services.taas.taas_plugin [None req-8a5f1f48-a076-4954-b298-7bebae77d060 496cd1675079471689ea89f7b37419fd 37afa224c36b4bcf910f4b39ee239857 - - default default] TaaS: Handle Delete Port: 34e01b88-9906-4f0c-a8c3-3eab81dbcb35 2026-07-15 15:53:24.420 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a5f1f48-a076-4954-b298-7bebae77d060 496cd1675079471689ea89f7b37419fd 37afa224c36b4bcf910f4b39ee239857 - - default default] Tap Mirror: Handle Delete Port: 34e01b88-9906-4f0c-a8c3-3eab81dbcb35 2026-07-15 15:53:24.456 7 INFO neutron.services.segments.plugin [-] Segment fc2da336-0b4b-4cf8-8798-b25a85e1ece7 resource provider aggregate not found 2026-07-15 15:53:24.469 7 INFO neutron.services.segments.plugin [-] Segment fc2da336-0b4b-4cf8-8798-b25a85e1ece7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc2da336-0b4b-4cf8-8798-b25a85e1ece7 found for delete ", "request_id": "req-ef537fb4-ed4d-4214-ab08-9ac090e3331f"}]} 2026-07-15 15:53:24.478 7 INFO neutron.services.segments.plugin [-] Segment fc2da336-0b4b-4cf8-8798-b25a85e1ece7 resource provider aggregate not found 2026-07-15 15:53:24.495 7 INFO neutron.services.segments.plugin [-] Segment fc2da336-0b4b-4cf8-8798-b25a85e1ece7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc2da336-0b4b-4cf8-8798-b25a85e1ece7 found for delete ", "request_id": "req-bc6b29af-b151-42f5-9537-46d3fad94af6"}]} [pid: 8|app: 0|req: 971/1975] 10.0.0.115 () {34 vars in 788 bytes} [Wed Jul 15 15:53:24 2026] PUT /v2.0/routers/9405c024-a58b-45cf-8ebd-6043c2fa1ea7/remove_router_interface => generated 309 bytes in 895 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/1976] 10.0.0.115 () {32 vars in 735 bytes} [Wed Jul 15 15:53:24 2026] GET /v2.0/ports?device_id=9405c024-a58b-45cf-8ebd-6043c2fa1ea7 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:53:25.162 8 INFO neutron_taas.services.taas.taas_plugin [None req-af1f1bea-5018-4fc6-b04b-59e63415cf8c 496cd1675079471689ea89f7b37419fd 37afa224c36b4bcf910f4b39ee239857 - - default default] TaaS: Handle Delete Port: 7ef1cc42-0e54-414f-b187-c1164e444629 2026-07-15 15:53:25.168 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af1f1bea-5018-4fc6-b04b-59e63415cf8c 496cd1675079471689ea89f7b37419fd 37afa224c36b4bcf910f4b39ee239857 - - default default] Tap Mirror: Handle Delete Port: 7ef1cc42-0e54-414f-b187-c1164e444629 2026-07-15 15:53:25.627 8 INFO neutron.services.segments.plugin [-] Segment b500a3a4-9e27-4ac1-b669-dff9f1c91b8d resource provider aggregate not found 2026-07-15 15:53:25.633 8 INFO neutron.services.segments.plugin [-] Segment b500a3a4-9e27-4ac1-b669-dff9f1c91b8d resource provider aggregate not found 2026-07-15 15:53:25.656 8 INFO neutron.services.segments.plugin [-] Segment b500a3a4-9e27-4ac1-b669-dff9f1c91b8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b500a3a4-9e27-4ac1-b669-dff9f1c91b8d found for delete ", "request_id": "req-7df471f4-d7bd-42a8-acfa-ba09fe9744df"}]} 2026-07-15 15:53:25.676 8 INFO neutron.services.segments.plugin [-] Segment b500a3a4-9e27-4ac1-b669-dff9f1c91b8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b500a3a4-9e27-4ac1-b669-dff9f1c91b8d found for delete ", "request_id": "req-472475fe-fdb0-467e-8295-92d6fab82340"}]} 2026-07-15 15:53:25.681 8 INFO neutron.db.l3_hamode_db [None req-af1f1bea-5018-4fc6-b04b-59e63415cf8c 496cd1675079471689ea89f7b37419fd 37afa224c36b4bcf910f4b39ee239857 - - default default] HA network a2255ddf-2bd7-4864-994b-ae2c1d36edec was deleted as no HA routers are present in tenant 37afa224c36b4bcf910f4b39ee239857. [pid: 8|app: 0|req: 972/1977] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:53:24 2026] DELETE /v2.0/routers/9405c024-a58b-45cf-8ebd-6043c2fa1ea7 => generated 0 bytes in 717 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1978] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:53:25 2026] DELETE /v2.0/subnets/755385ca-ff8c-4953-af06-b685eeabb44e => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1979] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:53:25 2026] DELETE /v2.0/subnets/9f35b40c-f093-4b14-94ba-2e527228809c => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:53:26.249 7 INFO neutron_taas.services.taas.taas_plugin [None req-768f24c9-0bb6-4865-ac84-a0263b8d8703 496cd1675079471689ea89f7b37419fd 37afa224c36b4bcf910f4b39ee239857 - - default default] TaaS: Handle Delete Port: d4e01419-d90b-4b19-95f1-f68e00daca12 2026-07-15 15:53:26.252 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-768f24c9-0bb6-4865-ac84-a0263b8d8703 496cd1675079471689ea89f7b37419fd 37afa224c36b4bcf910f4b39ee239857 - - default default] Tap Mirror: Handle Delete Port: d4e01419-d90b-4b19-95f1-f68e00daca12 [pid: 7|app: 0|req: 1007/1980] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:53:26 2026] DELETE /v2.0/networks/3bf16ad1-0e8c-4d17-9716-ced93b431bb4 => generated 0 bytes in 362 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:53:26.500 7 INFO neutron.services.segments.plugin [-] Segment 678b7818-afb2-4a2f-8261-19a1ca8cabc8 resource provider aggregate not found 2026-07-15 15:53:26.523 7 INFO neutron.services.segments.plugin [-] Segment 678b7818-afb2-4a2f-8261-19a1ca8cabc8 resource provider aggregate not found 2026-07-15 15:53:26.527 7 INFO neutron.services.segments.plugin [-] Segment 678b7818-afb2-4a2f-8261-19a1ca8cabc8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 678b7818-afb2-4a2f-8261-19a1ca8cabc8 found for delete ", "request_id": "req-47507697-138d-4ee2-ba1a-d63d3bea92b1"}]} 2026-07-15 15:53:26.542 7 INFO neutron.services.segments.plugin [-] Segment 678b7818-afb2-4a2f-8261-19a1ca8cabc8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 678b7818-afb2-4a2f-8261-19a1ca8cabc8 found for delete ", "request_id": "req-6f617e53-c6ae-4dd6-9080-97fa9235e53c"}]} 2026-07-15 15:53:26.622 7 INFO neutron_taas.services.taas.taas_plugin [None req-5a8f5fb8-aae2-4d31-bee9-967b87698a3c 496cd1675079471689ea89f7b37419fd 37afa224c36b4bcf910f4b39ee239857 - - default default] TaaS: Handle Delete Port: c091e7d2-ad3a-4814-b859-7857088f8e37 2026-07-15 15:53:26.628 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a8f5fb8-aae2-4d31-bee9-967b87698a3c 496cd1675079471689ea89f7b37419fd 37afa224c36b4bcf910f4b39ee239857 - - default default] Tap Mirror: Handle Delete Port: c091e7d2-ad3a-4814-b859-7857088f8e37 2026-07-15 15:53:26.697 8 INFO neutron_taas.services.taas.taas_plugin [None req-28ae7f8c-f5ca-4c03-9557-d210a5da1f55 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] TaaS: Handle Delete Port: b8694733-f40a-487f-9dce-92a206d37d73 2026-07-15 15:53:26.700 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-28ae7f8c-f5ca-4c03-9557-d210a5da1f55 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Tap Mirror: Handle Delete Port: b8694733-f40a-487f-9dce-92a206d37d73 [pid: 7|app: 0|req: 1008/1981] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:53:26 2026] DELETE /v2.0/networks/2fc5cce8-7067-45d2-a22b-3c4a5f24c50d => generated 0 bytes in 388 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:53:26.940 7 INFO neutron.db.segments_db [None req-827ff9cf-ccc1-414a-8ed5-7a4d41425884 496cd1675079471689ea89f7b37419fd 37afa224c36b4bcf910f4b39ee239857 - - default default] Added segment dc3c63ed-f12c-4bd5-b343-62795923d0bc of type vxlan for network 092a0e97-7694-4033-a396-d2fab03029d8 [pid: 7|app: 0|req: 1011/1984] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:53:26 2026] POST /v2.0/networks => generated 615 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/1985] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:53:27 2026] POST /v2.0/subnets => generated 646 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:53:27.326 7 INFO neutron.db.segments_db [None req-c204e92b-4ba4-4cbd-8e72-78e9f949112a 496cd1675079471689ea89f7b37419fd 37afa224c36b4bcf910f4b39ee239857 - - default default] Added segment be1ca05f-1785-4c0a-bc7c-709b3d94c596 of type vxlan for network 4819f661-495a-4fe3-a734-4223cbd96a52 [pid: 8|app: 0|req: 974/1986] 10.0.0.115 () {34 vars in 788 bytes} [Wed Jul 15 15:53:26 2026] PUT /v2.0/routers/bcbb862a-b861-423a-9cca-1b039f2eeb1e/remove_router_interface => generated 309 bytes in 1128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:53:27.616 7 INFO neutron.db.l3_hamode_db [None req-c204e92b-4ba4-4cbd-8e72-78e9f949112a 496cd1675079471689ea89f7b37419fd 37afa224c36b4bcf910f4b39ee239857 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-15 15:53:27.618 8 INFO neutron_taas.services.taas.taas_plugin [None req-219580fe-1661-471c-b0d9-cf716a9d2304 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] TaaS: Handle Delete Port: 54d9fa63-fe02-4116-beb2-dc2ebff78527 2026-07-15 15:53:27.621 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-219580fe-1661-471c-b0d9-cf716a9d2304 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Tap Mirror: Handle Delete Port: 54d9fa63-fe02-4116-beb2-dc2ebff78527 2026-07-15 15:53:27.774 7 INFO neutron.db.l3_hamode_db [None req-c204e92b-4ba4-4cbd-8e72-78e9f949112a 496cd1675079471689ea89f7b37419fd 37afa224c36b4bcf910f4b39ee239857 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-15 15:53:27.903 8 INFO neutron_taas.services.taas.taas_plugin [None req-219580fe-1661-471c-b0d9-cf716a9d2304 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] TaaS: Handle Delete Port: 52a7706c-bc3c-40e8-8c01-f6e4777cd3dc 2026-07-15 15:53:27.906 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-219580fe-1661-471c-b0d9-cf716a9d2304 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Tap Mirror: Handle Delete Port: 52a7706c-bc3c-40e8-8c01-f6e4777cd3dc 2026-07-15 15:53:28.263 8 INFO neutron.services.segments.plugin [-] Segment 9cf6b3ae-ed36-4fc6-94af-f0c6c66aace9 resource provider aggregate not found 2026-07-15 15:53:28.271 8 INFO neutron.services.segments.plugin [-] Segment 9cf6b3ae-ed36-4fc6-94af-f0c6c66aace9 resource provider aggregate not found 2026-07-15 15:53:28.282 8 INFO neutron.services.segments.plugin [-] Segment 9cf6b3ae-ed36-4fc6-94af-f0c6c66aace9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9cf6b3ae-ed36-4fc6-94af-f0c6c66aace9 found for delete ", "request_id": "req-87325e0c-7276-4ebc-95c0-aea1a6dc21e5"}]} 2026-07-15 15:53:28.292 8 INFO neutron.db.l3_hamode_db [None req-219580fe-1661-471c-b0d9-cf716a9d2304 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] HA network 42a24091-b8a3-4b2b-a2af-195c90c98378 was deleted as no HA routers are present in tenant b0581f2dfd23457fa80cc992423fe98f. 2026-07-15 15:53:28.293 8 INFO neutron.services.segments.plugin [-] Segment 9cf6b3ae-ed36-4fc6-94af-f0c6c66aace9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9cf6b3ae-ed36-4fc6-94af-f0c6c66aace9 found for delete ", "request_id": "req-e7badd28-1b01-436d-9ded-f3fb05ce1ae2"}]} [pid: 8|app: 0|req: 975/1987] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:53:27 2026] DELETE /v2.0/routers/bcbb862a-b861-423a-9cca-1b039f2eeb1e => generated 0 bytes in 946 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/1988] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:53:27 2026] POST /v2.0/routers => generated 510 bytes in 1134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1989] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:53:28 2026] DELETE /v2.0/subnets/32a8cab3-60b3-48c1-9403-abab1104bb95 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:53:28.571 7 INFO neutron.services.segments.plugin [-] Segment fe3433f7-a367-47bb-8e3e-70611f732e68 resource provider aggregate not found 2026-07-15 15:53:28.580 7 INFO neutron.services.segments.plugin [-] Segment fe3433f7-a367-47bb-8e3e-70611f732e68 resource provider aggregate not found 2026-07-15 15:53:28.611 7 INFO neutron.services.segments.plugin [-] Segment fe3433f7-a367-47bb-8e3e-70611f732e68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe3433f7-a367-47bb-8e3e-70611f732e68 found for delete ", "request_id": "req-5dc6dd22-c253-40fe-a506-97f8ce0216c9"}]} 2026-07-15 15:53:28.613 7 INFO neutron.services.segments.plugin [-] Segment fe3433f7-a367-47bb-8e3e-70611f732e68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe3433f7-a367-47bb-8e3e-70611f732e68 found for delete ", "request_id": "req-dddd0230-89c9-42e9-8e84-0517ff213ab8"}]} 2026-07-15 15:53:28.620 8 INFO neutron_taas.services.taas.taas_plugin [None req-4a563b7b-4d0c-4e43-9e57-b5c150ca8421 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] TaaS: Handle Delete Port: cc44cd66-0d86-4013-af7c-e1a13238f81d 2026-07-15 15:53:28.626 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a563b7b-4d0c-4e43-9e57-b5c150ca8421 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Tap Mirror: Handle Delete Port: cc44cd66-0d86-4013-af7c-e1a13238f81d [pid: 8|app: 0|req: 977/1990] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:53:28 2026] DELETE /v2.0/networks/3e9c3e65-e7db-42c8-8c02-784fe9af91ae => generated 0 bytes in 333 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/1991] 10.0.0.115 () {34 vars in 664 bytes} [Wed Jul 15 15:53:28 2026] POST /v2.0/ports => generated 963 bytes in 412 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-07-15 15:53:29.344 7 INFO neutron.db.segments_db [None req-3d0b4455-347d-4255-a791-203ff54fe878 b2e0227b9cd74f6b9d70fe4949374e31 de842587f0be470bb45c44c709b07eaf - - default default] Added segment 745c2eca-6588-4dcd-9091-4008373c0995 of type vxlan for network 5b16e577-5723-4546-a14a-24eb1318c435 [pid: 7|app: 0|req: 1015/1992] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:53:28 2026] POST /v2.0/networks => generated 612 bytes in 510 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/1993] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:53:29 2026] GET /v2.0/security-groups?tenant_id=b0581f2dfd23457fa80cc992423fe98f&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/1994] 10.0.0.115 () {34 vars in 663 bytes} [Wed Jul 15 15:53:29 2026] POST /v2.0/ports => generated 743 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 978/1995] 10.0.0.115 () {34 vars in 782 bytes} [Wed Jul 15 15:53:28 2026] PUT /v2.0/routers/78a3e95f-0f95-447d-b2ba-25f372c59375/add_router_interface => generated 309 bytes in 1044 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: 1018/1996] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:53:29 2026] DELETE /v2.0/security-groups/c7c8f2f7-3c7c-4af6-9e48-4a9bdc1b9955 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:53:29.956 8 INFO neutron.db.segments_db [None req-20b5deb3-3016-403b-ac68-3bc389ca3fa5 b2e0227b9cd74f6b9d70fe4949374e31 de842587f0be470bb45c44c709b07eaf - - default default] Added segment 01b3ff38-35d0-4fda-9efd-a9c319ae953d of type vxlan for network f7bc5925-d06d-4966-a804-08ff9f975a07 [pid: 7|app: 0|req: 1019/1997] 10.0.0.115 () {32 vars in 716 bytes} [Wed Jul 15 15:53:29 2026] GET /v2.0/ports/9eb7b7df-2e53-4cde-b677-7a909b611e20 => generated 1037 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1998] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:53:29 2026] POST /v2.0/networks => generated 613 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:53:30.310 7 INFO neutron_taas.services.taas.taas_plugin [None req-ec13455d-6ea0-4b62-82c4-55f31821f3dc 496cd1675079471689ea89f7b37419fd 37afa224c36b4bcf910f4b39ee239857 - - default default] TaaS: Handle Delete Port: 9eb7b7df-2e53-4cde-b677-7a909b611e20 2026-07-15 15:53:30.312 8 INFO neutron.services.segments.plugin [-] Segment 6d0b4105-f0f0-4b6c-bf9d-077357bbc88f resource provider aggregate not found 2026-07-15 15:53:30.314 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec13455d-6ea0-4b62-82c4-55f31821f3dc 496cd1675079471689ea89f7b37419fd 37afa224c36b4bcf910f4b39ee239857 - - default default] Tap Mirror: Handle Delete Port: 9eb7b7df-2e53-4cde-b677-7a909b611e20 2026-07-15 15:53:30.318 8 INFO neutron.services.segments.plugin [-] Segment 6d0b4105-f0f0-4b6c-bf9d-077357bbc88f resource provider aggregate not found 2026-07-15 15:53:30.329 8 INFO neutron.services.segments.plugin [-] Segment 6d0b4105-f0f0-4b6c-bf9d-077357bbc88f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d0b4105-f0f0-4b6c-bf9d-077357bbc88f found for delete ", "request_id": "req-486c64cb-aa33-4849-98a4-c5720db8889e"}]} 2026-07-15 15:53:30.333 8 INFO neutron.services.segments.plugin [-] Segment 6d0b4105-f0f0-4b6c-bf9d-077357bbc88f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d0b4105-f0f0-4b6c-bf9d-077357bbc88f found for delete ", "request_id": "req-3a1d14a9-a63a-413a-a094-b98e7d2ad7ae"}]} [pid: 8|app: 0|req: 980/1999] 10.0.0.115 () {34 vars in 663 bytes} [Wed Jul 15 15:53:30 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-07-15 15:53:30.490 8 INFO neutron.db.segments_db [None req-cf2ddecd-4a54-4acc-8785-618d9e60da8a b2e0227b9cd74f6b9d70fe4949374e31 de842587f0be470bb45c44c709b07eaf - - default default] Added segment 6d3bf5c0-ce84-4268-a7c5-3e9a500ce96f of type vxlan for network c9558385-7c5e-471c-bab7-bde73c8df256 [pid: 8|app: 0|req: 981/2000] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:53:30 2026] POST /v2.0/networks => generated 613 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2001] 10.0.0.115 () {34 vars in 788 bytes} [Wed Jul 15 15:53:29 2026] PUT /v2.0/routers/78a3e95f-0f95-447d-b2ba-25f372c59375/remove_router_interface => generated 309 bytes in 784 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-07-15 15:53:30.897 7 INFO neutron.api.v2.resource [None req-9aacf56a-470a-41be-8cf3-def3a6dc8475 496cd1675079471689ea89f7b37419fd 37afa224c36b4bcf910f4b39ee239857 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1021/2002] 10.0.0.115 () {34 vars in 788 bytes} [Wed Jul 15 15:53:30 2026] PUT /v2.0/routers/78a3e95f-0f95-447d-b2ba-25f372c59375/remove_router_interface => generated 197 bytes in 110 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2003] 10.0.0.115 () {32 vars in 735 bytes} [Wed Jul 15 15:53:30 2026] GET /v2.0/ports?device_id=78a3e95f-0f95-447d-b2ba-25f372c59375 => 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: 982/2004] 10.0.0.115 () {34 vars in 663 bytes} [Wed Jul 15 15:53:30 2026] POST /v2.0/ports => generated 743 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-15 15:53:31.047 8 INFO neutron.db.segments_db [None req-d2426c86-0bc4-4c7a-b6d9-c45ea3f0cefb b2e0227b9cd74f6b9d70fe4949374e31 de842587f0be470bb45c44c709b07eaf - - default default] Added segment 59b4dc42-f664-4e7b-ad91-6753bcf1ff41 of type vxlan for network a5e40583-95bf-4862-a914-13c9cac5f547 2026-07-15 15:53:31.106 7 INFO neutron_taas.services.taas.taas_plugin [None req-76eddae3-c9b8-4e73-bd62-0da1ed1ce58c 496cd1675079471689ea89f7b37419fd 37afa224c36b4bcf910f4b39ee239857 - - default default] TaaS: Handle Delete Port: 25f5a28f-aeb2-4086-9d7e-386cd989dae0 2026-07-15 15:53:31.112 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-76eddae3-c9b8-4e73-bd62-0da1ed1ce58c 496cd1675079471689ea89f7b37419fd 37afa224c36b4bcf910f4b39ee239857 - - default default] Tap Mirror: Handle Delete Port: 25f5a28f-aeb2-4086-9d7e-386cd989dae0 [pid: 8|app: 0|req: 983/2005] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:53:30 2026] POST /v2.0/networks => generated 613 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/2006] 10.0.0.115 () {34 vars in 663 bytes} [Wed Jul 15 15:53:31 2026] POST /v2.0/ports => generated 743 bytes in 302 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-07-15 15:53:31.530 8 INFO neutron.db.segments_db [None req-d495d1df-76a5-4247-b08b-40987a69b6da b2e0227b9cd74f6b9d70fe4949374e31 de842587f0be470bb45c44c709b07eaf - - default default] Added segment 43634276-c2a6-4955-a9ea-6fec5f6336e7 of type vxlan for network 7c3c1951-e2f4-4481-9c46-39dcefd972d0 2026-07-15 15:53:31.596 7 INFO neutron.services.segments.plugin [-] Segment be1ca05f-1785-4c0a-bc7c-709b3d94c596 resource provider aggregate not found 2026-07-15 15:53:31.599 7 INFO neutron.services.segments.plugin [-] Segment be1ca05f-1785-4c0a-bc7c-709b3d94c596 resource provider aggregate not found 2026-07-15 15:53:31.618 7 INFO neutron.services.segments.plugin [-] Segment be1ca05f-1785-4c0a-bc7c-709b3d94c596 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be1ca05f-1785-4c0a-bc7c-709b3d94c596 found for delete ", "request_id": "req-539c8603-fbf4-4500-a7bc-9616bea1a144"}]} 2026-07-15 15:53:31.622 7 INFO neutron.db.l3_hamode_db [None req-76eddae3-c9b8-4e73-bd62-0da1ed1ce58c 496cd1675079471689ea89f7b37419fd 37afa224c36b4bcf910f4b39ee239857 - - default default] HA network 4819f661-495a-4fe3-a734-4223cbd96a52 was deleted as no HA routers are present in tenant 37afa224c36b4bcf910f4b39ee239857. [pid: 8|app: 0|req: 985/2007] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:53:31 2026] POST /v2.0/networks => generated 613 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2008] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:53:30 2026] DELETE /v2.0/routers/78a3e95f-0f95-447d-b2ba-25f372c59375 => generated 0 bytes in 701 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:53:31.631 7 INFO neutron.services.segments.plugin [-] Segment be1ca05f-1785-4c0a-bc7c-709b3d94c596 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be1ca05f-1785-4c0a-bc7c-709b3d94c596 found for delete ", "request_id": "req-7bfb0646-382f-42dc-8d7a-ebf5bfc8a3be"}]} [pid: 7|app: 0|req: 1024/2009] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:53:31 2026] DELETE /v2.0/subnets/34f4eac1-abdd-4220-aa1a-3bc6876f6a67 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2010] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:53:31 2026] DELETE /v2.0/networks/092a0e97-7694-4033-a396-d2fab03029d8 => 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: 986/2011] 10.0.0.115 () {34 vars in 663 bytes} [Wed Jul 15 15:53:31 2026] POST /v2.0/ports => generated 743 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-15 15:53:32.042 7 INFO neutron.db.segments_db [None req-e115e8fc-bcd9-4de1-a77c-a913b6071e22 496cd1675079471689ea89f7b37419fd 37afa224c36b4bcf910f4b39ee239857 - - default default] Added segment 8d66142d-9ff1-40d1-aa42-d47a8ea17785 of type vxlan for network 98b77f90-0abb-4ef0-85f1-98059cd495d2 [pid: 8|app: 0|req: 987/2012] 10.0.0.115 () {34 vars in 746 bytes} [Wed Jul 15 15:53:32 2026] PUT /v2.0/ports/a6cf28bc-98fc-4d42-9327-4b1c264689ed/tags => generated 17 bytes in 71 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: 1026/2013] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:53:31 2026] POST /v2.0/networks => generated 614 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2014] 10.0.0.115 () {34 vars in 746 bytes} [Wed Jul 15 15:53:32 2026] PUT /v2.0/ports/e322732b-1e55-46ed-9892-cce06ad5f640/tags => generated 25 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: 989/2015] 10.0.0.115 () {34 vars in 746 bytes} [Wed Jul 15 15:53:32 2026] PUT /v2.0/ports/97b318ca-2304-47f9-9b1e-9911400f8009/tags => generated 34 bytes in 74 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: 990/2016] 10.0.0.115 () {34 vars in 746 bytes} [Wed Jul 15 15:53:32 2026] PUT /v2.0/ports/aca59f9d-cd8a-4e46-a8d7-bf5b5969b59c/tags => generated 19 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1027/2017] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:53:32 2026] POST /v2.0/subnets => generated 646 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:53:32.427 7 INFO neutron.db.segments_db [None req-a5c4a490-204d-4617-acc0-b9f6047bcd88 496cd1675079471689ea89f7b37419fd 37afa224c36b4bcf910f4b39ee239857 - - default default] Added segment c61fa470-b82d-4d4d-a453-fb94176d3c63 of type vxlan for network 78caad7f-8792-494a-b111-3e12357df779 [pid: 8|app: 0|req: 991/2018] 10.0.0.115 () {32 vars in 659 bytes} [Wed Jul 15 15:53:32 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2019] 10.0.0.115 () {32 vars in 673 bytes} [Wed Jul 15 15:53:32 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2020] 10.0.0.115 () {32 vars in 669 bytes} [Wed Jul 15 15:53:32 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2021] 10.0.0.115 () {32 vars in 681 bytes} [Wed Jul 15 15:53:32 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:53:32.673 7 INFO neutron.db.l3_hamode_db [None req-a5c4a490-204d-4617-acc0-b9f6047bcd88 496cd1675079471689ea89f7b37419fd 37afa224c36b4bcf910f4b39ee239857 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 995/2022] 10.0.0.115 () {32 vars in 667 bytes} [Wed Jul 15 15:53:32 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:53:32.806 7 INFO neutron.db.l3_hamode_db [None req-a5c4a490-204d-4617-acc0-b9f6047bcd88 496cd1675079471689ea89f7b37419fd 37afa224c36b4bcf910f4b39ee239857 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 996/2023] 10.0.0.115 () {32 vars in 681 bytes} [Wed Jul 15 15:53:32 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2024] 10.0.0.115 () {32 vars in 677 bytes} [Wed Jul 15 15:53:32 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2025] 10.0.0.115 () {32 vars in 689 bytes} [Wed Jul 15 15:53:32 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2026] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:53:32 2026] POST /v2.0/routers => generated 510 bytes in 1092 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:53:33.587 8 INFO neutron_taas.services.taas.taas_plugin [None req-2e299fc8-b2b3-49c0-a315-cbd4c1ab67d1 b2e0227b9cd74f6b9d70fe4949374e31 de842587f0be470bb45c44c709b07eaf - - default default] TaaS: Handle Delete Port: a6cf28bc-98fc-4d42-9327-4b1c264689ed 2026-07-15 15:53:33.591 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e299fc8-b2b3-49c0-a315-cbd4c1ab67d1 b2e0227b9cd74f6b9d70fe4949374e31 de842587f0be470bb45c44c709b07eaf - - default default] Tap Mirror: Handle Delete Port: a6cf28bc-98fc-4d42-9327-4b1c264689ed 2026-07-15 15:53:33.643 7 INFO neutron.services.segments.plugin [-] Segment dc3c63ed-f12c-4bd5-b343-62795923d0bc resource provider aggregate not found 2026-07-15 15:53:33.662 7 INFO neutron.services.segments.plugin [-] Segment dc3c63ed-f12c-4bd5-b343-62795923d0bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc3c63ed-f12c-4bd5-b343-62795923d0bc found for delete ", "request_id": "req-3845c474-6b32-4a63-9622-eacde7aef161"}]} 2026-07-15 15:53:33.663 7 INFO neutron.services.segments.plugin [-] Segment dc3c63ed-f12c-4bd5-b343-62795923d0bc resource provider aggregate not found 2026-07-15 15:53:33.688 7 INFO neutron.services.segments.plugin [-] Segment dc3c63ed-f12c-4bd5-b343-62795923d0bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc3c63ed-f12c-4bd5-b343-62795923d0bc found for delete ", "request_id": "req-f5d9c041-e5dc-446f-93cc-502906d40ad3"}]} [pid: 8|app: 0|req: 999/2027] 10.0.0.115 () {32 vars in 719 bytes} [Wed Jul 15 15:53:32 2026] DELETE /v2.0/ports/a6cf28bc-98fc-4d42-9327-4b1c264689ed => generated 0 bytes in 762 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:53:33.864 8 INFO neutron_taas.services.taas.taas_plugin [None req-52990b2f-7f39-40f0-a9d2-ab0e76c47adb b2e0227b9cd74f6b9d70fe4949374e31 de842587f0be470bb45c44c709b07eaf - - default default] TaaS: Handle Delete Port: e322732b-1e55-46ed-9892-cce06ad5f640 2026-07-15 15:53:33.867 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52990b2f-7f39-40f0-a9d2-ab0e76c47adb b2e0227b9cd74f6b9d70fe4949374e31 de842587f0be470bb45c44c709b07eaf - - default default] Tap Mirror: Handle Delete Port: e322732b-1e55-46ed-9892-cce06ad5f640 [pid: 8|app: 0|req: 1000/2028] 10.0.0.115 () {32 vars in 719 bytes} [Wed Jul 15 15:53:33 2026] DELETE /v2.0/ports/e322732b-1e55-46ed-9892-cce06ad5f640 => generated 0 bytes in 250 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:53:34.073 8 INFO neutron_taas.services.taas.taas_plugin [None req-12e23ee6-29fc-4227-a45e-72072269df8e b2e0227b9cd74f6b9d70fe4949374e31 de842587f0be470bb45c44c709b07eaf - - default default] TaaS: Handle Delete Port: 97b318ca-2304-47f9-9b1e-9911400f8009 2026-07-15 15:53:34.077 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-12e23ee6-29fc-4227-a45e-72072269df8e b2e0227b9cd74f6b9d70fe4949374e31 de842587f0be470bb45c44c709b07eaf - - default default] Tap Mirror: Handle Delete Port: 97b318ca-2304-47f9-9b1e-9911400f8009 [pid: 8|app: 0|req: 1001/2029] 10.0.0.115 () {32 vars in 719 bytes} [Wed Jul 15 15:53:33 2026] DELETE /v2.0/ports/97b318ca-2304-47f9-9b1e-9911400f8009 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:53:34.259 8 INFO neutron_taas.services.taas.taas_plugin [None req-913d088e-a040-4732-a097-ed10ab0d8d97 b2e0227b9cd74f6b9d70fe4949374e31 de842587f0be470bb45c44c709b07eaf - - default default] TaaS: Handle Delete Port: aca59f9d-cd8a-4e46-a8d7-bf5b5969b59c 2026-07-15 15:53:34.262 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-913d088e-a040-4732-a097-ed10ab0d8d97 b2e0227b9cd74f6b9d70fe4949374e31 de842587f0be470bb45c44c709b07eaf - - default default] Tap Mirror: Handle Delete Port: aca59f9d-cd8a-4e46-a8d7-bf5b5969b59c [pid: 8|app: 0|req: 1002/2030] 10.0.0.115 () {32 vars in 719 bytes} [Wed Jul 15 15:53:34 2026] DELETE /v2.0/ports/aca59f9d-cd8a-4e46-a8d7-bf5b5969b59c => 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: 1029/2031] 10.0.0.115 () {34 vars in 782 bytes} [Wed Jul 15 15:53:33 2026] PUT /v2.0/routers/f5b24fdf-a13d-4c0b-8854-8929964a8eb1/add_router_interface => generated 309 bytes in 1198 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:53:34.814 7 INFO neutron_taas.services.taas.taas_plugin [None req-c2848c3b-e393-4898-8587-0de8604d4b68 b2e0227b9cd74f6b9d70fe4949374e31 de842587f0be470bb45c44c709b07eaf - - default default] TaaS: Handle Delete Port: f5b83789-d017-4bea-be78-b8ef49d2dbf9 2026-07-15 15:53:34.819 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2848c3b-e393-4898-8587-0de8604d4b68 b2e0227b9cd74f6b9d70fe4949374e31 de842587f0be470bb45c44c709b07eaf - - default default] Tap Mirror: Handle Delete Port: f5b83789-d017-4bea-be78-b8ef49d2dbf9 [pid: 7|app: 0|req: 1030/2032] 10.0.0.115 () {32 vars in 719 bytes} [Wed Jul 15 15:53:34 2026] DELETE /v2.0/ports/f5b83789-d017-4bea-be78-b8ef49d2dbf9 => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2033] 10.0.0.115 () {32 vars in 716 bytes} [Wed Jul 15 15:53:34 2026] GET /v2.0/ports/325e74b8-5282-4958-a06c-02c8a30f9e62 => generated 959 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2034] 10.0.0.115 () {34 vars in 675 bytes} [Wed Jul 15 15:53:34 2026] POST /v2.0/floatingips => generated 552 bytes in 695 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2035] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:53:34 2026] DELETE /v2.0/networks/5b16e577-5723-4546-a14a-24eb1318c435 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:53:35.411 8 INFO neutron_taas.services.taas.taas_plugin [None req-e8da174d-c73e-4b8f-91b7-c42083033192 496cd1675079471689ea89f7b37419fd 37afa224c36b4bcf910f4b39ee239857 - - default default] TaaS: Handle Delete Port: 325e74b8-5282-4958-a06c-02c8a30f9e62 2026-07-15 15:53:35.415 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e8da174d-c73e-4b8f-91b7-c42083033192 496cd1675079471689ea89f7b37419fd 37afa224c36b4bcf910f4b39ee239857 - - default default] Tap Mirror: Handle Delete Port: 325e74b8-5282-4958-a06c-02c8a30f9e62 [pid: 7|app: 0|req: 1033/2036] 10.0.0.115 () {34 vars in 675 bytes} [Wed Jul 15 15:53:35 2026] POST /v2.0/floatingips => generated 552 bytes in 571 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:53:35.694 7 INFO neutron.services.segments.plugin [-] Segment 745c2eca-6588-4dcd-9091-4008373c0995 resource provider aggregate not found 2026-07-15 15:53:35.711 7 INFO neutron.services.segments.plugin [-] Segment 745c2eca-6588-4dcd-9091-4008373c0995 resource provider aggregate not found 2026-07-15 15:53:35.715 7 INFO neutron.services.segments.plugin [-] Segment 745c2eca-6588-4dcd-9091-4008373c0995 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 745c2eca-6588-4dcd-9091-4008373c0995 found for delete ", "request_id": "req-43167edd-8134-4ccb-ac93-c0b9bbedd63d"}]} 2026-07-15 15:53:35.729 7 INFO neutron.services.segments.plugin [-] Segment 745c2eca-6588-4dcd-9091-4008373c0995 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 745c2eca-6588-4dcd-9091-4008373c0995 found for delete ", "request_id": "req-6ef53cc8-785e-4479-8fae-4993c4421edf"}]} [pid: 7|app: 0|req: 1034/2037] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:53:35 2026] DELETE /v2.0/networks/f7bc5925-d06d-4966-a804-08ff9f975a07 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2038] 10.0.0.115 () {34 vars in 788 bytes} [Wed Jul 15 15:53:35 2026] PUT /v2.0/routers/f5b24fdf-a13d-4c0b-8854-8929964a8eb1/remove_router_interface => generated 309 bytes in 900 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:53:36.090 8 INFO neutron.services.segments.plugin [-] Segment 6d3bf5c0-ce84-4268-a7c5-3e9a500ce96f resource provider aggregate not found 2026-07-15 15:53:36.094 8 INFO neutron.services.segments.plugin [-] Segment 6d3bf5c0-ce84-4268-a7c5-3e9a500ce96f resource provider aggregate not found 2026-07-15 15:53:36.113 8 INFO neutron.services.segments.plugin [-] Segment 6d3bf5c0-ce84-4268-a7c5-3e9a500ce96f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d3bf5c0-ce84-4268-a7c5-3e9a500ce96f found for delete ", "request_id": "req-36f34245-dc99-42ed-bdfb-7c003e89467d"}]} 2026-07-15 15:53:36.114 8 INFO neutron.services.segments.plugin [-] Segment 6d3bf5c0-ce84-4268-a7c5-3e9a500ce96f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d3bf5c0-ce84-4268-a7c5-3e9a500ce96f found for delete ", "request_id": "req-c6309797-6a68-4a17-9f5c-3cd75ee231fc"}]} [pid: 8|app: 0|req: 1005/2039] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:53:35 2026] DELETE /v2.0/networks/c9558385-7c5e-471c-bab7-bde73c8df256 => 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: 1006/2040] 10.0.0.115 () {32 vars in 735 bytes} [Wed Jul 15 15:53:36 2026] GET /v2.0/ports?device_id=f5b24fdf-a13d-4c0b-8854-8929964a8eb1 => 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: 1007/2041] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:53:36 2026] DELETE /v2.0/networks/a5e40583-95bf-4862-a914-13c9cac5f547 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:53:36.438 8 INFO neutron_taas.services.taas.taas_plugin [None req-d7ed2580-51dd-4f21-a6f2-de8e18529d0c 496cd1675079471689ea89f7b37419fd 37afa224c36b4bcf910f4b39ee239857 - - default default] TaaS: Handle Delete Port: be4c0df3-697a-470a-88ce-6dbc24cbd8ec 2026-07-15 15:53:36.442 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7ed2580-51dd-4f21-a6f2-de8e18529d0c 496cd1675079471689ea89f7b37419fd 37afa224c36b4bcf910f4b39ee239857 - - default default] Tap Mirror: Handle Delete Port: be4c0df3-697a-470a-88ce-6dbc24cbd8ec [pid: 7|app: 0|req: 1035/2042] 10.0.0.115 () {34 vars in 675 bytes} [Wed Jul 15 15:53:35 2026] POST /v2.0/floatingips => generated 552 bytes in 619 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2043] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:53:36 2026] DELETE /v2.0/networks/7c3c1951-e2f4-4481-9c46-39dcefd972d0 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:53:36.829 8 INFO neutron.db.l3_hamode_db [None req-d7ed2580-51dd-4f21-a6f2-de8e18529d0c 496cd1675079471689ea89f7b37419fd 37afa224c36b4bcf910f4b39ee239857 - - default default] HA network 78caad7f-8792-494a-b111-3e12357df779 was deleted as no HA routers are present in tenant 37afa224c36b4bcf910f4b39ee239857. [pid: 8|app: 0|req: 1008/2044] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:53:36 2026] DELETE /v2.0/routers/f5b24fdf-a13d-4c0b-8854-8929964a8eb1 => generated 0 bytes in 555 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2045] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:53:36 2026] DELETE /v2.0/subnets/e4bc0e30-6f09-4376-945a-1ec990674585 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2046] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:53:36 2026] DELETE /v2.0/networks/98b77f90-0abb-4ef0-85f1-98059cd495d2 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:53:37.119 8 INFO neutron.db.segments_db [None req-d64920f5-5466-45da-af6b-0e094ac1794f 496cd1675079471689ea89f7b37419fd 37afa224c36b4bcf910f4b39ee239857 - - default default] Added segment 1655cbf2-da81-4fb4-92dd-2caf63f14ad7 of type vxlan for network eeb94585-0944-474a-aaa9-bf7b1c32340f [pid: 7|app: 0|req: 1037/2047] 10.0.0.115 () {34 vars in 675 bytes} [Wed Jul 15 15:53:36 2026] POST /v2.0/floatingips => generated 552 bytes in 634 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:53:37.410 8 INFO neutron.db.l3_hamode_db [None req-d64920f5-5466-45da-af6b-0e094ac1794f 496cd1675079471689ea89f7b37419fd 37afa224c36b4bcf910f4b39ee239857 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-15 15:53:37.741 7 INFO neutron.services.segments.plugin [-] Segment 01b3ff38-35d0-4fda-9efd-a9c319ae953d resource provider aggregate not found 2026-07-15 15:53:37.760 7 INFO neutron.services.segments.plugin [-] Segment 01b3ff38-35d0-4fda-9efd-a9c319ae953d resource provider aggregate not found 2026-07-15 15:53:37.766 7 INFO neutron.services.segments.plugin [-] Segment 01b3ff38-35d0-4fda-9efd-a9c319ae953d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01b3ff38-35d0-4fda-9efd-a9c319ae953d found for delete ", "request_id": "req-148dca08-ea3d-4084-8faf-32f54221a131"}]} 2026-07-15 15:53:37.784 7 INFO neutron.services.segments.plugin [-] Segment 01b3ff38-35d0-4fda-9efd-a9c319ae953d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01b3ff38-35d0-4fda-9efd-a9c319ae953d found for delete ", "request_id": "req-69a1e442-71e3-4003-96be-6b24283c4969"}]} 2026-07-15 15:53:37.792 7 INFO neutron.services.segments.plugin [-] Segment 43634276-c2a6-4955-a9ea-6fec5f6336e7 resource provider aggregate not found 2026-07-15 15:53:37.813 7 INFO neutron.services.segments.plugin [-] Segment 43634276-c2a6-4955-a9ea-6fec5f6336e7 resource provider aggregate not found 2026-07-15 15:53:37.824 7 INFO neutron.services.segments.plugin [-] Segment 43634276-c2a6-4955-a9ea-6fec5f6336e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43634276-c2a6-4955-a9ea-6fec5f6336e7 found for delete ", "request_id": "req-cb21c098-a5dd-477b-a465-a83815307311"}]} 2026-07-15 15:53:37.845 7 INFO neutron.services.segments.plugin [-] Segment 43634276-c2a6-4955-a9ea-6fec5f6336e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43634276-c2a6-4955-a9ea-6fec5f6336e7 found for delete ", "request_id": "req-bcae520b-ce7e-49a7-a1d8-fffccd48dda3"}]} [pid: 7|app: 0|req: 1038/2048] 10.0.0.115 () {34 vars in 675 bytes} [Wed Jul 15 15:53:37 2026] POST /v2.0/floatingips => generated 552 bytes in 581 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2049] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:53:37 2026] GET /v2.0/security-groups?tenant_id=de842587f0be470bb45c44c709b07eaf&name=default => generated 2925 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:53:38.147 8 INFO neutron.services.segments.plugin [-] Segment 59b4dc42-f664-4e7b-ad91-6753bcf1ff41 resource provider aggregate not found [pid: 7|app: 0|req: 1040/2050] 10.0.0.115 () {34 vars in 758 bytes} [Wed Jul 15 15:53:38 2026] PUT /v2.0/floatingips/0e781fb8-a000-4807-8d44-64e2d19fa190/tags => generated 17 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:53:38.148 8 INFO neutron.services.segments.plugin [-] Segment 59b4dc42-f664-4e7b-ad91-6753bcf1ff41 resource provider aggregate not found 2026-07-15 15:53:38.177 8 INFO neutron.services.segments.plugin [-] Segment 59b4dc42-f664-4e7b-ad91-6753bcf1ff41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59b4dc42-f664-4e7b-ad91-6753bcf1ff41 found for delete ", "request_id": "req-96b26e56-8459-420d-bbde-c58b4f3f9643"}]} 2026-07-15 15:53:38.182 8 INFO neutron.services.segments.plugin [-] Segment 59b4dc42-f664-4e7b-ad91-6753bcf1ff41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59b4dc42-f664-4e7b-ad91-6753bcf1ff41 found for delete ", "request_id": "req-1b54b6d8-4c84-4731-a592-ae9b3e962cb8"}]} 2026-07-15 15:53:38.201 8 INFO neutron.services.segments.plugin [-] Segment c61fa470-b82d-4d4d-a453-fb94176d3c63 resource provider aggregate not found 2026-07-15 15:53:38.208 8 INFO neutron.services.segments.plugin [-] Segment c61fa470-b82d-4d4d-a453-fb94176d3c63 resource provider aggregate not found 2026-07-15 15:53:38.230 8 INFO neutron.services.segments.plugin [-] Segment c61fa470-b82d-4d4d-a453-fb94176d3c63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c61fa470-b82d-4d4d-a453-fb94176d3c63 found for delete ", "request_id": "req-18293e03-6fd2-4509-98cb-9d980e323750"}]} 2026-07-15 15:53:38.230 8 INFO neutron.services.segments.plugin [-] Segment c61fa470-b82d-4d4d-a453-fb94176d3c63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c61fa470-b82d-4d4d-a453-fb94176d3c63 found for delete ", "request_id": "req-50829e06-1f44-44ee-9f7d-ba3bbf91b67c"}]} 2026-07-15 15:53:38.248 8 INFO neutron.services.segments.plugin [-] Segment 8d66142d-9ff1-40d1-aa42-d47a8ea17785 resource provider aggregate not found 2026-07-15 15:53:38.260 8 INFO neutron.services.segments.plugin [-] Segment 8d66142d-9ff1-40d1-aa42-d47a8ea17785 resource provider aggregate not found [pid: 7|app: 0|req: 1041/2051] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:53:38 2026] DELETE /v2.0/security-groups/c31f9fd1-46f4-47bc-8673-53c92eb8977d => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:53:38.266 8 INFO neutron.services.segments.plugin [-] Segment 8d66142d-9ff1-40d1-aa42-d47a8ea17785 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d66142d-9ff1-40d1-aa42-d47a8ea17785 found for delete ", "request_id": "req-da4adf86-b159-4c60-86c5-6de1dd38b0ff"}]} 2026-07-15 15:53:38.283 8 INFO neutron.services.segments.plugin [-] Segment 8d66142d-9ff1-40d1-aa42-d47a8ea17785 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d66142d-9ff1-40d1-aa42-d47a8ea17785 found for delete ", "request_id": "req-f17c3eaf-1942-4968-b610-fb2e95e0deb6"}]} [pid: 7|app: 0|req: 1042/2052] 10.0.0.115 () {34 vars in 758 bytes} [Wed Jul 15 15:53:38 2026] PUT /v2.0/floatingips/da8d811f-3e42-4fe1-9913-f2b890b7f889/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:53:38.348 8 INFO neutron.db.l3_hamode_db [None req-d64920f5-5466-45da-af6b-0e094ac1794f 496cd1675079471689ea89f7b37419fd 37afa224c36b4bcf910f4b39ee239857 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1043/2053] 10.0.0.115 () {34 vars in 758 bytes} [Wed Jul 15 15:53:38 2026] PUT /v2.0/floatingips/a33d43dd-4ce4-441a-9d5b-26ab13cdaa58/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2054] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:53:38 2026] GET /v2.0/security-groups?tenant_id=b4e136517654468f9e1bddcdd35f8d49&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2055] 10.0.0.115 () {34 vars in 758 bytes} [Wed Jul 15 15:53:38 2026] PUT /v2.0/floatingips/695958b4-e114-4817-8665-2b094c84241e/tags => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2056] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:53:38 2026] DELETE /v2.0/security-groups/97686df8-1433-4e50-bf93-d27290af3fd0 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2057] 10.0.0.115 () {32 vars in 671 bytes} [Wed Jul 15 15:53:38 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2058] 10.0.0.115 () {32 vars in 685 bytes} [Wed Jul 15 15:53:38 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2059] 10.0.0.115 () {32 vars in 681 bytes} [Wed Jul 15 15:53:38 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2060] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:53:38 2026] GET /v2.0/security-groups?tenant_id=fa02404846444f54aaa423e1c8badffe&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2061] 10.0.0.115 () {32 vars in 693 bytes} [Wed Jul 15 15:53:39 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2062] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:53:39 2026] DELETE /v2.0/security-groups/325ec7a5-475a-4a73-af4c-92ffb05a323d => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2063] 10.0.0.115 () {32 vars in 679 bytes} [Wed Jul 15 15:53:39 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2064] 10.0.0.115 () {32 vars in 693 bytes} [Wed Jul 15 15:53:39 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2065] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:53:37 2026] POST /v2.0/routers => generated 692 bytes in 2229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2066] 10.0.0.115 () {32 vars in 689 bytes} [Wed Jul 15 15:53:39 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2067] 10.0.0.115 () {32 vars in 701 bytes} [Wed Jul 15 15:53:39 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2068] 10.0.0.115 () {32 vars in 720 bytes} [Wed Jul 15 15:53:39 2026] GET /v2.0/routers/e6c01d5d-900a-473d-aeb4-e09b4a045e26 => generated 698 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:53:39.476 7 INFO neutron_taas.services.taas.taas_plugin [None req-903a3830-d51b-42f3-88df-1f8385c34643 27ea35be7040492882cf34c3f650ad96 0195342673be4b85989876ca9e9512fe - - default default] TaaS: Handle Delete Port: bd0429ca-fd23-4f1c-b7f0-8165136f7d83 2026-07-15 15:53:39.479 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-903a3830-d51b-42f3-88df-1f8385c34643 27ea35be7040492882cf34c3f650ad96 0195342673be4b85989876ca9e9512fe - - default default] Tap Mirror: Handle Delete Port: bd0429ca-fd23-4f1c-b7f0-8165136f7d83 [pid: 8|app: 0|req: 1013/2069] 10.0.0.115 () {32 vars in 646 bytes} [Wed Jul 15 15:53:39 2026] GET /v2.0/routers => generated 701 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2070] 10.0.0.115 () {32 vars in 731 bytes} [Wed Jul 15 15:53:39 2026] DELETE /v2.0/floatingips/0e781fb8-a000-4807-8d44-64e2d19fa190 => generated 0 bytes in 301 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:53:39.830 7 INFO neutron_taas.services.taas.taas_plugin [None req-9faaa1f9-3f08-439a-9d92-e0308c8a5e79 27ea35be7040492882cf34c3f650ad96 0195342673be4b85989876ca9e9512fe - - default default] TaaS: Handle Delete Port: 8b59b07f-e62d-4d4a-bd6f-da802aa4994c 2026-07-15 15:53:39.833 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9faaa1f9-3f08-439a-9d92-e0308c8a5e79 27ea35be7040492882cf34c3f650ad96 0195342673be4b85989876ca9e9512fe - - default default] Tap Mirror: Handle Delete Port: 8b59b07f-e62d-4d4a-bd6f-da802aa4994c [pid: 8|app: 0|req: 1014/2071] 10.0.0.115 () {34 vars in 740 bytes} [Wed Jul 15 15:53:39 2026] PUT /v2.0/routers/e6c01d5d-900a-473d-aeb4-e09b4a045e26 => generated 705 bytes in 532 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2072] 10.0.0.115 () {32 vars in 731 bytes} [Wed Jul 15 15:53:39 2026] DELETE /v2.0/floatingips/da8d811f-3e42-4fe1-9913-f2b890b7f889 => generated 0 bytes in 337 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2073] 10.0.0.115 () {32 vars in 720 bytes} [Wed Jul 15 15:53:40 2026] GET /v2.0/routers/e6c01d5d-900a-473d-aeb4-e09b4a045e26 => generated 705 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:53:40.141 8 INFO neutron_taas.services.taas.taas_plugin [None req-cf2bc8b7-4368-4f43-9d88-14775f679dd3 27ea35be7040492882cf34c3f650ad96 0195342673be4b85989876ca9e9512fe - - default default] TaaS: Handle Delete Port: 818389d8-b9f5-439f-b0e1-1647f5e8d9b2 2026-07-15 15:53:40.144 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf2bc8b7-4368-4f43-9d88-14775f679dd3 27ea35be7040492882cf34c3f650ad96 0195342673be4b85989876ca9e9512fe - - default default] Tap Mirror: Handle Delete Port: 818389d8-b9f5-439f-b0e1-1647f5e8d9b2 [pid: 7|app: 0|req: 1060/2074] 10.0.0.115 () {32 vars in 735 bytes} [Wed Jul 15 15:53:40 2026] GET /v2.0/ports?device_id=e6c01d5d-900a-473d-aeb4-e09b4a045e26 => 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: 1015/2075] 10.0.0.115 () {32 vars in 731 bytes} [Wed Jul 15 15:53:40 2026] DELETE /v2.0/floatingips/a33d43dd-4ce4-441a-9d5b-26ab13cdaa58 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:53:40.375 7 INFO neutron_taas.services.taas.taas_plugin [None req-bbd78a85-edf6-4c6e-b329-c8d1f4e710db 496cd1675079471689ea89f7b37419fd 37afa224c36b4bcf910f4b39ee239857 - - default default] TaaS: Handle Delete Port: ff45e4de-7484-47fa-888c-352d811f2a66 2026-07-15 15:53:40.378 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bbd78a85-edf6-4c6e-b329-c8d1f4e710db 496cd1675079471689ea89f7b37419fd 37afa224c36b4bcf910f4b39ee239857 - - default default] Tap Mirror: Handle Delete Port: ff45e4de-7484-47fa-888c-352d811f2a66 2026-07-15 15:53:40.426 8 INFO neutron_taas.services.taas.taas_plugin [None req-1815941e-88b9-4a0c-ac02-5dd2096c0301 27ea35be7040492882cf34c3f650ad96 0195342673be4b85989876ca9e9512fe - - default default] TaaS: Handle Delete Port: 9dac6840-a908-4a69-a057-e0ed1c54202d 2026-07-15 15:53:40.429 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1815941e-88b9-4a0c-ac02-5dd2096c0301 27ea35be7040492882cf34c3f650ad96 0195342673be4b85989876ca9e9512fe - - default default] Tap Mirror: Handle Delete Port: 9dac6840-a908-4a69-a057-e0ed1c54202d [pid: 8|app: 0|req: 1016/2076] 10.0.0.115 () {32 vars in 731 bytes} [Wed Jul 15 15:53:40 2026] DELETE /v2.0/floatingips/695958b4-e114-4817-8665-2b094c84241e => generated 0 bytes in 299 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:53:40.686 7 INFO neutron_taas.services.taas.taas_plugin [None req-bbd78a85-edf6-4c6e-b329-c8d1f4e710db 496cd1675079471689ea89f7b37419fd 37afa224c36b4bcf910f4b39ee239857 - - default default] TaaS: Handle Delete Port: 1c05e815-c875-40cf-b65f-4ab4f686d8ed 2026-07-15 15:53:40.690 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bbd78a85-edf6-4c6e-b329-c8d1f4e710db 496cd1675079471689ea89f7b37419fd 37afa224c36b4bcf910f4b39ee239857 - - default default] Tap Mirror: Handle Delete Port: 1c05e815-c875-40cf-b65f-4ab4f686d8ed 2026-07-15 15:53:40.750 8 INFO neutron_taas.services.taas.taas_plugin [None req-d64c98b5-7ff8-4684-8fc3-63fd65cfd244 27ea35be7040492882cf34c3f650ad96 0195342673be4b85989876ca9e9512fe - - default default] TaaS: Handle Delete Port: 43cd0fe8-b7bb-4483-9615-8c9c5c9b3ca6 2026-07-15 15:53:40.753 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d64c98b5-7ff8-4684-8fc3-63fd65cfd244 27ea35be7040492882cf34c3f650ad96 0195342673be4b85989876ca9e9512fe - - default default] Tap Mirror: Handle Delete Port: 43cd0fe8-b7bb-4483-9615-8c9c5c9b3ca6 [pid: 8|app: 0|req: 1017/2077] 10.0.0.115 () {32 vars in 731 bytes} [Wed Jul 15 15:53:40 2026] DELETE /v2.0/floatingips/04a2eb6d-26c3-465e-948e-eb0a8e2f1ff0 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:53:41.055 7 INFO neutron.services.segments.plugin [-] Segment 1655cbf2-da81-4fb4-92dd-2caf63f14ad7 resource provider aggregate not found 2026-07-15 15:53:41.067 7 INFO neutron.services.segments.plugin [-] Segment 1655cbf2-da81-4fb4-92dd-2caf63f14ad7 resource provider aggregate not found 2026-07-15 15:53:41.078 7 INFO neutron.services.segments.plugin [-] Segment 1655cbf2-da81-4fb4-92dd-2caf63f14ad7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1655cbf2-da81-4fb4-92dd-2caf63f14ad7 found for delete ", "request_id": "req-a4e3cd83-6237-4b30-89a6-457a58f5b047"}]} 2026-07-15 15:53:41.086 7 INFO neutron.services.segments.plugin [-] Segment 1655cbf2-da81-4fb4-92dd-2caf63f14ad7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1655cbf2-da81-4fb4-92dd-2caf63f14ad7 found for delete ", "request_id": "req-dd09ca5e-338c-425e-83e7-83fdb4b113ec"}]} 2026-07-15 15:53:41.097 7 INFO neutron.db.l3_hamode_db [None req-bbd78a85-edf6-4c6e-b329-c8d1f4e710db 496cd1675079471689ea89f7b37419fd 37afa224c36b4bcf910f4b39ee239857 - - default default] HA network eeb94585-0944-474a-aaa9-bf7b1c32340f was deleted as no HA routers are present in tenant 37afa224c36b4bcf910f4b39ee239857. [pid: 7|app: 0|req: 1061/2078] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:53:40 2026] DELETE /v2.0/routers/e6c01d5d-900a-473d-aeb4-e09b4a045e26 => generated 0 bytes in 956 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2079] 10.0.0.115 () {32 vars in 735 bytes} [Wed Jul 15 15:53:41 2026] GET /v2.0/ports?device_id=e6c01d5d-900a-473d-aeb4-e09b4a045e26 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:53:41.166 7 INFO neutron.api.v2.resource [None req-806e9225-4682-4e40-b0f7-98502404e72e 496cd1675079471689ea89f7b37419fd 37afa224c36b4bcf910f4b39ee239857 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1062/2080] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:53:41 2026] DELETE /v2.0/routers/e6c01d5d-900a-473d-aeb4-e09b4a045e26 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2081] 10.0.0.115 () {32 vars in 735 bytes} [Wed Jul 15 15:53:41 2026] GET /v2.0/ports?device_id=f5b24fdf-a13d-4c0b-8854-8929964a8eb1 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:53:41.224 7 INFO neutron.api.v2.resource [None req-5e2b2492-426d-4e4b-b4e1-88700785f3d3 496cd1675079471689ea89f7b37419fd 37afa224c36b4bcf910f4b39ee239857 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1063/2082] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:53:41 2026] DELETE /v2.0/routers/f5b24fdf-a13d-4c0b-8854-8929964a8eb1 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-15 15:53:41.246 8 INFO neutron.pecan_wsgi.hooks.translation [None req-450bfc8b-2fc3-4078-bfee-c496c4566d46 496cd1675079471689ea89f7b37419fd 37afa224c36b4bcf910f4b39ee239857 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1020/2083] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:53:41 2026] DELETE /v2.0/subnets/e4bc0e30-6f09-4376-945a-1ec990674585 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2084] 10.0.0.115 () {32 vars in 735 bytes} [Wed Jul 15 15:53:41 2026] GET /v2.0/ports?device_id=78a3e95f-0f95-447d-b2ba-25f372c59375 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:53:41.304 8 INFO neutron.api.v2.resource [None req-a3d5cb24-401a-41d3-87bc-7cca1d1d4b25 496cd1675079471689ea89f7b37419fd 37afa224c36b4bcf910f4b39ee239857 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1021/2085] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:53:41 2026] DELETE /v2.0/routers/78a3e95f-0f95-447d-b2ba-25f372c59375 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-15 15:53:41.323 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5553ccf1-5cd0-4de6-8c8e-f96812d209d5 496cd1675079471689ea89f7b37419fd 37afa224c36b4bcf910f4b39ee239857 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1065/2086] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:53:41 2026] DELETE /v2.0/subnets/34f4eac1-abdd-4220-aa1a-3bc6876f6a67 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2087] 10.0.0.115 () {32 vars in 735 bytes} [Wed Jul 15 15:53:41 2026] GET /v2.0/ports?device_id=9405c024-a58b-45cf-8ebd-6043c2fa1ea7 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:53:41.380 7 INFO neutron.api.v2.resource [None req-274589a8-f184-4d9d-bd61-0f79ce45fdd9 496cd1675079471689ea89f7b37419fd 37afa224c36b4bcf910f4b39ee239857 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1066/2088] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:53:41 2026] DELETE /v2.0/routers/9405c024-a58b-45cf-8ebd-6043c2fa1ea7 => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-15 15:53:41.404 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8bb71f2e-396c-4095-9240-e77e60e39503 496cd1675079471689ea89f7b37419fd 37afa224c36b4bcf910f4b39ee239857 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1023/2089] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:53:41 2026] DELETE /v2.0/subnets/755385ca-ff8c-4953-af06-b685eeabb44e => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-15 15:53:41.428 7 INFO neutron.pecan_wsgi.hooks.translation [None req-60377fc6-3ac8-411b-94ef-2c94206ce92a 496cd1675079471689ea89f7b37419fd 37afa224c36b4bcf910f4b39ee239857 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1067/2090] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:53:41 2026] DELETE /v2.0/subnets/9f35b40c-f093-4b14-94ba-2e527228809c => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2093] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:53:41 2026] GET /v2.0/security-groups?tenant_id=d0a9455bb6b641c19e73d98f2ad052ae&name=default => generated 2925 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2094] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:53:42 2026] GET /v2.0/security-groups?tenant_id=37afa224c36b4bcf910f4b39ee239857&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: 1070/2095] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:53:42 2026] DELETE /v2.0/security-groups/5488dc93-b754-47b4-b08e-6ef7404ef553 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2096] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:53:42 2026] DELETE /v2.0/security-groups/30efef5a-4ddd-4284-8ba8-194d8cba5a04 => 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: 1071/2097] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:53:42 2026] GET /v2.0/security-groups?tenant_id=88ed045978d04b0fb294c281cffe72f9&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2098] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:53:42 2026] DELETE /v2.0/security-groups/0b040b01-fcf5-468b-8903-e8139d6118dc => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2099] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:53:42 2026] GET /v2.0/security-groups?tenant_id=0195342673be4b85989876ca9e9512fe&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2100] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:53:42 2026] DELETE /v2.0/security-groups/55e8639d-62af-4516-bd63-0595a4121235 => 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: 1072/2101] 10.0.0.115 () {34 vars in 675 bytes} [Wed Jul 15 15:53:42 2026] POST /v2.0/floatingips => generated 552 bytes in 871 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2102] 10.0.0.115 () {34 vars in 758 bytes} [Wed Jul 15 15:53:43 2026] PUT /v2.0/floatingips/a7759cf0-6679-429f-8343-1cc6e23c3bce/tags => generated 25 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2103] 10.0.0.115 () {32 vars in 738 bytes} [Wed Jul 15 15:53:43 2026] GET /v2.0/floatingips/a7759cf0-6679-429f-8343-1cc6e23c3bce/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: 1031/2104] 10.0.0.115 () {34 vars in 769 bytes} [Wed Jul 15 15:53:43 2026] PUT /v2.0/floatingips/a7759cf0-6679-429f-8343-1cc6e23c3bce/tags/green => generated 4 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2105] 10.0.0.115 () {32 vars in 738 bytes} [Wed Jul 15 15:53:43 2026] GET /v2.0/floatingips/a7759cf0-6679-429f-8343-1cc6e23c3bce/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2106] 10.0.0.115 () {34 vars in 765 bytes} [Wed Jul 15 15:53:43 2026] PUT /v2.0/floatingips/a7759cf0-6679-429f-8343-1cc6e23c3bce/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: 1075/2107] 10.0.0.115 () {32 vars in 738 bytes} [Wed Jul 15 15:53:44 2026] GET /v2.0/floatingips/a7759cf0-6679-429f-8343-1cc6e23c3bce/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2108] 10.0.0.115 () {34 vars in 787 bytes} [Wed Jul 15 15:53:44 2026] PUT /v2.0/floatingips/a7759cf0-6679-429f-8343-1cc6e23c3bce/tags/black.or.white => generated 4 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2109] 10.0.0.115 () {32 vars in 738 bytes} [Wed Jul 15 15:53:44 2026] GET /v2.0/floatingips/a7759cf0-6679-429f-8343-1cc6e23c3bce/tags => generated 52 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2110] 10.0.0.115 () {34 vars in 758 bytes} [Wed Jul 15 15:53:44 2026] PUT /v2.0/floatingips/a7759cf0-6679-429f-8343-1cc6e23c3bce/tags => generated 37 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2111] 10.0.0.115 () {32 vars in 738 bytes} [Wed Jul 15 15:53:44 2026] GET /v2.0/floatingips/a7759cf0-6679-429f-8343-1cc6e23c3bce/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2112] 10.0.0.115 () {32 vars in 746 bytes} [Wed Jul 15 15:53:44 2026] GET /v2.0/floatingips/a7759cf0-6679-429f-8343-1cc6e23c3bce/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:53:44.398 8 INFO neutron.api.v2.resource [None req-60e43bde-21e5-4c93-a52e-24c937cec49d a4fd14f772fb411a8bbe132516beb7c9 2f22718217664e198b1e3c687ebcaba7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1037/2113] 10.0.0.115 () {32 vars in 750 bytes} [Wed Jul 15 15:53:44 2026] GET /v2.0/floatingips/a7759cf0-6679-429f-8343-1cc6e23c3bce/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2114] 10.0.0.115 () {32 vars in 749 bytes} [Wed Jul 15 15:53:44 2026] DELETE /v2.0/floatingips/a7759cf0-6679-429f-8343-1cc6e23c3bce/tags/red => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2115] 10.0.0.115 () {32 vars in 738 bytes} [Wed Jul 15 15:53:44 2026] GET /v2.0/floatingips/a7759cf0-6679-429f-8343-1cc6e23c3bce/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:53:44.542 8 INFO neutron.api.v2.resource [None req-dec60e75-ec2f-49ff-bd32-633f7d83e6cd a4fd14f772fb411a8bbe132516beb7c9 2f22718217664e198b1e3c687ebcaba7 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1040/2116] 10.0.0.115 () {32 vars in 753 bytes} [Wed Jul 15 15:53:44 2026] DELETE /v2.0/floatingips/a7759cf0-6679-429f-8343-1cc6e23c3bce/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2117] 10.0.0.115 () {32 vars in 741 bytes} [Wed Jul 15 15:53:44 2026] DELETE /v2.0/floatingips/a7759cf0-6679-429f-8343-1cc6e23c3bce/tags => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2118] 10.0.0.115 () {34 vars in 683 bytes} [Wed Jul 15 15:53:44 2026] POST /v2.0/security-groups => generated 1625 bytes in 431 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2119] 10.0.0.115 () {32 vars in 662 bytes} [Wed Jul 15 15:53:44 2026] GET /v2.0/security-groups => generated 4530 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2120] 10.0.0.115 () {32 vars in 738 bytes} [Wed Jul 15 15:53:44 2026] GET /v2.0/floatingips/a7759cf0-6679-429f-8343-1cc6e23c3bce/tags => generated 12 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2121] 10.0.0.115 () {34 vars in 757 bytes} [Wed Jul 15 15:53:44 2026] PUT /v2.0/security-groups/58a8a7f4-349e-4830-a28e-855371e086ef => generated 1663 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2122] 10.0.0.115 () {32 vars in 736 bytes} [Wed Jul 15 15:53:44 2026] GET /v2.0/security-groups/58a8a7f4-349e-4830-a28e-855371e086ef => generated 1663 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:53:44.809 8 INFO neutron_taas.services.taas.taas_plugin [None req-a95a5a98-a6e0-414e-8c30-ae79ce8c2d2f a4fd14f772fb411a8bbe132516beb7c9 2f22718217664e198b1e3c687ebcaba7 - - default default] TaaS: Handle Delete Port: 03af606c-72ae-47b5-a8ad-7b3ed5dfb179 2026-07-15 15:53:44.811 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a95a5a98-a6e0-414e-8c30-ae79ce8c2d2f a4fd14f772fb411a8bbe132516beb7c9 2f22718217664e198b1e3c687ebcaba7 - - default default] Tap Mirror: Handle Delete Port: 03af606c-72ae-47b5-a8ad-7b3ed5dfb179 [pid: 7|app: 0|req: 1081/2123] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:53:44 2026] DELETE /v2.0/security-groups/58a8a7f4-349e-4830-a28e-855371e086ef => 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: 1082/2124] 10.0.0.115 () {32 vars in 662 bytes} [Wed Jul 15 15:53:44 2026] GET /v2.0/security-groups => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:53:44.950 7 INFO neutron.api.v2.resource [None req-3fc2fc98-f1d4-4342-80d4-d112a697bf32 d28c15869df24b4ca8871fc720a48a35 c5b249eb58034efd9e180c3fae02f3ff - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1083/2125] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:53:44 2026] DELETE /v2.0/security-groups/58a8a7f4-349e-4830-a28e-855371e086ef => 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: 1043/2126] 10.0.0.115 () {32 vars in 731 bytes} [Wed Jul 15 15:53:44 2026] DELETE /v2.0/floatingips/a7759cf0-6679-429f-8343-1cc6e23c3bce => generated 0 bytes in 292 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2127] 10.0.0.115 () {34 vars in 683 bytes} [Wed Jul 15 15:53:44 2026] POST /v2.0/security-groups => generated 1625 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2128] 10.0.0.115 () {34 vars in 694 bytes} [Wed Jul 15 15:53:45 2026] POST /v2.0/security-group-rules => generated 601 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2129] 10.0.0.115 () {32 vars in 746 bytes} [Wed Jul 15 15:53:45 2026] GET /v2.0/security-group-rules/c097ae4f-4e32-4420-a97f-bb49b14cd79b => generated 601 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2130] 10.0.0.115 () {32 vars in 672 bytes} [Wed Jul 15 15:53:45 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2131] 10.0.0.115 () {32 vars in 749 bytes} [Wed Jul 15 15:53:45 2026] DELETE /v2.0/security-group-rules/c097ae4f-4e32-4420-a97f-bb49b14cd79b => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2132] 10.0.0.115 () {32 vars in 672 bytes} [Wed Jul 15 15:53:45 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2133] 10.0.0.115 () {34 vars in 694 bytes} [Wed Jul 15 15:53:45 2026] POST /v2.0/security-group-rules => generated 601 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2134] 10.0.0.115 () {32 vars in 746 bytes} [Wed Jul 15 15:53:45 2026] GET /v2.0/security-group-rules/f098b4fc-139b-4196-bda3-d466c69c8c29 => generated 601 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2135] 10.0.0.115 () {32 vars in 672 bytes} [Wed Jul 15 15:53:45 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2136] 10.0.0.115 () {32 vars in 749 bytes} [Wed Jul 15 15:53:45 2026] DELETE /v2.0/security-group-rules/f098b4fc-139b-4196-bda3-d466c69c8c29 => 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: 1090/2137] 10.0.0.115 () {32 vars in 672 bytes} [Wed Jul 15 15:53:45 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2138] 10.0.0.115 () {34 vars in 694 bytes} [Wed Jul 15 15:53:45 2026] POST /v2.0/security-group-rules => generated 602 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2139] 10.0.0.115 () {32 vars in 746 bytes} [Wed Jul 15 15:53:45 2026] GET /v2.0/security-group-rules/3235610e-49b7-46bb-8cb5-745b3c29c860 => generated 602 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2140] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:53:45 2026] GET /v2.0/security-groups?tenant_id=e8c2c1d1ecde48b8ac4943efcf22cc2b&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: 1093/2141] 10.0.0.115 () {32 vars in 672 bytes} [Wed Jul 15 15:53:45 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2142] 10.0.0.115 () {32 vars in 749 bytes} [Wed Jul 15 15:53:46 2026] DELETE /v2.0/security-group-rules/3235610e-49b7-46bb-8cb5-745b3c29c860 => 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: 1049/2143] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:53:46 2026] DELETE /v2.0/security-groups/5ed8be9e-33c0-45aa-8ebc-234761d7d659 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2144] 10.0.0.115 () {32 vars in 672 bytes} [Wed Jul 15 15:53:46 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: 1050/2145] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:53:46 2026] DELETE /v2.0/security-groups/430c5294-a6b3-4916-bcf2-cb7297b84fdf => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2146] 10.0.0.115 () {32 vars in 662 bytes} [Wed Jul 15 15:53:46 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: 1096/2147] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:53:46 2026] GET /v2.0/security-groups?tenant_id=2f22718217664e198b1e3c687ebcaba7&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2148] 10.0.0.115 () {32 vars in 662 bytes} [Wed Jul 15 15:53:46 2026] GET /v2.0/security-groups => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2149] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:53:46 2026] DELETE /v2.0/security-groups/237c198c-be24-4420-a56c-0aaaadd222d0 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2150] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:53:46 2026] GET /v2.0/security-groups?tenant_id=c5b249eb58034efd9e180c3fae02f3ff&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: 1098/2151] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:53:47 2026] DELETE /v2.0/security-groups/2dde863f-40af-40ae-bcd9-ae753eca4559 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:53:47.883 8 INFO neutron.db.segments_db [None req-b10200b4-19be-40e5-8ced-7df7662f4404 8e5d1ffcff074a29af636f193e0b703f 39b21daaad20404fb60835a4a7ca1c98 - - default default] Added segment 39bc6e93-0cbc-4e7b-89f4-6a6899fea57b of type vxlan for network 37189533-6346-4be7-ad02-d5744cf939f6 [pid: 8|app: 0|req: 1054/2152] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:53:47 2026] POST /v2.0/networks => generated 612 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:53:48.063 7 INFO neutron.db.segments_db [None req-b57b67da-b92e-4a3b-8587-b8ec0650ff94 8e5d1ffcff074a29af636f193e0b703f 39b21daaad20404fb60835a4a7ca1c98 - - default default] Added segment fca27e27-b20c-43db-9969-100600959f85 of type vxlan for network 21caf35c-2dbf-49ca-9824-8e63124e1a65 [pid: 7|app: 0|req: 1099/2153] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:53:47 2026] POST /v2.0/networks => generated 613 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:53:48.233 8 INFO neutron.db.segments_db [None req-7630366f-3449-4aca-8885-804f52266919 8e5d1ffcff074a29af636f193e0b703f 39b21daaad20404fb60835a4a7ca1c98 - - default default] Added segment e775b547-4a9d-4d58-9a74-9e6ee757b703 of type vxlan for network 452b5a55-e8be-49db-9311-30b114a540a0 [pid: 8|app: 0|req: 1055/2154] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:53:48 2026] POST /v2.0/networks => generated 612 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:53:48.392 7 INFO neutron.db.segments_db [None req-13b01684-3fdf-42d3-870c-b8a98271ab86 8e5d1ffcff074a29af636f193e0b703f 39b21daaad20404fb60835a4a7ca1c98 - - default default] Added segment 518aa788-a8ae-41f9-b4c2-a53bb9cc0899 of type vxlan for network 67b947bd-3687-4dbf-a20a-e22832deaff1 [pid: 7|app: 0|req: 1100/2155] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:53:48 2026] POST /v2.0/networks => generated 613 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:53:48.550 8 INFO neutron.db.segments_db [None req-7909576c-73b8-42b6-a139-d9d8a9d7433f 8e5d1ffcff074a29af636f193e0b703f 39b21daaad20404fb60835a4a7ca1c98 - - default default] Added segment 4fa9803d-6e81-49a3-bde4-97acb231213a of type vxlan for network cc733842-6bd5-4fb8-87dc-a9d24b72b9bd [pid: 8|app: 0|req: 1056/2156] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:53:48 2026] POST /v2.0/networks => generated 613 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2157] 10.0.0.115 () {34 vars in 752 bytes} [Wed Jul 15 15:53:48 2026] PUT /v2.0/networks/37189533-6346-4be7-ad02-d5744cf939f6/tags => generated 17 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2158] 10.0.0.115 () {34 vars in 752 bytes} [Wed Jul 15 15:53:48 2026] PUT /v2.0/networks/21caf35c-2dbf-49ca-9824-8e63124e1a65/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2159] 10.0.0.115 () {34 vars in 752 bytes} [Wed Jul 15 15:53:48 2026] PUT /v2.0/networks/452b5a55-e8be-49db-9311-30b114a540a0/tags => generated 34 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2160] 10.0.0.115 () {34 vars in 752 bytes} [Wed Jul 15 15:53:48 2026] PUT /v2.0/networks/67b947bd-3687-4dbf-a20a-e22832deaff1/tags => generated 19 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2161] 10.0.0.115 () {32 vars in 622 bytes} [Wed Jul 15 15:53:48 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: 1103/2162] 10.0.0.115 () {32 vars in 665 bytes} [Wed Jul 15 15:53:48 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2163] 10.0.0.115 () {32 vars in 679 bytes} [Wed Jul 15 15:53:49 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2164] 10.0.0.115 () {32 vars in 675 bytes} [Wed Jul 15 15:53:49 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2165] 10.0.0.115 () {32 vars in 632 bytes} [Wed Jul 15 15:53:48 2026] GET /v2.0/ => generated 632 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2166] 10.0.0.115 () {32 vars in 687 bytes} [Wed Jul 15 15:53:49 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2167] 10.0.0.115 () {32 vars in 673 bytes} [Wed Jul 15 15:53:49 2026] GET /v2.0/networks?not-tags=red => generated 1862 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2168] 10.0.0.115 () {32 vars in 687 bytes} [Wed Jul 15 15:53:49 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2169] 10.0.0.115 () {32 vars in 683 bytes} [Wed Jul 15 15:53:49 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2170] 10.0.0.115 () {32 vars in 695 bytes} [Wed Jul 15 15:53:49 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1862 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:53:49.679 8 INFO neutron.services.segments.plugin [-] Segment 39bc6e93-0cbc-4e7b-89f4-6a6899fea57b resource provider aggregate not found 2026-07-15 15:53:49.683 8 INFO neutron.services.segments.plugin [-] Segment 39bc6e93-0cbc-4e7b-89f4-6a6899fea57b resource provider aggregate not found 2026-07-15 15:53:49.701 8 INFO neutron.services.segments.plugin [-] Segment 39bc6e93-0cbc-4e7b-89f4-6a6899fea57b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39bc6e93-0cbc-4e7b-89f4-6a6899fea57b found for delete ", "request_id": "req-3871de5b-e5af-4568-9cb9-119d0be72f59"}]} 2026-07-15 15:53:49.713 8 INFO neutron.services.segments.plugin [-] Segment 39bc6e93-0cbc-4e7b-89f4-6a6899fea57b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39bc6e93-0cbc-4e7b-89f4-6a6899fea57b found for delete ", "request_id": "req-13bac664-3a16-46ef-9fc1-aeacbd8be775"}]} [pid: 8|app: 0|req: 1063/2171] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:53:49 2026] DELETE /v2.0/networks/37189533-6346-4be7-ad02-d5744cf939f6 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:53:49.836 7 INFO neutron.services.segments.plugin [-] Segment fca27e27-b20c-43db-9969-100600959f85 resource provider aggregate not found 2026-07-15 15:53:49.842 7 INFO neutron.services.segments.plugin [-] Segment fca27e27-b20c-43db-9969-100600959f85 resource provider aggregate not found 2026-07-15 15:53:49.859 7 INFO neutron.services.segments.plugin [-] Segment fca27e27-b20c-43db-9969-100600959f85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fca27e27-b20c-43db-9969-100600959f85 found for delete ", "request_id": "req-1dc32a9d-a2d1-49bf-baf8-0c0a86a76cd4"}]} 2026-07-15 15:53:49.860 7 INFO neutron.services.segments.plugin [-] Segment fca27e27-b20c-43db-9969-100600959f85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fca27e27-b20c-43db-9969-100600959f85 found for delete ", "request_id": "req-289b8645-987a-4270-996e-83f250c34651"}]} [pid: 7|app: 0|req: 1109/2172] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:53:49 2026] DELETE /v2.0/networks/21caf35c-2dbf-49ca-9824-8e63124e1a65 => 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: 1064/2173] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:53:49 2026] GET /v2.0/security-groups?tenant_id=1c97a403901c4397b0e92cb7aa25a2fd&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: 1110/2174] 10.0.0.115 () {34 vars in 677 bytes} [Wed Jul 15 15:53:49 2026] POST /v2.0/qos/policies => generated 359 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2175] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:53:50 2026] DELETE /v2.0/security-groups/30abd1b3-62bb-4607-905a-8beef362f6cb => 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: 1065/2176] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:53:50 2026] DELETE /v2.0/networks/452b5a55-e8be-49db-9311-30b114a540a0 => 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: 1112/2177] 10.0.0.115 () {34 vars in 752 bytes} [Wed Jul 15 15:53:50 2026] PUT /v2.0/policies/7d345790-8f2a-4761-8d0d-eb294485f74c/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2178] 10.0.0.115 () {32 vars in 732 bytes} [Wed Jul 15 15:53:50 2026] GET /v2.0/policies/7d345790-8f2a-4761-8d0d-eb294485f74c/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2179] 10.0.0.115 () {34 vars in 763 bytes} [Wed Jul 15 15:53:50 2026] PUT /v2.0/policies/7d345790-8f2a-4761-8d0d-eb294485f74c/tags/green => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2180] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:53:50 2026] DELETE /v2.0/networks/67b947bd-3687-4dbf-a20a-e22832deaff1 => 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: 1115/2181] 10.0.0.115 () {32 vars in 732 bytes} [Wed Jul 15 15:53:50 2026] GET /v2.0/policies/7d345790-8f2a-4761-8d0d-eb294485f74c/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: 1116/2182] 10.0.0.115 () {34 vars in 759 bytes} [Wed Jul 15 15:53:50 2026] PUT /v2.0/policies/7d345790-8f2a-4761-8d0d-eb294485f74c/tags/red => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2183] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:53:50 2026] DELETE /v2.0/networks/cc733842-6bd5-4fb8-87dc-a9d24b72b9bd => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2184] 10.0.0.115 () {32 vars in 732 bytes} [Wed Jul 15 15:53:50 2026] GET /v2.0/policies/7d345790-8f2a-4761-8d0d-eb294485f74c/tags => generated 34 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2185] 10.0.0.115 () {34 vars in 781 bytes} [Wed Jul 15 15:53:50 2026] PUT /v2.0/policies/7d345790-8f2a-4761-8d0d-eb294485f74c/tags/black.or.white => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2186] 10.0.0.115 () {32 vars in 732 bytes} [Wed Jul 15 15:53:50 2026] GET /v2.0/policies/7d345790-8f2a-4761-8d0d-eb294485f74c/tags => generated 52 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2187] 10.0.0.115 () {34 vars in 752 bytes} [Wed Jul 15 15:53:50 2026] PUT /v2.0/policies/7d345790-8f2a-4761-8d0d-eb294485f74c/tags => generated 37 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2188] 10.0.0.115 () {32 vars in 732 bytes} [Wed Jul 15 15:53:50 2026] GET /v2.0/policies/7d345790-8f2a-4761-8d0d-eb294485f74c/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2189] 10.0.0.115 () {32 vars in 740 bytes} [Wed Jul 15 15:53:50 2026] GET /v2.0/policies/7d345790-8f2a-4761-8d0d-eb294485f74c/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:53:50.727 7 INFO neutron.api.v2.resource [None req-742205f4-334f-4153-8195-553bd3f0e70c f142b4d573a8433cbf9cc4c1b61d2b27 0b5997d4fce2461c8b3f53449ab0d2d2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1120/2190] 10.0.0.115 () {32 vars in 744 bytes} [Wed Jul 15 15:53:50 2026] GET /v2.0/policies/7d345790-8f2a-4761-8d0d-eb294485f74c/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2191] 10.0.0.115 () {32 vars in 743 bytes} [Wed Jul 15 15:53:50 2026] DELETE /v2.0/policies/7d345790-8f2a-4761-8d0d-eb294485f74c/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2192] 10.0.0.115 () {32 vars in 732 bytes} [Wed Jul 15 15:53:50 2026] GET /v2.0/policies/7d345790-8f2a-4761-8d0d-eb294485f74c/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:53:50.875 8 INFO neutron.api.v2.resource [None req-2b1ff7a4-4e08-4b70-b603-820828dc40f2 f142b4d573a8433cbf9cc4c1b61d2b27 0b5997d4fce2461c8b3f53449ab0d2d2 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1072/2193] 10.0.0.115 () {32 vars in 747 bytes} [Wed Jul 15 15:53:50 2026] DELETE /v2.0/policies/7d345790-8f2a-4761-8d0d-eb294485f74c/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2194] 10.0.0.115 () {32 vars in 735 bytes} [Wed Jul 15 15:53:50 2026] DELETE /v2.0/policies/7d345790-8f2a-4761-8d0d-eb294485f74c/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: 1073/2195] 10.0.0.115 () {32 vars in 732 bytes} [Wed Jul 15 15:53:50 2026] GET /v2.0/policies/7d345790-8f2a-4761-8d0d-eb294485f74c/tags => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2196] 10.0.0.115 () {32 vars in 733 bytes} [Wed Jul 15 15:53:50 2026] DELETE /v2.0/qos/policies/7d345790-8f2a-4761-8d0d-eb294485f74c => 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: 1074/2197] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:53:51 2026] GET /v2.0/security-groups?tenant_id=936326cd972043f5b517124b36ad38ba&name=default => generated 2925 bytes in 418 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:53:51.720 8 INFO neutron.services.segments.plugin [-] Segment e775b547-4a9d-4d58-9a74-9e6ee757b703 resource provider aggregate not found 2026-07-15 15:53:51.734 8 INFO neutron.services.segments.plugin [-] Segment e775b547-4a9d-4d58-9a74-9e6ee757b703 resource provider aggregate not found 2026-07-15 15:53:51.739 8 INFO neutron.services.segments.plugin [-] Segment e775b547-4a9d-4d58-9a74-9e6ee757b703 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e775b547-4a9d-4d58-9a74-9e6ee757b703 found for delete ", "request_id": "req-960700e0-3778-4c65-84ff-dfdb040ccd04"}]} 2026-07-15 15:53:51.756 8 INFO neutron.services.segments.plugin [-] Segment 518aa788-a8ae-41f9-b4c2-a53bb9cc0899 resource provider aggregate not found 2026-07-15 15:53:51.759 8 INFO neutron.services.segments.plugin [-] Segment e775b547-4a9d-4d58-9a74-9e6ee757b703 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e775b547-4a9d-4d58-9a74-9e6ee757b703 found for delete ", "request_id": "req-da141688-acfd-4ec7-9cb5-9589b4c21745"}]} 2026-07-15 15:53:51.776 8 INFO neutron.services.segments.plugin [-] Segment 518aa788-a8ae-41f9-b4c2-a53bb9cc0899 resource provider aggregate not found 2026-07-15 15:53:51.782 8 INFO neutron.services.segments.plugin [-] Segment 518aa788-a8ae-41f9-b4c2-a53bb9cc0899 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 518aa788-a8ae-41f9-b4c2-a53bb9cc0899 found for delete ", "request_id": "req-e5391273-2398-4c1a-abce-7f288a3a670e"}]} 2026-07-15 15:53:51.798 8 INFO neutron.services.segments.plugin [-] Segment 518aa788-a8ae-41f9-b4c2-a53bb9cc0899 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 518aa788-a8ae-41f9-b4c2-a53bb9cc0899 found for delete ", "request_id": "req-a06e68f7-bcac-49f9-bf8a-39ae16637d6e"}]} 2026-07-15 15:53:51.806 8 INFO neutron.services.segments.plugin [-] Segment 4fa9803d-6e81-49a3-bde4-97acb231213a resource provider aggregate not found 2026-07-15 15:53:51.815 8 INFO neutron.services.segments.plugin [-] Segment 4fa9803d-6e81-49a3-bde4-97acb231213a resource provider aggregate not found 2026-07-15 15:53:51.820 8 INFO neutron.services.segments.plugin [-] Segment 4fa9803d-6e81-49a3-bde4-97acb231213a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4fa9803d-6e81-49a3-bde4-97acb231213a found for delete ", "request_id": "req-dd9a5e59-a40b-41b4-8e0c-4fb0c06fe0c9"}]} 2026-07-15 15:53:51.829 8 INFO neutron.services.segments.plugin [-] Segment 4fa9803d-6e81-49a3-bde4-97acb231213a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4fa9803d-6e81-49a3-bde4-97acb231213a found for delete ", "request_id": "req-84e32792-bc35-4fcf-b7ca-30733a97c498"}]} [pid: 7|app: 0|req: 1124/2198] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:53:51 2026] DELETE /v2.0/security-groups/18c222d3-f2bc-488a-9aa8-d04a5d0fe010 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2199] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:53:51 2026] GET /v2.0/security-groups?tenant_id=0b5997d4fce2461c8b3f53449ab0d2d2&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: 1125/2200] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:53:51 2026] GET /v2.0/security-groups?tenant_id=26ecccad9c9244a2b80b761e4450ffcc&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2201] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:53:52 2026] DELETE /v2.0/security-groups/92ba03ec-8256-4b03-96d3-d6c86a8611ba => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2202] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:53:52 2026] DELETE /v2.0/security-groups/89522bcf-6fba-4ab7-b313-7642e9d704a8 => 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: 1127/2203] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:53:52 2026] GET /v2.0/security-groups?tenant_id=39b21daaad20404fb60835a4a7ca1c98&name=default => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2204] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:53:52 2026] DELETE /v2.0/security-groups/8ca3c3f8-3c21-4905-b752-9640b882f96b => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2205] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:53:52 2026] GET /v2.0/security-groups?tenant_id=888d2549e29e4f48898e266816e11c26&name=default => generated 2925 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2206] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:53:52 2026] DELETE /v2.0/security-groups/7e50fc9f-b829-4ad0-9023-e3efee1f4396 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2209] 10.0.0.115 () {34 vars in 683 bytes} [Wed Jul 15 15:53:56 2026] POST /v2.0/security-groups => generated 1601 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2210] 10.0.0.115 () {34 vars in 766 bytes} [Wed Jul 15 15:53:56 2026] PUT /v2.0/security-groups/f9be4d70-f0e7-46da-9f5f-802b03b683bc/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2211] 10.0.0.115 () {32 vars in 746 bytes} [Wed Jul 15 15:53:56 2026] GET /v2.0/security-groups/f9be4d70-f0e7-46da-9f5f-802b03b683bc/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2212] 10.0.0.115 () {34 vars in 777 bytes} [Wed Jul 15 15:53:57 2026] PUT /v2.0/security-groups/f9be4d70-f0e7-46da-9f5f-802b03b683bc/tags/green => 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: 1080/2213] 10.0.0.115 () {32 vars in 746 bytes} [Wed Jul 15 15:53:57 2026] GET /v2.0/security-groups/f9be4d70-f0e7-46da-9f5f-802b03b683bc/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2214] 10.0.0.115 () {34 vars in 773 bytes} [Wed Jul 15 15:53:57 2026] PUT /v2.0/security-groups/f9be4d70-f0e7-46da-9f5f-802b03b683bc/tags/red => 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: 1081/2215] 10.0.0.115 () {32 vars in 746 bytes} [Wed Jul 15 15:53:57 2026] GET /v2.0/security-groups/f9be4d70-f0e7-46da-9f5f-802b03b683bc/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2216] 10.0.0.115 () {34 vars in 795 bytes} [Wed Jul 15 15:53:57 2026] PUT /v2.0/security-groups/f9be4d70-f0e7-46da-9f5f-802b03b683bc/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: 1082/2217] 10.0.0.115 () {32 vars in 746 bytes} [Wed Jul 15 15:53:57 2026] GET /v2.0/security-groups/f9be4d70-f0e7-46da-9f5f-802b03b683bc/tags => generated 52 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2218] 10.0.0.115 () {34 vars in 766 bytes} [Wed Jul 15 15:53:57 2026] PUT /v2.0/security-groups/f9be4d70-f0e7-46da-9f5f-802b03b683bc/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2219] 10.0.0.115 () {32 vars in 746 bytes} [Wed Jul 15 15:53:57 2026] GET /v2.0/security-groups/f9be4d70-f0e7-46da-9f5f-802b03b683bc/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2220] 10.0.0.115 () {32 vars in 754 bytes} [Wed Jul 15 15:53:57 2026] GET /v2.0/security-groups/f9be4d70-f0e7-46da-9f5f-802b03b683bc/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:53:57.529 8 INFO neutron.api.v2.resource [None req-cd568419-27ef-4a67-a77d-f6a64a9c7a0e 6f0c05728c3a4a48869c168bf2ea38d3 ce6b1749ce424a539fa5fb10ffec143d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1084/2221] 10.0.0.115 () {32 vars in 758 bytes} [Wed Jul 15 15:53:57 2026] GET /v2.0/security-groups/f9be4d70-f0e7-46da-9f5f-802b03b683bc/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2222] 10.0.0.115 () {32 vars in 757 bytes} [Wed Jul 15 15:53:57 2026] DELETE /v2.0/security-groups/f9be4d70-f0e7-46da-9f5f-802b03b683bc/tags/red => 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: 1085/2223] 10.0.0.115 () {32 vars in 746 bytes} [Wed Jul 15 15:53:57 2026] GET /v2.0/security-groups/f9be4d70-f0e7-46da-9f5f-802b03b683bc/tags => generated 30 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:53:57.708 7 INFO neutron.api.v2.resource [None req-d9638860-d956-4ff5-b0d9-12faf7d36694 6f0c05728c3a4a48869c168bf2ea38d3 ce6b1749ce424a539fa5fb10ffec143d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1139/2224] 10.0.0.115 () {32 vars in 761 bytes} [Wed Jul 15 15:53:57 2026] DELETE /v2.0/security-groups/f9be4d70-f0e7-46da-9f5f-802b03b683bc/tags/green => generated 99 bytes in 63 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2225] 10.0.0.115 () {32 vars in 749 bytes} [Wed Jul 15 15:53:57 2026] DELETE /v2.0/security-groups/f9be4d70-f0e7-46da-9f5f-802b03b683bc/tags => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2226] 10.0.0.115 () {32 vars in 746 bytes} [Wed Jul 15 15:53:57 2026] GET /v2.0/security-groups/f9be4d70-f0e7-46da-9f5f-802b03b683bc/tags => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:53:57.877 8 INFO neutron.db.segments_db [None req-e79d8e41-9cb6-49ae-9226-544b26c5093f a202ba8c182b4af5920bd9a42aa89f7a df490414a3984924ad9b9b829a7af424 - - default default] Added segment ffe19412-5d2c-44c9-869b-9551247d7477 of type vxlan for network 5091867d-649c-4990-9e8c-22094099aa03 [pid: 7|app: 0|req: 1142/2227] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:53:57 2026] DELETE /v2.0/security-groups/f9be4d70-f0e7-46da-9f5f-802b03b683bc => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:53:58.183 8 INFO neutron.db.l3_hamode_db [None req-e79d8e41-9cb6-49ae-9226-544b26c5093f a202ba8c182b4af5920bd9a42aa89f7a df490414a3984924ad9b9b829a7af424 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-15 15:53:58.333 8 INFO neutron.db.l3_hamode_db [None req-e79d8e41-9cb6-49ae-9226-544b26c5093f a202ba8c182b4af5920bd9a42aa89f7a df490414a3984924ad9b9b829a7af424 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1143/2228] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:53:58 2026] GET /v2.0/security-groups?tenant_id=ba28a5c90cd2429bbf9160bb55375293&name=default => generated 2925 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2229] 10.0.0.115 () {34 vars in 667 bytes} [Wed Jul 15 15:53:57 2026] POST /v2.0/routers => generated 474 bytes in 1312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2230] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:53:58 2026] DELETE /v2.0/security-groups/c1d93569-9400-410e-a9ce-bb42701e91e7 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:53:59.046 8 INFO neutron.db.l3_hamode_db [None req-e6224882-bc51-439f-b6ec-0cbfe567d8ba a202ba8c182b4af5920bd9a42aa89f7a df490414a3984924ad9b9b829a7af424 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1145/2231] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:53:59 2026] GET /v2.0/security-groups?tenant_id=ce6b1749ce424a539fa5fb10ffec143d&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:53:59.201 8 INFO neutron.db.l3_hamode_db [None req-e6224882-bc51-439f-b6ec-0cbfe567d8ba a202ba8c182b4af5920bd9a42aa89f7a df490414a3984924ad9b9b829a7af424 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1146/2232] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:53:59 2026] DELETE /v2.0/security-groups/3201b5be-572a-4a83-8f09-41baf73bceae => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2233] 10.0.0.115 () {34 vars in 667 bytes} [Wed Jul 15 15:53:58 2026] POST /v2.0/routers => generated 474 bytes in 891 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:53:59.942 7 INFO neutron.db.l3_hamode_db [None req-33274cfa-594d-4110-9018-8f99abd951f0 a202ba8c182b4af5920bd9a42aa89f7a df490414a3984924ad9b9b829a7af424 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-15 15:54:00.567 7 INFO neutron.db.l3_hamode_db [None req-33274cfa-594d-4110-9018-8f99abd951f0 a202ba8c182b4af5920bd9a42aa89f7a df490414a3984924ad9b9b829a7af424 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1147/2234] 10.0.0.115 () {34 vars in 667 bytes} [Wed Jul 15 15:53:59 2026] POST /v2.0/routers => generated 474 bytes in 1353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:54:01.301 8 INFO neutron.db.l3_hamode_db [None req-a810c5e4-d499-4232-8284-de43483caca6 a202ba8c182b4af5920bd9a42aa89f7a df490414a3984924ad9b9b829a7af424 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-15 15:54:01.426 8 INFO neutron.db.l3_hamode_db [None req-a810c5e4-d499-4232-8284-de43483caca6 a202ba8c182b4af5920bd9a42aa89f7a df490414a3984924ad9b9b829a7af424 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1088/2235] 10.0.0.115 () {34 vars in 667 bytes} [Wed Jul 15 15:54:01 2026] POST /v2.0/routers => generated 474 bytes in 873 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:54:02.196 7 INFO neutron.db.l3_hamode_db [None req-92d6b33e-5caa-4bd3-97d4-309821c62cf5 a202ba8c182b4af5920bd9a42aa89f7a df490414a3984924ad9b9b829a7af424 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-15 15:54:02.343 7 INFO neutron.db.l3_hamode_db [None req-92d6b33e-5caa-4bd3-97d4-309821c62cf5 a202ba8c182b4af5920bd9a42aa89f7a df490414a3984924ad9b9b829a7af424 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-15 15:54:02.937 8 INFO neutron.db.segments_db [None req-fa20521f-260f-4971-991e-67dae7d26cf5 f89a025e0b8a4df7a4efaa580f020a23 53397c3642af467d98de3af1e87650a6 - - default default] Added segment cf665b3e-0278-49ec-9360-1c48d4004568 of type vxlan for network 6b8c02ff-cc25-4fd0-aa12-3a7aa8586a20 [pid: 7|app: 0|req: 1148/2236] 10.0.0.115 () {34 vars in 667 bytes} [Wed Jul 15 15:54:02 2026] POST /v2.0/routers => generated 474 bytes in 890 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2237] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:54:02 2026] POST /v2.0/networks => generated 613 bytes in 426 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2238] 10.0.0.115 () {34 vars in 750 bytes} [Wed Jul 15 15:54:03 2026] PUT /v2.0/routers/873a388e-3700-4f42-97f2-8814ed21d051/tags => generated 17 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2239] 10.0.0.115 () {34 vars in 750 bytes} [Wed Jul 15 15:54:03 2026] PUT /v2.0/routers/e13c53d3-6133-458f-b115-ce01985f0795/tags => generated 25 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2240] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:54:03 2026] POST /v2.0/subnets => generated 626 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2241] 10.0.0.115 () {34 vars in 750 bytes} [Wed Jul 15 15:54:03 2026] PUT /v2.0/routers/626eaaa1-8ed7-49d5-a9b9-d7aac761e1d6/tags => generated 34 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2242] 10.0.0.115 () {34 vars in 750 bytes} [Wed Jul 15 15:54:03 2026] PUT /v2.0/subnets/eed4d347-00e0-40e2-acb6-6ad040c32352/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2243] 10.0.0.115 () {32 vars in 730 bytes} [Wed Jul 15 15:54:03 2026] GET /v2.0/subnets/eed4d347-00e0-40e2-acb6-6ad040c32352/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2244] 10.0.0.115 () {34 vars in 750 bytes} [Wed Jul 15 15:54:03 2026] PUT /v2.0/routers/ca81d35e-0837-4f52-93b2-09de646cc22a/tags => generated 19 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2245] 10.0.0.115 () {34 vars in 761 bytes} [Wed Jul 15 15:54:03 2026] PUT /v2.0/subnets/eed4d347-00e0-40e2-acb6-6ad040c32352/tags/green => generated 4 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2246] 10.0.0.115 () {32 vars in 663 bytes} [Wed Jul 15 15:54:03 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2247] 10.0.0.115 () {32 vars in 730 bytes} [Wed Jul 15 15:54:03 2026] GET /v2.0/subnets/eed4d347-00e0-40e2-acb6-6ad040c32352/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2248] 10.0.0.115 () {32 vars in 677 bytes} [Wed Jul 15 15:54:03 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2249] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:54:03 2026] GET /v2.0/security-groups?tenant_id=e5ccccaa315e4df89201d20d2eed69a7&name=default => generated 2925 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2250] 10.0.0.115 () {34 vars in 757 bytes} [Wed Jul 15 15:54:03 2026] PUT /v2.0/subnets/eed4d347-00e0-40e2-acb6-6ad040c32352/tags/red => 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: 1095/2251] 10.0.0.115 () {32 vars in 673 bytes} [Wed Jul 15 15:54:03 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2252] 10.0.0.115 () {32 vars in 730 bytes} [Wed Jul 15 15:54:03 2026] GET /v2.0/subnets/eed4d347-00e0-40e2-acb6-6ad040c32352/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: 1157/2253] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:54:03 2026] DELETE /v2.0/security-groups/cf59cae1-061a-454d-9618-396848f721cc => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2254] 10.0.0.115 () {32 vars in 685 bytes} [Wed Jul 15 15:54:03 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2255] 10.0.0.115 () {34 vars in 779 bytes} [Wed Jul 15 15:54:03 2026] PUT /v2.0/subnets/eed4d347-00e0-40e2-acb6-6ad040c32352/tags/black.or.white => generated 4 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2256] 10.0.0.115 () {32 vars in 730 bytes} [Wed Jul 15 15:54:04 2026] GET /v2.0/subnets/eed4d347-00e0-40e2-acb6-6ad040c32352/tags => generated 52 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2257] 10.0.0.115 () {32 vars in 671 bytes} [Wed Jul 15 15:54:04 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2258] 10.0.0.115 () {34 vars in 750 bytes} [Wed Jul 15 15:54:04 2026] PUT /v2.0/subnets/eed4d347-00e0-40e2-acb6-6ad040c32352/tags => generated 37 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2259] 10.0.0.115 () {32 vars in 730 bytes} [Wed Jul 15 15:54:04 2026] GET /v2.0/subnets/eed4d347-00e0-40e2-acb6-6ad040c32352/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2260] 10.0.0.115 () {32 vars in 685 bytes} [Wed Jul 15 15:54:04 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2261] 10.0.0.115 () {32 vars in 738 bytes} [Wed Jul 15 15:54:04 2026] GET /v2.0/subnets/eed4d347-00e0-40e2-acb6-6ad040c32352/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:54:04.305 7 INFO neutron.api.v2.resource [None req-7374ff0c-e2a4-4402-bd59-ebe83d4b98cc f89a025e0b8a4df7a4efaa580f020a23 53397c3642af467d98de3af1e87650a6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1163/2262] 10.0.0.115 () {32 vars in 742 bytes} [Wed Jul 15 15:54:04 2026] GET /v2.0/subnets/eed4d347-00e0-40e2-acb6-6ad040c32352/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2263] 10.0.0.115 () {32 vars in 681 bytes} [Wed Jul 15 15:54:04 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2264] 10.0.0.115 () {32 vars in 741 bytes} [Wed Jul 15 15:54:04 2026] DELETE /v2.0/subnets/eed4d347-00e0-40e2-acb6-6ad040c32352/tags/red => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2265] 10.0.0.115 () {32 vars in 693 bytes} [Wed Jul 15 15:54:04 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2266] 10.0.0.115 () {32 vars in 730 bytes} [Wed Jul 15 15:54:04 2026] GET /v2.0/subnets/eed4d347-00e0-40e2-acb6-6ad040c32352/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:54:04.450 7 INFO neutron.api.v2.resource [None req-1c4cd1f7-5038-439f-a928-0bfa392393de f89a025e0b8a4df7a4efaa580f020a23 53397c3642af467d98de3af1e87650a6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1166/2267] 10.0.0.115 () {32 vars in 745 bytes} [Wed Jul 15 15:54:04 2026] DELETE /v2.0/subnets/eed4d347-00e0-40e2-acb6-6ad040c32352/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2268] 10.0.0.115 () {32 vars in 720 bytes} [Wed Jul 15 15:54:04 2026] GET /v2.0/routers/873a388e-3700-4f42-97f2-8814ed21d051 => generated 485 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2269] 10.0.0.115 () {32 vars in 733 bytes} [Wed Jul 15 15:54:04 2026] DELETE /v2.0/subnets/eed4d347-00e0-40e2-acb6-6ad040c32352/tags => 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: 1168/2270] 10.0.0.115 () {32 vars in 730 bytes} [Wed Jul 15 15:54:04 2026] GET /v2.0/subnets/eed4d347-00e0-40e2-acb6-6ad040c32352/tags => generated 12 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2271] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:54:04 2026] DELETE /v2.0/subnets/eed4d347-00e0-40e2-acb6-6ad040c32352 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:54:04.913 7 INFO neutron_taas.services.taas.taas_plugin [None req-92e5ea42-db17-41f0-81d8-b70b7e3ca669 f89a025e0b8a4df7a4efaa580f020a23 53397c3642af467d98de3af1e87650a6 - - default default] TaaS: Handle Delete Port: 05806599-7a65-41d2-855e-44fc33517c28 2026-07-15 15:54:04.916 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92e5ea42-db17-41f0-81d8-b70b7e3ca669 f89a025e0b8a4df7a4efaa580f020a23 53397c3642af467d98de3af1e87650a6 - - default default] Tap Mirror: Handle Delete Port: 05806599-7a65-41d2-855e-44fc33517c28 [pid: 8|app: 0|req: 1103/2272] 10.0.0.115 () {34 vars in 741 bytes} [Wed Jul 15 15:54:04 2026] PUT /v2.0/routers/873a388e-3700-4f42-97f2-8814ed21d051 => generated 485 bytes in 622 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:54:05.133 7 INFO neutron.services.segments.plugin [-] Segment cf665b3e-0278-49ec-9360-1c48d4004568 resource provider aggregate not found 2026-07-15 15:54:05.143 7 INFO neutron.services.segments.plugin [-] Segment cf665b3e-0278-49ec-9360-1c48d4004568 resource provider aggregate not found 2026-07-15 15:54:05.168 7 INFO neutron.services.segments.plugin [-] Segment cf665b3e-0278-49ec-9360-1c48d4004568 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf665b3e-0278-49ec-9360-1c48d4004568 found for delete ", "request_id": "req-8d343f37-817a-44f0-a28c-45d2dceefc20"}]} 2026-07-15 15:54:05.170 7 INFO neutron.services.segments.plugin [-] Segment cf665b3e-0278-49ec-9360-1c48d4004568 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf665b3e-0278-49ec-9360-1c48d4004568 found for delete ", "request_id": "req-758fa255-bd8c-4e7f-9059-973b9da3cf83"}]} [pid: 7|app: 0|req: 1170/2273] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:54:04 2026] DELETE /v2.0/networks/6b8c02ff-cc25-4fd0-aa12-3a7aa8586a20 => generated 0 bytes in 365 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2274] 10.0.0.115 () {32 vars in 735 bytes} [Wed Jul 15 15:54:05 2026] GET /v2.0/ports?device_id=873a388e-3700-4f42-97f2-8814ed21d051 => generated 12 bytes in 801 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:54:06.112 7 INFO neutron_taas.services.taas.taas_plugin [None req-b301c86b-1dfe-462a-92c1-096c51e92570 a202ba8c182b4af5920bd9a42aa89f7a df490414a3984924ad9b9b829a7af424 - - default default] TaaS: Handle Delete Port: 6847fb1c-3eca-4dae-bbb5-fb2514e4082b 2026-07-15 15:54:06.116 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b301c86b-1dfe-462a-92c1-096c51e92570 a202ba8c182b4af5920bd9a42aa89f7a df490414a3984924ad9b9b829a7af424 - - default default] Tap Mirror: Handle Delete Port: 6847fb1c-3eca-4dae-bbb5-fb2514e4082b [pid: 8|app: 0|req: 1105/2275] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:54:05 2026] GET /v2.0/security-groups?tenant_id=87e6ea53aed344168c2ada0cd82fd57e&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: 1171/2276] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:54:05 2026] DELETE /v2.0/routers/873a388e-3700-4f42-97f2-8814ed21d051 => generated 0 bytes in 396 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2277] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:54:06 2026] DELETE /v2.0/security-groups/2bb27fe6-d678-47cc-b3a6-7720500e797a => 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: 1172/2278] 10.0.0.115 () {32 vars in 720 bytes} [Wed Jul 15 15:54:06 2026] GET /v2.0/routers/e13c53d3-6133-458f-b115-ce01985f0795 => generated 493 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2279] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:54:06 2026] GET /v2.0/security-groups?tenant_id=53397c3642af467d98de3af1e87650a6&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2280] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:54:06 2026] DELETE /v2.0/security-groups/59547713-8a05-47ba-ad17-93d28bc201d0 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2281] 10.0.0.115 () {34 vars in 741 bytes} [Wed Jul 15 15:54:06 2026] PUT /v2.0/routers/e13c53d3-6133-458f-b115-ce01985f0795 => generated 493 bytes in 627 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2282] 10.0.0.115 () {32 vars in 735 bytes} [Wed Jul 15 15:54:06 2026] GET /v2.0/ports?device_id=e13c53d3-6133-458f-b115-ce01985f0795 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:54:07.265 8 INFO neutron_taas.services.taas.taas_plugin [None req-9b2df7dc-331e-4298-ab29-955ea7890e53 a202ba8c182b4af5920bd9a42aa89f7a df490414a3984924ad9b9b829a7af424 - - default default] TaaS: Handle Delete Port: 3d87e93a-a2cb-4b2d-afaa-92ed0f6d788b 2026-07-15 15:54:07.268 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9b2df7dc-331e-4298-ab29-955ea7890e53 a202ba8c182b4af5920bd9a42aa89f7a df490414a3984924ad9b9b829a7af424 - - default default] Tap Mirror: Handle Delete Port: 3d87e93a-a2cb-4b2d-afaa-92ed0f6d788b [pid: 8|app: 0|req: 1108/2283] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:54:07 2026] DELETE /v2.0/routers/e13c53d3-6133-458f-b115-ce01985f0795 => generated 0 bytes in 446 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2284] 10.0.0.115 () {32 vars in 720 bytes} [Wed Jul 15 15:54:07 2026] GET /v2.0/routers/626eaaa1-8ed7-49d5-a9b9-d7aac761e1d6 => generated 502 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2285] 10.0.0.115 () {34 vars in 741 bytes} [Wed Jul 15 15:54:07 2026] PUT /v2.0/routers/626eaaa1-8ed7-49d5-a9b9-d7aac761e1d6 => generated 502 bytes in 639 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2286] 10.0.0.115 () {32 vars in 735 bytes} [Wed Jul 15 15:54:08 2026] GET /v2.0/ports?device_id=626eaaa1-8ed7-49d5-a9b9-d7aac761e1d6 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:54:08.404 8 INFO neutron_taas.services.taas.taas_plugin [None req-1695502f-3598-480a-8a8d-a2e3f2b6dc78 a202ba8c182b4af5920bd9a42aa89f7a df490414a3984924ad9b9b829a7af424 - - default default] TaaS: Handle Delete Port: afcc76c6-2d3c-4bf6-8f83-1a461b70e1be 2026-07-15 15:54:08.407 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1695502f-3598-480a-8a8d-a2e3f2b6dc78 a202ba8c182b4af5920bd9a42aa89f7a df490414a3984924ad9b9b829a7af424 - - default default] Tap Mirror: Handle Delete Port: afcc76c6-2d3c-4bf6-8f83-1a461b70e1be [pid: 8|app: 0|req: 1110/2287] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:54:08 2026] DELETE /v2.0/routers/626eaaa1-8ed7-49d5-a9b9-d7aac761e1d6 => generated 0 bytes in 434 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2288] 10.0.0.115 () {32 vars in 720 bytes} [Wed Jul 15 15:54:08 2026] GET /v2.0/routers/ca81d35e-0837-4f52-93b2-09de646cc22a => generated 487 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2289] 10.0.0.115 () {34 vars in 741 bytes} [Wed Jul 15 15:54:08 2026] PUT /v2.0/routers/ca81d35e-0837-4f52-93b2-09de646cc22a => generated 487 bytes in 544 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2290] 10.0.0.115 () {32 vars in 735 bytes} [Wed Jul 15 15:54:09 2026] GET /v2.0/ports?device_id=ca81d35e-0837-4f52-93b2-09de646cc22a => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:54:09.477 8 INFO neutron_taas.services.taas.taas_plugin [None req-2d2ec68c-e6b9-4ae5-ad04-e94a2de8a961 a202ba8c182b4af5920bd9a42aa89f7a df490414a3984924ad9b9b829a7af424 - - default default] TaaS: Handle Delete Port: 15377e70-a318-43ea-a943-b24da7087508 2026-07-15 15:54:09.480 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d2ec68c-e6b9-4ae5-ad04-e94a2de8a961 a202ba8c182b4af5920bd9a42aa89f7a df490414a3984924ad9b9b829a7af424 - - default default] Tap Mirror: Handle Delete Port: 15377e70-a318-43ea-a943-b24da7087508 [pid: 8|app: 0|req: 1112/2291] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:54:09 2026] DELETE /v2.0/routers/ca81d35e-0837-4f52-93b2-09de646cc22a => generated 0 bytes in 460 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2292] 10.0.0.115 () {32 vars in 720 bytes} [Wed Jul 15 15:54:09 2026] GET /v2.0/routers/719f42d3-a62b-4bb7-9a33-0894a44ddd8e => generated 480 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2293] 10.0.0.115 () {34 vars in 741 bytes} [Wed Jul 15 15:54:09 2026] PUT /v2.0/routers/719f42d3-a62b-4bb7-9a33-0894a44ddd8e => generated 480 bytes in 615 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2294] 10.0.0.115 () {32 vars in 735 bytes} [Wed Jul 15 15:54:10 2026] GET /v2.0/ports?device_id=719f42d3-a62b-4bb7-9a33-0894a44ddd8e => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:54:10.732 8 INFO neutron_taas.services.taas.taas_plugin [None req-4145817b-a168-4df8-9741-fae737769b82 a202ba8c182b4af5920bd9a42aa89f7a df490414a3984924ad9b9b829a7af424 - - default default] TaaS: Handle Delete Port: 390d3ace-d5f3-4246-b5a0-ae8a026aeae1 2026-07-15 15:54:10.736 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4145817b-a168-4df8-9741-fae737769b82 a202ba8c182b4af5920bd9a42aa89f7a df490414a3984924ad9b9b829a7af424 - - default default] Tap Mirror: Handle Delete Port: 390d3ace-d5f3-4246-b5a0-ae8a026aeae1 2026-07-15 15:54:11.133 8 INFO neutron.services.segments.plugin [-] Segment ffe19412-5d2c-44c9-869b-9551247d7477 resource provider aggregate not found 2026-07-15 15:54:11.135 8 INFO neutron.services.segments.plugin [-] Segment ffe19412-5d2c-44c9-869b-9551247d7477 resource provider aggregate not found 2026-07-15 15:54:11.163 8 INFO neutron.services.segments.plugin [-] Segment ffe19412-5d2c-44c9-869b-9551247d7477 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ffe19412-5d2c-44c9-869b-9551247d7477 found for delete ", "request_id": "req-1fbe097e-6adc-4a2f-8d74-afed23e5c481"}]} 2026-07-15 15:54:11.167 8 INFO neutron.services.segments.plugin [-] Segment ffe19412-5d2c-44c9-869b-9551247d7477 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ffe19412-5d2c-44c9-869b-9551247d7477 found for delete ", "request_id": "req-90ebcfd5-4ec8-474b-90de-d6b2a526e7f7"}]} 2026-07-15 15:54:11.173 8 INFO neutron.db.l3_hamode_db [None req-4145817b-a168-4df8-9741-fae737769b82 a202ba8c182b4af5920bd9a42aa89f7a df490414a3984924ad9b9b829a7af424 - - default default] HA network 5091867d-649c-4990-9e8c-22094099aa03 was deleted as no HA routers are present in tenant df490414a3984924ad9b9b829a7af424. [pid: 8|app: 0|req: 1114/2295] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:54:10 2026] DELETE /v2.0/routers/719f42d3-a62b-4bb7-9a33-0894a44ddd8e => generated 0 bytes in 670 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2298] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:54:12 2026] GET /v2.0/security-groups?tenant_id=8c6c93d673eb4f38bd6d7049911b0035&name=default => generated 2925 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2299] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:54:12 2026] DELETE /v2.0/security-groups/9e3bebf1-ebef-4ad2-aed7-95b2c4eca80b => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2300] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:54:12 2026] GET /v2.0/security-groups?tenant_id=49443d7430d14461bab73a461f5ad208&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2301] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:54:12 2026] DELETE /v2.0/security-groups/672c836a-d30a-4045-a893-f94f3b3c8676 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2302] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:54:13 2026] GET /v2.0/security-groups?tenant_id=df490414a3984924ad9b9b829a7af424&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2303] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:54:13 2026] DELETE /v2.0/security-groups/d2e28024-96f6-4675-b337-bc7c0bc4ddd4 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2304] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:54:14 2026] GET /v2.0/security-groups?tenant_id=0e9951a045694ae09dea8d4bb3cfe938&name=default => generated 2925 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2305] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:54:14 2026] DELETE /v2.0/security-groups/eed922d4-93d3-46cf-abe7-5469bd65c485 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:54:16.940 7 INFO neutron.db.segments_db [None req-d112162c-c566-4503-ad38-860394c701bc ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Added segment 06827d67-d3c3-4507-bb14-6c952ede2d4f of type vxlan for network 912b52dd-d328-4129-8c35-bb674f5f4b55 [pid: 7|app: 0|req: 1187/2306] 10.0.0.115 () {34 vars in 670 bytes} [Wed Jul 15 15:54:16 2026] POST /v2.0/networks => generated 721 bytes in 517 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:54:17.109 8 INFO neutron.db.segments_db [None req-624689a5-c87c-450f-ae90-06b7deb4a314 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] Added segment 8d1b19fe-0d19-47ee-b5cb-363010313867 of type vxlan for network 05aca1f3-2648-4dc0-bb23-5c5fdb929a92 [pid: 8|app: 0|req: 1120/2307] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:54:16 2026] POST /v2.0/networks => generated 620 bytes in 506 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2308] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:54:17 2026] POST /v2.0/subnets => generated 687 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:54:17.374 7 INFO neutron.db.segments_db [None req-cf1eeb6f-ccac-4c76-8903-4d43ea507b2d ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Added segment 7078e07a-5671-411c-a786-d2a79fd500b3 of type vxlan for network 117cb3c8-4e9a-46f9-8e11-7894c84faa96 [pid: 8|app: 0|req: 1121/2309] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:54:17 2026] POST /v2.0/subnets => generated 657 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:54:17.654 7 INFO neutron.db.l3_hamode_db [None req-cf1eeb6f-ccac-4c76-8903-4d43ea507b2d ee5000d31c9748ce81cdbc1a736f771b 4252d91da9ef4d65abe70ec894e51238 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1122/2310] 10.0.0.115 () {32 vars in 721 bytes} [Wed Jul 15 15:54:17 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2311] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:54:17 2026] POST /v2.0/subnets => generated 732 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2312] 10.0.0.115 () {34 vars in 675 bytes} [Wed Jul 15 15:54:18 2026] POST /v2.0/subnetpools => generated 516 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:54:18.219 8 INFO neutron.db.segments_db [None req-c0338534-a2a1-4ed6-8fcb-6e25214d7e24 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] Added segment b28cba4a-13ce-4465-b891-55d3fe0618aa of type vxlan for network 319d3df4-3e36-4e79-9d7c-0d2012b8efb3 [pid: 8|app: 0|req: 1125/2313] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:54:18 2026] POST /v2.0/networks => generated 619 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2314] 10.0.0.115 () {34 vars in 675 bytes} [Wed Jul 15 15:54:18 2026] POST /v2.0/subnetpools => generated 516 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:54:18.532 7 INFO neutron.db.l3_hamode_db [None req-cf1eeb6f-ccac-4c76-8903-4d43ea507b2d ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1127/2315] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:54:18 2026] POST /v2.0/subnets => generated 656 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2316] 10.0.0.115 () {34 vars in 675 bytes} [Wed Jul 15 15:54:18 2026] POST /v2.0/subnetpools => generated 516 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2317] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:54:18 2026] POST /v2.0/subnets => generated 726 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2318] 10.0.0.115 () {34 vars in 675 bytes} [Wed Jul 15 15:54:19 2026] POST /v2.0/subnetpools => generated 516 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:54:19.179 8 INFO neutron.db.segments_db [None req-15979e62-25fe-4456-bd24-e2f619fa3bc4 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] Added segment 77dc3240-8a14-486c-9592-f69ec6fa22cb of type vxlan for network 67fa3dce-789c-4581-9787-2311e7afa2c9 [pid: 8|app: 0|req: 1131/2319] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:54:19 2026] POST /v2.0/networks => generated 618 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2320] 10.0.0.115 () {34 vars in 675 bytes} [Wed Jul 15 15:54:19 2026] POST /v2.0/subnetpools => generated 516 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2321] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:54:17 2026] POST /v2.0/routers => generated 727 bytes in 2185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2322] 10.0.0.115 () {34 vars in 758 bytes} [Wed Jul 15 15:54:19 2026] PUT /v2.0/subnetpools/c466cbcc-2010-458f-920c-5084d6c9a48d/tags => generated 17 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2323] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:54:19 2026] POST /v2.0/subnets => generated 655 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2324] 10.0.0.115 () {34 vars in 758 bytes} [Wed Jul 15 15:54:19 2026] PUT /v2.0/subnetpools/7eec9369-48bc-450f-8077-b08eae6ad0c6/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2325] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:54:19 2026] POST /v2.0/subnets => generated 730 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2326] 10.0.0.115 () {34 vars in 758 bytes} [Wed Jul 15 15:54:19 2026] PUT /v2.0/subnetpools/c7504453-9f51-4c7b-8e60-b9612ec2a077/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:54:19.939 8 INFO neutron.db.segments_db [None req-81f435d4-f8a1-4d51-aae4-9de4544bdb92 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] Added segment 8a6cc61d-a5cc-4b4b-912b-a16bb3815bae of type vxlan for network c4c7a459-456e-4622-b8d3-a41108927e3e 2026-07-15 15:54:20.142 8 INFO neutron.db.l3_hamode_db [None req-81f435d4-f8a1-4d51-aae4-9de4544bdb92 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1191/2327] 10.0.0.115 () {34 vars in 782 bytes} [Wed Jul 15 15:54:19 2026] PUT /v2.0/routers/dbcc2afc-b234-4f85-9039-a1401f199a9e/add_router_interface => generated 309 bytes in 1287 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2328] 10.0.0.115 () {34 vars in 758 bytes} [Wed Jul 15 15:54:20 2026] PUT /v2.0/subnetpools/e9c033d7-d1a0-484b-a4f0-6cd473acf79c/tags => generated 19 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2329] 10.0.0.115 () {32 vars in 671 bytes} [Wed Jul 15 15:54:20 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2330] 10.0.0.115 () {32 vars in 685 bytes} [Wed Jul 15 15:54:20 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:54:21.005 8 INFO neutron.db.l3_hamode_db [None req-81f435d4-f8a1-4d51-aae4-9de4544bdb92 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1195/2331] 10.0.0.115 () {32 vars in 681 bytes} [Wed Jul 15 15:54:21 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2332] 10.0.0.115 () {32 vars in 693 bytes} [Wed Jul 15 15:54:21 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: 7|app: 0|req: 1197/2333] 10.0.0.115 () {32 vars in 679 bytes} [Wed Jul 15 15:54:21 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2334] 10.0.0.115 () {32 vars in 693 bytes} [Wed Jul 15 15:54:21 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2335] 10.0.0.115 () {32 vars in 689 bytes} [Wed Jul 15 15:54:21 2026] GET /v2.0/subnetpools?not-tags-any=blue => 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: 1200/2336] 10.0.0.115 () {32 vars in 701 bytes} [Wed Jul 15 15:54:21 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2337] 10.0.0.115 () {32 vars in 731 bytes} [Wed Jul 15 15:54:21 2026] DELETE /v2.0/subnetpools/c466cbcc-2010-458f-920c-5084d6c9a48d => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2338] 10.0.0.115 () {32 vars in 731 bytes} [Wed Jul 15 15:54:21 2026] DELETE /v2.0/subnetpools/7eec9369-48bc-450f-8077-b08eae6ad0c6 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2339] 10.0.0.115 () {32 vars in 731 bytes} [Wed Jul 15 15:54:21 2026] DELETE /v2.0/subnetpools/c7504453-9f51-4c7b-8e60-b9612ec2a077 => 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: 1204/2340] 10.0.0.115 () {32 vars in 731 bytes} [Wed Jul 15 15:54:21 2026] DELETE /v2.0/subnetpools/e9c033d7-d1a0-484b-a4f0-6cd473acf79c => 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: 1205/2341] 10.0.0.115 () {32 vars in 731 bytes} [Wed Jul 15 15:54:21 2026] DELETE /v2.0/subnetpools/e5142927-d9de-4f50-9176-5a83503a6848 => 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: 1137/2342] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:54:19 2026] POST /v2.0/routers => generated 684 bytes in 2170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:54:22.417 8 INFO neutron.db.segments_db [None req-4daf5506-f10c-4739-85fa-ab6b9ac85eb6 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Added segment f8267ac1-f965-4616-9297-70b9df2269f3 of type vxlan for network 7d67c918-e3bb-4732-88e6-4fc929405463 [pid: 8|app: 0|req: 1138/2343] 10.0.0.115 () {34 vars in 670 bytes} [Wed Jul 15 15:54:22 2026] POST /v2.0/networks => generated 721 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2344] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:54:22 2026] GET /v2.0/security-groups?tenant_id=2a817afc76c44d11b61d006ce9a743cc&name=default => generated 2929 bytes in 341 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2345] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:54:22 2026] POST /v2.0/subnets => generated 687 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2346] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:54:23 2026] DELETE /v2.0/security-groups/4bc49630-4eab-4037-9565-2bd1ae02fa79 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:54:23.277 8 INFO neutron.db.segments_db [None req-e8b507ec-8d67-4ebb-a961-f405300b57d8 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Added segment d6153031-814e-42d7-aada-e7568537959c of type vxlan for network 757e352c-83e2-4e4f-9798-b86f46acb6ae 2026-07-15 15:54:23.609 8 INFO neutron.db.l3_hamode_db [None req-e8b507ec-8d67-4ebb-a961-f405300b57d8 ee5000d31c9748ce81cdbc1a736f771b 1c3db13f293d4111b56a4be010e665b5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1206/2347] 10.0.0.115 () {34 vars in 782 bytes} [Wed Jul 15 15:54:22 2026] PUT /v2.0/routers/c7d1a77a-c21b-41c9-9d2c-7008182056fa/add_router_interface => generated 309 bytes in 1736 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2348] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:54:23 2026] GET /v2.0/security-groups?tenant_id=ee553332ede64c00a13d2fdc1e024b21&name=default => generated 2929 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:54:24.557 8 INFO neutron.db.l3_hamode_db [None req-e8b507ec-8d67-4ebb-a961-f405300b57d8 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1208/2349] 10.0.0.115 () {34 vars in 782 bytes} [Wed Jul 15 15:54:24 2026] PUT /v2.0/routers/c7d1a77a-c21b-41c9-9d2c-7008182056fa/add_router_interface => generated 309 bytes in 1441 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2350] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:54:25 2026] DELETE /v2.0/security-groups/e09ce794-9814-44d9-a021-7e40490e79e6 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2351] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:54:23 2026] POST /v2.0/routers => generated 727 bytes in 2436 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2352] 10.0.0.115 () {34 vars in 782 bytes} [Wed Jul 15 15:54:25 2026] PUT /v2.0/routers/be37dee0-e1b9-44b5-b62a-6a9284e4a59c/add_router_interface => generated 309 bytes in 1299 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2353] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:54:26 2026] GET /v2.0/security-groups?tenant_id=da5fafe2bb5c46e3982b4b3c31925c24&name=default => generated 2929 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2356] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:54:27 2026] DELETE /v2.0/security-groups/88b001d2-49d8-4826-9313-878c2e6c4015 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2357] 10.0.0.115 () {34 vars in 782 bytes} [Wed Jul 15 15:54:25 2026] PUT /v2.0/routers/c7d1a77a-c21b-41c9-9d2c-7008182056fa/add_router_interface => generated 309 bytes in 1760 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2358] 10.0.0.115 () {34 vars in 683 bytes} [Wed Jul 15 15:54:27 2026] POST /v2.0/security-groups => generated 1630 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2359] 10.0.0.115 () {34 vars in 694 bytes} [Wed Jul 15 15:54:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2360] 10.0.0.115 () {34 vars in 694 bytes} [Wed Jul 15 15:54:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2361] 10.0.0.115 () {34 vars in 684 bytes} [Wed Jul 15 15:54:27 2026] POST /v2.0/security-groups => generated 1675 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2362] 10.0.0.115 () {34 vars in 694 bytes} [Wed Jul 15 15:54:27 2026] POST /v2.0/security-group-rules => generated 599 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2363] 10.0.0.115 () {34 vars in 694 bytes} [Wed Jul 15 15:54:27 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: 1151/2364] 10.0.0.115 () {34 vars in 694 bytes} [Wed Jul 15 15:54:27 2026] POST /v2.0/security-group-rules => generated 596 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2365] 10.0.0.115 () {34 vars in 694 bytes} [Wed Jul 15 15:54:27 2026] POST /v2.0/security-group-rules => generated 601 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2366] 10.0.0.115 () {34 vars in 694 bytes} [Wed Jul 15 15:54:28 2026] POST /v2.0/security-group-rules => generated 602 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2367] 10.0.0.115 () {34 vars in 694 bytes} [Wed Jul 15 15:54:28 2026] POST /v2.0/security-group-rules => generated 601 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2368] 10.0.0.115 () {34 vars in 694 bytes} [Wed Jul 15 15:54:28 2026] POST /v2.0/security-group-rules => generated 601 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:54:28.424 8 INFO neutron.db.securitygroups_db [None req-2cb986b2-a00c-477f-8d0e-beead47f1c7c fdd91938c6324142bad920dbbdf978f7 4252d91da9ef4d65abe70ec894e51238 - - default default] Project 4252d91da9ef4d65abe70ec894e51238 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: 1216/2369] 10.0.0.115 () {34 vars in 694 bytes} [Wed Jul 15 15:54:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2370] 10.0.0.115 () {34 vars in 694 bytes} [Wed Jul 15 15:54:28 2026] POST /v2.0/security-group-rules => generated 607 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:54:28.563 8 INFO neutron.db.securitygroups_db [None req-af506bef-af5b-49b4-8850-13965e1b3a18 fdd91938c6324142bad920dbbdf978f7 4252d91da9ef4d65abe70ec894e51238 - - default default] Project 4252d91da9ef4d65abe70ec894e51238 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: 1217/2371] 10.0.0.115 () {34 vars in 694 bytes} [Wed Jul 15 15:54:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2372] 10.0.0.115 () {34 vars in 694 bytes} [Wed Jul 15 15:54:28 2026] POST /v2.0/security-group-rules => generated 606 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2373] 10.0.0.115 () {34 vars in 694 bytes} [Wed Jul 15 15:54:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2374] 10.0.0.115 () {34 vars in 694 bytes} [Wed Jul 15 15:54:28 2026] POST /v2.0/security-group-rules => generated 599 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2375] 10.0.0.115 () {34 vars in 694 bytes} [Wed Jul 15 15:54:28 2026] POST /v2.0/security-group-rules => generated 601 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2376] 10.0.0.115 () {34 vars in 684 bytes} [Wed Jul 15 15:54:29 2026] POST /v2.0/security-groups => generated 1661 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2377] 10.0.0.115 () {34 vars in 694 bytes} [Wed Jul 15 15:54:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2378] 10.0.0.115 () {34 vars in 694 bytes} [Wed Jul 15 15:54:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2379] 10.0.0.115 () {34 vars in 694 bytes} [Wed Jul 15 15:54:29 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: 8|app: 0|req: 1159/2380] 10.0.0.192 () {34 vars in 1095 bytes} [Wed Jul 15 15:54:29 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1992973553&fields=id&tenant_id=8a80bdd97ae647c8bdf16c50078afbee => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2381] 10.0.0.192 () {34 vars in 981 bytes} [Wed Jul 15 15:54:29 2026] GET /v2.0/networks?id=319d3df4-3e36-4e79-9d7c-0d2012b8efb3 => generated 705 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2382] 10.0.0.192 () {34 vars in 964 bytes} [Wed Jul 15 15:54:29 2026] GET /v2.0/quotas/8a80bdd97ae647c8bdf16c50078afbee => 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: 1162/2383] 10.0.0.192 () {34 vars in 1001 bytes} [Wed Jul 15 15:54:29 2026] GET /v2.0/ports?tenant_id=8a80bdd97ae647c8bdf16c50078afbee&fields=id => generated 241 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2384] 10.0.0.192 () {34 vars in 1007 bytes} [Wed Jul 15 15:54:30 2026] GET /v2.0/networks/319d3df4-3e36-4e79-9d7c-0d2012b8efb3?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2385] 10.0.0.192 () {34 vars in 1107 bytes} [Wed Jul 15 15:54:30 2026] GET /v2.0/networks/319d3df4-3e36-4e79-9d7c-0d2012b8efb3?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: 1222/2386] 10.0.0.115 () {34 vars in 675 bytes} [Wed Jul 15 15:54:29 2026] POST /v2.0/floatingips => generated 552 bytes in 601 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2387] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:54:30 2026] GET /v2.0/ports?device_id=b20c8cd6-3f99-4bd7-bca0-20409c9fef84 => 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: 1223/2388] 10.0.0.192 () {34 vars in 1095 bytes} [Wed Jul 15 15:54:30 2026] GET /v2.0/security-groups?name=tempest-securitygroup--79289930&fields=id&tenant_id=4252d91da9ef4d65abe70ec894e51238 => generated 69 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2389] 10.0.0.192 () {34 vars in 1097 bytes} [Wed Jul 15 15:54:30 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-532970100&fields=id&tenant_id=4252d91da9ef4d65abe70ec894e51238 => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2390] 10.0.0.192 () {34 vars in 981 bytes} [Wed Jul 15 15:54:30 2026] GET /v2.0/networks?id=912b52dd-d328-4129-8c35-bb674f5f4b55 => generated 672 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2391] 10.0.0.192 () {34 vars in 964 bytes} [Wed Jul 15 15:54:30 2026] GET /v2.0/quotas/4252d91da9ef4d65abe70ec894e51238 => 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: 1225/2392] 10.0.0.192 () {34 vars in 1001 bytes} [Wed Jul 15 15:54:30 2026] GET /v2.0/ports?tenant_id=4252d91da9ef4d65abe70ec894e51238&fields=id => generated 103 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2393] 10.0.0.192 () {34 vars in 1007 bytes} [Wed Jul 15 15:54:30 2026] GET /v2.0/networks/912b52dd-d328-4129-8c35-bb674f5f4b55?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: 1226/2394] 10.0.0.192 () {34 vars in 1107 bytes} [Wed Jul 15 15:54:30 2026] GET /v2.0/networks/912b52dd-d328-4129-8c35-bb674f5f4b55?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: 1169/2395] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:54:30 2026] GET /v2.0/ports?device_id=b2b75740-8e2d-48a6-ae89-52190fdb5252 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:54:31.419 7 INFO neutron.db.segments_db [None req-503ceeec-bf3e-49bc-b6af-dfb83c2ded30 c8d99a7496d44c44bd2b47aa25e4ee18 856bdecb4fd846ada7edd5f45b9ea28c - - default default] Added segment 6f262204-91bd-4a62-991d-f01c12beeda2 of type vxlan for network 8080a80e-a8a4-40e4-9e1e-ec8c2cf84f16 [pid: 7|app: 0|req: 1227/2396] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:54:31 2026] POST /v2.0/networks => generated 613 bytes in 495 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2397] 10.0.0.115 () {34 vars in 663 bytes} [Wed Jul 15 15:54:31 2026] POST /v2.0/ports => generated 743 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2398] 10.0.0.115 () {34 vars in 746 bytes} [Wed Jul 15 15:54:31 2026] PUT /v2.0/ports/6e7bb4a5-7ee9-43db-9342-def18799e1dc/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1171/2399] 10.0.0.115 () {32 vars in 726 bytes} [Wed Jul 15 15:54:31 2026] GET /v2.0/ports/6e7bb4a5-7ee9-43db-9342-def18799e1dc/tags => generated 25 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1229/2400] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:54:32 2026] GET /v2.0/ports?device_id=b2b75740-8e2d-48a6-ae89-52190fdb5252 => 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: 1172/2401] 10.0.0.115 () {34 vars in 757 bytes} [Wed Jul 15 15:54:32 2026] PUT /v2.0/ports/6e7bb4a5-7ee9-43db-9342-def18799e1dc/tags/green => generated 4 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2402] 10.0.0.115 () {32 vars in 726 bytes} [Wed Jul 15 15:54:32 2026] GET /v2.0/ports/6e7bb4a5-7ee9-43db-9342-def18799e1dc/tags => generated 34 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1173/2403] 10.0.0.115 () {34 vars in 753 bytes} [Wed Jul 15 15:54:32 2026] PUT /v2.0/ports/6e7bb4a5-7ee9-43db-9342-def18799e1dc/tags/red => generated 4 bytes in 82 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: 1231/2404] 10.0.0.115 () {32 vars in 726 bytes} [Wed Jul 15 15:54:32 2026] GET /v2.0/ports/6e7bb4a5-7ee9-43db-9342-def18799e1dc/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1174/2405] 10.0.0.115 () {34 vars in 775 bytes} [Wed Jul 15 15:54:32 2026] PUT /v2.0/ports/6e7bb4a5-7ee9-43db-9342-def18799e1dc/tags/black.or.white => generated 4 bytes in 86 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: 1232/2406] 10.0.0.115 () {32 vars in 726 bytes} [Wed Jul 15 15:54:32 2026] GET /v2.0/ports/6e7bb4a5-7ee9-43db-9342-def18799e1dc/tags => generated 52 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1175/2407] 10.0.0.115 () {34 vars in 746 bytes} [Wed Jul 15 15:54:32 2026] PUT /v2.0/ports/6e7bb4a5-7ee9-43db-9342-def18799e1dc/tags => generated 37 bytes in 111 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: 1233/2408] 10.0.0.115 () {32 vars in 726 bytes} [Wed Jul 15 15:54:32 2026] GET /v2.0/ports/6e7bb4a5-7ee9-43db-9342-def18799e1dc/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1176/2409] 10.0.0.115 () {32 vars in 734 bytes} [Wed Jul 15 15:54:32 2026] GET /v2.0/ports/6e7bb4a5-7ee9-43db-9342-def18799e1dc/tags/red => generated 0 bytes in 71 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-07-15 15:54:32.871 7 INFO neutron.api.v2.resource [None req-c0fd552d-4fcf-40f8-a8a3-ae6df41cb39d c8d99a7496d44c44bd2b47aa25e4ee18 856bdecb4fd846ada7edd5f45b9ea28c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1234/2410] 10.0.0.115 () {32 vars in 738 bytes} [Wed Jul 15 15:54:32 2026] GET /v2.0/ports/6e7bb4a5-7ee9-43db-9342-def18799e1dc/tags/green => generated 99 bytes in 69 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: 1177/2411] 10.0.0.115 () {32 vars in 737 bytes} [Wed Jul 15 15:54:32 2026] DELETE /v2.0/ports/6e7bb4a5-7ee9-43db-9342-def18799e1dc/tags/red => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1235/2412] 10.0.0.115 () {32 vars in 726 bytes} [Wed Jul 15 15:54:32 2026] GET /v2.0/ports/6e7bb4a5-7ee9-43db-9342-def18799e1dc/tags => generated 30 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-15 15:54:33.097 8 INFO neutron.api.v2.resource [None req-b8940f3f-7183-4032-82ad-b33d45efde27 c8d99a7496d44c44bd2b47aa25e4ee18 856bdecb4fd846ada7edd5f45b9ea28c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1178/2413] 10.0.0.115 () {32 vars in 741 bytes} [Wed Jul 15 15:54:33 2026] DELETE /v2.0/ports/6e7bb4a5-7ee9-43db-9342-def18799e1dc/tags/green => generated 99 bytes in 63 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1236/2414] 10.0.0.115 () {32 vars in 729 bytes} [Wed Jul 15 15:54:33 2026] DELETE /v2.0/ports/6e7bb4a5-7ee9-43db-9342-def18799e1dc/tags => generated 0 bytes in 84 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: 1179/2415] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:54:33 2026] GET /v2.0/ports?device_id=b2b75740-8e2d-48a6-ae89-52190fdb5252 => 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: 1237/2416] 10.0.0.115 () {32 vars in 726 bytes} [Wed Jul 15 15:54:33 2026] GET /v2.0/ports/6e7bb4a5-7ee9-43db-9342-def18799e1dc/tags => generated 12 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:54:33.386 8 INFO neutron_taas.services.taas.taas_plugin [None req-1ac69cfd-b7b0-4b9e-a6a5-11485d0d04f7 c8d99a7496d44c44bd2b47aa25e4ee18 856bdecb4fd846ada7edd5f45b9ea28c - - default default] TaaS: Handle Delete Port: 6e7bb4a5-7ee9-43db-9342-def18799e1dc 2026-07-15 15:54:33.391 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ac69cfd-b7b0-4b9e-a6a5-11485d0d04f7 c8d99a7496d44c44bd2b47aa25e4ee18 856bdecb4fd846ada7edd5f45b9ea28c - - default default] Tap Mirror: Handle Delete Port: 6e7bb4a5-7ee9-43db-9342-def18799e1dc [pid: 8|app: 0|req: 1180/2417] 10.0.0.115 () {32 vars in 719 bytes} [Wed Jul 15 15:54:33 2026] DELETE /v2.0/ports/6e7bb4a5-7ee9-43db-9342-def18799e1dc => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-15 15:54:33.638 7 INFO neutron.services.segments.plugin [-] Segment 6f262204-91bd-4a62-991d-f01c12beeda2 resource provider aggregate not found 2026-07-15 15:54:33.644 7 INFO neutron.services.segments.plugin [-] Segment 6f262204-91bd-4a62-991d-f01c12beeda2 resource provider aggregate not found 2026-07-15 15:54:33.662 7 INFO neutron.services.segments.plugin [-] Segment 6f262204-91bd-4a62-991d-f01c12beeda2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f262204-91bd-4a62-991d-f01c12beeda2 found for delete ", "request_id": "req-2b0db65f-37e4-4c1b-9070-d23f243acacc"}]} 2026-07-15 15:54:33.670 7 INFO neutron.services.segments.plugin [-] Segment 6f262204-91bd-4a62-991d-f01c12beeda2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f262204-91bd-4a62-991d-f01c12beeda2 found for delete ", "request_id": "req-4e6a157d-e364-4c01-80ab-46b93092a274"}]} [pid: 7|app: 0|req: 1238/2418] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:54:33 2026] DELETE /v2.0/networks/8080a80e-a8a4-40e4-9e1e-ec8c2cf84f16 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2419] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:54:34 2026] GET /v2.0/security-groups?tenant_id=856bdecb4fd846ada7edd5f45b9ea28c&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2420] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:54:34 2026] GET /v2.0/ports?device_id=b2b75740-8e2d-48a6-ae89-52190fdb5252 => 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: 1239/2421] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:54:34 2026] DELETE /v2.0/security-groups/1710a30d-9f9e-442b-8334-5355b252f8dc => generated 0 bytes in 150 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2422] 199.204.45.23 () {34 vars in 984 bytes} [Wed Jul 15 15:54:34 2026] GET /v2.0/networks?id=319d3df4-3e36-4e79-9d7c-0d2012b8efb3 => generated 705 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2423] 199.204.45.23 () {34 vars in 1048 bytes} [Wed Jul 15 15:54:34 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8a80bdd97ae647c8bdf16c50078afbee => generated 179 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2424] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:54:34 2026] GET /v2.0/security-groups?tenant_id=6786af09cca64ebf8959cb649f06098f&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2425] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:54:34 2026] DELETE /v2.0/security-groups/1b5c466d-89db-414a-bd9e-8a09fff27c94 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2426] 199.204.45.23 () {38 vars in 953 bytes} [Wed Jul 15 15:54:34 2026] POST /v2.0/ports => generated 1183 bytes in 462 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: 1185/2427] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:54:35 2026] GET /v2.0/ports?device_id=b20c8cd6-3f99-4bd7-bca0-20409c9fef84 => generated 1186 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2428] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:54:35 2026] GET /v2.0/security-groups?id=a81463be-08a4-4d31-b672-366b7ef23deb&fields=id&fields=name => generated 112 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2429] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:54:35 2026] GET /v2.0/ports?device_id=b2b75740-8e2d-48a6-ae89-52190fdb5252 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2430] 199.204.45.23 () {38 vars in 1026 bytes} [Wed Jul 15 15:54:35 2026] PUT /v2.0/ports/e46b1f22-2c37-4df7-810a-7f0eb1a84c8f => generated 1464 bytes in 676 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:54:35.958 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-dffe81ed-8e09-48c2-aa12-b2963b000ee5'] response: {'name': 'network-changed', 'server_uuid': 'b20c8cd6-3f99-4bd7-bca0-20409c9fef84', 'tag': 'e46b1f22-2c37-4df7-810a-7f0eb1a84c8f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1188/2431] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:54:36 2026] GET /v2.0/ports?tenant_id=8a80bdd97ae647c8bdf16c50078afbee&device_id=b20c8cd6-3f99-4bd7-bca0-20409c9fef84 => generated 1467 bytes in 47 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: 1244/2432] 199.204.45.23 () {34 vars in 1016 bytes} [Wed Jul 15 15:54:36 2026] GET /v2.0/networks?tenant_id=8a80bdd97ae647c8bdf16c50078afbee&shared=False => generated 2375 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2433] 199.204.45.23 () {34 vars in 928 bytes} [Wed Jul 15 15:54:36 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2434] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:54:36 2026] GET /v2.0/ports?device_id=b2b75740-8e2d-48a6-ae89-52190fdb5252 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2435] 199.204.45.23 () {34 vars in 984 bytes} [Wed Jul 15 15:54:36 2026] GET /v2.0/networks?id=912b52dd-d328-4129-8c35-bb674f5f4b55 => generated 672 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2436] 199.204.45.23 () {34 vars in 1048 bytes} [Wed Jul 15 15:54:36 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4252d91da9ef4d65abe70ec894e51238 => generated 271 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2437] 199.204.45.23 () {38 vars in 953 bytes} [Wed Jul 15 15:54:36 2026] POST /v2.0/ports => generated 997 bytes in 566 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: 1247/2438] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:54:37 2026] GET /v2.0/ports?tenant_id=8a80bdd97ae647c8bdf16c50078afbee&device_id=b20c8cd6-3f99-4bd7-bca0-20409c9fef84 => generated 1467 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2439] 199.204.45.23 () {34 vars in 1056 bytes} [Wed Jul 15 15:54:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.174&port_id=e46b1f22-2c37-4df7-810a-7f0eb1a84c8f => 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: 1249/2440] 199.204.45.23 () {34 vars in 1102 bytes} [Wed Jul 15 15:54:37 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A188&port_id=e46b1f22-2c37-4df7-810a-7f0eb1a84c8f => 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: 1250/2441] 199.204.45.23 () {34 vars in 1062 bytes} [Wed Jul 15 15:54:37 2026] GET /v2.0/subnets?id=843bd84d-edda-4079-892a-2a34685294b9&id=2095decd-c41b-4cf2-b997-eed7bd1d9d14 => generated 1411 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2442] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:54:37 2026] GET /v2.0/ports?network_id=319d3df4-3e36-4e79-9d7c-0d2012b8efb3&device_owner=network%3Adhcp => generated 1457 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2443] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:54:37 2026] GET /v2.0/ports?network_id=319d3df4-3e36-4e79-9d7c-0d2012b8efb3&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2444] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:54:37 2026] GET /v2.0/ports?device_id=b2b75740-8e2d-48a6-ae89-52190fdb5252 => generated 1012 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2445] 199.204.45.23 () {38 vars in 1026 bytes} [Wed Jul 15 15:54:37 2026] PUT /v2.0/ports/b831d54d-2b64-491b-9860-70d88e382472 => generated 1278 bytes in 546 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2446] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:54:38 2026] GET /v2.0/networks/319d3df4-3e36-4e79-9d7c-0d2012b8efb3?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1193/2447] 10.0.0.192 () {34 vars in 1119 bytes} [Wed Jul 15 15:54:38 2026] GET /v2.0/security-groups?id=ecc3ff2f-b19f-474d-9623-084696e75ad3&id=1f76741d-63fc-4980-9385-3aa3120deca9&fields=id&fields=name => generated 204 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:54:38.131 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3ba7a7ff-9bcd-41e5-99be-b544c40512a1'] response: {'name': 'network-changed', 'server_uuid': 'b2b75740-8e2d-48a6-ae89-52190fdb5252', 'tag': 'b831d54d-2b64-491b-9860-70d88e382472', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1255/2448] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:54:38 2026] GET /v2.0/networks/319d3df4-3e36-4e79-9d7c-0d2012b8efb3?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: 1194/2449] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:54:38 2026] GET /v2.0/ports?tenant_id=4252d91da9ef4d65abe70ec894e51238&device_id=b2b75740-8e2d-48a6-ae89-52190fdb5252 => generated 1281 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2450] 199.204.45.23 () {34 vars in 1016 bytes} [Wed Jul 15 15:54:38 2026] GET /v2.0/networks?tenant_id=4252d91da9ef4d65abe70ec894e51238&shared=False => generated 768 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2451] 199.204.45.23 () {34 vars in 928 bytes} [Wed Jul 15 15:54:38 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2452] 10.0.0.115 () {34 vars in 675 bytes} [Wed Jul 15 15:54:38 2026] POST /v2.0/subnetpools => generated 516 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2453] 10.0.0.115 () {34 vars in 758 bytes} [Wed Jul 15 15:54:39 2026] PUT /v2.0/subnetpools/1772866e-df4e-4dc8-8a24-516023e78915/tags => generated 25 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2454] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:54:39 2026] GET /v2.0/ports?device_id=b2b75740-8e2d-48a6-ae89-52190fdb5252 => generated 1012 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2455] 10.0.0.115 () {32 vars in 738 bytes} [Wed Jul 15 15:54:39 2026] GET /v2.0/subnetpools/1772866e-df4e-4dc8-8a24-516023e78915/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: 1197/2456] 10.0.0.192 () {34 vars in 1119 bytes} [Wed Jul 15 15:54:39 2026] GET /v2.0/security-groups?id=ecc3ff2f-b19f-474d-9623-084696e75ad3&id=1f76741d-63fc-4980-9385-3aa3120deca9&fields=id&fields=name => generated 204 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2457] 10.0.0.115 () {34 vars in 769 bytes} [Wed Jul 15 15:54:39 2026] PUT /v2.0/subnetpools/1772866e-df4e-4dc8-8a24-516023e78915/tags/green => 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: 1198/2458] 10.0.0.115 () {32 vars in 738 bytes} [Wed Jul 15 15:54:39 2026] GET /v2.0/subnetpools/1772866e-df4e-4dc8-8a24-516023e78915/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: 1261/2459] 10.0.0.115 () {34 vars in 765 bytes} [Wed Jul 15 15:54:39 2026] PUT /v2.0/subnetpools/1772866e-df4e-4dc8-8a24-516023e78915/tags/red => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2460] 10.0.0.115 () {32 vars in 738 bytes} [Wed Jul 15 15:54:39 2026] GET /v2.0/subnetpools/1772866e-df4e-4dc8-8a24-516023e78915/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: 1262/2461] 10.0.0.115 () {34 vars in 787 bytes} [Wed Jul 15 15:54:39 2026] PUT /v2.0/subnetpools/1772866e-df4e-4dc8-8a24-516023e78915/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: 1200/2462] 10.0.0.115 () {32 vars in 738 bytes} [Wed Jul 15 15:54:39 2026] GET /v2.0/subnetpools/1772866e-df4e-4dc8-8a24-516023e78915/tags => generated 52 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2463] 10.0.0.115 () {34 vars in 758 bytes} [Wed Jul 15 15:54:39 2026] PUT /v2.0/subnetpools/1772866e-df4e-4dc8-8a24-516023e78915/tags => generated 37 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2464] 10.0.0.115 () {32 vars in 738 bytes} [Wed Jul 15 15:54:39 2026] GET /v2.0/subnetpools/1772866e-df4e-4dc8-8a24-516023e78915/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2465] 10.0.0.115 () {32 vars in 746 bytes} [Wed Jul 15 15:54:39 2026] GET /v2.0/subnetpools/1772866e-df4e-4dc8-8a24-516023e78915/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:54:39.858 8 INFO neutron.api.v2.resource [None req-aa32451d-835f-4d23-9d08-0e101d73c4db baecc61fbb994a08aac8326b320ab58d 4faf07534411496ca9982340c8b0cd1f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1202/2466] 10.0.0.115 () {32 vars in 750 bytes} [Wed Jul 15 15:54:39 2026] GET /v2.0/subnetpools/1772866e-df4e-4dc8-8a24-516023e78915/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2467] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:54:39 2026] GET /v2.0/ports?tenant_id=4252d91da9ef4d65abe70ec894e51238&device_id=b2b75740-8e2d-48a6-ae89-52190fdb5252 => generated 1281 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2468] 199.204.45.23 () {34 vars in 1058 bytes} [Wed Jul 15 15:54:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=b831d54d-2b64-491b-9860-70d88e382472 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2469] 10.0.0.115 () {32 vars in 749 bytes} [Wed Jul 15 15:54:39 2026] DELETE /v2.0/subnetpools/1772866e-df4e-4dc8-8a24-516023e78915/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2470] 199.204.45.23 () {34 vars in 982 bytes} [Wed Jul 15 15:54:39 2026] GET /v2.0/subnets?id=212263ac-3fb7-43c4-ae9d-f60e53d9d0a0 => generated 690 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2471] 10.0.0.115 () {32 vars in 738 bytes} [Wed Jul 15 15:54:39 2026] GET /v2.0/subnetpools/1772866e-df4e-4dc8-8a24-516023e78915/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2472] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:54:39 2026] GET /v2.0/ports?network_id=912b52dd-d328-4129-8c35-bb674f5f4b55&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-07-15 15:54:39.988 8 INFO neutron.api.v2.resource [None req-c5879de9-85ce-424f-a7a5-9ea3c83a876b baecc61fbb994a08aac8326b320ab58d 4faf07534411496ca9982340c8b0cd1f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1205/2473] 10.0.0.115 () {32 vars in 753 bytes} [Wed Jul 15 15:54:39 2026] DELETE /v2.0/subnetpools/1772866e-df4e-4dc8-8a24-516023e78915/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: 1269/2474] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:54:39 2026] GET /v2.0/networks/912b52dd-d328-4129-8c35-bb674f5f4b55?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: 1206/2475] 10.0.0.115 () {32 vars in 741 bytes} [Wed Jul 15 15:54:39 2026] DELETE /v2.0/subnetpools/1772866e-df4e-4dc8-8a24-516023e78915/tags => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2476] 10.0.0.115 () {32 vars in 738 bytes} [Wed Jul 15 15:54:40 2026] GET /v2.0/subnetpools/1772866e-df4e-4dc8-8a24-516023e78915/tags => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2477] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:54:40 2026] GET /v2.0/networks/912b52dd-d328-4129-8c35-bb674f5f4b55?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: 1208/2478] 10.0.0.115 () {32 vars in 731 bytes} [Wed Jul 15 15:54:40 2026] DELETE /v2.0/subnetpools/1772866e-df4e-4dc8-8a24-516023e78915 => 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: 1271/2479] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:54:40 2026] GET /v2.0/ports?device_id=b2b75740-8e2d-48a6-ae89-52190fdb5252 => generated 1012 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2480] 10.0.0.192 () {34 vars in 1119 bytes} [Wed Jul 15 15:54:40 2026] GET /v2.0/security-groups?id=ecc3ff2f-b19f-474d-9623-084696e75ad3&id=1f76741d-63fc-4980-9385-3aa3120deca9&fields=id&fields=name => generated 204 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2481] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:54:40 2026] GET /v2.0/ports?device_id=b20c8cd6-3f99-4bd7-bca0-20409c9fef84 => generated 1198 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2482] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:54:40 2026] GET /v2.0/security-groups?id=a81463be-08a4-4d31-b672-366b7ef23deb&fields=id&fields=name => generated 112 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2483] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:54:40 2026] GET /v2.0/security-groups?tenant_id=4faf07534411496ca9982340c8b0cd1f&name=default => generated 2929 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2484] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:54:41 2026] DELETE /v2.0/security-groups/77a47073-c60a-4cf9-a096-b6c443a2a659 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2487] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:54:41 2026] GET /v2.0/security-groups?tenant_id=0a31147c0d124ca8957eb7d12cfa50e3&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2488] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:54:41 2026] DELETE /v2.0/security-groups/30f7ee05-5b74-4d50-aa95-5646d543e11b => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2489] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:54:41 2026] GET /v2.0/ports?device_id=b2b75740-8e2d-48a6-ae89-52190fdb5252 => generated 1012 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2490] 10.0.0.192 () {34 vars in 1119 bytes} [Wed Jul 15 15:54:41 2026] GET /v2.0/security-groups?id=ecc3ff2f-b19f-474d-9623-084696e75ad3&id=1f76741d-63fc-4980-9385-3aa3120deca9&fields=id&fields=name => generated 204 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2491] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:54:42 2026] GET /v2.0/ports?device_id=b2b75740-8e2d-48a6-ae89-52190fdb5252 => generated 1012 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2492] 10.0.0.192 () {34 vars in 1119 bytes} [Wed Jul 15 15:54:42 2026] GET /v2.0/security-groups?id=ecc3ff2f-b19f-474d-9623-084696e75ad3&id=1f76741d-63fc-4980-9385-3aa3120deca9&fields=id&fields=name => generated 204 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2493] 199.204.45.23 () {34 vars in 992 bytes} [Wed Jul 15 15:54:43 2026] GET /v2.0/ports?device_id=b2b75740-8e2d-48a6-ae89-52190fdb5252 => generated 1281 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2494] 199.204.45.23 () {34 vars in 1122 bytes} [Wed Jul 15 15:54:43 2026] GET /v2.0/security-groups?id=ecc3ff2f-b19f-474d-9623-084696e75ad3&id=1f76741d-63fc-4980-9385-3aa3120deca9&fields=id&fields=name => generated 204 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2495] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:54:44 2026] GET /v2.0/ports?device_id=b2b75740-8e2d-48a6-ae89-52190fdb5252 => generated 1012 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2496] 10.0.0.192 () {34 vars in 1119 bytes} [Wed Jul 15 15:54:44 2026] GET /v2.0/security-groups?id=ecc3ff2f-b19f-474d-9623-084696e75ad3&id=1f76741d-63fc-4980-9385-3aa3120deca9&fields=id&fields=name => generated 204 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2497] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:54:45 2026] GET /v2.0/ports?device_id=b2b75740-8e2d-48a6-ae89-52190fdb5252 => generated 1014 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2498] 10.0.0.192 () {34 vars in 1119 bytes} [Wed Jul 15 15:54:45 2026] GET /v2.0/security-groups?id=ecc3ff2f-b19f-474d-9623-084696e75ad3&id=1f76741d-63fc-4980-9385-3aa3120deca9&fields=id&fields=name => generated 204 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2499] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:54:45 2026] GET /v2.0/security-groups?tenant_id=e351b395b65b4e739799dcf0110a411d&name=default => generated 2929 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2500] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:54:45 2026] DELETE /v2.0/security-groups/4b2bc0f1-465e-4cd2-88c8-060d238df43a => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2501] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:54:45 2026] GET /v2.0/ports?device_id=b20c8cd6-3f99-4bd7-bca0-20409c9fef84 => generated 1200 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2502] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:54:45 2026] GET /v2.0/security-groups?id=a81463be-08a4-4d31-b672-366b7ef23deb&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2503] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:54:46 2026] GET /v2.0/security-groups?tenant_id=28e747c5d61c4d4e8654508292062420&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2504] 10.0.0.115 () {32 vars in 817 bytes} [Wed Jul 15 15:54:46 2026] GET /v2.0/ports?network_id=319d3df4-3e36-4e79-9d7c-0d2012b8efb3&mac_address=fa%3A16%3A3e%3A5a%3Ab0%3A10 => generated 1200 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2505] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:54:46 2026] DELETE /v2.0/security-groups/065f7050-0425-43ff-a085-ea1443cfe851 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2506] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:54:46 2026] GET /v2.0/ports?device_id=b2b75740-8e2d-48a6-ae89-52190fdb5252 => generated 1014 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2507] 10.0.0.192 () {34 vars in 1119 bytes} [Wed Jul 15 15:54:46 2026] GET /v2.0/security-groups?id=ecc3ff2f-b19f-474d-9623-084696e75ad3&id=1f76741d-63fc-4980-9385-3aa3120deca9&fields=id&fields=name => generated 204 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2508] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:54:46 2026] GET /v2.0/ports?device_id=b2b75740-8e2d-48a6-ae89-52190fdb5252 => generated 1014 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:54:47.079 8 INFO neutron.db.l3_db [None req-dde64808-2420-4a45-a398-192b5ed337e2 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] Floating IP a429dbde-dc70-46a5-ab22-8da5005c97f2 associated. External IP: 10.96.250.219, port: e46b1f22-2c37-4df7-810a-7f0eb1a84c8f. 2026-07-15 15:54:47.180 7 INFO neutron.db.l3_db [None req-016139eb-5947-40e4-92af-d823d6c35cab fdd91938c6324142bad920dbbdf978f7 4252d91da9ef4d65abe70ec894e51238 - - default default] Floating IP d7dee2e8-056d-4ed1-a289-5dfd5964320b associated. External IP: 10.96.250.218, port: b831d54d-2b64-491b-9860-70d88e382472. [pid: 8|app: 0|req: 1223/2509] 10.0.0.115 () {34 vars in 676 bytes} [Wed Jul 15 15:54:46 2026] POST /v2.0/floatingips => generated 855 bytes in 1331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2510] 10.0.0.115 () {34 vars in 748 bytes} [Wed Jul 15 15:54:46 2026] PUT /v2.0/floatingips/d7dee2e8-056d-4ed1-a289-5dfd5964320b => generated 856 bytes in 864 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:54:47.572 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4db941b3-a976-452d-a3bd-6817957fbe66'] response: {'name': 'network-changed', 'server_uuid': 'b20c8cd6-3f99-4bd7-bca0-20409c9fef84', 'tag': 'e46b1f22-2c37-4df7-810a-7f0eb1a84c8f', 'status': 'completed', 'code': 200} 2026-07-15 15:54:47.620 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2f7860dc-0274-4b1a-9135-47150112f557'] response: {'name': 'network-changed', 'server_uuid': 'b2b75740-8e2d-48a6-ae89-52190fdb5252', 'tag': 'b831d54d-2b64-491b-9860-70d88e382472', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1224/2511] 10.0.0.192 () {34 vars in 1095 bytes} [Wed Jul 15 15:54:47 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1992973553&fields=id&tenant_id=8a80bdd97ae647c8bdf16c50078afbee => generated 69 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2512] 10.0.0.192 () {34 vars in 981 bytes} [Wed Jul 15 15:54:47 2026] GET /v2.0/networks?id=67fa3dce-789c-4581-9787-2311e7afa2c9 => generated 704 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2513] 10.0.0.192 () {34 vars in 964 bytes} [Wed Jul 15 15:54:47 2026] GET /v2.0/quotas/8a80bdd97ae647c8bdf16c50078afbee => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2514] 10.0.0.192 () {34 vars in 1001 bytes} [Wed Jul 15 15:54:47 2026] GET /v2.0/ports?tenant_id=8a80bdd97ae647c8bdf16c50078afbee&fields=id => generated 333 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2515] 10.0.0.192 () {34 vars in 1007 bytes} [Wed Jul 15 15:54:47 2026] GET /v2.0/networks/67fa3dce-789c-4581-9787-2311e7afa2c9?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: 1290/2516] 10.0.0.192 () {34 vars in 1107 bytes} [Wed Jul 15 15:54:47 2026] GET /v2.0/networks/67fa3dce-789c-4581-9787-2311e7afa2c9?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: 1227/2517] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:54:48 2026] GET /v2.0/ports?tenant_id=8a80bdd97ae647c8bdf16c50078afbee&device_id=b20c8cd6-3f99-4bd7-bca0-20409c9fef84 => generated 1469 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2518] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:54:48 2026] GET /v2.0/ports?tenant_id=4252d91da9ef4d65abe70ec894e51238&device_id=b2b75740-8e2d-48a6-ae89-52190fdb5252 => generated 1283 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2519] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:54:48 2026] GET /v2.0/ports?device_id=c7e9460a-c494-4f6e-9559-861d5002df2e => 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: 1228/2520] 199.204.45.23 () {34 vars in 984 bytes} [Wed Jul 15 15:54:48 2026] GET /v2.0/networks?id=319d3df4-3e36-4e79-9d7c-0d2012b8efb3 => generated 801 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2521] 199.204.45.23 () {34 vars in 984 bytes} [Wed Jul 15 15:54:48 2026] GET /v2.0/networks?id=912b52dd-d328-4129-8c35-bb674f5f4b55 => generated 768 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2522] 199.204.45.23 () {34 vars in 1056 bytes} [Wed Jul 15 15:54:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.174&port_id=e46b1f22-2c37-4df7-810a-7f0eb1a84c8f => 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: 1294/2523] 199.204.45.23 () {34 vars in 1058 bytes} [Wed Jul 15 15:54:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=b831d54d-2b64-491b-9860-70d88e382472 => generated 859 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2524] 199.204.45.23 () {34 vars in 1102 bytes} [Wed Jul 15 15:54:48 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A188&port_id=e46b1f22-2c37-4df7-810a-7f0eb1a84c8f => 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: 1295/2525] 199.204.45.23 () {34 vars in 982 bytes} [Wed Jul 15 15:54:48 2026] GET /v2.0/subnets?id=212263ac-3fb7-43c4-ae9d-f60e53d9d0a0 => generated 690 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2526] 199.204.45.23 () {34 vars in 1062 bytes} [Wed Jul 15 15:54:48 2026] GET /v2.0/subnets?id=843bd84d-edda-4079-892a-2a34685294b9&id=2095decd-c41b-4cf2-b997-eed7bd1d9d14 => generated 1411 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2527] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:54:48 2026] GET /v2.0/ports?network_id=912b52dd-d328-4129-8c35-bb674f5f4b55&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: 1232/2528] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:54:48 2026] GET /v2.0/ports?network_id=319d3df4-3e36-4e79-9d7c-0d2012b8efb3&device_owner=network%3Adhcp => generated 1457 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2529] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:54:48 2026] GET /v2.0/networks/912b52dd-d328-4129-8c35-bb674f5f4b55?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2530] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:54:48 2026] GET /v2.0/networks/912b52dd-d328-4129-8c35-bb674f5f4b55?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2531] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:54:48 2026] GET /v2.0/ports?network_id=319d3df4-3e36-4e79-9d7c-0d2012b8efb3&device_owner=network%3Adhcp => generated 1457 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2532] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:54:48 2026] GET /v2.0/networks/319d3df4-3e36-4e79-9d7c-0d2012b8efb3?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2533] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:54:48 2026] GET /v2.0/networks/319d3df4-3e36-4e79-9d7c-0d2012b8efb3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2534] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:54:53 2026] GET /v2.0/ports?device_id=c7e9460a-c494-4f6e-9559-861d5002df2e => 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: 1235/2535] 199.204.45.23 () {34 vars in 984 bytes} [Wed Jul 15 15:54:53 2026] GET /v2.0/networks?id=67fa3dce-789c-4581-9787-2311e7afa2c9 => generated 704 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2536] 199.204.45.23 () {34 vars in 1048 bytes} [Wed Jul 15 15:54:53 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8a80bdd97ae647c8bdf16c50078afbee => generated 179 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2537] 199.204.45.23 () {38 vars in 953 bytes} [Wed Jul 15 15:54:53 2026] POST /v2.0/ports => generated 1183 bytes in 449 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2538] 199.204.45.23 () {38 vars in 1026 bytes} [Wed Jul 15 15:54:53 2026] PUT /v2.0/ports/7b2fe703-8d7c-4bcb-88e5-63f00022d9b8 => generated 1464 bytes in 483 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:54:54.353 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c3fccb3d-cc12-4b2d-99d4-3f66de4d20ec'] response: {'name': 'network-changed', 'server_uuid': 'c7e9460a-c494-4f6e-9559-861d5002df2e', 'tag': '7b2fe703-8d7c-4bcb-88e5-63f00022d9b8', '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: 1237/2539] 10.0.0.105 () {34 vars in 989 bytes} [Wed Jul 15 15:54:54 2026] GET /v2.0/ports?device_id=b20c8cd6-3f99-4bd7-bca0-20409c9fef84 => generated 1469 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1303/2540] 10.0.0.105 () {34 vars in 1039 bytes} [Wed Jul 15 15:54:54 2026] GET /v2.0/security-groups?id=a81463be-08a4-4d31-b672-366b7ef23deb&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2541] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:54:54 2026] GET /v2.0/ports?tenant_id=8a80bdd97ae647c8bdf16c50078afbee&device_id=c7e9460a-c494-4f6e-9559-861d5002df2e => generated 1467 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2542] 199.204.45.23 () {34 vars in 1016 bytes} [Wed Jul 15 15:54:54 2026] GET /v2.0/networks?tenant_id=8a80bdd97ae647c8bdf16c50078afbee&shared=False => generated 2375 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2543] 199.204.45.23 () {34 vars in 928 bytes} [Wed Jul 15 15:54:54 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) [pid: 7|app: 0|req: 1305/2544] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:54:56 2026] GET /v2.0/ports?tenant_id=8a80bdd97ae647c8bdf16c50078afbee&device_id=c7e9460a-c494-4f6e-9559-861d5002df2e => generated 1467 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2545] 199.204.45.23 () {34 vars in 1054 bytes} [Wed Jul 15 15:54:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.18&port_id=7b2fe703-8d7c-4bcb-88e5-63f00022d9b8 => 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: 1306/2546] 199.204.45.23 () {34 vars in 1104 bytes} [Wed Jul 15 15:54:56 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1c9&port_id=7b2fe703-8d7c-4bcb-88e5-63f00022d9b8 => 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: 1241/2547] 199.204.45.23 () {34 vars in 1062 bytes} [Wed Jul 15 15:54:56 2026] GET /v2.0/subnets?id=c4b1b867-1267-40b3-8824-eeba3a9a3619&id=64d81564-f864-4465-a647-b53af9075d73 => generated 1414 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2548] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:54:56 2026] GET /v2.0/ports?network_id=67fa3dce-789c-4581-9787-2311e7afa2c9&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: 1242/2549] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:54:56 2026] GET /v2.0/ports?network_id=67fa3dce-789c-4581-9787-2311e7afa2c9&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2550] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:54:56 2026] GET /v2.0/networks/67fa3dce-789c-4581-9787-2311e7afa2c9?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: 1243/2551] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:54:56 2026] GET /v2.0/networks/67fa3dce-789c-4581-9787-2311e7afa2c9?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: 1245/2554] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:54:58 2026] GET /v2.0/ports?device_id=c7e9460a-c494-4f6e-9559-861d5002df2e => generated 1198 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2555] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:54:58 2026] GET /v2.0/security-groups?id=a81463be-08a4-4d31-b672-366b7ef23deb&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2556] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:54:59 2026] GET /v2.0/ports?device_id=b2b75740-8e2d-48a6-ae89-52190fdb5252 => generated 1014 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2557] 10.0.0.192 () {34 vars in 1119 bytes} [Wed Jul 15 15:54:59 2026] GET /v2.0/security-groups?id=ecc3ff2f-b19f-474d-9623-084696e75ad3&id=1f76741d-63fc-4980-9385-3aa3120deca9&fields=id&fields=name => generated 204 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2558] 10.0.0.115 () {32 vars in 735 bytes} [Wed Jul 15 15:54:59 2026] GET /v2.0/ports?device_id=b2b75740-8e2d-48a6-ae89-52190fdb5252 => generated 1283 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2559] 10.0.0.115 () {32 vars in 857 bytes} [Wed Jul 15 15:54:59 2026] GET /v2.0/floatingips?floating_network_id=991be8b8-48b7-4c71-80b2-a7401896d749&port_id=b831d54d-2b64-491b-9860-70d88e382472 => generated 861 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2560] 10.0.0.105 () {34 vars in 989 bytes} [Wed Jul 15 15:55:00 2026] GET /v2.0/ports?device_id=b2b75740-8e2d-48a6-ae89-52190fdb5252 => generated 1283 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2561] 10.0.0.105 () {34 vars in 1119 bytes} [Wed Jul 15 15:55:00 2026] GET /v2.0/security-groups?id=ecc3ff2f-b19f-474d-9623-084696e75ad3&id=1f76741d-63fc-4980-9385-3aa3120deca9&fields=id&fields=name => generated 204 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2562] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:55:03 2026] GET /v2.0/ports?device_id=c7e9460a-c494-4f6e-9559-861d5002df2e => generated 1200 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2563] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:55:03 2026] GET /v2.0/ports?device_id=b2b75740-8e2d-48a6-ae89-52190fdb5252 => generated 1014 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2564] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:55:03 2026] GET /v2.0/security-groups?id=a81463be-08a4-4d31-b672-366b7ef23deb&fields=id&fields=name => generated 112 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2565] 10.0.0.192 () {34 vars in 1119 bytes} [Wed Jul 15 15:55:03 2026] GET /v2.0/security-groups?id=ecc3ff2f-b19f-474d-9623-084696e75ad3&id=1f76741d-63fc-4980-9385-3aa3120deca9&fields=id&fields=name => generated 204 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2566] 10.0.0.115 () {32 vars in 817 bytes} [Wed Jul 15 15:55:03 2026] GET /v2.0/ports?network_id=67fa3dce-789c-4581-9787-2311e7afa2c9&mac_address=fa%3A16%3A3e%3A85%3Acd%3Af4 => generated 1200 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:55:04.751 7 INFO neutron.db.l3_db [None req-320f3194-3da5-4b2f-b1c5-a11ed55f071a 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] Floating IP 19bc069e-ddb9-460a-a247-112d9aabf7b8 associated. External IP: 10.96.250.205, port: 7b2fe703-8d7c-4bcb-88e5-63f00022d9b8. [pid: 8|app: 0|req: 1252/2567] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:55:04 2026] GET /v2.0/ports?device_id=b2b75740-8e2d-48a6-ae89-52190fdb5252 => generated 1014 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2568] 10.0.0.192 () {34 vars in 1119 bytes} [Wed Jul 15 15:55:04 2026] GET /v2.0/security-groups?id=ecc3ff2f-b19f-474d-9623-084696e75ad3&id=1f76741d-63fc-4980-9385-3aa3120deca9&fields=id&fields=name => generated 204 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2569] 10.0.0.115 () {34 vars in 676 bytes} [Wed Jul 15 15:55:03 2026] POST /v2.0/floatingips => generated 854 bytes in 1391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:55:05.233 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7b3ea838-6a66-48a1-9380-a3d464e9a69e'] response: {'name': 'network-changed', 'server_uuid': 'c7e9460a-c494-4f6e-9559-861d5002df2e', 'tag': '7b2fe703-8d7c-4bcb-88e5-63f00022d9b8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1254/2570] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:55:05 2026] GET /v2.0/ports?tenant_id=8a80bdd97ae647c8bdf16c50078afbee&device_id=c7e9460a-c494-4f6e-9559-861d5002df2e => generated 1469 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2571] 199.204.45.23 () {34 vars in 984 bytes} [Wed Jul 15 15:55:05 2026] GET /v2.0/networks?id=67fa3dce-789c-4581-9787-2311e7afa2c9 => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2572] 199.204.45.23 () {34 vars in 1054 bytes} [Wed Jul 15 15:55:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.18&port_id=7b2fe703-8d7c-4bcb-88e5-63f00022d9b8 => generated 857 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2573] 199.204.45.23 () {34 vars in 1104 bytes} [Wed Jul 15 15:55:05 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1c9&port_id=7b2fe703-8d7c-4bcb-88e5-63f00022d9b8 => 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: 1256/2574] 199.204.45.23 () {34 vars in 1062 bytes} [Wed Jul 15 15:55:05 2026] GET /v2.0/subnets?id=c4b1b867-1267-40b3-8824-eeba3a9a3619&id=64d81564-f864-4465-a647-b53af9075d73 => generated 1414 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2575] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:55:05 2026] GET /v2.0/ports?network_id=67fa3dce-789c-4581-9787-2311e7afa2c9&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: 1257/2576] 199.204.45.23 () {34 vars in 992 bytes} [Wed Jul 15 15:55:06 2026] GET /v2.0/ports?device_id=b2b75740-8e2d-48a6-ae89-52190fdb5252 => generated 1014 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2577] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:55:06 2026] GET /v2.0/ports?device_id=b2b75740-8e2d-48a6-ae89-52190fdb5252 => generated 1014 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2578] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:55:06 2026] GET /v2.0/ports?network_id=67fa3dce-789c-4581-9787-2311e7afa2c9&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: 1259/2579] 10.0.0.192 () {34 vars in 1119 bytes} [Wed Jul 15 15:55:06 2026] GET /v2.0/security-groups?id=ecc3ff2f-b19f-474d-9623-084696e75ad3&id=1f76741d-63fc-4980-9385-3aa3120deca9&fields=id&fields=name => generated 204 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2580] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:55:06 2026] GET /v2.0/networks/67fa3dce-789c-4581-9787-2311e7afa2c9?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:55:06.197 7 INFO neutron_taas.services.taas.taas_plugin [req-6d8aba42-96c2-44da-8804-20ae0fcc6fab req-524b63d5-e42a-44b5-bcff-53f3a59cec95 fdd91938c6324142bad920dbbdf978f7 4252d91da9ef4d65abe70ec894e51238 - - default default] TaaS: Handle Delete Port: b831d54d-2b64-491b-9860-70d88e382472 2026-07-15 15:55:06.200 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6d8aba42-96c2-44da-8804-20ae0fcc6fab req-524b63d5-e42a-44b5-bcff-53f3a59cec95 fdd91938c6324142bad920dbbdf978f7 4252d91da9ef4d65abe70ec894e51238 - - default default] Tap Mirror: Handle Delete Port: b831d54d-2b64-491b-9860-70d88e382472 [pid: 8|app: 0|req: 1261/2581] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:55:06 2026] GET /v2.0/networks/67fa3dce-789c-4581-9787-2311e7afa2c9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:55:06.344 7 INFO neutron.db.l3_db [req-6d8aba42-96c2-44da-8804-20ae0fcc6fab req-524b63d5-e42a-44b5-bcff-53f3a59cec95 fdd91938c6324142bad920dbbdf978f7 4252d91da9ef4d65abe70ec894e51238 - - default default] Floating IP d7dee2e8-056d-4ed1-a289-5dfd5964320b disassociated. External IP: 10.96.250.218, port: b831d54d-2b64-491b-9860-70d88e382472. [pid: 7|app: 0|req: 1321/2582] 199.204.45.23 () {36 vars in 995 bytes} [Wed Jul 15 15:55:06 2026] DELETE /v2.0/ports/b831d54d-2b64-491b-9860-70d88e382472 => generated 0 bytes in 716 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2583] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:55:07 2026] GET /v2.0/ports?device_id=b2b75740-8e2d-48a6-ae89-52190fdb5252 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:55:07.281 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f1b129db-72a2-4c8f-8a87-014acdad8821'] response: {'server_uuid': 'b2b75740-8e2d-48a6-ae89-52190fdb5252', 'name': 'network-vif-deleted', 'tag': 'b831d54d-2b64-491b-9860-70d88e382472', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1322/2584] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:55:08 2026] GET /v2.0/ports?device_id=b2b75740-8e2d-48a6-ae89-52190fdb5252 => generated 12 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2585] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:55:09 2026] GET /v2.0/ports?device_id=b2b75740-8e2d-48a6-ae89-52190fdb5252 => generated 12 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2586] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:55:10 2026] DELETE /v2.0/security-groups/ecc3ff2f-b19f-474d-9623-084696e75ad3 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:55:11.061 8 INFO neutron.api.v2.resource [None req-061d2e94-ca61-4ef4-86c1-e2d6b7ba35bf fdd91938c6324142bad920dbbdf978f7 4252d91da9ef4d65abe70ec894e51238 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1264/2587] 10.0.0.115 () {32 vars in 736 bytes} [Wed Jul 15 15:55:11 2026] GET /v2.0/security-groups/ecc3ff2f-b19f-474d-9623-084696e75ad3 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-15 15:55:11.173 7 INFO neutron_taas.services.taas.taas_plugin [None req-40c22ad3-4610-4840-8141-fa24887789ca fdd91938c6324142bad920dbbdf978f7 4252d91da9ef4d65abe70ec894e51238 - - default default] TaaS: Handle Delete Port: 5ed646e0-6373-43ee-8766-21d9e6f5366d 2026-07-15 15:55:11.176 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40c22ad3-4610-4840-8141-fa24887789ca fdd91938c6324142bad920dbbdf978f7 4252d91da9ef4d65abe70ec894e51238 - - default default] Tap Mirror: Handle Delete Port: 5ed646e0-6373-43ee-8766-21d9e6f5366d [pid: 7|app: 0|req: 1324/2588] 10.0.0.115 () {32 vars in 731 bytes} [Wed Jul 15 15:55:11 2026] DELETE /v2.0/floatingips/d7dee2e8-056d-4ed1-a289-5dfd5964320b => generated 0 bytes in 264 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2589] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:55:11 2026] DELETE /v2.0/security-groups/1f76741d-63fc-4980-9385-3aa3120deca9 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:55:11.989 7 INFO neutron_taas.services.taas.taas_plugin [None req-a9772dd5-71ac-4578-a848-7d89f941b227 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] TaaS: Handle Delete Port: 7360cc4a-7096-4517-889f-5655911c2e9b 2026-07-15 15:55:11.992 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9772dd5-71ac-4578-a848-7d89f941b227 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Tap Mirror: Handle Delete Port: 7360cc4a-7096-4517-889f-5655911c2e9b [pid: 7|app: 0|req: 1326/2592] 10.0.0.115 () {34 vars in 788 bytes} [Wed Jul 15 15:55:11 2026] PUT /v2.0/routers/dbcc2afc-b234-4f85-9039-a1401f199a9e/remove_router_interface => generated 309 bytes in 1681 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:55:13.447 8 INFO neutron_taas.services.taas.taas_plugin [None req-bbe335c5-8a50-4ebd-ba11-0d0981256775 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] TaaS: Handle Delete Port: fa4e26d8-5d97-4a02-b81c-54e491505eb9 2026-07-15 15:55:13.449 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bbe335c5-8a50-4ebd-ba11-0d0981256775 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Tap Mirror: Handle Delete Port: fa4e26d8-5d97-4a02-b81c-54e491505eb9 2026-07-15 15:55:13.756 8 INFO neutron_taas.services.taas.taas_plugin [None req-bbe335c5-8a50-4ebd-ba11-0d0981256775 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] TaaS: Handle Delete Port: 61b3a6d8-b2da-41b7-968a-5bdeec23075b 2026-07-15 15:55:13.759 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bbe335c5-8a50-4ebd-ba11-0d0981256775 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Tap Mirror: Handle Delete Port: 61b3a6d8-b2da-41b7-968a-5bdeec23075b 2026-07-15 15:55:14.135 8 INFO neutron.services.segments.plugin [-] Segment 7078e07a-5671-411c-a786-d2a79fd500b3 resource provider aggregate not found 2026-07-15 15:55:14.136 8 INFO neutron.services.segments.plugin [-] Segment 7078e07a-5671-411c-a786-d2a79fd500b3 resource provider aggregate not found 2026-07-15 15:55:14.164 8 INFO neutron.services.segments.plugin [-] Segment 7078e07a-5671-411c-a786-d2a79fd500b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7078e07a-5671-411c-a786-d2a79fd500b3 found for delete ", "request_id": "req-154b9c1a-b15a-4a27-8dcc-f93816fd57dc"}]} 2026-07-15 15:55:14.165 8 INFO neutron.services.segments.plugin [-] Segment 7078e07a-5671-411c-a786-d2a79fd500b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7078e07a-5671-411c-a786-d2a79fd500b3 found for delete ", "request_id": "req-d45558c0-a652-4f55-b364-9b61f370b85b"}]} 2026-07-15 15:55:14.169 8 INFO neutron.db.l3_hamode_db [None req-bbe335c5-8a50-4ebd-ba11-0d0981256775 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] HA network 117cb3c8-4e9a-46f9-8e11-7894c84faa96 was deleted as no HA routers are present in tenant 4252d91da9ef4d65abe70ec894e51238. [pid: 8|app: 0|req: 1267/2593] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:55:13 2026] DELETE /v2.0/routers/dbcc2afc-b234-4f85-9039-a1401f199a9e => generated 0 bytes in 962 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2594] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:55:14 2026] DELETE /v2.0/subnets/212263ac-3fb7-43c4-ae9d-f60e53d9d0a0 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:55:14.482 8 INFO neutron_taas.services.taas.taas_plugin [None req-61829417-1bde-465d-9bf5-4747dfb0a679 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] TaaS: Handle Delete Port: 370e931b-91f0-429e-90bf-9fb58c2afde3 2026-07-15 15:55:14.486 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61829417-1bde-465d-9bf5-4747dfb0a679 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Tap Mirror: Handle Delete Port: 370e931b-91f0-429e-90bf-9fb58c2afde3 [pid: 7|app: 0|req: 1328/2595] 10.0.0.105 () {34 vars in 989 bytes} [Wed Jul 15 15:55:14 2026] GET /v2.0/ports?device_id=c7e9460a-c494-4f6e-9559-861d5002df2e => 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: 1329/2596] 10.0.0.105 () {34 vars in 1039 bytes} [Wed Jul 15 15:55:14 2026] GET /v2.0/security-groups?id=a81463be-08a4-4d31-b672-366b7ef23deb&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2597] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:55:14 2026] DELETE /v2.0/networks/912b52dd-d328-4129-8c35-bb674f5f4b55 => generated 0 bytes in 397 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:55:15.177 7 INFO neutron_taas.services.taas.taas_plugin [None req-1f807967-543b-44ce-a43e-ea064741601f ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] TaaS: Handle Delete Port: 7b8168ec-8292-4a00-b4e6-beaabb140edc 2026-07-15 15:55:15.180 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f807967-543b-44ce-a43e-ea064741601f ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Tap Mirror: Handle Delete Port: 7b8168ec-8292-4a00-b4e6-beaabb140edc [pid: 7|app: 0|req: 1330/2598] 10.0.0.115 () {34 vars in 788 bytes} [Wed Jul 15 15:55:14 2026] PUT /v2.0/routers/be37dee0-e1b9-44b5-b62a-6a9284e4a59c/remove_router_interface => generated 309 bytes in 1021 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:55:16.023 8 INFO neutron_taas.services.taas.taas_plugin [None req-6cd97978-5cd6-4816-8c71-7bd316b03cd9 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] TaaS: Handle Delete Port: b1aca1a0-9b5b-4023-90f5-78a3e4deec38 2026-07-15 15:55:16.025 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6cd97978-5cd6-4816-8c71-7bd316b03cd9 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Tap Mirror: Handle Delete Port: b1aca1a0-9b5b-4023-90f5-78a3e4deec38 2026-07-15 15:55:16.185 8 INFO neutron.services.segments.plugin [-] Segment 06827d67-d3c3-4507-bb14-6c952ede2d4f resource provider aggregate not found 2026-07-15 15:55:16.192 8 INFO neutron.services.segments.plugin [-] Segment 06827d67-d3c3-4507-bb14-6c952ede2d4f resource provider aggregate not found 2026-07-15 15:55:16.217 8 INFO neutron.services.segments.plugin [-] Segment 06827d67-d3c3-4507-bb14-6c952ede2d4f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06827d67-d3c3-4507-bb14-6c952ede2d4f found for delete ", "request_id": "req-cdd65271-d9c0-4891-b9ca-7c76c38c0e1c"}]} 2026-07-15 15:55:16.217 8 INFO neutron.services.segments.plugin [-] Segment 06827d67-d3c3-4507-bb14-6c952ede2d4f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06827d67-d3c3-4507-bb14-6c952ede2d4f found for delete ", "request_id": "req-5a22fd0c-36ce-4474-82b4-a856dfb68664"}]} 2026-07-15 15:55:16.288 8 INFO neutron_taas.services.taas.taas_plugin [None req-6cd97978-5cd6-4816-8c71-7bd316b03cd9 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] TaaS: Handle Delete Port: ba6da763-02f6-49bc-8d3c-4a926cf5ba94 2026-07-15 15:55:16.292 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6cd97978-5cd6-4816-8c71-7bd316b03cd9 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Tap Mirror: Handle Delete Port: ba6da763-02f6-49bc-8d3c-4a926cf5ba94 2026-07-15 15:55:16.753 8 INFO neutron.db.l3_hamode_db [None req-6cd97978-5cd6-4816-8c71-7bd316b03cd9 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] HA network 757e352c-83e2-4e4f-9798-b86f46acb6ae was deleted as no HA routers are present in tenant 1c3db13f293d4111b56a4be010e665b5. [pid: 8|app: 0|req: 1269/2599] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:55:15 2026] DELETE /v2.0/routers/be37dee0-e1b9-44b5-b62a-6a9284e4a59c => generated 0 bytes in 964 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2600] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:55:16 2026] DELETE /v2.0/subnets/2b9a14cd-ccec-4237-9ae9-1e7f0564f1d5 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:55:17.076 8 INFO neutron_taas.services.taas.taas_plugin [None req-97d71c11-40af-4ecd-a8b8-46e003fa6c30 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] TaaS: Handle Delete Port: 6ce04e32-0b0e-441e-8119-f24d3852f2e5 2026-07-15 15:55:17.080 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97d71c11-40af-4ecd-a8b8-46e003fa6c30 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Tap Mirror: Handle Delete Port: 6ce04e32-0b0e-441e-8119-f24d3852f2e5 [pid: 8|app: 0|req: 1270/2601] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:55:16 2026] DELETE /v2.0/networks/7d67c918-e3bb-4732-88e6-4fc929405463 => generated 0 bytes in 330 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2602] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:55:17 2026] GET /v2.0/security-groups?tenant_id=1c3db13f293d4111b56a4be010e665b5&name=default => generated 2929 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2603] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:55:17 2026] DELETE /v2.0/security-groups/0f23cb37-599e-48e0-af55-4cddf6a32fc8 => 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: 1333/2604] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:55:17 2026] GET /v2.0/security-groups?tenant_id=4252d91da9ef4d65abe70ec894e51238&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2605] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:55:17 2026] DELETE /v2.0/security-groups/59c36c2e-3098-4ebb-afdd-33fc4e25f1b1 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:55:18.239 8 INFO neutron.services.segments.plugin [-] Segment d6153031-814e-42d7-aada-e7568537959c resource provider aggregate not found 2026-07-15 15:55:18.245 8 INFO neutron.services.segments.plugin [-] Segment d6153031-814e-42d7-aada-e7568537959c resource provider aggregate not found 2026-07-15 15:55:18.266 8 INFO neutron.services.segments.plugin [-] Segment d6153031-814e-42d7-aada-e7568537959c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6153031-814e-42d7-aada-e7568537959c found for delete ", "request_id": "req-aa0d1c6c-58a8-4859-8223-4defa22a857b"}]} 2026-07-15 15:55:18.270 8 INFO neutron.services.segments.plugin [-] Segment d6153031-814e-42d7-aada-e7568537959c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6153031-814e-42d7-aada-e7568537959c found for delete ", "request_id": "req-2433fddb-7fb9-41bc-afbc-2e30ba47ebc4"}]} 2026-07-15 15:55:18.281 8 INFO neutron.services.segments.plugin [-] Segment f8267ac1-f965-4616-9297-70b9df2269f3 resource provider aggregate not found 2026-07-15 15:55:18.286 8 INFO neutron.services.segments.plugin [-] Segment f8267ac1-f965-4616-9297-70b9df2269f3 resource provider aggregate not found 2026-07-15 15:55:18.300 8 INFO neutron.services.segments.plugin [-] Segment f8267ac1-f965-4616-9297-70b9df2269f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8267ac1-f965-4616-9297-70b9df2269f3 found for delete ", "request_id": "req-e6bdde0b-0887-4954-9321-931f93410862"}]} 2026-07-15 15:55:18.304 8 INFO neutron.services.segments.plugin [-] Segment f8267ac1-f965-4616-9297-70b9df2269f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8267ac1-f965-4616-9297-70b9df2269f3 found for delete ", "request_id": "req-651c9cb4-5e35-47d9-88fe-5d085867a90d"}]} 2026-07-15 15:55:22.722 7 INFO neutron.db.segments_db [None req-b1e464a7-e627-4058-a93e-1a0b2542f27f cc44700912014a21a4297a92a5496d36 35f1e0316a6246149414dcb59dbb0bdd - - default default] Added segment 7e21eb5b-3ac6-4bae-bfbf-9913d7ace7d0 of type vxlan for network 360750db-00b4-49e8-9901-70035d38f900 [pid: 7|app: 0|req: 1334/2606] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:55:22 2026] POST /v2.0/networks => generated 708 bytes in 442 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2607] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:55:22 2026] POST /v2.0/subnets => generated 644 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:55:23.001 7 WARNING neutron.api.v2.base [None req-e98d3c26-b186-4e7d-b77b-b9c53f39849c cc44700912014a21a4297a92a5496d36 35f1e0316a6246149414dcb59dbb0bdd - - 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-07-15 15:55:23.001 7 INFO neutron.api.v2.resource [None req-e98d3c26-b186-4e7d-b77b-b9c53f39849c cc44700912014a21a4297a92a5496d36 35f1e0316a6246149414dcb59dbb0bdd - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1335/2608] 10.0.0.115 () {34 vars in 680 bytes} [Wed Jul 15 15:55:22 2026] POST /v2.0/rbac-policies => generated 143 bytes in 11 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-07-15 15:55:23.184 8 INFO neutron.services.segments.plugin [-] Segment 7e21eb5b-3ac6-4bae-bfbf-9913d7ace7d0 resource provider aggregate not found 2026-07-15 15:55:23.196 8 INFO neutron.services.segments.plugin [-] Segment 7e21eb5b-3ac6-4bae-bfbf-9913d7ace7d0 resource provider aggregate not found 2026-07-15 15:55:23.203 8 INFO neutron.services.segments.plugin [-] Segment 7e21eb5b-3ac6-4bae-bfbf-9913d7ace7d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e21eb5b-3ac6-4bae-bfbf-9913d7ace7d0 found for delete ", "request_id": "req-fee69392-5eb4-4847-b035-a09118eb08d3"}]} 2026-07-15 15:55:23.217 8 INFO neutron.services.segments.plugin [-] Segment 7e21eb5b-3ac6-4bae-bfbf-9913d7ace7d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e21eb5b-3ac6-4bae-bfbf-9913d7ace7d0 found for delete ", "request_id": "req-09cf5c2b-c17e-4ea8-bbcd-2ad7895dbe85"}]} [pid: 8|app: 0|req: 1274/2609] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:55:23 2026] DELETE /v2.0/networks/360750db-00b4-49e8-9901-70035d38f900 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:55:23.295 7 INFO neutron.db.segments_db [None req-c4cd9b81-a12e-4406-bb53-728fb3815617 cc44700912014a21a4297a92a5496d36 35f1e0316a6246149414dcb59dbb0bdd - - default default] Added segment 21c24f98-420f-44c3-a3eb-351a458969c0 of type vxlan for network 7273f555-c1ba-497b-9cbe-c6f23b59f494 [pid: 7|app: 0|req: 1336/2610] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:55:23 2026] POST /v2.0/networks => generated 706 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2611] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:55:23 2026] POST /v2.0/subnets => generated 647 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:55:23.664 7 WARNING neutron.api.v2.base [None req-532f6d0f-53b4-4c8c-bde4-f894b4aeb9ce cc44700912014a21a4297a92a5496d36 35f1e0316a6246149414dcb59dbb0bdd - - 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-07-15 15:55:23.665 7 INFO neutron.api.v2.resource [None req-532f6d0f-53b4-4c8c-bde4-f894b4aeb9ce cc44700912014a21a4297a92a5496d36 35f1e0316a6246149414dcb59dbb0bdd - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1337/2612] 10.0.0.115 () {34 vars in 680 bytes} [Wed Jul 15 15:55:23 2026] POST /v2.0/rbac-policies => generated 547 bytes in 13 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2613] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:55:23 2026] DELETE /v2.0/networks/7273f555-c1ba-497b-9cbe-c6f23b59f494 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:55:23.963 7 INFO neutron.db.segments_db [None req-22667067-96b9-4c74-a392-240b5877b0f4 cc44700912014a21a4297a92a5496d36 35f1e0316a6246149414dcb59dbb0bdd - - default default] Added segment 6bf5c353-2bcb-4c4b-9cba-8debfd70eab4 of type vxlan for network cbbcdc2f-1390-4fac-82f0-7ecd61b6bc15 [pid: 7|app: 0|req: 1338/2614] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:55:23 2026] POST /v2.0/networks => generated 708 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2615] 10.0.0.115 () {34 vars in 668 bytes} [Wed Jul 15 15:55:24 2026] POST /v2.0/subnets => generated 647 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2616] 10.0.0.115 () {34 vars in 680 bytes} [Wed Jul 15 15:55:24 2026] POST /v2.0/rbac-policies => generated 324 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2617] 10.0.0.115 () {32 vars in 722 bytes} [Wed Jul 15 15:55:24 2026] GET /v2.0/networks/cbbcdc2f-1390-4fac-82f0-7ecd61b6bc15 => generated 655 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:55:25.225 8 INFO neutron.services.segments.plugin [-] Segment 21c24f98-420f-44c3-a3eb-351a458969c0 resource provider aggregate not found 2026-07-15 15:55:25.238 8 INFO neutron.services.segments.plugin [-] Segment 21c24f98-420f-44c3-a3eb-351a458969c0 resource provider aggregate not found 2026-07-15 15:55:25.244 8 INFO neutron.services.segments.plugin [-] Segment 21c24f98-420f-44c3-a3eb-351a458969c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21c24f98-420f-44c3-a3eb-351a458969c0 found for delete ", "request_id": "req-ea56bcf2-0047-47d0-b750-ec0e4e0fc689"}]} 2026-07-15 15:55:25.262 8 INFO neutron.services.segments.plugin [-] Segment 21c24f98-420f-44c3-a3eb-351a458969c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 21c24f98-420f-44c3-a3eb-351a458969c0 found for delete ", "request_id": "req-2dce1c04-a746-49c5-9614-c1d9801ca05e"}]} 2026-07-15 15:55:25.389 7 INFO neutron.pecan_wsgi.hooks.translation [None req-aa19597f-880f-46f8-9e47-0c47f238d3ec 6d8cdacd67a84a8795d5f28eff3a8074 dd4ffeba1a164c27a92c91dafdd741a3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1340/2618] 10.0.0.115 () {32 vars in 722 bytes} [Wed Jul 15 15:55:25 2026] GET /v2.0/networks/cbbcdc2f-1390-4fac-82f0-7ecd61b6bc15 => generated 138 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2619] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:55:25 2026] DELETE /v2.0/networks/cbbcdc2f-1390-4fac-82f0-7ecd61b6bc15 => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:55:25.652 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fb40ada7-b744-4f5c-9d2d-409f8bf26185 cc44700912014a21a4297a92a5496d36 35f1e0316a6246149414dcb59dbb0bdd - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1341/2620] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:55:25 2026] DELETE /v2.0/subnets/f3ea2ba5-4065-4674-9564-9ca16465b9ac => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-15 15:55:25.677 8 INFO neutron.pecan_wsgi.hooks.translation [None req-23007907-52af-42b5-892d-b5b4991712ca cc44700912014a21a4297a92a5496d36 35f1e0316a6246149414dcb59dbb0bdd - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1280/2621] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:55:25 2026] DELETE /v2.0/subnets/4ef022c4-845f-4f83-bf84-e447fa43a508 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-15 15:55:25.702 7 INFO neutron.pecan_wsgi.hooks.translation [None req-861beef5-e3e8-4047-830b-57177832f317 cc44700912014a21a4297a92a5496d36 35f1e0316a6246149414dcb59dbb0bdd - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1342/2622] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:55:25 2026] DELETE /v2.0/subnets/4da2e704-ce15-47d6-811a-73067f09a734 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2625] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:55:26 2026] GET /v2.0/security-groups?tenant_id=258b0614ab07439fb9c3197632598648&name=default => generated 2929 bytes in 339 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2626] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:55:26 2026] DELETE /v2.0/security-groups/9c8a8955-9ca9-4b75-8e64-d6cda849ce96 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2627] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:55:27 2026] GET /v2.0/security-groups?tenant_id=dd4ffeba1a164c27a92c91dafdd741a3&name=default => generated 2929 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:55:27.267 8 INFO neutron.services.segments.plugin [-] Segment 6bf5c353-2bcb-4c4b-9cba-8debfd70eab4 resource provider aggregate not found 2026-07-15 15:55:27.284 8 INFO neutron.services.segments.plugin [-] Segment 6bf5c353-2bcb-4c4b-9cba-8debfd70eab4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6bf5c353-2bcb-4c4b-9cba-8debfd70eab4 found for delete ", "request_id": "req-041bb8c1-2711-4552-8e50-615a17a1b45e"}]} 2026-07-15 15:55:27.288 8 INFO neutron.services.segments.plugin [-] Segment 6bf5c353-2bcb-4c4b-9cba-8debfd70eab4 resource provider aggregate not found [pid: 7|app: 0|req: 1346/2628] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:55:27 2026] DELETE /v2.0/security-groups/53fc87d8-bc5d-4f68-865c-2994f6dbd819 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:55:27.305 8 INFO neutron.services.segments.plugin [-] Segment 6bf5c353-2bcb-4c4b-9cba-8debfd70eab4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6bf5c353-2bcb-4c4b-9cba-8debfd70eab4 found for delete ", "request_id": "req-a796821b-f6f2-4ea9-99f1-9c42c5e21329"}]} [pid: 8|app: 0|req: 1283/2629] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:55:27 2026] GET /v2.0/security-groups?tenant_id=35f1e0316a6246149414dcb59dbb0bdd&name=default => generated 2929 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2630] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:55:27 2026] DELETE /v2.0/security-groups/aae00069-b188-4f7e-9b28-16ba1421dadd => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2631] 10.0.0.115 () {32 vars in 720 bytes} [Wed Jul 15 15:55:28 2026] GET /v2.0/subnets/693fa778-49f4-4654-b0aa-e2b3138cb1c1 => generated 675 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2632] 10.0.0.140 () {30 vars in 689 bytes} [Wed Jul 15 15:55:29 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2633] 10.0.0.140 () {30 vars in 691 bytes} [Wed Jul 15 15:55:30 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2634] 10.0.0.140 () {30 vars in 667 bytes} [Wed Jul 15 15:55:30 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: 1286/2635] 10.0.0.140 () {30 vars in 703 bytes} [Wed Jul 15 15:55:30 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: 1350/2636] 10.0.0.140 () {28 vars in 438 bytes} [Wed Jul 15 15:55:30 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2637] 10.0.0.140 () {30 vars in 727 bytes} [Wed Jul 15 15:55:30 2026] GET /v2.0/subnets/693fa778-49f4-4654-b0aa-e2b3138cb1c1 => generated 657 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2638] 10.0.0.140 () {30 vars in 689 bytes} [Wed Jul 15 15:55:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2639] 10.0.0.140 () {30 vars in 691 bytes} [Wed Jul 15 15:55:30 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: 1352/2640] 10.0.0.140 () {30 vars in 667 bytes} [Wed Jul 15 15:55:30 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2641] 10.0.0.140 () {30 vars in 703 bytes} [Wed Jul 15 15:55:30 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: 1353/2642] 10.0.0.140 () {30 vars in 727 bytes} [Wed Jul 15 15:55:30 2026] GET /v2.0/subnets/693fa778-49f4-4654-b0aa-e2b3138cb1c1 => 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: 1290/2643] 10.0.0.140 () {30 vars in 689 bytes} [Wed Jul 15 15:55:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2644] 10.0.0.140 () {30 vars in 691 bytes} [Wed Jul 15 15:55:30 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: 1291/2645] 10.0.0.140 () {30 vars in 667 bytes} [Wed Jul 15 15:55:30 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: 1355/2646] 10.0.0.140 () {30 vars in 703 bytes} [Wed Jul 15 15:55:30 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2647] 10.0.0.140 () {30 vars in 729 bytes} [Wed Jul 15 15:55:30 2026] GET /v2.0/networks/05aca1f3-2648-4dc0-bb23-5c5fdb929a92 => generated 799 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2648] 10.0.0.140 () {30 vars in 681 bytes} [Wed Jul 15 15:55:31 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2649] 10.0.0.140 () {34 vars in 703 bytes} [Wed Jul 15 15:55:31 2026] POST /v2.0/ports => generated 1132 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2650] 10.0.0.115 () {34 vars in 683 bytes} [Wed Jul 15 15:55:32 2026] POST /v2.0/security-groups => generated 1603 bytes in 505 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: 1294/2651] 10.0.0.115 () {34 vars in 683 bytes} [Wed Jul 15 15:55:32 2026] POST /v2.0/security-groups => generated 1603 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2652] 10.0.0.115 () {34 vars in 683 bytes} [Wed Jul 15 15:55:32 2026] POST /v2.0/security-groups => generated 1603 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2653] 10.0.0.115 () {34 vars in 683 bytes} [Wed Jul 15 15:55:32 2026] POST /v2.0/security-groups => generated 1603 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2654] 10.0.0.115 () {34 vars in 683 bytes} [Wed Jul 15 15:55:33 2026] POST /v2.0/security-groups => generated 1603 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2655] 10.0.0.115 () {34 vars in 766 bytes} [Wed Jul 15 15:55:33 2026] PUT /v2.0/security-groups/e4be3956-619c-4ffc-b6de-7f1330a11e68/tags => generated 17 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2656] 10.0.0.115 () {34 vars in 766 bytes} [Wed Jul 15 15:55:33 2026] PUT /v2.0/security-groups/0ea4de5d-0ba8-41b7-92bf-01f011c41155/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2657] 10.0.0.115 () {34 vars in 766 bytes} [Wed Jul 15 15:55:33 2026] PUT /v2.0/security-groups/f908aa9b-f2db-4e36-a62c-51a965b2741c/tags => generated 34 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2658] 10.0.0.115 () {34 vars in 766 bytes} [Wed Jul 15 15:55:33 2026] PUT /v2.0/security-groups/a6e9a8a2-02ea-4af0-817d-5c60b764ed93/tags => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2659] 10.0.0.115 () {32 vars in 679 bytes} [Wed Jul 15 15:55:33 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2660] 10.0.0.115 () {32 vars in 693 bytes} [Wed Jul 15 15:55:33 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2661] 10.0.0.115 () {32 vars in 689 bytes} [Wed Jul 15 15:55:33 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2662] 10.0.0.115 () {32 vars in 701 bytes} [Wed Jul 15 15:55:33 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2663] 10.0.0.115 () {32 vars in 687 bytes} [Wed Jul 15 15:55:33 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2664] 10.0.0.115 () {32 vars in 701 bytes} [Wed Jul 15 15:55:33 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2665] 10.0.0.115 () {32 vars in 697 bytes} [Wed Jul 15 15:55:33 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2666] 10.0.0.115 () {32 vars in 709 bytes} [Wed Jul 15 15:55:33 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2667] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:55:33 2026] DELETE /v2.0/security-groups/e4be3956-619c-4ffc-b6de-7f1330a11e68 => 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: 1366/2668] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:55:34 2026] DELETE /v2.0/security-groups/0ea4de5d-0ba8-41b7-92bf-01f011c41155 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2669] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:55:34 2026] DELETE /v2.0/security-groups/f908aa9b-f2db-4e36-a62c-51a965b2741c => 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: 1304/2670] 199.204.45.23 () {30 vars in 701 bytes} [Wed Jul 15 15:55:34 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2671] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:55:34 2026] DELETE /v2.0/security-groups/a6e9a8a2-02ea-4af0-817d-5c60b764ed93 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2672] 199.204.45.23 () {30 vars in 703 bytes} [Wed Jul 15 15:55:34 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/2673] 199.204.45.23 () {30 vars in 679 bytes} [Wed Jul 15 15:55:34 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: 1307/2674] 199.204.45.23 () {30 vars in 715 bytes} [Wed Jul 15 15:55:34 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2675] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:55:34 2026] DELETE /v2.0/security-groups/cf3ad8c0-2e63-4dd6-9d45-51ff86f6cdb9 => 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: 1308/2676] 199.204.45.23 () {30 vars in 735 bytes} [Wed Jul 15 15:55:34 2026] GET /v2.0/ports/edb27801-dbb2-47c1-915a-a3e5a9f19849 => generated 1132 bytes in 657 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2677] 199.204.45.23 () {30 vars in 701 bytes} [Wed Jul 15 15:55:35 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2678] 199.204.45.23 () {30 vars in 703 bytes} [Wed Jul 15 15:55:35 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: 1311/2679] 199.204.45.23 () {30 vars in 679 bytes} [Wed Jul 15 15:55:35 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2680] 199.204.45.23 () {30 vars in 715 bytes} [Wed Jul 15 15:55:35 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:55:35.343 8 INFO neutron.api.v2.resource [None req-3cc52628-a6d5-45b1-ab3c-8af942422347 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1313/2681] 199.204.45.23 () {30 vars in 761 bytes} [Wed Jul 15 15:55:35 2026] GET /v2.0/security-groups/lb-530d7033-5992-4866-a908-e40c43c6d528 => 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: 1314/2682] 199.204.45.23 () {30 vars in 783 bytes} [Wed Jul 15 15:55:35 2026] GET /v2.0/security-groups?name=lb-530d7033-5992-4866-a908-e40c43c6d528 => generated 23 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2683] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:55:35 2026] GET /v2.0/security-groups?tenant_id=10b1299404eb4fe7bb254f72124c62fd&name=default => generated 2929 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2684] 199.204.45.23 () {34 vars in 734 bytes} [Wed Jul 15 15:55:35 2026] POST /v2.0/security-groups => generated 1638 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2685] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:55:35 2026] DELETE /v2.0/security-groups/c49d400d-aa21-4663-bcd4-2e958cd23fca => 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: 1316/2686] 199.204.45.23 () {30 vars in 813 bytes} [Wed Jul 15 15:55:35 2026] GET /v2.0/security-group-rules?security_group_id=98ee9979-41b0-4c70-b192-5ecfe359026c => generated 1182 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2687] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:55:35 2026] GET /v2.0/security-groups?tenant_id=a6e953c4201b4fbe87890f23b1239443&name=default => generated 2929 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2688] 199.204.45.23 () {34 vars in 787 bytes} [Wed Jul 15 15:55:35 2026] PUT /v2.0/ports/edb27801-dbb2-47c1-915a-a3e5a9f19849 => generated 1132 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2689] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:55:35 2026] DELETE /v2.0/security-groups/044ecc48-32b2-431f-91d1-9e2fa649eb3b => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1372/2690] 199.204.45.23 () {30 vars in 701 bytes} [Wed Jul 15 15:55:35 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: 1319/2691] 199.204.45.23 () {30 vars in 703 bytes} [Wed Jul 15 15:55: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: 1373/2692] 199.204.45.23 () {30 vars in 679 bytes} [Wed Jul 15 15:55:35 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: 1320/2693] 199.204.45.23 () {30 vars in 715 bytes} [Wed Jul 15 15:55:35 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: 1374/2694] 199.204.45.23 () {30 vars in 739 bytes} [Wed Jul 15 15:55:35 2026] GET /v2.0/subnets/693fa778-49f4-4654-b0aa-e2b3138cb1c1 => 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: 1321/2695] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:55:36 2026] GET /v2.0/security-groups?tenant_id=d5b0a3049c504654b54a0e4060ccf57e&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2696] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:55:36 2026] DELETE /v2.0/security-groups/29ff84ec-feec-4646-ba8b-8f8873308788 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:55:40.081 8 INFO neutron.db.segments_db [None req-66427ea4-95fd-4ec0-b132-c3295cf71faa 2a713caa3dba450a983e4b9db1b91fd2 53785cec6e8b4118af877d0680e8f06e - - default default] Added segment 036ae86c-c70e-4ce7-88fa-426f427540b6 of type vxlan for network 999aa433-566a-44fd-82d3-ea864865f1c4 [pid: 8|app: 0|req: 1322/2697] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:55:39 2026] POST /v2.0/networks => generated 612 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2698] 10.0.0.115 () {34 vars in 752 bytes} [Wed Jul 15 15:55:40 2026] PUT /v2.0/networks/999aa433-566a-44fd-82d3-ea864865f1c4/tags => generated 25 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2699] 10.0.0.115 () {32 vars in 732 bytes} [Wed Jul 15 15:55:40 2026] GET /v2.0/networks/999aa433-566a-44fd-82d3-ea864865f1c4/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: 1377/2700] 10.0.0.115 () {34 vars in 763 bytes} [Wed Jul 15 15:55:40 2026] PUT /v2.0/networks/999aa433-566a-44fd-82d3-ea864865f1c4/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: 1324/2701] 10.0.0.115 () {32 vars in 732 bytes} [Wed Jul 15 15:55:40 2026] GET /v2.0/networks/999aa433-566a-44fd-82d3-ea864865f1c4/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: 1378/2702] 10.0.0.115 () {34 vars in 759 bytes} [Wed Jul 15 15:55:40 2026] PUT /v2.0/networks/999aa433-566a-44fd-82d3-ea864865f1c4/tags/red => generated 4 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2703] 10.0.0.115 () {32 vars in 732 bytes} [Wed Jul 15 15:55:40 2026] GET /v2.0/networks/999aa433-566a-44fd-82d3-ea864865f1c4/tags => generated 34 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2704] 10.0.0.115 () {34 vars in 781 bytes} [Wed Jul 15 15:55:40 2026] PUT /v2.0/networks/999aa433-566a-44fd-82d3-ea864865f1c4/tags/black.or.white => generated 4 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2705] 10.0.0.115 () {32 vars in 732 bytes} [Wed Jul 15 15:55:40 2026] GET /v2.0/networks/999aa433-566a-44fd-82d3-ea864865f1c4/tags => generated 52 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2706] 10.0.0.115 () {34 vars in 752 bytes} [Wed Jul 15 15:55:40 2026] PUT /v2.0/networks/999aa433-566a-44fd-82d3-ea864865f1c4/tags => generated 37 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2707] 10.0.0.115 () {32 vars in 732 bytes} [Wed Jul 15 15:55:40 2026] GET /v2.0/networks/999aa433-566a-44fd-82d3-ea864865f1c4/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2708] 10.0.0.115 () {32 vars in 740 bytes} [Wed Jul 15 15:55:40 2026] GET /v2.0/networks/999aa433-566a-44fd-82d3-ea864865f1c4/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:55:41.018 8 INFO neutron.api.v2.resource [None req-8c126fb2-fbd6-4ad0-8b37-e91cdba96ef3 2a713caa3dba450a983e4b9db1b91fd2 53785cec6e8b4118af877d0680e8f06e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1328/2709] 10.0.0.115 () {32 vars in 744 bytes} [Wed Jul 15 15:55:40 2026] GET /v2.0/networks/999aa433-566a-44fd-82d3-ea864865f1c4/tags/green => generated 99 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2710] 10.0.0.115 () {32 vars in 743 bytes} [Wed Jul 15 15:55:41 2026] DELETE /v2.0/networks/999aa433-566a-44fd-82d3-ea864865f1c4/tags/red => 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: 1329/2711] 10.0.0.115 () {32 vars in 732 bytes} [Wed Jul 15 15:55:41 2026] GET /v2.0/networks/999aa433-566a-44fd-82d3-ea864865f1c4/tags => generated 30 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:55:41.228 7 INFO neutron.api.v2.resource [None req-c12e731c-18be-45bd-858b-2c57555c0c20 2a713caa3dba450a983e4b9db1b91fd2 53785cec6e8b4118af877d0680e8f06e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1383/2712] 10.0.0.115 () {32 vars in 747 bytes} [Wed Jul 15 15:55:41 2026] DELETE /v2.0/networks/999aa433-566a-44fd-82d3-ea864865f1c4/tags/green => generated 99 bytes in 66 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2713] 10.0.0.115 () {32 vars in 735 bytes} [Wed Jul 15 15:55:41 2026] DELETE /v2.0/networks/999aa433-566a-44fd-82d3-ea864865f1c4/tags => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2714] 10.0.0.115 () {32 vars in 732 bytes} [Wed Jul 15 15:55:41 2026] GET /v2.0/networks/999aa433-566a-44fd-82d3-ea864865f1c4/tags => generated 12 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2717] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:55:41 2026] DELETE /v2.0/networks/999aa433-566a-44fd-82d3-ea864865f1c4 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:55:41.672 8 INFO neutron.services.segments.plugin [-] Segment 036ae86c-c70e-4ce7-88fa-426f427540b6 resource provider aggregate not found 2026-07-15 15:55:41.687 8 INFO neutron.services.segments.plugin [-] Segment 036ae86c-c70e-4ce7-88fa-426f427540b6 resource provider aggregate not found 2026-07-15 15:55:41.696 8 INFO neutron.services.segments.plugin [-] Segment 036ae86c-c70e-4ce7-88fa-426f427540b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 036ae86c-c70e-4ce7-88fa-426f427540b6 found for delete ", "request_id": "req-bd006494-c0a1-477a-956e-03e2edbe93f5"}]} 2026-07-15 15:55:41.701 8 INFO neutron.services.segments.plugin [-] Segment 036ae86c-c70e-4ce7-88fa-426f427540b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 036ae86c-c70e-4ce7-88fa-426f427540b6 found for delete ", "request_id": "req-96693c0c-4f0c-4eed-8c23-9ed73ba7e392"}]} [pid: 7|app: 0|req: 1387/2718] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:55:42 2026] GET /v2.0/security-groups?tenant_id=c8cfec9ca0594f8e8a8b3b9d678da27c&name=default => generated 2929 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2719] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:55:42 2026] DELETE /v2.0/security-groups/6d310ed6-366e-4c5b-96b7-8982088f8d88 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2720] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:55:42 2026] GET /v2.0/security-groups?tenant_id=53785cec6e8b4118af877d0680e8f06e&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2721] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:55:42 2026] DELETE /v2.0/security-groups/327d8985-bba2-45a6-b76a-5db7ad2ff7c9 => 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: 1389/2722] 10.0.0.192 () {34 vars in 1015 bytes} [Wed Jul 15 15:55:43 2026] GET /v2.0/security-groups?id=192ba757-aa95-4065-91f2-e2571b9023d2&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: 1334/2723] 10.0.0.192 () {34 vars in 981 bytes} [Wed Jul 15 15:55:43 2026] GET /v2.0/networks?id=bef8dc34-6a8f-4c4b-a392-9a5b8e483059 => generated 735 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2724] 10.0.0.192 () {34 vars in 964 bytes} [Wed Jul 15 15:55:44 2026] GET /v2.0/quotas/c3003393247549b38db23df9133f2af3 => 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: 1335/2725] 10.0.0.192 () {34 vars in 1001 bytes} [Wed Jul 15 15:55:44 2026] GET /v2.0/ports?tenant_id=c3003393247549b38db23df9133f2af3&fields=id => generated 149 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2726] 10.0.0.192 () {34 vars in 1007 bytes} [Wed Jul 15 15:55:44 2026] GET /v2.0/networks/bef8dc34-6a8f-4c4b-a392-9a5b8e483059?fields=segments => generated 14 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2727] 10.0.0.192 () {34 vars in 1107 bytes} [Wed Jul 15 15:55:44 2026] GET /v2.0/networks/bef8dc34-6a8f-4c4b-a392-9a5b8e483059?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2728] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:55:44 2026] GET /v2.0/ports?device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => 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: 1337/2729] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:55:44 2026] GET /v2.0/ports?device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:55:46.400 7 INFO neutron.db.segments_db [None req-59a4974e-b79f-4df1-b305-85e36554aaf3 6ac718d8931748a6b94a65bccf251e63 cc5c0b3e27f74793aa7ab5ae85952637 - - default default] Added segment 5c75550a-0a9e-49e4-9ac8-d862da0b6997 of type vxlan for network 4dd1d0e1-baac-4871-b0c1-a9f7c9cb75ba 2026-07-15 15:55:46.721 7 INFO neutron.db.l3_hamode_db [None req-59a4974e-b79f-4df1-b305-85e36554aaf3 6ac718d8931748a6b94a65bccf251e63 cc5c0b3e27f74793aa7ab5ae85952637 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-15 15:55:46.876 7 INFO neutron.db.l3_hamode_db [None req-59a4974e-b79f-4df1-b305-85e36554aaf3 6ac718d8931748a6b94a65bccf251e63 cc5c0b3e27f74793aa7ab5ae85952637 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1393/2730] 10.0.0.115 () {34 vars in 667 bytes} [Wed Jul 15 15:55:46 2026] POST /v2.0/routers => generated 474 bytes in 1306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2731] 10.0.0.115 () {34 vars in 750 bytes} [Wed Jul 15 15:55:47 2026] PUT /v2.0/routers/a7883922-c933-4b33-b366-d07d18f12872/tags => generated 25 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2732] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:55:47 2026] GET /v2.0/ports?device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2733] 10.0.0.115 () {32 vars in 730 bytes} [Wed Jul 15 15:55:47 2026] GET /v2.0/routers/a7883922-c933-4b33-b366-d07d18f12872/tags => generated 25 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2734] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:55:47 2026] GET /v2.0/ports?device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => 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: 1395/2735] 10.0.0.115 () {34 vars in 761 bytes} [Wed Jul 15 15:55:47 2026] PUT /v2.0/routers/a7883922-c933-4b33-b366-d07d18f12872/tags/green => generated 4 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2736] 10.0.0.115 () {32 vars in 730 bytes} [Wed Jul 15 15:55:47 2026] GET /v2.0/routers/a7883922-c933-4b33-b366-d07d18f12872/tags => generated 34 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2737] 10.0.0.115 () {34 vars in 757 bytes} [Wed Jul 15 15:55:48 2026] PUT /v2.0/routers/a7883922-c933-4b33-b366-d07d18f12872/tags/red => generated 4 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2738] 10.0.0.115 () {32 vars in 730 bytes} [Wed Jul 15 15:55:48 2026] GET /v2.0/routers/a7883922-c933-4b33-b366-d07d18f12872/tags => generated 34 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2739] 10.0.0.115 () {34 vars in 779 bytes} [Wed Jul 15 15:55:48 2026] PUT /v2.0/routers/a7883922-c933-4b33-b366-d07d18f12872/tags/black.or.white => generated 4 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2740] 10.0.0.115 () {32 vars in 730 bytes} [Wed Jul 15 15:55:48 2026] GET /v2.0/routers/a7883922-c933-4b33-b366-d07d18f12872/tags => generated 52 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2741] 10.0.0.115 () {34 vars in 750 bytes} [Wed Jul 15 15:55:48 2026] PUT /v2.0/routers/a7883922-c933-4b33-b366-d07d18f12872/tags => generated 37 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2742] 10.0.0.115 () {32 vars in 730 bytes} [Wed Jul 15 15:55:48 2026] GET /v2.0/routers/a7883922-c933-4b33-b366-d07d18f12872/tags => generated 37 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2743] 10.0.0.115 () {32 vars in 738 bytes} [Wed Jul 15 15:55:48 2026] GET /v2.0/routers/a7883922-c933-4b33-b366-d07d18f12872/tags/red => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:55:49.114 8 INFO neutron.api.v2.resource [None req-29ebb360-8146-4002-b684-e5dc9a3abd6c 6ac718d8931748a6b94a65bccf251e63 cc5c0b3e27f74793aa7ab5ae85952637 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1345/2744] 10.0.0.115 () {32 vars in 742 bytes} [Wed Jul 15 15:55:48 2026] GET /v2.0/routers/a7883922-c933-4b33-b366-d07d18f12872/tags/green => generated 99 bytes in 116 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2745] 199.204.45.23 () {34 vars in 984 bytes} [Wed Jul 15 15:55:49 2026] GET /v2.0/networks?id=bef8dc34-6a8f-4c4b-a392-9a5b8e483059 => generated 735 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2746] 199.204.45.23 () {34 vars in 1048 bytes} [Wed Jul 15 15:55:49 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c3003393247549b38db23df9133f2af3 => generated 343 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2747] 10.0.0.115 () {32 vars in 741 bytes} [Wed Jul 15 15:55:49 2026] DELETE /v2.0/routers/a7883922-c933-4b33-b366-d07d18f12872/tags/red => 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: 1347/2748] 10.0.0.115 () {32 vars in 730 bytes} [Wed Jul 15 15:55:49 2026] GET /v2.0/routers/a7883922-c933-4b33-b366-d07d18f12872/tags => generated 30 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:55:49.517 8 INFO neutron.api.v2.resource [None req-b15aa2a7-7abd-432f-9fa4-e143f51a584a 6ac718d8931748a6b94a65bccf251e63 cc5c0b3e27f74793aa7ab5ae85952637 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1348/2749] 10.0.0.115 () {32 vars in 745 bytes} [Wed Jul 15 15:55:49 2026] DELETE /v2.0/routers/a7883922-c933-4b33-b366-d07d18f12872/tags/green => generated 99 bytes in 122 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2750] 199.204.45.23 () {38 vars in 953 bytes} [Wed Jul 15 15:55:49 2026] POST /v2.0/ports => generated 1082 bytes in 355 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: 1349/2751] 10.0.0.115 () {32 vars in 733 bytes} [Wed Jul 15 15:55:49 2026] DELETE /v2.0/routers/a7883922-c933-4b33-b366-d07d18f12872/tags => 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: 1350/2752] 10.0.0.115 () {32 vars in 730 bytes} [Wed Jul 15 15:55:49 2026] GET /v2.0/routers/a7883922-c933-4b33-b366-d07d18f12872/tags => generated 12 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2753] 10.0.0.115 () {32 vars in 720 bytes} [Wed Jul 15 15:55:49 2026] GET /v2.0/routers/a7883922-c933-4b33-b366-d07d18f12872 => generated 480 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2754] 199.204.45.23 () {38 vars in 1026 bytes} [Wed Jul 15 15:55:49 2026] PUT /v2.0/ports/1eecbf5f-8859-4db7-93df-487da0590d26 => generated 1243 bytes in 545 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:55:50.235 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9d7f2898-a8bb-471f-a449-b3a50099adde'] response: {'name': 'network-changed', 'server_uuid': '71035aa0-b00b-4158-a510-6b23beff0dbd', 'tag': '1eecbf5f-8859-4db7-93df-487da0590d26', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1352/2755] 10.0.0.115 () {34 vars in 741 bytes} [Wed Jul 15 15:55:49 2026] PUT /v2.0/routers/a7883922-c933-4b33-b366-d07d18f12872 => generated 480 bytes in 661 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: 1404/2756] 10.0.0.115 () {32 vars in 735 bytes} [Wed Jul 15 15:55:50 2026] GET /v2.0/ports?device_id=a7883922-c933-4b33-b366-d07d18f12872 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:55:50.726 8 INFO neutron_taas.services.taas.taas_plugin [None req-934cada0-731e-4b34-9ca6-32ab8c8657f6 6ac718d8931748a6b94a65bccf251e63 cc5c0b3e27f74793aa7ab5ae85952637 - - default default] TaaS: Handle Delete Port: 8618f24b-cbfc-423a-be66-b9162b8e3058 2026-07-15 15:55:50.730 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-934cada0-731e-4b34-9ca6-32ab8c8657f6 6ac718d8931748a6b94a65bccf251e63 cc5c0b3e27f74793aa7ab5ae85952637 - - default default] Tap Mirror: Handle Delete Port: 8618f24b-cbfc-423a-be66-b9162b8e3058 [pid: 7|app: 0|req: 1405/2757] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:55:50 2026] GET /v2.0/ports?tenant_id=c3003393247549b38db23df9133f2af3&device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => generated 1246 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2758] 199.204.45.23 () {34 vars in 1016 bytes} [Wed Jul 15 15:55:50 2026] GET /v2.0/networks?tenant_id=c3003393247549b38db23df9133f2af3&shared=False => generated 735 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2759] 199.204.45.23 () {34 vars in 928 bytes} [Wed Jul 15 15:55:50 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2760] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:55:50 2026] GET /v2.0/ports?device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => generated 1246 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2761] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:55:50 2026] GET /v2.0/security-groups?id=192ba757-aa95-4065-91f2-e2571b9023d2&fields=id&fields=name => generated 96 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:55:51.085 8 INFO neutron.services.segments.plugin [-] Segment 5c75550a-0a9e-49e4-9ac8-d862da0b6997 resource provider aggregate not found 2026-07-15 15:55:51.090 8 INFO neutron.services.segments.plugin [-] Segment 5c75550a-0a9e-49e4-9ac8-d862da0b6997 resource provider aggregate not found [pid: 7|app: 0|req: 1410/2762] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:55:51 2026] GET /v2.0/ports?device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:55:51.115 8 INFO neutron.db.l3_hamode_db [None req-934cada0-731e-4b34-9ca6-32ab8c8657f6 6ac718d8931748a6b94a65bccf251e63 cc5c0b3e27f74793aa7ab5ae85952637 - - default default] HA network 4dd1d0e1-baac-4871-b0c1-a9f7c9cb75ba was deleted as no HA routers are present in tenant cc5c0b3e27f74793aa7ab5ae85952637. 2026-07-15 15:55:51.116 8 INFO neutron.services.segments.plugin [-] Segment 5c75550a-0a9e-49e4-9ac8-d862da0b6997 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c75550a-0a9e-49e4-9ac8-d862da0b6997 found for delete ", "request_id": "req-c769f9c0-5781-4772-baaa-108598582712"}]} 2026-07-15 15:55:51.117 8 INFO neutron.services.segments.plugin [-] Segment 5c75550a-0a9e-49e4-9ac8-d862da0b6997 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c75550a-0a9e-49e4-9ac8-d862da0b6997 found for delete ", "request_id": "req-1be5e85c-e39d-4a5c-8809-62fca1fa3c9d"}]} [pid: 8|app: 0|req: 1353/2763] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:55:50 2026] DELETE /v2.0/routers/a7883922-c933-4b33-b366-d07d18f12872 => generated 0 bytes in 596 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2764] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:55:51 2026] GET /v2.0/ports?tenant_id=c3003393247549b38db23df9133f2af3&device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => generated 1246 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2765] 199.204.45.23 () {34 vars in 1060 bytes} [Wed Jul 15 15:55:51 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.100&port_id=1eecbf5f-8859-4db7-93df-487da0590d26 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2766] 199.204.45.23 () {34 vars in 982 bytes} [Wed Jul 15 15:55:52 2026] GET /v2.0/subnets?id=d94dde1d-339c-45c5-a855-34f1676c80e2 => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2767] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:55:52 2026] GET /v2.0/ports?network_id=bef8dc34-6a8f-4c4b-a392-9a5b8e483059&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: 1358/2768] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:55:52 2026] GET /v2.0/networks/bef8dc34-6a8f-4c4b-a392-9a5b8e483059?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: 1359/2769] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:55:52 2026] GET /v2.0/networks/bef8dc34-6a8f-4c4b-a392-9a5b8e483059?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: 1411/2770] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:55:51 2026] GET /v2.0/security-groups?tenant_id=cc5c0b3e27f74793aa7ab5ae85952637&name=default => generated 2929 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2771] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:55:52 2026] DELETE /v2.0/security-groups/4d27f0df-5490-4c8b-97f1-574fab6c9d84 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2772] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:55:52 2026] GET /v2.0/security-groups?tenant_id=48dda4d8391f4ef7a2952fff302dda9b&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2773] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:55:52 2026] DELETE /v2.0/security-groups/7c86a5c7-a25a-4a44-b891-f75869e88053 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2774] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:55:53 2026] GET /v2.0/ports?device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => 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: 1362/2775] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:55:53 2026] GET /v2.0/security-groups?id=192ba757-aa95-4065-91f2-e2571b9023d2&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2776] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:55:54 2026] GET /v2.0/ports?device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2777] 199.204.45.23 () {34 vars in 992 bytes} [Wed Jul 15 15:55:55 2026] GET /v2.0/ports?device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => 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: 1416/2778] 199.204.45.23 () {34 vars in 1042 bytes} [Wed Jul 15 15:55:56 2026] GET /v2.0/security-groups?id=192ba757-aa95-4065-91f2-e2571b9023d2&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:55:56.242 8 INFO neutron.db.segments_db [None req-ce3fcf0a-237b-4bd8-ae51-c69b86a5fec1 fc72e55047b142609d741210025f9efb 072a33b886fa489884605e866866665c - - default default] Added segment 7ebb349c-e713-47e3-ab90-d5054d64a79f of type vxlan for network d181d3cc-5285-4473-9ae6-da71dd3c362d [pid: 8|app: 0|req: 1363/2779] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:55:55 2026] POST /v2.0/networks => generated 613 bytes in 433 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-15 15:55:56.428 7 INFO neutron.db.segments_db [None req-f4c78a6d-c957-4a4f-a50f-b50a36bf89f3 fc72e55047b142609d741210025f9efb 072a33b886fa489884605e866866665c - - default default] Added segment 19b31dde-1e2d-442d-ae23-f2a2c2c51dcc of type vxlan for network 262cbb97-c8ce-4ccb-8501-8ac096006e33 [pid: 7|app: 0|req: 1417/2782] 10.0.0.115 () {34 vars in 669 bytes} [Wed Jul 15 15:55:56 2026] POST /v2.0/networks => generated 612 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2783] 10.0.0.115 () {34 vars in 752 bytes} [Wed Jul 15 15:55:56 2026] PUT /v2.0/networks/d181d3cc-5285-4473-9ae6-da71dd3c362d/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2784] 10.0.0.115 () {32 vars in 732 bytes} [Wed Jul 15 15:55:56 2026] GET /v2.0/networks/d181d3cc-5285-4473-9ae6-da71dd3c362d/tags => generated 25 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2785] 10.0.0.115 () {34 vars in 752 bytes} [Wed Jul 15 15:55:56 2026] PUT /v2.0/networks/262cbb97-c8ce-4ccb-8501-8ac096006e33/tags => generated 17 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2786] 10.0.0.115 () {32 vars in 732 bytes} [Wed Jul 15 15:55:56 2026] GET /v2.0/networks/262cbb97-c8ce-4ccb-8501-8ac096006e33/tags => generated 17 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2787] 10.0.0.115 () {34 vars in 752 bytes} [Wed Jul 15 15:55:56 2026] PUT /v2.0/networks/262cbb97-c8ce-4ccb-8501-8ac096006e33/tags => generated 12 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2788] 10.0.0.115 () {32 vars in 732 bytes} [Wed Jul 15 15:55:56 2026] GET /v2.0/networks/262cbb97-c8ce-4ccb-8501-8ac096006e33/tags => 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: 1369/2789] 10.0.0.115 () {32 vars in 732 bytes} [Wed Jul 15 15:55:56 2026] GET /v2.0/networks/d181d3cc-5285-4473-9ae6-da71dd3c362d/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2790] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:55:57 2026] DELETE /v2.0/networks/d181d3cc-5285-4473-9ae6-da71dd3c362d => 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: 1422/2791] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:55:57 2026] GET /v2.0/ports?device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => generated 1248 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:55:57.313 7 INFO neutron.services.segments.plugin [-] Segment 7ebb349c-e713-47e3-ab90-d5054d64a79f resource provider aggregate not found 2026-07-15 15:55:57.335 7 INFO neutron.services.segments.plugin [-] Segment 7ebb349c-e713-47e3-ab90-d5054d64a79f resource provider aggregate not found 2026-07-15 15:55:57.338 7 INFO neutron.services.segments.plugin [-] Segment 7ebb349c-e713-47e3-ab90-d5054d64a79f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ebb349c-e713-47e3-ab90-d5054d64a79f found for delete ", "request_id": "req-f6cc2667-38aa-4e1d-a4f1-2cd4b93dd8c4"}]} 2026-07-15 15:55:57.351 7 INFO neutron.services.segments.plugin [-] Segment 7ebb349c-e713-47e3-ab90-d5054d64a79f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ebb349c-e713-47e3-ab90-d5054d64a79f found for delete ", "request_id": "req-6cb75946-9501-49f1-8c3e-9f83a2b0d733"}]} [pid: 7|app: 0|req: 1423/2792] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:55:57 2026] GET /v2.0/security-groups?id=192ba757-aa95-4065-91f2-e2571b9023d2&fields=id&fields=name => generated 96 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:55:57.388 8 INFO neutron.services.segments.plugin [-] Segment 19b31dde-1e2d-442d-ae23-f2a2c2c51dcc resource provider aggregate not found 2026-07-15 15:55:57.393 8 INFO neutron.services.segments.plugin [-] Segment 19b31dde-1e2d-442d-ae23-f2a2c2c51dcc resource provider aggregate not found 2026-07-15 15:55:57.421 8 INFO neutron.services.segments.plugin [-] Segment 19b31dde-1e2d-442d-ae23-f2a2c2c51dcc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19b31dde-1e2d-442d-ae23-f2a2c2c51dcc found for delete ", "request_id": "req-df90abec-4346-46d8-bf6f-bbdc519c93af"}]} 2026-07-15 15:55:57.422 8 INFO neutron.services.segments.plugin [-] Segment 19b31dde-1e2d-442d-ae23-f2a2c2c51dcc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19b31dde-1e2d-442d-ae23-f2a2c2c51dcc found for delete ", "request_id": "req-32d7a514-6c55-4789-9b15-ebcd886e1a62"}]} [pid: 8|app: 0|req: 1370/2793] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:55:57 2026] DELETE /v2.0/networks/262cbb97-c8ce-4ccb-8501-8ac096006e33 => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2794] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:55:57 2026] GET /v2.0/ports?device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => generated 1248 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2795] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:55:58 2026] GET /v2.0/security-groups?tenant_id=072a33b886fa489884605e866866665c&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2796] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:55:58 2026] DELETE /v2.0/security-groups/2a9f31c1-0488-4837-8492-acec6fa955f9 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2797] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:55:58 2026] GET /v2.0/security-groups?tenant_id=b663351fdd7b4c3ba5f19a68188006c3&name=default => generated 2929 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2798] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:55:58 2026] DELETE /v2.0/security-groups/ea727029-c760-4df6-9ea8-1463902e7415 => 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: 1373/2799] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:56:00 2026] GET /v2.0/ports?device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => 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: 1427/2800] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:56:00 2026] GET /v2.0/security-groups?id=192ba757-aa95-4065-91f2-e2571b9023d2&fields=id&fields=name => generated 96 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2801] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:56:00 2026] GET /v2.0/ports?device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2806] 199.204.45.23 () {30 vars in 701 bytes} [Wed Jul 15 15:56: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: 1377/2807] 199.204.45.23 () {30 vars in 703 bytes} [Wed Jul 15 15:56:39 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: 1431/2808] 199.204.45.23 () {30 vars in 679 bytes} [Wed Jul 15 15:56:39 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: 1378/2809] 199.204.45.23 () {30 vars in 715 bytes} [Wed Jul 15 15:56:39 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: 1432/2810] 199.204.45.23 () {30 vars in 739 bytes} [Wed Jul 15 15:56:39 2026] GET /v2.0/subnets/693fa778-49f4-4654-b0aa-e2b3138cb1c1 => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2811] 199.204.45.23 () {30 vars in 767 bytes} [Wed Jul 15 15:56:39 2026] GET /v2.0/ports?device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2812] 199.204.45.23 () {34 vars in 715 bytes} [Wed Jul 15 15:56:39 2026] POST /v2.0/ports => generated 1059 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2813] 10.0.0.192 () {34 vars in 970 bytes} [Wed Jul 15 15:56:39 2026] GET /v2.0/ports/ca592b45-15db-4101-95f7-482c47795081 => generated 1059 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2814] 10.0.0.192 () {34 vars in 906 bytes} [Wed Jul 15 15:56:39 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2815] 199.204.45.23 () {34 vars in 1260 bytes} [Wed Jul 15 15:56:40 2026] GET /v2.0/ports/ca592b45-15db-4101-95f7-482c47795081?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2816] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:56:40 2026] GET /v2.0/networks/05aca1f3-2648-4dc0-bb23-5c5fdb929a92?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: 1382/2817] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:56:40 2026] GET /v2.0/networks/05aca1f3-2648-4dc0-bb23-5c5fdb929a92?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: 1384/2820] 199.204.45.23 () {34 vars in 973 bytes} [Wed Jul 15 15:56:41 2026] GET /v2.0/ports/ca592b45-15db-4101-95f7-482c47795081 => generated 1059 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2821] 199.204.45.23 () {34 vars in 984 bytes} [Wed Jul 15 15:56:41 2026] GET /v2.0/networks?id=05aca1f3-2648-4dc0-bb23-5c5fdb929a92 => generated 802 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2822] 199.204.45.23 () {38 vars in 1026 bytes} [Wed Jul 15 15:56:41 2026] PUT /v2.0/ports/ca592b45-15db-4101-95f7-482c47795081 => generated 1249 bytes in 420 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:56:42.196 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c042dbe4-8d69-46f3-bb6c-86d167b378ca'] response: {'name': 'network-changed', 'server_uuid': '71035aa0-b00b-4158-a510-6b23beff0dbd', 'tag': 'ca592b45-15db-4101-95f7-482c47795081', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1438/2823] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:56:42 2026] GET /v2.0/ports?tenant_id=c3003393247549b38db23df9133f2af3&device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => generated 2489 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2824] 199.204.45.23 () {34 vars in 984 bytes} [Wed Jul 15 15:56:42 2026] GET /v2.0/networks?id=05aca1f3-2648-4dc0-bb23-5c5fdb929a92 => generated 802 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2825] 199.204.45.23 () {34 vars in 1056 bytes} [Wed Jul 15 15:56:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.142&port_id=ca592b45-15db-4101-95f7-482c47795081 => 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: 1387/2826] 199.204.45.23 () {34 vars in 982 bytes} [Wed Jul 15 15:56:42 2026] GET /v2.0/subnets?id=693fa778-49f4-4654-b0aa-e2b3138cb1c1 => generated 678 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2827] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:56:42 2026] GET /v2.0/ports?network_id=05aca1f3-2648-4dc0-bb23-5c5fdb929a92&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2828] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:56:42 2026] GET /v2.0/networks/05aca1f3-2648-4dc0-bb23-5c5fdb929a92?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: 1441/2829] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:56:43 2026] GET /v2.0/networks/05aca1f3-2648-4dc0-bb23-5c5fdb929a92?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2830] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:56:44 2026] GET /v2.0/ports?tenant_id=c3003393247549b38db23df9133f2af3&device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => generated 2489 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2831] 199.204.45.23 () {34 vars in 1060 bytes} [Wed Jul 15 15:56:44 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.100&port_id=1eecbf5f-8859-4db7-93df-487da0590d26 => 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: 1390/2832] 199.204.45.23 () {34 vars in 982 bytes} [Wed Jul 15 15:56:44 2026] GET /v2.0/subnets?id=d94dde1d-339c-45c5-a855-34f1676c80e2 => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2833] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:56:44 2026] GET /v2.0/ports?network_id=bef8dc34-6a8f-4c4b-a392-9a5b8e483059&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: 1391/2834] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:56:44 2026] GET /v2.0/networks/bef8dc34-6a8f-4c4b-a392-9a5b8e483059?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: 1444/2835] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:56:44 2026] GET /v2.0/networks/bef8dc34-6a8f-4c4b-a392-9a5b8e483059?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2836] 199.204.45.23 () {34 vars in 1056 bytes} [Wed Jul 15 15:56:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.142&port_id=ca592b45-15db-4101-95f7-482c47795081 => 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: 1445/2837] 199.204.45.23 () {34 vars in 982 bytes} [Wed Jul 15 15:56:44 2026] GET /v2.0/subnets?id=693fa778-49f4-4654-b0aa-e2b3138cb1c1 => generated 678 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2838] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:56:44 2026] GET /v2.0/ports?network_id=05aca1f3-2648-4dc0-bb23-5c5fdb929a92&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: 1446/2839] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:56:44 2026] GET /v2.0/networks/05aca1f3-2648-4dc0-bb23-5c5fdb929a92?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: 1394/2840] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:56:44 2026] GET /v2.0/networks/05aca1f3-2648-4dc0-bb23-5c5fdb929a92?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2841] 10.0.0.192 () {34 vars in 970 bytes} [Wed Jul 15 15:56:48 2026] GET /v2.0/ports/ca592b45-15db-4101-95f7-482c47795081 => generated 1251 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2842] 199.204.45.23 () {34 vars in 787 bytes} [Wed Jul 15 15:56:48 2026] PUT /v2.0/ports/ca592b45-15db-4101-95f7-482c47795081 => generated 1276 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:56:48.728 7 INFO neutron.api.v2.resource [None req-2c1a8134-b3ed-4a34-88b3-46544394550c ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1448/2843] 199.204.45.23 () {30 vars in 761 bytes} [Wed Jul 15 15:56:48 2026] GET /v2.0/security-groups/lb-530d7033-5992-4866-a908-e40c43c6d528 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-15 15:56:48.756 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-498d968f-4feb-44cd-a627-4362c7c09ad4'] response: {'name': 'network-changed', 'server_uuid': '71035aa0-b00b-4158-a510-6b23beff0dbd', 'tag': 'ca592b45-15db-4101-95f7-482c47795081', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1396/2844] 199.204.45.23 () {30 vars in 783 bytes} [Wed Jul 15 15:56:48 2026] GET /v2.0/security-groups?name=lb-530d7033-5992-4866-a908-e40c43c6d528 => generated 1639 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2845] 199.204.45.23 () {34 vars in 787 bytes} [Wed Jul 15 15:56:48 2026] PUT /v2.0/ports/ca592b45-15db-4101-95f7-482c47795081 => generated 1314 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:56:49.142 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ed8120a9-4e69-4f24-bd2c-da4b6fc701f3'] response: {'name': 'network-changed', 'server_uuid': '71035aa0-b00b-4158-a510-6b23beff0dbd', 'tag': 'ca592b45-15db-4101-95f7-482c47795081', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1397/2846] 10.0.0.192 () {34 vars in 1177 bytes} [Wed Jul 15 15:56:49 2026] GET /v2.0/ports?device_id=71035aa0-b00b-4158-a510-6b23beff0dbd&device_id=c7e9460a-c494-4f6e-9559-861d5002df2e&device_id=b20c8cd6-3f99-4bd7-bca0-20409c9fef84 => generated 5506 bytes in 66 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: 1450/2847] 10.0.0.192 () {34 vars in 1199 bytes} [Wed Jul 15 15:56:49 2026] GET /v2.0/security-groups?id=98ee9979-41b0-4c70-b192-5ecfe359026c&id=192ba757-aa95-4065-91f2-e2571b9023d2&id=a81463be-08a4-4d31-b672-366b7ef23deb&fields=id&fields=name => generated 286 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2848] 199.204.45.23 () {30 vars in 701 bytes} [Wed Jul 15 15:56:49 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: 1398/2849] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:56:49 2026] GET /v2.0/ports?tenant_id=c3003393247549b38db23df9133f2af3&device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => generated 2590 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2850] 199.204.45.23 () {30 vars in 703 bytes} [Wed Jul 15 15:56:49 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: 1453/2851] 199.204.45.23 () {30 vars in 679 bytes} [Wed Jul 15 15:56:49 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: 1454/2852] 199.204.45.23 () {30 vars in 715 bytes} [Wed Jul 15 15:56:49 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: 1399/2853] 199.204.45.23 () {34 vars in 984 bytes} [Wed Jul 15 15:56:49 2026] GET /v2.0/networks?id=05aca1f3-2648-4dc0-bb23-5c5fdb929a92 => generated 802 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2854] 199.204.45.23 () {30 vars in 739 bytes} [Wed Jul 15 15:56:49 2026] GET /v2.0/subnets/693fa778-49f4-4654-b0aa-e2b3138cb1c1 => 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: 1400/2855] 199.204.45.23 () {34 vars in 1056 bytes} [Wed Jul 15 15:56:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.142&port_id=ca592b45-15db-4101-95f7-482c47795081 => 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: 1456/2856] 199.204.45.23 () {30 vars in 735 bytes} [Wed Jul 15 15:56:49 2026] GET /v2.0/ports/edb27801-dbb2-47c1-915a-a3e5a9f19849 => generated 1132 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2857] 199.204.45.23 () {34 vars in 982 bytes} [Wed Jul 15 15:56:49 2026] GET /v2.0/subnets?id=693fa778-49f4-4654-b0aa-e2b3138cb1c1 => 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: 1402/2858] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:56:49 2026] GET /v2.0/ports?network_id=05aca1f3-2648-4dc0-bb23-5c5fdb929a92&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: 1457/2859] 199.204.45.23 () {30 vars in 735 bytes} [Wed Jul 15 15:56:49 2026] GET /v2.0/ports/ca592b45-15db-4101-95f7-482c47795081 => generated 1350 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2860] 199.204.45.23 () {30 vars in 739 bytes} [Wed Jul 15 15:56:49 2026] GET /v2.0/subnets/693fa778-49f4-4654-b0aa-e2b3138cb1c1 => generated 675 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2861] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:56:49 2026] GET /v2.0/networks/05aca1f3-2648-4dc0-bb23-5c5fdb929a92?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: 1404/2862] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:56:49 2026] GET /v2.0/networks/05aca1f3-2648-4dc0-bb23-5c5fdb929a92?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2863] 199.204.45.23 () {30 vars in 741 bytes} [Wed Jul 15 15:56:49 2026] GET /v2.0/networks/05aca1f3-2648-4dc0-bb23-5c5fdb929a92 => generated 799 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2864] 199.204.45.23 () {30 vars in 735 bytes} [Wed Jul 15 15:56:49 2026] GET /v2.0/ports/edb27801-dbb2-47c1-915a-a3e5a9f19849 => generated 1132 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2865] 199.204.45.23 () {30 vars in 739 bytes} [Wed Jul 15 15:56:49 2026] GET /v2.0/subnets/693fa778-49f4-4654-b0aa-e2b3138cb1c1 => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2866] 10.0.0.192 () {34 vars in 1083 bytes} [Wed Jul 15 15:56:50 2026] GET /v2.0/ports?device_id=c7e9460a-c494-4f6e-9559-861d5002df2e&device_id=b20c8cd6-3f99-4bd7-bca0-20409c9fef84 => generated 2927 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2867] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:56:50 2026] GET /v2.0/security-groups?id=a81463be-08a4-4d31-b672-366b7ef23deb&fields=id&fields=name => generated 112 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2868] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:56:50 2026] GET /v2.0/ports?device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => generated 2590 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2869] 10.0.0.192 () {34 vars in 1119 bytes} [Wed Jul 15 15:56:50 2026] GET /v2.0/security-groups?id=98ee9979-41b0-4c70-b192-5ecfe359026c&id=192ba757-aa95-4065-91f2-e2571b9023d2&fields=id&fields=name => generated 195 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2870] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:56:50 2026] GET /v2.0/ports?tenant_id=c3003393247549b38db23df9133f2af3&device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => generated 2590 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2871] 199.204.45.23 () {34 vars in 984 bytes} [Wed Jul 15 15:56:50 2026] GET /v2.0/networks?id=05aca1f3-2648-4dc0-bb23-5c5fdb929a92 => generated 802 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2872] 199.204.45.23 () {34 vars in 1056 bytes} [Wed Jul 15 15:56:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.142&port_id=ca592b45-15db-4101-95f7-482c47795081 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2873] 199.204.45.23 () {34 vars in 982 bytes} [Wed Jul 15 15:56:50 2026] GET /v2.0/subnets?id=693fa778-49f4-4654-b0aa-e2b3138cb1c1 => 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: 1410/2874] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:56:50 2026] GET /v2.0/ports?network_id=05aca1f3-2648-4dc0-bb23-5c5fdb929a92&device_owner=network%3Adhcp => generated 1461 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2875] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:56:50 2026] GET /v2.0/networks/05aca1f3-2648-4dc0-bb23-5c5fdb929a92?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2876] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:56:50 2026] GET /v2.0/networks/05aca1f3-2648-4dc0-bb23-5c5fdb929a92?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) 2026-07-15 15:57:02.922 8 INFO neutron.db.l3_db [None req-6bee2247-e7b0-4157-acdf-aa1e31df1d87 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] Floating IP 021bec0a-ae1e-4385-997a-e1c2cf8c50d8 associated. External IP: 10.96.250.220, port: edb27801-dbb2-47c1-915a-a3e5a9f19849. [pid: 8|app: 0|req: 1413/2879] 10.0.0.115 () {34 vars in 676 bytes} [Wed Jul 15 15:57:02 2026] POST /v2.0/floatingips => generated 899 bytes in 1294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2880] 199.204.45.23 () {30 vars in 701 bytes} [Wed Jul 15 15:57:06 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2881] 199.204.45.23 () {30 vars in 703 bytes} [Wed Jul 15 15:57:06 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: 1468/2882] 199.204.45.23 () {30 vars in 679 bytes} [Wed Jul 15 15:57:06 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: 1415/2883] 199.204.45.23 () {30 vars in 715 bytes} [Wed Jul 15 15:57:06 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:57:06.745 7 INFO neutron.api.v2.resource [None req-c9c95d59-167f-4037-95e1-b24bd2533969 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1469/2884] 199.204.45.23 () {30 vars in 761 bytes} [Wed Jul 15 15:57:06 2026] GET /v2.0/security-groups/lb-530d7033-5992-4866-a908-e40c43c6d528 => generated 149 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2885] 199.204.45.23 () {30 vars in 783 bytes} [Wed Jul 15 15:57:06 2026] GET /v2.0/security-groups?name=lb-530d7033-5992-4866-a908-e40c43c6d528 => generated 1639 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2886] 199.204.45.23 () {30 vars in 813 bytes} [Wed Jul 15 15:57:06 2026] GET /v2.0/security-group-rules?security_group_id=98ee9979-41b0-4c70-b192-5ecfe359026c => generated 1182 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2887] 199.204.45.23 () {34 vars in 745 bytes} [Wed Jul 15 15:57:06 2026] POST /v2.0/security-group-rules => generated 597 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2888] 199.204.45.23 () {34 vars in 745 bytes} [Wed Jul 15 15:57:06 2026] POST /v2.0/security-group-rules => generated 601 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2891] 10.0.0.140 () {30 vars in 689 bytes} [Wed Jul 15 15:57:15 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2892] 10.0.0.140 () {30 vars in 691 bytes} [Wed Jul 15 15:57:15 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: 1420/2893] 10.0.0.140 () {30 vars in 667 bytes} [Wed Jul 15 15:57:15 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2894] 10.0.0.140 () {30 vars in 703 bytes} [Wed Jul 15 15:57:15 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2895] 10.0.0.140 () {28 vars in 438 bytes} [Wed Jul 15 15:57:15 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: 1475/2896] 10.0.0.140 () {30 vars in 727 bytes} [Wed Jul 15 15:57:15 2026] GET /v2.0/subnets/2095decd-c41b-4cf2-b997-eed7bd1d9d14 => generated 656 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2897] 199.204.45.23 () {30 vars in 701 bytes} [Wed Jul 15 15:57:17 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: 1476/2898] 199.204.45.23 () {30 vars in 703 bytes} [Wed Jul 15 15:57:17 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: 1423/2899] 199.204.45.23 () {30 vars in 679 bytes} [Wed Jul 15 15:57:17 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: 1477/2900] 199.204.45.23 () {30 vars in 715 bytes} [Wed Jul 15 15:57:17 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: 1424/2901] 199.204.45.23 () {30 vars in 739 bytes} [Wed Jul 15 15:57:17 2026] GET /v2.0/subnets/2095decd-c41b-4cf2-b997-eed7bd1d9d14 => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2902] 199.204.45.23 () {30 vars in 767 bytes} [Wed Jul 15 15:57:17 2026] GET /v2.0/ports?device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => generated 2590 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2903] 199.204.45.23 () {30 vars in 701 bytes} [Wed Jul 15 15:57:17 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2904] 199.204.45.23 () {30 vars in 703 bytes} [Wed Jul 15 15:57:17 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: 1426/2905] 199.204.45.23 () {30 vars in 679 bytes} [Wed Jul 15 15:57:17 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2906] 199.204.45.23 () {30 vars in 715 bytes} [Wed Jul 15 15:57:17 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: 1427/2907] 199.204.45.23 () {34 vars in 715 bytes} [Wed Jul 15 15:57:17 2026] POST /v2.0/ports => generated 1328 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2908] 10.0.0.192 () {34 vars in 970 bytes} [Wed Jul 15 15:57:18 2026] GET /v2.0/ports/41161857-a006-4ce4-9b35-f1d79dce3243 => generated 1328 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1428/2909] 10.0.0.192 () {34 vars in 906 bytes} [Wed Jul 15 15:57:18 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2910] 199.204.45.23 () {34 vars in 1260 bytes} [Wed Jul 15 15:57:19 2026] GET /v2.0/ports/41161857-a006-4ce4-9b35-f1d79dce3243?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: 1429/2911] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:57:19 2026] GET /v2.0/networks/319d3df4-3e36-4e79-9d7c-0d2012b8efb3?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: 1483/2912] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:57:19 2026] GET /v2.0/networks/319d3df4-3e36-4e79-9d7c-0d2012b8efb3?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: 1430/2913] 199.204.45.23 () {34 vars in 973 bytes} [Wed Jul 15 15:57:20 2026] GET /v2.0/ports/41161857-a006-4ce4-9b35-f1d79dce3243 => generated 1328 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2914] 199.204.45.23 () {34 vars in 984 bytes} [Wed Jul 15 15:57:20 2026] GET /v2.0/networks?id=319d3df4-3e36-4e79-9d7c-0d2012b8efb3 => generated 801 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2915] 199.204.45.23 () {38 vars in 1026 bytes} [Wed Jul 15 15:57:20 2026] PUT /v2.0/ports/41161857-a006-4ce4-9b35-f1d79dce3243 => generated 1518 bytes in 542 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:57:20.751 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5a3d02c6-852e-4c03-a293-fd8bda1acb8b'] response: {'name': 'network-changed', 'server_uuid': '71035aa0-b00b-4158-a510-6b23beff0dbd', 'tag': '41161857-a006-4ce4-9b35-f1d79dce3243', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1485/2916] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:57:21 2026] GET /v2.0/ports?tenant_id=c3003393247549b38db23df9133f2af3&device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => generated 4100 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1432/2917] 199.204.45.23 () {34 vars in 984 bytes} [Wed Jul 15 15:57:21 2026] GET /v2.0/networks?id=319d3df4-3e36-4e79-9d7c-0d2012b8efb3 => generated 801 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2918] 199.204.45.23 () {34 vars in 1056 bytes} [Wed Jul 15 15:57:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.129&port_id=41161857-a006-4ce4-9b35-f1d79dce3243 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2919] 199.204.45.23 () {34 vars in 1102 bytes} [Wed Jul 15 15:57:21 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A121&port_id=41161857-a006-4ce4-9b35-f1d79dce3243 => 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: 1487/2920] 199.204.45.23 () {34 vars in 1062 bytes} [Wed Jul 15 15:57:21 2026] GET /v2.0/subnets?id=843bd84d-edda-4079-892a-2a34685294b9&id=2095decd-c41b-4cf2-b997-eed7bd1d9d14 => generated 1411 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2921] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:57:21 2026] GET /v2.0/ports?network_id=319d3df4-3e36-4e79-9d7c-0d2012b8efb3&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: 1488/2922] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:57:21 2026] GET /v2.0/ports?network_id=319d3df4-3e36-4e79-9d7c-0d2012b8efb3&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2923] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:57:21 2026] GET /v2.0/networks/319d3df4-3e36-4e79-9d7c-0d2012b8efb3?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2924] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:57:21 2026] GET /v2.0/networks/319d3df4-3e36-4e79-9d7c-0d2012b8efb3?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: 8|app: 0|req: 1436/2925] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:57:22 2026] GET /v2.0/ports?tenant_id=c3003393247549b38db23df9133f2af3&device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => generated 4100 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2926] 199.204.45.23 () {34 vars in 1060 bytes} [Wed Jul 15 15:57:22 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.100&port_id=1eecbf5f-8859-4db7-93df-487da0590d26 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2927] 199.204.45.23 () {34 vars in 982 bytes} [Wed Jul 15 15:57:22 2026] GET /v2.0/subnets?id=d94dde1d-339c-45c5-a855-34f1676c80e2 => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2928] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:57:22 2026] GET /v2.0/ports?network_id=bef8dc34-6a8f-4c4b-a392-9a5b8e483059&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: 1438/2929] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:57:22 2026] GET /v2.0/networks/bef8dc34-6a8f-4c4b-a392-9a5b8e483059?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: 1492/2930] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:57:22 2026] GET /v2.0/networks/bef8dc34-6a8f-4c4b-a392-9a5b8e483059?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2931] 199.204.45.23 () {34 vars in 1056 bytes} [Wed Jul 15 15:57:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.142&port_id=ca592b45-15db-4101-95f7-482c47795081 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2932] 199.204.45.23 () {34 vars in 982 bytes} [Wed Jul 15 15:57:23 2026] GET /v2.0/subnets?id=693fa778-49f4-4654-b0aa-e2b3138cb1c1 => 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: 1440/2933] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:57:23 2026] GET /v2.0/ports?network_id=05aca1f3-2648-4dc0-bb23-5c5fdb929a92&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: 7|app: 0|req: 1494/2934] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:57:23 2026] GET /v2.0/networks/05aca1f3-2648-4dc0-bb23-5c5fdb929a92?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: 1441/2935] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:57:23 2026] GET /v2.0/networks/05aca1f3-2648-4dc0-bb23-5c5fdb929a92?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: 1495/2936] 199.204.45.23 () {34 vars in 1056 bytes} [Wed Jul 15 15:57:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.129&port_id=41161857-a006-4ce4-9b35-f1d79dce3243 => 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: 1442/2937] 199.204.45.23 () {34 vars in 1102 bytes} [Wed Jul 15 15:57:23 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A121&port_id=41161857-a006-4ce4-9b35-f1d79dce3243 => 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: 1496/2938] 199.204.45.23 () {34 vars in 1062 bytes} [Wed Jul 15 15:57:23 2026] GET /v2.0/subnets?id=843bd84d-edda-4079-892a-2a34685294b9&id=2095decd-c41b-4cf2-b997-eed7bd1d9d14 => generated 1411 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2939] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:57:23 2026] GET /v2.0/ports?network_id=319d3df4-3e36-4e79-9d7c-0d2012b8efb3&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2940] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:57:23 2026] GET /v2.0/ports?network_id=319d3df4-3e36-4e79-9d7c-0d2012b8efb3&device_owner=network%3Adhcp => generated 1457 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2941] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:57:23 2026] GET /v2.0/networks/319d3df4-3e36-4e79-9d7c-0d2012b8efb3?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2942] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:57:23 2026] GET /v2.0/networks/319d3df4-3e36-4e79-9d7c-0d2012b8efb3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2945] 10.0.0.192 () {34 vars in 970 bytes} [Wed Jul 15 15:57:27 2026] GET /v2.0/ports/41161857-a006-4ce4-9b35-f1d79dce3243 => generated 1520 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2946] 199.204.45.23 () {30 vars in 741 bytes} [Wed Jul 15 15:57:27 2026] GET /v2.0/networks/319d3df4-3e36-4e79-9d7c-0d2012b8efb3 => generated 798 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2947] 199.204.45.23 () {30 vars in 739 bytes} [Wed Jul 15 15:57:28 2026] GET /v2.0/subnets/2095decd-c41b-4cf2-b997-eed7bd1d9d14 => generated 674 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2948] 199.204.45.23 () {30 vars in 739 bytes} [Wed Jul 15 15:57:28 2026] GET /v2.0/subnets/843bd84d-edda-4079-892a-2a34685294b9 => generated 744 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2949] 199.204.45.23 () {30 vars in 701 bytes} [Wed Jul 15 15:57: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: 8|app: 0|req: 1448/2950] 199.204.45.23 () {30 vars in 703 bytes} [Wed Jul 15 15:57:28 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2951] 199.204.45.23 () {30 vars in 679 bytes} [Wed Jul 15 15:57:28 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2952] 199.204.45.23 () {30 vars in 715 bytes} [Wed Jul 15 15:57:28 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: 1504/2953] 199.204.45.23 () {30 vars in 739 bytes} [Wed Jul 15 15:57:28 2026] GET /v2.0/subnets/693fa778-49f4-4654-b0aa-e2b3138cb1c1 => generated 675 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2954] 199.204.45.23 () {30 vars in 735 bytes} [Wed Jul 15 15:57:28 2026] GET /v2.0/ports/edb27801-dbb2-47c1-915a-a3e5a9f19849 => 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: 1505/2955] 199.204.45.23 () {30 vars in 735 bytes} [Wed Jul 15 15:57:28 2026] GET /v2.0/ports/ca592b45-15db-4101-95f7-482c47795081 => generated 1350 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2956] 199.204.45.23 () {30 vars in 739 bytes} [Wed Jul 15 15:57:28 2026] GET /v2.0/subnets/693fa778-49f4-4654-b0aa-e2b3138cb1c1 => 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: 1506/2957] 199.204.45.23 () {30 vars in 741 bytes} [Wed Jul 15 15:57:28 2026] GET /v2.0/networks/05aca1f3-2648-4dc0-bb23-5c5fdb929a92 => generated 799 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2958] 199.204.45.23 () {30 vars in 735 bytes} [Wed Jul 15 15:57:28 2026] GET /v2.0/ports/edb27801-dbb2-47c1-915a-a3e5a9f19849 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/2959] 199.204.45.23 () {30 vars in 739 bytes} [Wed Jul 15 15:57:28 2026] GET /v2.0/subnets/693fa778-49f4-4654-b0aa-e2b3138cb1c1 => generated 675 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2960] 10.0.0.140 () {30 vars in 689 bytes} [Wed Jul 15 15:57:36 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/2961] 10.0.0.140 () {30 vars in 691 bytes} [Wed Jul 15 15:57:36 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: 1454/2962] 10.0.0.140 () {30 vars in 667 bytes} [Wed Jul 15 15:57:36 2026] GET /v2.0/extensions/qos => generated 166 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2963] 10.0.0.140 () {30 vars in 703 bytes} [Wed Jul 15 15:57:36 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: 1455/2964] 10.0.0.140 () {28 vars in 438 bytes} [Wed Jul 15 15:57:37 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: 1510/2965] 10.0.0.140 () {30 vars in 727 bytes} [Wed Jul 15 15:57:37 2026] GET /v2.0/subnets/64d81564-f864-4465-a647-b53af9075d73 => generated 655 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2966] 199.204.45.23 () {30 vars in 701 bytes} [Wed Jul 15 15:57:37 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/2967] 199.204.45.23 () {30 vars in 703 bytes} [Wed Jul 15 15:57: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: 8|app: 0|req: 1457/2968] 199.204.45.23 () {30 vars in 679 bytes} [Wed Jul 15 15:57: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: 7|app: 0|req: 1512/2969] 199.204.45.23 () {30 vars in 715 bytes} [Wed Jul 15 15:57:38 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2970] 199.204.45.23 () {30 vars in 739 bytes} [Wed Jul 15 15:57:38 2026] GET /v2.0/subnets/2095decd-c41b-4cf2-b997-eed7bd1d9d14 => generated 674 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/2971] 199.204.45.23 () {30 vars in 739 bytes} [Wed Jul 15 15:57:38 2026] GET /v2.0/subnets/64d81564-f864-4465-a647-b53af9075d73 => 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: 1459/2972] 199.204.45.23 () {30 vars in 767 bytes} [Wed Jul 15 15:57:38 2026] GET /v2.0/ports?device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => generated 4102 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/2973] 199.204.45.23 () {30 vars in 701 bytes} [Wed Jul 15 15:57:38 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2974] 199.204.45.23 () {30 vars in 703 bytes} [Wed Jul 15 15:57: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: 1515/2975] 199.204.45.23 () {30 vars in 679 bytes} [Wed Jul 15 15:57:38 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2976] 199.204.45.23 () {30 vars in 715 bytes} [Wed Jul 15 15:57:38 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/2977] 199.204.45.23 () {34 vars in 715 bytes} [Wed Jul 15 15:57:38 2026] POST /v2.0/ports => generated 1328 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2978] 10.0.0.192 () {34 vars in 970 bytes} [Wed Jul 15 15:57:38 2026] GET /v2.0/ports/77360906-d976-459c-8d7b-7d48da271103 => generated 1328 bytes in 39 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: 1517/2979] 199.204.45.23 () {34 vars in 1260 bytes} [Wed Jul 15 15:57:39 2026] GET /v2.0/ports/77360906-d976-459c-8d7b-7d48da271103?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2980] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:57:39 2026] GET /v2.0/networks/67fa3dce-789c-4581-9787-2311e7afa2c9?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/2981] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:57:39 2026] GET /v2.0/networks/67fa3dce-789c-4581-9787-2311e7afa2c9?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: 1464/2982] 199.204.45.23 () {34 vars in 973 bytes} [Wed Jul 15 15:57:40 2026] GET /v2.0/ports/77360906-d976-459c-8d7b-7d48da271103 => generated 1328 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2983] 199.204.45.23 () {34 vars in 984 bytes} [Wed Jul 15 15:57:40 2026] GET /v2.0/networks?id=67fa3dce-789c-4581-9787-2311e7afa2c9 => generated 800 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2984] 199.204.45.23 () {38 vars in 1026 bytes} [Wed Jul 15 15:57:40 2026] PUT /v2.0/ports/77360906-d976-459c-8d7b-7d48da271103 => generated 1518 bytes in 482 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:57:41.218 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5e8e7b39-df31-4c05-8f82-abdad223bf5f'] response: {'name': 'network-changed', 'server_uuid': '71035aa0-b00b-4158-a510-6b23beff0dbd', 'tag': '77360906-d976-459c-8d7b-7d48da271103', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1521/2987] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:57:41 2026] GET /v2.0/ports?tenant_id=c3003393247549b38db23df9133f2af3&device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => generated 5612 bytes in 56 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: 1467/2988] 199.204.45.23 () {34 vars in 984 bytes} [Wed Jul 15 15:57:41 2026] GET /v2.0/networks?id=67fa3dce-789c-4581-9787-2311e7afa2c9 => 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: 1522/2989] 199.204.45.23 () {34 vars in 1054 bytes} [Wed Jul 15 15:57:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.51&port_id=77360906-d976-459c-8d7b-7d48da271103 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2990] 199.204.45.23 () {34 vars in 1104 bytes} [Wed Jul 15 15:57:41 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A25b&port_id=77360906-d976-459c-8d7b-7d48da271103 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/2991] 199.204.45.23 () {34 vars in 1062 bytes} [Wed Jul 15 15:57:41 2026] GET /v2.0/subnets?id=c4b1b867-1267-40b3-8824-eeba3a9a3619&id=64d81564-f864-4465-a647-b53af9075d73 => generated 1414 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2992] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:57:41 2026] GET /v2.0/ports?network_id=67fa3dce-789c-4581-9787-2311e7afa2c9&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: 7|app: 0|req: 1524/2993] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:57:42 2026] GET /v2.0/ports?network_id=67fa3dce-789c-4581-9787-2311e7afa2c9&device_owner=network%3Adhcp => generated 1461 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2994] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:57:42 2026] GET /v2.0/networks/67fa3dce-789c-4581-9787-2311e7afa2c9?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/2995] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:57:42 2026] GET /v2.0/networks/67fa3dce-789c-4581-9787-2311e7afa2c9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2996] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:57:43 2026] GET /v2.0/ports?tenant_id=c3003393247549b38db23df9133f2af3&device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => generated 5612 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/2997] 199.204.45.23 () {34 vars in 1060 bytes} [Wed Jul 15 15:57:43 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.100&port_id=1eecbf5f-8859-4db7-93df-487da0590d26 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2998] 199.204.45.23 () {34 vars in 982 bytes} [Wed Jul 15 15:57:43 2026] GET /v2.0/subnets?id=d94dde1d-339c-45c5-a855-34f1676c80e2 => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/2999] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:57:43 2026] GET /v2.0/ports?network_id=bef8dc34-6a8f-4c4b-a392-9a5b8e483059&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/3000] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:57:43 2026] GET /v2.0/networks/bef8dc34-6a8f-4c4b-a392-9a5b8e483059?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: 1528/3001] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:57:43 2026] GET /v2.0/networks/bef8dc34-6a8f-4c4b-a392-9a5b8e483059?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/3002] 199.204.45.23 () {34 vars in 1056 bytes} [Wed Jul 15 15:57:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.142&port_id=ca592b45-15db-4101-95f7-482c47795081 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3003] 199.204.45.23 () {34 vars in 982 bytes} [Wed Jul 15 15:57:43 2026] GET /v2.0/subnets?id=693fa778-49f4-4654-b0aa-e2b3138cb1c1 => generated 678 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/3004] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:57:43 2026] GET /v2.0/ports?network_id=05aca1f3-2648-4dc0-bb23-5c5fdb929a92&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: 7|app: 0|req: 1530/3005] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:57:43 2026] GET /v2.0/networks/05aca1f3-2648-4dc0-bb23-5c5fdb929a92?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/3006] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:57:43 2026] GET /v2.0/networks/05aca1f3-2648-4dc0-bb23-5c5fdb929a92?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: 1531/3007] 199.204.45.23 () {34 vars in 1056 bytes} [Wed Jul 15 15:57:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.129&port_id=41161857-a006-4ce4-9b35-f1d79dce3243 => 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: 1477/3008] 199.204.45.23 () {34 vars in 1102 bytes} [Wed Jul 15 15:57:43 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A121&port_id=41161857-a006-4ce4-9b35-f1d79dce3243 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3009] 199.204.45.23 () {34 vars in 1062 bytes} [Wed Jul 15 15:57:43 2026] GET /v2.0/subnets?id=843bd84d-edda-4079-892a-2a34685294b9&id=2095decd-c41b-4cf2-b997-eed7bd1d9d14 => generated 1411 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/3010] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:57:43 2026] GET /v2.0/ports?network_id=319d3df4-3e36-4e79-9d7c-0d2012b8efb3&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: 1533/3011] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:57:43 2026] GET /v2.0/ports?network_id=319d3df4-3e36-4e79-9d7c-0d2012b8efb3&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: 1479/3012] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:57:44 2026] GET /v2.0/networks/319d3df4-3e36-4e79-9d7c-0d2012b8efb3?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: 1534/3013] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:57:44 2026] GET /v2.0/networks/319d3df4-3e36-4e79-9d7c-0d2012b8efb3?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: 1480/3014] 199.204.45.23 () {34 vars in 1054 bytes} [Wed Jul 15 15:57:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.51&port_id=77360906-d976-459c-8d7b-7d48da271103 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3015] 199.204.45.23 () {34 vars in 1104 bytes} [Wed Jul 15 15:57:44 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A25b&port_id=77360906-d976-459c-8d7b-7d48da271103 => 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: 1481/3016] 199.204.45.23 () {34 vars in 1062 bytes} [Wed Jul 15 15:57:44 2026] GET /v2.0/subnets?id=c4b1b867-1267-40b3-8824-eeba3a9a3619&id=64d81564-f864-4465-a647-b53af9075d73 => generated 1414 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3017] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:57:44 2026] GET /v2.0/ports?network_id=67fa3dce-789c-4581-9787-2311e7afa2c9&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: 1482/3018] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:57:44 2026] GET /v2.0/ports?network_id=67fa3dce-789c-4581-9787-2311e7afa2c9&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3019] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:57:44 2026] GET /v2.0/networks/67fa3dce-789c-4581-9787-2311e7afa2c9?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: 1483/3020] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:57:44 2026] GET /v2.0/networks/67fa3dce-789c-4581-9787-2311e7afa2c9?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: 1538/3021] 10.0.0.192 () {34 vars in 970 bytes} [Wed Jul 15 15:57:48 2026] GET /v2.0/ports/77360906-d976-459c-8d7b-7d48da271103 => generated 1520 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/3022] 199.204.45.23 () {30 vars in 741 bytes} [Wed Jul 15 15:57:48 2026] GET /v2.0/networks/67fa3dce-789c-4581-9787-2311e7afa2c9 => generated 797 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3023] 199.204.45.23 () {30 vars in 739 bytes} [Wed Jul 15 15:57:48 2026] GET /v2.0/subnets/64d81564-f864-4465-a647-b53af9075d73 => generated 673 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/3024] 199.204.45.23 () {30 vars in 739 bytes} [Wed Jul 15 15:57:48 2026] GET /v2.0/subnets/c4b1b867-1267-40b3-8824-eeba3a9a3619 => generated 748 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3025] 199.204.45.23 () {30 vars in 735 bytes} [Wed Jul 15 15:57:48 2026] GET /v2.0/ports/41161857-a006-4ce4-9b35-f1d79dce3243 => generated 1520 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/3026] 199.204.45.23 () {34 vars in 788 bytes} [Wed Jul 15 15:57:48 2026] PUT /v2.0/ports/41161857-a006-4ce4-9b35-f1d79dce3243 => generated 1255 bytes in 352 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:57:49.124 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8ea598a3-b88c-47c3-87be-8eafd941ecad'] response: {'name': 'network-changed', 'server_uuid': '71035aa0-b00b-4158-a510-6b23beff0dbd', 'tag': '41161857-a006-4ce4-9b35-f1d79dce3243', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1541/3027] 199.204.45.23 () {30 vars in 741 bytes} [Wed Jul 15 15:57:49 2026] GET /v2.0/networks/319d3df4-3e36-4e79-9d7c-0d2012b8efb3 => generated 798 bytes in 73 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: 1487/3028] 199.204.45.23 () {30 vars in 739 bytes} [Wed Jul 15 15:57:49 2026] GET /v2.0/subnets/2095decd-c41b-4cf2-b997-eed7bd1d9d14 => generated 674 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3029] 199.204.45.23 () {30 vars in 701 bytes} [Wed Jul 15 15:57:49 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: 1488/3030] 199.204.45.23 () {30 vars in 703 bytes} [Wed Jul 15 15:57:49 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3031] 199.204.45.23 () {30 vars in 679 bytes} [Wed Jul 15 15:57:49 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: 1489/3032] 199.204.45.23 () {30 vars in 715 bytes} [Wed Jul 15 15:57:49 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: 1544/3033] 199.204.45.23 () {30 vars in 739 bytes} [Wed Jul 15 15:57:49 2026] GET /v2.0/subnets/693fa778-49f4-4654-b0aa-e2b3138cb1c1 => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3034] 199.204.45.23 () {30 vars in 735 bytes} [Wed Jul 15 15:57:49 2026] GET /v2.0/ports/edb27801-dbb2-47c1-915a-a3e5a9f19849 => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3035] 199.204.45.23 () {30 vars in 735 bytes} [Wed Jul 15 15:57:49 2026] GET /v2.0/ports/ca592b45-15db-4101-95f7-482c47795081 => generated 1350 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/3036] 199.204.45.23 () {30 vars in 739 bytes} [Wed Jul 15 15:57:49 2026] GET /v2.0/subnets/693fa778-49f4-4654-b0aa-e2b3138cb1c1 => 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: 1546/3037] 199.204.45.23 () {30 vars in 741 bytes} [Wed Jul 15 15:57:49 2026] GET /v2.0/networks/05aca1f3-2648-4dc0-bb23-5c5fdb929a92 => generated 799 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/3038] 199.204.45.23 () {30 vars in 735 bytes} [Wed Jul 15 15:57:49 2026] GET /v2.0/ports/edb27801-dbb2-47c1-915a-a3e5a9f19849 => generated 1132 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/3039] 199.204.45.23 () {30 vars in 739 bytes} [Wed Jul 15 15:57:49 2026] GET /v2.0/subnets/693fa778-49f4-4654-b0aa-e2b3138cb1c1 => 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: 1547/3040] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:57:49 2026] GET /v2.0/ports?tenant_id=c3003393247549b38db23df9133f2af3&device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => generated 5385 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/3041] 199.204.45.23 () {34 vars in 984 bytes} [Wed Jul 15 15:57:49 2026] GET /v2.0/networks?id=319d3df4-3e36-4e79-9d7c-0d2012b8efb3 => 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: 1548/3042] 199.204.45.23 () {34 vars in 1056 bytes} [Wed Jul 15 15:57:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.129&port_id=41161857-a006-4ce4-9b35-f1d79dce3243 => 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: 1495/3043] 199.204.45.23 () {34 vars in 982 bytes} [Wed Jul 15 15:57:49 2026] GET /v2.0/subnets?id=2095decd-c41b-4cf2-b997-eed7bd1d9d14 => generated 677 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3044] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:57:49 2026] GET /v2.0/ports?network_id=319d3df4-3e36-4e79-9d7c-0d2012b8efb3&device_owner=network%3Adhcp => generated 1457 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/3045] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:57:49 2026] GET /v2.0/networks/319d3df4-3e36-4e79-9d7c-0d2012b8efb3?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3046] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:57:49 2026] GET /v2.0/networks/319d3df4-3e36-4e79-9d7c-0d2012b8efb3?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: 1552/3049] 199.204.45.23 () {30 vars in 701 bytes} [Wed Jul 15 15:58:03 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3050] 199.204.45.23 () {30 vars in 703 bytes} [Wed Jul 15 15:58:03 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: 1553/3051] 199.204.45.23 () {30 vars in 679 bytes} [Wed Jul 15 15:58:03 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/3052] 199.204.45.23 () {30 vars in 715 bytes} [Wed Jul 15 15:58:03 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: 1554/3053] 199.204.45.23 () {30 vars in 739 bytes} [Wed Jul 15 15:58:03 2026] GET /v2.0/subnets/2095decd-c41b-4cf2-b997-eed7bd1d9d14 => generated 674 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/3054] 199.204.45.23 () {30 vars in 767 bytes} [Wed Jul 15 15:58:03 2026] GET /v2.0/ports?device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => generated 5385 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3055] 199.204.45.23 () {30 vars in 701 bytes} [Wed Jul 15 15:58:04 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: 1501/3056] 199.204.45.23 () {30 vars in 703 bytes} [Wed Jul 15 15:58:04 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3057] 199.204.45.23 () {30 vars in 679 bytes} [Wed Jul 15 15:58:04 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: 1502/3058] 199.204.45.23 () {30 vars in 715 bytes} [Wed Jul 15 15:58:04 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: 1557/3059] 199.204.45.23 () {30 vars in 735 bytes} [Wed Jul 15 15:58:04 2026] GET /v2.0/ports/77360906-d976-459c-8d7b-7d48da271103 => generated 1520 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/3060] 199.204.45.23 () {34 vars in 788 bytes} [Wed Jul 15 15:58:04 2026] PUT /v2.0/ports/77360906-d976-459c-8d7b-7d48da271103 => generated 1311 bytes in 348 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:58:04.677 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-88ba5387-1759-4a1e-ada3-7357d5d9ae5c'] response: {'name': 'network-changed', 'server_uuid': '71035aa0-b00b-4158-a510-6b23beff0dbd', 'tag': '77360906-d976-459c-8d7b-7d48da271103', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1558/3061] 199.204.45.23 () {30 vars in 741 bytes} [Wed Jul 15 15:58:04 2026] GET /v2.0/networks/67fa3dce-789c-4581-9787-2311e7afa2c9 => generated 797 bytes in 75 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: 1504/3062] 199.204.45.23 () {30 vars in 739 bytes} [Wed Jul 15 15:58:04 2026] GET /v2.0/subnets/c4b1b867-1267-40b3-8824-eeba3a9a3619 => generated 748 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3063] 199.204.45.23 () {30 vars in 735 bytes} [Wed Jul 15 15:58:04 2026] GET /v2.0/ports/77360906-d976-459c-8d7b-7d48da271103 => generated 1347 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3064] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:58:05 2026] GET /v2.0/ports?tenant_id=c3003393247549b38db23df9133f2af3&device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => generated 5212 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3065] 199.204.45.23 () {34 vars in 787 bytes} [Wed Jul 15 15:58:04 2026] PUT /v2.0/ports/77360906-d976-459c-8d7b-7d48da271103 => generated 1080 bytes in 489 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3066] 199.204.45.23 () {34 vars in 984 bytes} [Wed Jul 15 15:58:05 2026] GET /v2.0/networks?id=67fa3dce-789c-4581-9787-2311e7afa2c9 => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1562/3067] 199.204.45.23 () {34 vars in 1104 bytes} [Wed Jul 15 15:58:05 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A25b&port_id=77360906-d976-459c-8d7b-7d48da271103 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3068] 199.204.45.23 () {30 vars in 741 bytes} [Wed Jul 15 15:58:05 2026] GET /v2.0/networks/67fa3dce-789c-4581-9787-2311e7afa2c9 => generated 797 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3069] 199.204.45.23 () {34 vars in 982 bytes} [Wed Jul 15 15:58:05 2026] GET /v2.0/subnets?id=c4b1b867-1267-40b3-8824-eeba3a9a3619 => generated 751 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3070] 199.204.45.23 () {30 vars in 767 bytes} [Wed Jul 15 15:58:05 2026] GET /v2.0/ports?device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => generated 4981 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3071] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:58:05 2026] GET /v2.0/ports?network_id=67fa3dce-789c-4581-9787-2311e7afa2c9&device_owner=network%3Adhcp => generated 1461 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3072] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:58:05 2026] GET /v2.0/networks/67fa3dce-789c-4581-9787-2311e7afa2c9?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: 1565/3073] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:58:05 2026] GET /v2.0/networks/67fa3dce-789c-4581-9787-2311e7afa2c9?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: 1509/3074] 199.204.45.23 () {30 vars in 767 bytes} [Wed Jul 15 15:58:05 2026] GET /v2.0/ports?device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => generated 4981 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:58:06.720 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-df20f23f-bd7d-4463-8057-4894c0070560'] response: {'name': 'network-changed', 'server_uuid': '71035aa0-b00b-4158-a510-6b23beff0dbd', 'tag': '77360906-d976-459c-8d7b-7d48da271103', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1566/3075] 199.204.45.23 () {30 vars in 767 bytes} [Wed Jul 15 15:58:06 2026] GET /v2.0/ports?device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => generated 4981 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3076] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:58:07 2026] GET /v2.0/ports?tenant_id=c3003393247549b38db23df9133f2af3&device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => generated 4981 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3077] 199.204.45.23 () {34 vars in 984 bytes} [Wed Jul 15 15:58:07 2026] GET /v2.0/networks?id=67fa3dce-789c-4581-9787-2311e7afa2c9 => generated 800 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3078] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:58:07 2026] GET /v2.0/networks/67fa3dce-789c-4581-9787-2311e7afa2c9?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: 1568/3079] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:58:07 2026] GET /v2.0/networks/67fa3dce-789c-4581-9787-2311e7afa2c9?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: 8|app: 0|req: 1512/3080] 199.204.45.23 () {30 vars in 767 bytes} [Wed Jul 15 15:58:08 2026] GET /v2.0/ports?device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => generated 4981 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3081] 199.204.45.23 () {34 vars in 973 bytes} [Wed Jul 15 15:58:08 2026] GET /v2.0/ports/77360906-d976-459c-8d7b-7d48da271103 => 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: 1513/3082] 199.204.45.23 () {34 vars in 1058 bytes} [Wed Jul 15 15:58:08 2026] GET /v2.0/ports/77360906-d976-459c-8d7b-7d48da271103?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3083] 199.204.45.23 () {34 vars in 1014 bytes} [Wed Jul 15 15:58:08 2026] GET /v2.0/networks/67fa3dce-789c-4581-9787-2311e7afa2c9?fields=dns_domain => generated 29 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3084] 199.204.45.23 () {38 vars in 1026 bytes} [Wed Jul 15 15:58:08 2026] PUT /v2.0/ports/77360906-d976-459c-8d7b-7d48da271103 => generated 917 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3085] 199.204.45.23 () {30 vars in 767 bytes} [Wed Jul 15 15:58:09 2026] GET /v2.0/ports?device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => generated 3873 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-15 15:58:09.278 8 INFO neutron_taas.services.taas.taas_plugin [None req-c8be8835-659f-4b57-99ed-7997d70301a7 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] TaaS: Handle Delete Port: 77360906-d976-459c-8d7b-7d48da271103 2026-07-15 15:58:09.280 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8be8835-659f-4b57-99ed-7997d70301a7 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Tap Mirror: Handle Delete Port: 77360906-d976-459c-8d7b-7d48da271103 [pid: 8|app: 0|req: 1515/3086] 199.204.45.23 () {32 vars in 757 bytes} [Wed Jul 15 15:58:09 2026] DELETE /v2.0/ports/77360906-d976-459c-8d7b-7d48da271103 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3087] 199.204.45.23 () {30 vars in 701 bytes} [Wed Jul 15 15:58:09 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: 1516/3088] 199.204.45.23 () {30 vars in 703 bytes} [Wed Jul 15 15:58:09 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3089] 199.204.45.23 () {30 vars in 679 bytes} [Wed Jul 15 15:58:09 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: 1517/3090] 199.204.45.23 () {30 vars in 715 bytes} [Wed Jul 15 15:58: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: 7|app: 0|req: 1574/3091] 199.204.45.23 () {30 vars in 739 bytes} [Wed Jul 15 15:58:09 2026] GET /v2.0/subnets/693fa778-49f4-4654-b0aa-e2b3138cb1c1 => generated 675 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3092] 199.204.45.23 () {30 vars in 735 bytes} [Wed Jul 15 15:58:09 2026] GET /v2.0/ports/edb27801-dbb2-47c1-915a-a3e5a9f19849 => generated 1132 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3093] 199.204.45.23 () {30 vars in 735 bytes} [Wed Jul 15 15:58:09 2026] GET /v2.0/ports/ca592b45-15db-4101-95f7-482c47795081 => generated 1350 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3094] 199.204.45.23 () {30 vars in 739 bytes} [Wed Jul 15 15:58:09 2026] GET /v2.0/subnets/693fa778-49f4-4654-b0aa-e2b3138cb1c1 => generated 675 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3095] 199.204.45.23 () {30 vars in 741 bytes} [Wed Jul 15 15:58:09 2026] GET /v2.0/networks/05aca1f3-2648-4dc0-bb23-5c5fdb929a92 => generated 799 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3096] 199.204.45.23 () {30 vars in 735 bytes} [Wed Jul 15 15:58:09 2026] GET /v2.0/ports/edb27801-dbb2-47c1-915a-a3e5a9f19849 => generated 1132 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3097] 199.204.45.23 () {30 vars in 739 bytes} [Wed Jul 15 15:58:09 2026] GET /v2.0/subnets/693fa778-49f4-4654-b0aa-e2b3138cb1c1 => 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: 1521/3098] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:58:10 2026] GET /v2.0/ports?tenant_id=c3003393247549b38db23df9133f2af3&device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => generated 3873 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3099] 199.204.45.23 () {34 vars in 1224 bytes} [Wed Jul 15 15:58:10 2026] GET /v2.0/networks?id=bef8dc34-6a8f-4c4b-a392-9a5b8e483059&id=05aca1f3-2648-4dc0-bb23-5c5fdb929a92&id=319d3df4-3e36-4e79-9d7c-0d2012b8efb3&id=67fa3dce-789c-4581-9787-2311e7afa2c9 => generated 3096 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3100] 199.204.45.23 () {34 vars in 1060 bytes} [Wed Jul 15 15:58:10 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.100&port_id=1eecbf5f-8859-4db7-93df-487da0590d26 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3101] 199.204.45.23 () {34 vars in 982 bytes} [Wed Jul 15 15:58:10 2026] GET /v2.0/subnets?id=d94dde1d-339c-45c5-a855-34f1676c80e2 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3102] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:58:10 2026] GET /v2.0/ports?network_id=bef8dc34-6a8f-4c4b-a392-9a5b8e483059&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3103] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:58:10 2026] GET /v2.0/networks/bef8dc34-6a8f-4c4b-a392-9a5b8e483059?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: 1524/3104] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:58:10 2026] GET /v2.0/networks/bef8dc34-6a8f-4c4b-a392-9a5b8e483059?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: 1581/3105] 199.204.45.23 () {34 vars in 1056 bytes} [Wed Jul 15 15:58:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.142&port_id=ca592b45-15db-4101-95f7-482c47795081 => 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: 1525/3106] 199.204.45.23 () {34 vars in 982 bytes} [Wed Jul 15 15:58:10 2026] GET /v2.0/subnets?id=693fa778-49f4-4654-b0aa-e2b3138cb1c1 => generated 678 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3107] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:58:10 2026] GET /v2.0/ports?network_id=05aca1f3-2648-4dc0-bb23-5c5fdb929a92&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3108] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:58:10 2026] GET /v2.0/networks/05aca1f3-2648-4dc0-bb23-5c5fdb929a92?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: 1583/3109] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:58:10 2026] GET /v2.0/networks/05aca1f3-2648-4dc0-bb23-5c5fdb929a92?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: 1527/3110] 199.204.45.23 () {34 vars in 1056 bytes} [Wed Jul 15 15:58:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.129&port_id=41161857-a006-4ce4-9b35-f1d79dce3243 => 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: 1584/3111] 199.204.45.23 () {34 vars in 982 bytes} [Wed Jul 15 15:58:10 2026] GET /v2.0/subnets?id=2095decd-c41b-4cf2-b997-eed7bd1d9d14 => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3112] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:58:10 2026] GET /v2.0/ports?network_id=319d3df4-3e36-4e79-9d7c-0d2012b8efb3&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3113] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:58:10 2026] GET /v2.0/networks/319d3df4-3e36-4e79-9d7c-0d2012b8efb3?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: 1529/3114] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:58:10 2026] GET /v2.0/networks/319d3df4-3e36-4e79-9d7c-0d2012b8efb3?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: 1587/3117] 199.204.45.23 () {30 vars in 701 bytes} [Wed Jul 15 15:58: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: 8|app: 0|req: 1531/3118] 199.204.45.23 () {30 vars in 703 bytes} [Wed Jul 15 15:58:17 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: 1588/3119] 199.204.45.23 () {30 vars in 679 bytes} [Wed Jul 15 15:58: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: 8|app: 0|req: 1532/3120] 199.204.45.23 () {30 vars in 715 bytes} [Wed Jul 15 15:58:17 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: 1589/3121] 199.204.45.23 () {30 vars in 767 bytes} [Wed Jul 15 15:58:17 2026] GET /v2.0/ports?device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => generated 3873 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3122] 199.204.45.23 () {30 vars in 701 bytes} [Wed Jul 15 15:58:17 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3123] 199.204.45.23 () {30 vars in 703 bytes} [Wed Jul 15 15:58:17 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3124] 199.204.45.23 () {30 vars in 679 bytes} [Wed Jul 15 15:58:17 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: 1591/3125] 199.204.45.23 () {30 vars in 715 bytes} [Wed Jul 15 15:58:17 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: 1535/3126] 199.204.45.23 () {30 vars in 735 bytes} [Wed Jul 15 15:58:17 2026] GET /v2.0/ports/41161857-a006-4ce4-9b35-f1d79dce3243 => generated 1291 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3127] 199.204.45.23 () {34 vars in 787 bytes} [Wed Jul 15 15:58:17 2026] PUT /v2.0/ports/41161857-a006-4ce4-9b35-f1d79dce3243 => generated 1080 bytes in 496 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:58:18.159 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-80d9ec4f-8a73-4ebb-90d9-5c115f1058ea'] response: {'name': 'network-changed', 'server_uuid': '71035aa0-b00b-4158-a510-6b23beff0dbd', 'tag': '41161857-a006-4ce4-9b35-f1d79dce3243', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1536/3128] 199.204.45.23 () {30 vars in 741 bytes} [Wed Jul 15 15:58:18 2026] GET /v2.0/networks/319d3df4-3e36-4e79-9d7c-0d2012b8efb3 => generated 798 bytes in 64 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: 1593/3129] 199.204.45.23 () {30 vars in 767 bytes} [Wed Jul 15 15:58:18 2026] GET /v2.0/ports?device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => generated 3698 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3130] 199.204.45.23 () {30 vars in 767 bytes} [Wed Jul 15 15:58:18 2026] GET /v2.0/ports?device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => generated 3698 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3131] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:58:18 2026] GET /v2.0/ports?tenant_id=c3003393247549b38db23df9133f2af3&device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => 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: 1538/3132] 199.204.45.23 () {34 vars in 984 bytes} [Wed Jul 15 15:58:18 2026] GET /v2.0/networks?id=319d3df4-3e36-4e79-9d7c-0d2012b8efb3 => generated 801 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3133] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:58:18 2026] GET /v2.0/networks/319d3df4-3e36-4e79-9d7c-0d2012b8efb3?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3134] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:58:18 2026] GET /v2.0/networks/319d3df4-3e36-4e79-9d7c-0d2012b8efb3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3135] 199.204.45.23 () {30 vars in 767 bytes} [Wed Jul 15 15:58:19 2026] GET /v2.0/ports?device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => 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: 1540/3136] 199.204.45.23 () {34 vars in 973 bytes} [Wed Jul 15 15:58:20 2026] GET /v2.0/ports/41161857-a006-4ce4-9b35-f1d79dce3243 => generated 1116 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3137] 199.204.45.23 () {34 vars in 1058 bytes} [Wed Jul 15 15:58:20 2026] GET /v2.0/ports/41161857-a006-4ce4-9b35-f1d79dce3243?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3138] 199.204.45.23 () {30 vars in 767 bytes} [Wed Jul 15 15:58:20 2026] GET /v2.0/ports?device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => generated 3698 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3139] 199.204.45.23 () {34 vars in 1014 bytes} [Wed Jul 15 15:58:20 2026] GET /v2.0/networks/319d3df4-3e36-4e79-9d7c-0d2012b8efb3?fields=dns_domain => generated 29 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3140] 199.204.45.23 () {38 vars in 1026 bytes} [Wed Jul 15 15:58:20 2026] PUT /v2.0/ports/41161857-a006-4ce4-9b35-f1d79dce3243 => generated 917 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3141] 199.204.45.23 () {30 vars in 767 bytes} [Wed Jul 15 15:58:21 2026] GET /v2.0/ports?device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => generated 2590 bytes in 45 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-07-15 15:58:21.690 7 INFO neutron_taas.services.taas.taas_plugin [None req-1995375e-0c0f-4efa-9e61-cbd28e63ef19 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] TaaS: Handle Delete Port: 41161857-a006-4ce4-9b35-f1d79dce3243 2026-07-15 15:58:21.693 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1995375e-0c0f-4efa-9e61-cbd28e63ef19 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Tap Mirror: Handle Delete Port: 41161857-a006-4ce4-9b35-f1d79dce3243 [pid: 7|app: 0|req: 1600/3142] 199.204.45.23 () {32 vars in 757 bytes} [Wed Jul 15 15:58:21 2026] DELETE /v2.0/ports/41161857-a006-4ce4-9b35-f1d79dce3243 => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3143] 199.204.45.23 () {30 vars in 701 bytes} [Wed Jul 15 15:58:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3144] 199.204.45.23 () {30 vars in 703 bytes} [Wed Jul 15 15:58:21 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: 1544/3145] 199.204.45.23 () {30 vars in 679 bytes} [Wed Jul 15 15:58:21 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: 1602/3146] 199.204.45.23 () {30 vars in 715 bytes} [Wed Jul 15 15:58:21 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3147] 199.204.45.23 () {30 vars in 739 bytes} [Wed Jul 15 15:58:22 2026] GET /v2.0/subnets/693fa778-49f4-4654-b0aa-e2b3138cb1c1 => 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: 1603/3148] 199.204.45.23 () {30 vars in 735 bytes} [Wed Jul 15 15:58:22 2026] GET /v2.0/ports/edb27801-dbb2-47c1-915a-a3e5a9f19849 => 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: 1546/3149] 199.204.45.23 () {30 vars in 735 bytes} [Wed Jul 15 15:58:22 2026] GET /v2.0/ports/ca592b45-15db-4101-95f7-482c47795081 => generated 1350 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3150] 199.204.45.23 () {30 vars in 739 bytes} [Wed Jul 15 15:58:22 2026] GET /v2.0/subnets/693fa778-49f4-4654-b0aa-e2b3138cb1c1 => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3151] 199.204.45.23 () {30 vars in 741 bytes} [Wed Jul 15 15:58:22 2026] GET /v2.0/networks/05aca1f3-2648-4dc0-bb23-5c5fdb929a92 => generated 799 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3152] 199.204.45.23 () {30 vars in 735 bytes} [Wed Jul 15 15:58:22 2026] GET /v2.0/ports/edb27801-dbb2-47c1-915a-a3e5a9f19849 => 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: 1548/3153] 199.204.45.23 () {30 vars in 739 bytes} [Wed Jul 15 15:58:22 2026] GET /v2.0/subnets/693fa778-49f4-4654-b0aa-e2b3138cb1c1 => 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: 1606/3154] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:58:22 2026] GET /v2.0/ports?tenant_id=c3003393247549b38db23df9133f2af3&device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => generated 2590 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3155] 199.204.45.23 () {34 vars in 1144 bytes} [Wed Jul 15 15:58:22 2026] GET /v2.0/networks?id=bef8dc34-6a8f-4c4b-a392-9a5b8e483059&id=05aca1f3-2648-4dc0-bb23-5c5fdb929a92&id=319d3df4-3e36-4e79-9d7c-0d2012b8efb3 => generated 2310 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3156] 199.204.45.23 () {34 vars in 1060 bytes} [Wed Jul 15 15:58:22 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.100&port_id=1eecbf5f-8859-4db7-93df-487da0590d26 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3157] 199.204.45.23 () {34 vars in 982 bytes} [Wed Jul 15 15:58:22 2026] GET /v2.0/subnets?id=d94dde1d-339c-45c5-a855-34f1676c80e2 => generated 654 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3158] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:58:22 2026] GET /v2.0/ports?network_id=bef8dc34-6a8f-4c4b-a392-9a5b8e483059&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: 1551/3159] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:58:22 2026] GET /v2.0/networks/bef8dc34-6a8f-4c4b-a392-9a5b8e483059?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3160] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:58:22 2026] GET /v2.0/networks/bef8dc34-6a8f-4c4b-a392-9a5b8e483059?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3161] 199.204.45.23 () {34 vars in 1056 bytes} [Wed Jul 15 15:58:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.142&port_id=ca592b45-15db-4101-95f7-482c47795081 => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3162] 199.204.45.23 () {34 vars in 982 bytes} [Wed Jul 15 15:58:22 2026] GET /v2.0/subnets?id=693fa778-49f4-4654-b0aa-e2b3138cb1c1 => generated 678 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3163] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:58:22 2026] GET /v2.0/ports?network_id=05aca1f3-2648-4dc0-bb23-5c5fdb929a92&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: 7|app: 0|req: 1611/3164] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:58:22 2026] GET /v2.0/networks/05aca1f3-2648-4dc0-bb23-5c5fdb929a92?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: 1554/3165] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:58:22 2026] GET /v2.0/networks/05aca1f3-2648-4dc0-bb23-5c5fdb929a92?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3168] 199.204.45.23 () {30 vars in 701 bytes} [Wed Jul 15 15:58:33 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: 1556/3169] 199.204.45.23 () {30 vars in 703 bytes} [Wed Jul 15 15:58:33 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: 1614/3170] 199.204.45.23 () {30 vars in 679 bytes} [Wed Jul 15 15:58:33 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: 1557/3171] 199.204.45.23 () {30 vars in 715 bytes} [Wed Jul 15 15:58:33 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:58:33.965 7 INFO neutron.api.v2.resource [None req-d5be783c-0e46-4ca5-b1dc-301a005cdf9c ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1615/3172] 199.204.45.23 () {30 vars in 761 bytes} [Wed Jul 15 15:58:33 2026] GET /v2.0/security-groups/lb-530d7033-5992-4866-a908-e40c43c6d528 => generated 149 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3173] 199.204.45.23 () {30 vars in 783 bytes} [Wed Jul 15 15:58:33 2026] GET /v2.0/security-groups?name=lb-530d7033-5992-4866-a908-e40c43c6d528 => generated 2865 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3174] 199.204.45.23 () {30 vars in 813 bytes} [Wed Jul 15 15:58:34 2026] GET /v2.0/security-group-rules?security_group_id=98ee9979-41b0-4c70-b192-5ecfe359026c => generated 2334 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3175] 199.204.45.23 () {32 vars in 787 bytes} [Wed Jul 15 15:58:34 2026] DELETE /v2.0/security-group-rules/18617301-22f2-40f6-8dd5-af58f48473d5 => 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: 1617/3176] 199.204.45.23 () {32 vars in 787 bytes} [Wed Jul 15 15:58:34 2026] DELETE /v2.0/security-group-rules/972dc825-743b-4297-98f7-c566245335fd => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:58:37.513 8 INFO neutron_taas.services.taas.taas_plugin [None req-c42a1bf3-1a81-4053-86bb-5a3fc7047210 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] TaaS: Handle Delete Port: f7188e9e-334c-4f7d-9068-3a81019192dd 2026-07-15 15:58:37.516 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c42a1bf3-1a81-4053-86bb-5a3fc7047210 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] Tap Mirror: Handle Delete Port: f7188e9e-334c-4f7d-9068-3a81019192dd 2026-07-15 15:58:37.731 8 INFO neutron.db.l3_db [None req-c42a1bf3-1a81-4053-86bb-5a3fc7047210 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] Floating IP 021bec0a-ae1e-4385-997a-e1c2cf8c50d8 disassociated (deleted). External IP: 10.96.250.220, port: edb27801-dbb2-47c1-915a-a3e5a9f19849. [pid: 8|app: 0|req: 1560/3177] 10.0.0.115 () {32 vars in 731 bytes} [Wed Jul 15 15:58:37 2026] DELETE /v2.0/floatingips/021bec0a-ae1e-4385-997a-e1c2cf8c50d8 => generated 0 bytes in 704 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:58:38.098 7 INFO neutron.api.v2.resource [None req-8896e187-2b22-4884-90a8-a4f84973111e 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1618/3178] 10.0.0.115 () {32 vars in 728 bytes} [Wed Jul 15 15:58:38 2026] GET /v2.0/floatingips/021bec0a-ae1e-4385-997a-e1c2cf8c50d8 => generated 144 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3179] 199.204.45.23 () {30 vars in 701 bytes} [Wed Jul 15 15:58:38 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3180] 199.204.45.23 () {30 vars in 703 bytes} [Wed Jul 15 15:58: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: 8|app: 0|req: 1562/3181] 199.204.45.23 () {30 vars in 679 bytes} [Wed Jul 15 15:58:38 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: 1620/3182] 199.204.45.23 () {30 vars in 715 bytes} [Wed Jul 15 15:58:38 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-07-15 15:58:38.894 8 INFO neutron.api.v2.resource [None req-c7c4bd48-1a6b-4923-bab0-b1ffc0a17d5a ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1563/3183] 199.204.45.23 () {30 vars in 761 bytes} [Wed Jul 15 15:58:38 2026] GET /v2.0/security-groups/lb-530d7033-5992-4866-a908-e40c43c6d528 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3184] 199.204.45.23 () {30 vars in 783 bytes} [Wed Jul 15 15:58:38 2026] GET /v2.0/security-groups?name=lb-530d7033-5992-4866-a908-e40c43c6d528 => generated 1639 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3185] 199.204.45.23 () {30 vars in 813 bytes} [Wed Jul 15 15:58:38 2026] GET /v2.0/security-group-rules?security_group_id=98ee9979-41b0-4c70-b192-5ecfe359026c => generated 1182 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3186] 199.204.45.23 () {30 vars in 701 bytes} [Wed Jul 15 15:58:39 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3187] 199.204.45.23 () {30 vars in 703 bytes} [Wed Jul 15 15:58:39 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: 1623/3188] 199.204.45.23 () {30 vars in 679 bytes} [Wed Jul 15 15:58:39 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: 1566/3189] 199.204.45.23 () {30 vars in 715 bytes} [Wed Jul 15 15:58:39 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: 1624/3190] 199.204.45.23 () {30 vars in 739 bytes} [Wed Jul 15 15:58:39 2026] GET /v2.0/subnets/693fa778-49f4-4654-b0aa-e2b3138cb1c1 => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3191] 199.204.45.23 () {30 vars in 767 bytes} [Wed Jul 15 15:58:39 2026] GET /v2.0/ports?device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => generated 2590 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3192] 199.204.45.23 () {30 vars in 767 bytes} [Wed Jul 15 15:58:39 2026] GET /v2.0/ports?device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => generated 2590 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3193] 199.204.45.23 () {30 vars in 767 bytes} [Wed Jul 15 15:58:39 2026] GET /v2.0/ports?device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => generated 2590 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3194] 199.204.45.23 () {30 vars in 767 bytes} [Wed Jul 15 15:58:40 2026] GET /v2.0/ports?device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => generated 2590 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3195] 199.204.45.23 () {34 vars in 973 bytes} [Wed Jul 15 15:58:41 2026] GET /v2.0/ports/ca592b45-15db-4101-95f7-482c47795081 => 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: 1627/3196] 199.204.45.23 () {34 vars in 1058 bytes} [Wed Jul 15 15:58:41 2026] GET /v2.0/ports/ca592b45-15db-4101-95f7-482c47795081?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3197] 199.204.45.23 () {30 vars in 767 bytes} [Wed Jul 15 15:58:41 2026] GET /v2.0/ports?device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => 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: 1628/3200] 199.204.45.23 () {34 vars in 1014 bytes} [Wed Jul 15 15:58:41 2026] GET /v2.0/networks/05aca1f3-2648-4dc0-bb23-5c5fdb929a92?fields=dns_domain => generated 29 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3201] 199.204.45.23 () {38 vars in 1026 bytes} [Wed Jul 15 15:58:41 2026] PUT /v2.0/ports/ca592b45-15db-4101-95f7-482c47795081 => generated 1151 bytes in 346 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3202] 199.204.45.23 () {30 vars in 767 bytes} [Wed Jul 15 15:58:42 2026] GET /v2.0/ports?device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1574/3203] 199.204.45.23 () {34 vars in 787 bytes} [Wed Jul 15 15:58:42 2026] PUT /v2.0/ports/ca592b45-15db-4101-95f7-482c47795081 => generated 1090 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3204] 199.204.45.23 () {30 vars in 735 bytes} [Wed Jul 15 15:58:42 2026] GET /v2.0/ports/ca592b45-15db-4101-95f7-482c47795081 => generated 1090 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-15 15:58:42.991 8 INFO neutron_taas.services.taas.taas_plugin [None req-810ade61-36f9-42f1-917b-6a19d9c00bc8 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] TaaS: Handle Delete Port: ca592b45-15db-4101-95f7-482c47795081 2026-07-15 15:58:42.994 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-810ade61-36f9-42f1-917b-6a19d9c00bc8 ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Tap Mirror: Handle Delete Port: ca592b45-15db-4101-95f7-482c47795081 [pid: 8|app: 0|req: 1575/3205] 199.204.45.23 () {32 vars in 757 bytes} [Wed Jul 15 15:58:42 2026] DELETE /v2.0/ports/ca592b45-15db-4101-95f7-482c47795081 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3206] 199.204.45.23 () {30 vars in 701 bytes} [Wed Jul 15 15:58:43 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3207] 199.204.45.23 () {30 vars in 703 bytes} [Wed Jul 15 15:58:43 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3208] 199.204.45.23 () {30 vars in 679 bytes} [Wed Jul 15 15:58:43 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: 1577/3209] 199.204.45.23 () {30 vars in 715 bytes} [Wed Jul 15 15:58:43 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:58:43.334 7 INFO neutron.pecan_wsgi.hooks.translation [None req-226fbd9f-55e3-4fcf-9588-73d9e1c25b9a ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1633/3210] 199.204.45.23 () {32 vars in 757 bytes} [Wed Jul 15 15:58:43 2026] DELETE /v2.0/ports/ca592b45-15db-4101-95f7-482c47795081 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3211] 199.204.45.23 () {30 vars in 735 bytes} [Wed Jul 15 15:58:43 2026] GET /v2.0/ports/edb27801-dbb2-47c1-915a-a3e5a9f19849 => generated 1132 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3212] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:58:43 2026] GET /v2.0/ports?tenant_id=c3003393247549b38db23df9133f2af3&device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:58:43.444 8 INFO neutron.api.v2.resource [None req-8d1c0922-3861-4d58-8792-7d5c9fc2ffbf ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1579/3213] 199.204.45.23 () {30 vars in 761 bytes} [Wed Jul 15 15:58:43 2026] GET /v2.0/security-groups/lb-530d7033-5992-4866-a908-e40c43c6d528 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3214] 199.204.45.23 () {30 vars in 783 bytes} [Wed Jul 15 15:58:43 2026] GET /v2.0/security-groups?name=lb-530d7033-5992-4866-a908-e40c43c6d528 => generated 1639 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3215] 199.204.45.23 () {34 vars in 1064 bytes} [Wed Jul 15 15:58:43 2026] GET /v2.0/networks?id=bef8dc34-6a8f-4c4b-a392-9a5b8e483059&id=05aca1f3-2648-4dc0-bb23-5c5fdb929a92 => generated 1523 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3216] 199.204.45.23 () {30 vars in 735 bytes} [Wed Jul 15 15:58:43 2026] GET /v2.0/ports/edb27801-dbb2-47c1-915a-a3e5a9f19849 => 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: 1581/3217] 199.204.45.23 () {34 vars in 1060 bytes} [Wed Jul 15 15:58:43 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.100&port_id=1eecbf5f-8859-4db7-93df-487da0590d26 => 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: 1582/3218] 199.204.45.23 () {34 vars in 982 bytes} [Wed Jul 15 15:58:43 2026] GET /v2.0/subnets?id=d94dde1d-339c-45c5-a855-34f1676c80e2 => generated 654 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3219] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:58:43 2026] GET /v2.0/ports?network_id=bef8dc34-6a8f-4c4b-a392-9a5b8e483059&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: 1584/3220] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:58:43 2026] GET /v2.0/networks/bef8dc34-6a8f-4c4b-a392-9a5b8e483059?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3221] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:58:43 2026] GET /v2.0/networks/bef8dc34-6a8f-4c4b-a392-9a5b8e483059?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: 1637/3222] 199.204.45.23 () {34 vars in 787 bytes} [Wed Jul 15 15:58:43 2026] PUT /v2.0/ports/edb27801-dbb2-47c1-915a-a3e5a9f19849 => generated 1094 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3223] 199.204.45.23 () {32 vars in 777 bytes} [Wed Jul 15 15:58:43 2026] DELETE /v2.0/security-groups/98ee9979-41b0-4c70-b192-5ecfe359026c => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:58:44.056 7 INFO neutron_taas.services.taas.taas_plugin [None req-3bbdc453-856c-4c4e-bdc4-263e80aa2f1d ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] TaaS: Handle Delete Port: edb27801-dbb2-47c1-915a-a3e5a9f19849 2026-07-15 15:58:44.059 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3bbdc453-856c-4c4e-bdc4-263e80aa2f1d ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Tap Mirror: Handle Delete Port: edb27801-dbb2-47c1-915a-a3e5a9f19849 [pid: 7|app: 0|req: 1638/3224] 199.204.45.23 () {32 vars in 757 bytes} [Wed Jul 15 15:58:43 2026] DELETE /v2.0/ports/edb27801-dbb2-47c1-915a-a3e5a9f19849 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3225] 199.204.45.23 () {34 vars in 992 bytes} [Wed Jul 15 15:58:47 2026] GET /v2.0/ports?device_id=71035aa0-b00b-4158-a510-6b23beff0dbd => generated 1248 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:58:47.270 7 INFO neutron_taas.services.taas.taas_plugin [req-e7280e54-c5ff-4ca0-aa82-19af36e62096 req-78f82bdd-b651-4ce1-a324-f8d71b416bbf ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] TaaS: Handle Delete Port: 1eecbf5f-8859-4db7-93df-487da0590d26 2026-07-15 15:58:47.272 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e7280e54-c5ff-4ca0-aa82-19af36e62096 req-78f82bdd-b651-4ce1-a324-f8d71b416bbf ee5000d31c9748ce81cdbc1a736f771b c3003393247549b38db23df9133f2af3 - - default default] Tap Mirror: Handle Delete Port: 1eecbf5f-8859-4db7-93df-487da0590d26 [pid: 7|app: 0|req: 1639/3226] 199.204.45.23 () {36 vars in 995 bytes} [Wed Jul 15 15:58:47 2026] DELETE /v2.0/ports/1eecbf5f-8859-4db7-93df-487da0590d26 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:58:47.437 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fe989af5-7827-4e50-8a56-9061ad4a270f'] response: {'server_uuid': '71035aa0-b00b-4158-a510-6b23beff0dbd', 'name': 'network-vif-deleted', 'tag': '1eecbf5f-8859-4db7-93df-487da0590d26', 'status': 'completed', 'code': 200} 2026-07-15 15:58:48.469 8 INFO neutron_taas.services.taas.taas_plugin [None req-8764578f-331f-4c32-b8e5-773d83172a99 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] TaaS: Handle Delete Port: d1ad4304-4081-463e-aa47-114f14f715bc 2026-07-15 15:58:48.479 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8764578f-331f-4c32-b8e5-773d83172a99 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] Tap Mirror: Handle Delete Port: d1ad4304-4081-463e-aa47-114f14f715bc 2026-07-15 15:58:48.684 8 INFO neutron.db.l3_db [None req-8764578f-331f-4c32-b8e5-773d83172a99 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] Floating IP 19bc069e-ddb9-460a-a247-112d9aabf7b8 disassociated (deleted). External IP: 10.96.250.205, port: 7b2fe703-8d7c-4bcb-88e5-63f00022d9b8. [pid: 8|app: 0|req: 1588/3227] 10.0.0.115 () {32 vars in 731 bytes} [Wed Jul 15 15:58:48 2026] DELETE /v2.0/floatingips/19bc069e-ddb9-460a-a247-112d9aabf7b8 => generated 0 bytes in 692 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:58:49.046 7 INFO neutron.api.v2.resource [None req-4e95c440-6bb0-408c-b7c0-c659ea000470 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1640/3228] 10.0.0.115 () {32 vars in 728 bytes} [Wed Jul 15 15:58:49 2026] GET /v2.0/floatingips/19bc069e-ddb9-460a-a247-112d9aabf7b8 => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-15 15:58:49.071 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b7b6874b-a5b4-47eb-aee1-548c69c50a8a'] response: {'name': 'network-changed', 'server_uuid': 'c7e9460a-c494-4f6e-9559-861d5002df2e', 'tag': '7b2fe703-8d7c-4bcb-88e5-63f00022d9b8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1589/3229] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:58:49 2026] GET /v2.0/ports?device_id=c7e9460a-c494-4f6e-9559-861d5002df2e => generated 1200 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1641/3230] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:58:49 2026] GET /v2.0/security-groups?id=a81463be-08a4-4d31-b672-366b7ef23deb&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3231] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:58:49 2026] GET /v2.0/ports?tenant_id=8a80bdd97ae647c8bdf16c50078afbee&device_id=c7e9460a-c494-4f6e-9559-861d5002df2e => generated 1469 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3232] 199.204.45.23 () {34 vars in 984 bytes} [Wed Jul 15 15:58:49 2026] GET /v2.0/networks?id=67fa3dce-789c-4581-9787-2311e7afa2c9 => generated 800 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3233] 199.204.45.23 () {34 vars in 1054 bytes} [Wed Jul 15 15:58:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.18&port_id=7b2fe703-8d7c-4bcb-88e5-63f00022d9b8 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1643/3234] 199.204.45.23 () {34 vars in 1104 bytes} [Wed Jul 15 15:58:49 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1c9&port_id=7b2fe703-8d7c-4bcb-88e5-63f00022d9b8 => 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: 1592/3235] 199.204.45.23 () {34 vars in 1062 bytes} [Wed Jul 15 15:58:49 2026] GET /v2.0/subnets?id=c4b1b867-1267-40b3-8824-eeba3a9a3619&id=64d81564-f864-4465-a647-b53af9075d73 => generated 1414 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3236] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:58:49 2026] GET /v2.0/ports?network_id=67fa3dce-789c-4581-9787-2311e7afa2c9&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: 1593/3237] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:58:49 2026] GET /v2.0/ports?network_id=67fa3dce-789c-4581-9787-2311e7afa2c9&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: 1645/3238] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:58:49 2026] GET /v2.0/networks/67fa3dce-789c-4581-9787-2311e7afa2c9?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: 1594/3239] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:58:49 2026] GET /v2.0/networks/67fa3dce-789c-4581-9787-2311e7afa2c9?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1646/3240] 199.204.45.23 () {34 vars in 992 bytes} [Wed Jul 15 15:58:51 2026] GET /v2.0/ports?device_id=c7e9460a-c494-4f6e-9559-861d5002df2e => generated 1198 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:58:52.050 8 INFO neutron_taas.services.taas.taas_plugin [req-56b6395a-6ef9-438f-aa52-2f426f1f0f9f req-656e2d92-fd56-45dc-9279-956c49bda940 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] TaaS: Handle Delete Port: 7b2fe703-8d7c-4bcb-88e5-63f00022d9b8 2026-07-15 15:58:52.054 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-56b6395a-6ef9-438f-aa52-2f426f1f0f9f req-656e2d92-fd56-45dc-9279-956c49bda940 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] Tap Mirror: Handle Delete Port: 7b2fe703-8d7c-4bcb-88e5-63f00022d9b8 [pid: 8|app: 0|req: 1595/3241] 199.204.45.23 () {36 vars in 995 bytes} [Wed Jul 15 15:58:51 2026] DELETE /v2.0/ports/7b2fe703-8d7c-4bcb-88e5-63f00022d9b8 => generated 0 bytes in 335 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:58:52.313 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fa9e3048-1d8e-48b9-9ff2-6c7de5667e82'] response: {'server_uuid': 'c7e9460a-c494-4f6e-9559-861d5002df2e', 'name': 'network-vif-deleted', 'tag': '7b2fe703-8d7c-4bcb-88e5-63f00022d9b8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1647/3242] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:58:54 2026] GET /v2.0/ports?device_id=c7e9460a-c494-4f6e-9559-861d5002df2e => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-15 15:58:59.707 7 INFO neutron_taas.services.taas.taas_plugin [None req-7c9d7d72-0dc2-40a9-82db-22a961e4b1a3 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] TaaS: Handle Delete Port: ff4b793a-3f79-4e7a-a647-9b6d29466423 2026-07-15 15:58:59.710 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c9d7d72-0dc2-40a9-82db-22a961e4b1a3 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] Tap Mirror: Handle Delete Port: ff4b793a-3f79-4e7a-a647-9b6d29466423 2026-07-15 15:58:59.907 7 INFO neutron.db.l3_db [None req-7c9d7d72-0dc2-40a9-82db-22a961e4b1a3 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] Floating IP a429dbde-dc70-46a5-ab22-8da5005c97f2 disassociated (deleted). External IP: 10.96.250.219, port: e46b1f22-2c37-4df7-810a-7f0eb1a84c8f. [pid: 7|app: 0|req: 1649/3245] 10.0.0.115 () {32 vars in 731 bytes} [Wed Jul 15 15:58:59 2026] DELETE /v2.0/floatingips/a429dbde-dc70-46a5-ab22-8da5005c97f2 => generated 0 bytes in 704 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:59:00.264 8 INFO neutron.api.v2.resource [None req-9dc8aea8-83ff-4603-9fa8-4935f98f44c4 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1597/3246] 10.0.0.115 () {32 vars in 728 bytes} [Wed Jul 15 15:59:00 2026] GET /v2.0/floatingips/a429dbde-dc70-46a5-ab22-8da5005c97f2 => generated 144 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-15 15:59:00.276 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e7784d61-f66e-4a7e-bb04-5ca8358557bd'] response: {'name': 'network-changed', 'server_uuid': 'b20c8cd6-3f99-4bd7-bca0-20409c9fef84', 'tag': 'e46b1f22-2c37-4df7-810a-7f0eb1a84c8f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1650/3247] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:59:00 2026] GET /v2.0/ports?device_id=b20c8cd6-3f99-4bd7-bca0-20409c9fef84 => generated 1200 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3248] 10.0.0.192 () {34 vars in 1039 bytes} [Wed Jul 15 15:59:00 2026] GET /v2.0/security-groups?id=a81463be-08a4-4d31-b672-366b7ef23deb&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1651/3249] 199.204.45.23 () {34 vars in 1078 bytes} [Wed Jul 15 15:59:00 2026] GET /v2.0/ports?tenant_id=8a80bdd97ae647c8bdf16c50078afbee&device_id=b20c8cd6-3f99-4bd7-bca0-20409c9fef84 => 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: 1599/3250] 199.204.45.23 () {34 vars in 984 bytes} [Wed Jul 15 15:59:00 2026] GET /v2.0/networks?id=319d3df4-3e36-4e79-9d7c-0d2012b8efb3 => generated 801 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3251] 199.204.45.23 () {34 vars in 1056 bytes} [Wed Jul 15 15:59:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.174&port_id=e46b1f22-2c37-4df7-810a-7f0eb1a84c8f => 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: 1600/3252] 199.204.45.23 () {34 vars in 1102 bytes} [Wed Jul 15 15:59:00 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A188&port_id=e46b1f22-2c37-4df7-810a-7f0eb1a84c8f => 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: 1653/3253] 199.204.45.23 () {34 vars in 1062 bytes} [Wed Jul 15 15:59:00 2026] GET /v2.0/subnets?id=843bd84d-edda-4079-892a-2a34685294b9&id=2095decd-c41b-4cf2-b997-eed7bd1d9d14 => generated 1411 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3254] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:59:00 2026] GET /v2.0/ports?network_id=319d3df4-3e36-4e79-9d7c-0d2012b8efb3&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: 1654/3255] 199.204.45.23 () {34 vars in 1050 bytes} [Wed Jul 15 15:59:01 2026] GET /v2.0/ports?network_id=319d3df4-3e36-4e79-9d7c-0d2012b8efb3&device_owner=network%3Adhcp => generated 1457 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3256] 199.204.45.23 () {34 vars in 1010 bytes} [Wed Jul 15 15:59:01 2026] GET /v2.0/networks/319d3df4-3e36-4e79-9d7c-0d2012b8efb3?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: 1655/3257] 199.204.45.23 () {34 vars in 1110 bytes} [Wed Jul 15 15:59:01 2026] GET /v2.0/networks/319d3df4-3e36-4e79-9d7c-0d2012b8efb3?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: 1603/3258] 199.204.45.23 () {34 vars in 992 bytes} [Wed Jul 15 15:59:02 2026] GET /v2.0/ports?device_id=b20c8cd6-3f99-4bd7-bca0-20409c9fef84 => generated 1200 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-15 15:59:03.038 7 INFO neutron_taas.services.taas.taas_plugin [req-5bcdf103-bfc8-4619-af90-a71ad883ca89 req-c6730106-6cfd-45b1-b1cf-ca656a5b2162 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] TaaS: Handle Delete Port: e46b1f22-2c37-4df7-810a-7f0eb1a84c8f 2026-07-15 15:59:03.041 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5bcdf103-bfc8-4619-af90-a71ad883ca89 req-c6730106-6cfd-45b1-b1cf-ca656a5b2162 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] Tap Mirror: Handle Delete Port: e46b1f22-2c37-4df7-810a-7f0eb1a84c8f [pid: 7|app: 0|req: 1656/3259] 199.204.45.23 () {36 vars in 995 bytes} [Wed Jul 15 15:59:02 2026] DELETE /v2.0/ports/e46b1f22-2c37-4df7-810a-7f0eb1a84c8f => generated 0 bytes in 418 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:59:03.365 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-37566007-f9c9-444e-b9eb-2d3d122223cd'] response: {'server_uuid': 'b20c8cd6-3f99-4bd7-bca0-20409c9fef84', 'name': 'network-vif-deleted', 'tag': 'e46b1f22-2c37-4df7-810a-7f0eb1a84c8f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1604/3260] 10.0.0.192 () {34 vars in 989 bytes} [Wed Jul 15 15:59:05 2026] GET /v2.0/ports?device_id=b20c8cd6-3f99-4bd7-bca0-20409c9fef84 => 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: 1657/3261] 10.0.0.115 () {32 vars in 749 bytes} [Wed Jul 15 15:59:10 2026] DELETE /v2.0/security-group-rules/9ed34028-7f42-42a7-9d17-d55ea5ec6485 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:59:10.796 8 INFO neutron.api.v2.resource [None req-acf1c2a3-92bf-468e-9934-274af5a0c5ed 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1605/3262] 10.0.0.115 () {32 vars in 746 bytes} [Wed Jul 15 15:59:10 2026] GET /v2.0/security-group-rules/9ed34028-7f42-42a7-9d17-d55ea5ec6485 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1658/3263] 10.0.0.115 () {32 vars in 749 bytes} [Wed Jul 15 15:59:10 2026] DELETE /v2.0/security-group-rules/e419d852-f673-4685-8528-9ea692769764 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:59:10.887 8 INFO neutron.api.v2.resource [None req-2585fc3c-6611-4b37-a78b-091eadef5ad5 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1606/3264] 10.0.0.115 () {32 vars in 746 bytes} [Wed Jul 15 15:59:10 2026] GET /v2.0/security-group-rules/e419d852-f673-4685-8528-9ea692769764 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1659/3265] 10.0.0.115 () {32 vars in 749 bytes} [Wed Jul 15 15:59:10 2026] DELETE /v2.0/security-group-rules/9ee65257-1263-4805-b2a4-5c85361d870c => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:59:10.980 8 INFO neutron.api.v2.resource [None req-15de88e9-cdef-4cda-8010-541c8eb16b02 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1607/3266] 10.0.0.115 () {32 vars in 746 bytes} [Wed Jul 15 15:59:10 2026] GET /v2.0/security-group-rules/9ee65257-1263-4805-b2a4-5c85361d870c => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1660/3267] 10.0.0.115 () {32 vars in 749 bytes} [Wed Jul 15 15:59:10 2026] DELETE /v2.0/security-group-rules/2dab2560-f961-48b9-830f-87bf3833db56 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:59:11.067 8 INFO neutron.api.v2.resource [None req-eb8f7846-5c73-4bbc-bd8b-d248542d70ff 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1608/3268] 10.0.0.115 () {32 vars in 746 bytes} [Wed Jul 15 15:59:11 2026] GET /v2.0/security-group-rules/2dab2560-f961-48b9-830f-87bf3833db56 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1661/3269] 10.0.0.115 () {32 vars in 749 bytes} [Wed Jul 15 15:59:11 2026] DELETE /v2.0/security-group-rules/f12f8289-5173-4969-8294-b356c4460606 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:59:11.165 8 INFO neutron.api.v2.resource [None req-400e69cd-e258-40a3-aef7-ef153995cd39 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1609/3270] 10.0.0.115 () {32 vars in 746 bytes} [Wed Jul 15 15:59:11 2026] GET /v2.0/security-group-rules/f12f8289-5173-4969-8294-b356c4460606 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3271] 10.0.0.115 () {32 vars in 749 bytes} [Wed Jul 15 15:59:11 2026] DELETE /v2.0/security-group-rules/8a695c93-5949-4162-bc7a-12a0b410d5cf => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:59:11.257 8 INFO neutron.api.v2.resource [None req-7965443a-0189-400b-a149-a247fffad949 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1610/3272] 10.0.0.115 () {32 vars in 746 bytes} [Wed Jul 15 15:59:11 2026] GET /v2.0/security-group-rules/8a695c93-5949-4162-bc7a-12a0b410d5cf => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1663/3273] 10.0.0.115 () {32 vars in 749 bytes} [Wed Jul 15 15:59:11 2026] DELETE /v2.0/security-group-rules/3331cef8-9082-4f65-b2b1-54e62f3b1c59 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:59:11.355 8 INFO neutron.api.v2.resource [None req-3515f49e-614c-4cab-b594-b13c7a9b6c99 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1611/3274] 10.0.0.115 () {32 vars in 746 bytes} [Wed Jul 15 15:59:11 2026] GET /v2.0/security-group-rules/3331cef8-9082-4f65-b2b1-54e62f3b1c59 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1664/3275] 10.0.0.115 () {32 vars in 749 bytes} [Wed Jul 15 15:59:11 2026] DELETE /v2.0/security-group-rules/bb634125-d210-4d03-9e53-fe9b72088fea => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:59:11.461 8 INFO neutron.api.v2.resource [None req-fb72a866-5786-41c6-8e27-44af9ae71771 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1612/3276] 10.0.0.115 () {32 vars in 746 bytes} [Wed Jul 15 15:59:11 2026] GET /v2.0/security-group-rules/bb634125-d210-4d03-9e53-fe9b72088fea => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1665/3279] 10.0.0.115 () {32 vars in 749 bytes} [Wed Jul 15 15:59:11 2026] DELETE /v2.0/security-group-rules/a8829d5f-9432-49f5-9719-da44ea0f73d3 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:59:11.559 8 INFO neutron.api.v2.resource [None req-033c2093-9b91-45ac-9fb4-9945aa8d80ca 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1615/3280] 10.0.0.115 () {32 vars in 746 bytes} [Wed Jul 15 15:59:11 2026] GET /v2.0/security-group-rules/a8829d5f-9432-49f5-9719-da44ea0f73d3 => generated 155 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1666/3281] 10.0.0.115 () {32 vars in 749 bytes} [Wed Jul 15 15:59:11 2026] DELETE /v2.0/security-group-rules/fa9cc1d3-0836-4d05-bda4-2b515d5c5f30 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:59:11.673 8 INFO neutron.api.v2.resource [None req-2301b8ef-9778-43d0-836c-a06119f4efe7 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1616/3282] 10.0.0.115 () {32 vars in 746 bytes} [Wed Jul 15 15:59:11 2026] GET /v2.0/security-group-rules/fa9cc1d3-0836-4d05-bda4-2b515d5c5f30 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1667/3283] 10.0.0.115 () {32 vars in 749 bytes} [Wed Jul 15 15:59:11 2026] DELETE /v2.0/security-group-rules/e24d3575-2795-4a10-96a8-75a850118970 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:59:11.773 8 INFO neutron.api.v2.resource [None req-e5a5483d-7153-4b72-bdff-9526239d20ef 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1617/3284] 10.0.0.115 () {32 vars in 746 bytes} [Wed Jul 15 15:59:11 2026] GET /v2.0/security-group-rules/e24d3575-2795-4a10-96a8-75a850118970 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1668/3285] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:59:11 2026] DELETE /v2.0/security-groups/a81463be-08a4-4d31-b672-366b7ef23deb => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:59:11.880 8 INFO neutron.api.v2.resource [None req-0ce64947-98ae-424a-829c-cb79fd60e815 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1618/3286] 10.0.0.115 () {32 vars in 736 bytes} [Wed Jul 15 15:59:11 2026] GET /v2.0/security-groups/a81463be-08a4-4d31-b672-366b7ef23deb => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-15 15:59:12.359 7 INFO neutron_taas.services.taas.taas_plugin [None req-4309d64a-a342-4d07-a53c-d218e16f069a 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] TaaS: Handle Delete Port: 5b03d0aa-866c-46d0-a466-fada699aa792 2026-07-15 15:59:12.364 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4309d64a-a342-4d07-a53c-d218e16f069a 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] Tap Mirror: Handle Delete Port: 5b03d0aa-866c-46d0-a466-fada699aa792 [pid: 7|app: 0|req: 1669/3287] 10.0.0.115 () {34 vars in 788 bytes} [Wed Jul 15 15:59:11 2026] PUT /v2.0/routers/c7d1a77a-c21b-41c9-9d2c-7008182056fa/remove_router_interface => generated 309 bytes in 1092 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:59:13.200 8 INFO neutron.api.v2.resource [None req-cf3db3d7-0ca4-4f7b-ae6d-845b9077331d 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1619/3288] 10.0.0.115 () {34 vars in 788 bytes} [Wed Jul 15 15:59:13 2026] PUT /v2.0/routers/c7d1a77a-c21b-41c9-9d2c-7008182056fa/remove_router_interface => generated 198 bytes in 167 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-15 15:59:13.564 7 INFO neutron_taas.services.taas.taas_plugin [None req-dfb20fdc-7455-4a45-afe2-baaf0d1cdb28 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] TaaS: Handle Delete Port: 5ba53241-63af-481f-9894-8ab2d495b635 2026-07-15 15:59:13.567 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dfb20fdc-7455-4a45-afe2-baaf0d1cdb28 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] Tap Mirror: Handle Delete Port: 5ba53241-63af-481f-9894-8ab2d495b635 [pid: 7|app: 0|req: 1670/3289] 10.0.0.115 () {34 vars in 788 bytes} [Wed Jul 15 15:59:13 2026] PUT /v2.0/routers/c7d1a77a-c21b-41c9-9d2c-7008182056fa/remove_router_interface => generated 309 bytes in 1046 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:59:14.463 8 INFO neutron.api.v2.resource [None req-8283d16f-a7d0-4fda-b43d-355a9578d424 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1620/3290] 10.0.0.115 () {34 vars in 788 bytes} [Wed Jul 15 15:59:14 2026] PUT /v2.0/routers/c7d1a77a-c21b-41c9-9d2c-7008182056fa/remove_router_interface => generated 198 bytes in 201 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-15 15:59:14.941 7 INFO neutron_taas.services.taas.taas_plugin [None req-56787453-3fd0-4e2b-a05b-dbc595830bf5 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] TaaS: Handle Delete Port: e59699bd-8082-4850-9908-9d56d77ab595 2026-07-15 15:59:14.944 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56787453-3fd0-4e2b-a05b-dbc595830bf5 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] Tap Mirror: Handle Delete Port: e59699bd-8082-4850-9908-9d56d77ab595 [pid: 7|app: 0|req: 1671/3291] 10.0.0.115 () {34 vars in 788 bytes} [Wed Jul 15 15:59:14 2026] PUT /v2.0/routers/c7d1a77a-c21b-41c9-9d2c-7008182056fa/remove_router_interface => generated 309 bytes in 1053 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-15 15:59:15.740 8 INFO neutron.api.v2.resource [None req-2bd43291-bb09-417e-ab21-505014416f68 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1621/3292] 10.0.0.115 () {34 vars in 788 bytes} [Wed Jul 15 15:59:15 2026] PUT /v2.0/routers/c7d1a77a-c21b-41c9-9d2c-7008182056fa/remove_router_interface => generated 198 bytes in 213 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-15 15:59:15.946 7 INFO neutron_taas.services.taas.taas_plugin [None req-d7965155-ba86-4029-85dc-2871b4f709ce 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] TaaS: Handle Delete Port: 19eb4406-cfde-41c0-a96b-70f69a95f024 2026-07-15 15:59:15.949 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7965155-ba86-4029-85dc-2871b4f709ce 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] Tap Mirror: Handle Delete Port: 19eb4406-cfde-41c0-a96b-70f69a95f024 2026-07-15 15:59:16.229 7 INFO neutron_taas.services.taas.taas_plugin [None req-d7965155-ba86-4029-85dc-2871b4f709ce 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] TaaS: Handle Delete Port: 4006479e-24d9-44e5-94eb-6c50114590d0 2026-07-15 15:59:16.232 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7965155-ba86-4029-85dc-2871b4f709ce 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] Tap Mirror: Handle Delete Port: 4006479e-24d9-44e5-94eb-6c50114590d0 2026-07-15 15:59:16.609 7 INFO neutron.services.segments.plugin [-] Segment 8a6cc61d-a5cc-4b4b-912b-a16bb3815bae resource provider aggregate not found 2026-07-15 15:59:16.615 7 INFO neutron.services.segments.plugin [-] Segment 8a6cc61d-a5cc-4b4b-912b-a16bb3815bae resource provider aggregate not found 2026-07-15 15:59:16.633 7 INFO neutron.services.segments.plugin [-] Segment 8a6cc61d-a5cc-4b4b-912b-a16bb3815bae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a6cc61d-a5cc-4b4b-912b-a16bb3815bae found for delete ", "request_id": "req-03ff2afe-11ba-4991-a320-8c7a7eedc90f"}]} 2026-07-15 15:59:16.638 7 INFO neutron.services.segments.plugin [-] Segment 8a6cc61d-a5cc-4b4b-912b-a16bb3815bae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a6cc61d-a5cc-4b4b-912b-a16bb3815bae found for delete ", "request_id": "req-ee2fad95-3e19-477e-a2bb-1962a61025b3"}]} 2026-07-15 15:59:16.661 7 INFO neutron.db.l3_hamode_db [None req-d7965155-ba86-4029-85dc-2871b4f709ce 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] HA network c4c7a459-456e-4622-b8d3-a41108927e3e was deleted as no HA routers are present in tenant 8a80bdd97ae647c8bdf16c50078afbee. [pid: 7|app: 0|req: 1672/3293] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:59:15 2026] DELETE /v2.0/routers/c7d1a77a-c21b-41c9-9d2c-7008182056fa => generated 0 bytes in 924 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-15 15:59:16.782 8 INFO neutron.api.v2.resource [None req-f0e812f7-58d3-4e44-bb2b-353b9ac059b9 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1622/3294] 10.0.0.115 () {32 vars in 720 bytes} [Wed Jul 15 15:59:16 2026] GET /v2.0/routers/c7d1a77a-c21b-41c9-9d2c-7008182056fa => generated 135 bytes in 104 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1673/3295] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:59:16 2026] DELETE /v2.0/subnets/c4b1b867-1267-40b3-8824-eeba3a9a3619 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:59:16.987 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7423530f-20a2-40d7-b846-e6af5829bfa9 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1623/3296] 10.0.0.115 () {32 vars in 720 bytes} [Wed Jul 15 15:59:16 2026] GET /v2.0/subnets/c4b1b867-1267-40b3-8824-eeba3a9a3619 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1674/3297] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:59:16 2026] DELETE /v2.0/subnets/64d81564-f864-4465-a647-b53af9075d73 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:59:17.185 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5720b795-cfa9-41c3-bb82-f4921ca13a2b 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1624/3298] 10.0.0.115 () {32 vars in 720 bytes} [Wed Jul 15 15:59:17 2026] GET /v2.0/subnets/64d81564-f864-4465-a647-b53af9075d73 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-15 15:59:17.289 7 INFO neutron_taas.services.taas.taas_plugin [None req-43629916-d2d7-4fd4-9d22-cdd1ad54df52 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] TaaS: Handle Delete Port: 7c7e0b10-536f-415d-b46c-ae0d5e564ec0 2026-07-15 15:59:17.292 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43629916-d2d7-4fd4-9d22-cdd1ad54df52 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] Tap Mirror: Handle Delete Port: 7c7e0b10-536f-415d-b46c-ae0d5e564ec0 [pid: 7|app: 0|req: 1675/3299] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:59:17 2026] DELETE /v2.0/networks/67fa3dce-789c-4581-9787-2311e7afa2c9 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:59:17.526 8 INFO neutron.pecan_wsgi.hooks.translation [None req-023655e8-070a-461a-8dc1-d98981f8892d 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1625/3300] 10.0.0.115 () {32 vars in 722 bytes} [Wed Jul 15 15:59:17 2026] GET /v2.0/networks/67fa3dce-789c-4581-9787-2311e7afa2c9 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1676/3301] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:59:17 2026] DELETE /v2.0/subnets/843bd84d-edda-4079-892a-2a34685294b9 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:59:17.756 8 INFO neutron.pecan_wsgi.hooks.translation [None req-13eac1c1-5816-48bf-a415-ed2d2d141c57 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1626/3302] 10.0.0.115 () {32 vars in 720 bytes} [Wed Jul 15 15:59:17 2026] GET /v2.0/subnets/843bd84d-edda-4079-892a-2a34685294b9 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1677/3303] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:59:17 2026] DELETE /v2.0/subnets/2095decd-c41b-4cf2-b997-eed7bd1d9d14 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:59:17.915 8 INFO neutron.pecan_wsgi.hooks.translation [None req-91f689b1-e282-4e6d-8479-39c1a88288ab 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1627/3304] 10.0.0.115 () {32 vars in 720 bytes} [Wed Jul 15 15:59:17 2026] GET /v2.0/subnets/2095decd-c41b-4cf2-b997-eed7bd1d9d14 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-15 15:59:18.022 7 INFO neutron_taas.services.taas.taas_plugin [None req-f0239ac3-b028-475e-8483-712c5bf3bd82 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] TaaS: Handle Delete Port: df562768-1fc3-46ee-a229-7669df5dd4a2 2026-07-15 15:59:18.024 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f0239ac3-b028-475e-8483-712c5bf3bd82 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] Tap Mirror: Handle Delete Port: df562768-1fc3-46ee-a229-7669df5dd4a2 [pid: 7|app: 0|req: 1678/3305] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:59:17 2026] DELETE /v2.0/networks/319d3df4-3e36-4e79-9d7c-0d2012b8efb3 => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:59:18.269 8 INFO neutron.pecan_wsgi.hooks.translation [None req-467de14a-82da-4b89-a79f-c24b67402cf4 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1628/3306] 10.0.0.115 () {32 vars in 722 bytes} [Wed Jul 15 15:59:18 2026] GET /v2.0/networks/319d3df4-3e36-4e79-9d7c-0d2012b8efb3 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1679/3307] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:59:18 2026] DELETE /v2.0/subnets/99a3b608-fb21-4fd6-ac43-cf973ea51b13 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:59:18.473 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1d3ca637-66a6-45b4-b10c-8531022c395b 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1629/3308] 10.0.0.115 () {32 vars in 720 bytes} [Wed Jul 15 15:59:18 2026] GET /v2.0/subnets/99a3b608-fb21-4fd6-ac43-cf973ea51b13 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-15 15:59:18.659 7 INFO neutron.services.segments.plugin [-] Segment 77dc3240-8a14-486c-9592-f69ec6fa22cb resource provider aggregate not found 2026-07-15 15:59:18.667 7 INFO neutron.services.segments.plugin [-] Segment 77dc3240-8a14-486c-9592-f69ec6fa22cb resource provider aggregate not found [pid: 7|app: 0|req: 1680/3309] 10.0.0.115 () {32 vars in 723 bytes} [Wed Jul 15 15:59:18 2026] DELETE /v2.0/subnets/693fa778-49f4-4654-b0aa-e2b3138cb1c1 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:59:18.692 7 INFO neutron.services.segments.plugin [-] Segment 77dc3240-8a14-486c-9592-f69ec6fa22cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77dc3240-8a14-486c-9592-f69ec6fa22cb found for delete ", "request_id": "req-63c0039f-e43d-45f9-9044-725e51a23959"}]} 2026-07-15 15:59:18.698 7 INFO neutron.services.segments.plugin [-] Segment 77dc3240-8a14-486c-9592-f69ec6fa22cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77dc3240-8a14-486c-9592-f69ec6fa22cb found for delete ", "request_id": "req-a8b1cd7b-a939-4a43-8fc7-01edbc5a8cad"}]} 2026-07-15 15:59:18.702 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bfe961ef-b3e3-4b8a-86c1-f43f3543894b 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1630/3310] 10.0.0.115 () {32 vars in 720 bytes} [Wed Jul 15 15:59:18 2026] GET /v2.0/subnets/693fa778-49f4-4654-b0aa-e2b3138cb1c1 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-15 15:59:18.717 7 INFO neutron.services.segments.plugin [-] Segment b28cba4a-13ce-4465-b891-55d3fe0618aa resource provider aggregate not found 2026-07-15 15:59:18.722 7 INFO neutron.services.segments.plugin [-] Segment b28cba4a-13ce-4465-b891-55d3fe0618aa resource provider aggregate not found 2026-07-15 15:59:18.739 7 INFO neutron.services.segments.plugin [-] Segment b28cba4a-13ce-4465-b891-55d3fe0618aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b28cba4a-13ce-4465-b891-55d3fe0618aa found for delete ", "request_id": "req-eee47865-821e-4d4e-9c63-eeb0950afbeb"}]} 2026-07-15 15:59:18.747 7 INFO neutron.services.segments.plugin [-] Segment b28cba4a-13ce-4465-b891-55d3fe0618aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b28cba4a-13ce-4465-b891-55d3fe0618aa found for delete ", "request_id": "req-d0f92c1c-e53e-4f97-a54a-bea50658a53e"}]} 2026-07-15 15:59:18.840 7 INFO neutron_taas.services.taas.taas_plugin [None req-bc50ea11-ae0f-4254-ba4b-c03b51e518f4 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] TaaS: Handle Delete Port: e4519ea3-7031-4a7c-a082-731d967789ff 2026-07-15 15:59:18.845 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc50ea11-ae0f-4254-ba4b-c03b51e518f4 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] Tap Mirror: Handle Delete Port: e4519ea3-7031-4a7c-a082-731d967789ff [pid: 7|app: 0|req: 1681/3311] 10.0.0.115 () {32 vars in 725 bytes} [Wed Jul 15 15:59:18 2026] DELETE /v2.0/networks/05aca1f3-2648-4dc0-bb23-5c5fdb929a92 => generated 0 bytes in 351 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-15 15:59:19.082 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d0ce9a12-d6b3-4791-9e5f-2315457958f6 8134ff617d3e4d2ab17ec7555c2b6843 8a80bdd97ae647c8bdf16c50078afbee - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1631/3312] 10.0.0.115 () {32 vars in 722 bytes} [Wed Jul 15 15:59:19 2026] GET /v2.0/networks/05aca1f3-2648-4dc0-bb23-5c5fdb929a92 => generated 138 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-15 15:59:20.763 7 INFO neutron.services.segments.plugin [-] Segment 8d1b19fe-0d19-47ee-b5cb-363010313867 resource provider aggregate not found 2026-07-15 15:59:20.766 7 INFO neutron.services.segments.plugin [-] Segment 8d1b19fe-0d19-47ee-b5cb-363010313867 resource provider aggregate not found 2026-07-15 15:59:20.780 7 INFO neutron.services.segments.plugin [-] Segment 8d1b19fe-0d19-47ee-b5cb-363010313867 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d1b19fe-0d19-47ee-b5cb-363010313867 found for delete ", "request_id": "req-95f2f1b6-377e-495a-9aba-0610d2585403"}]} 2026-07-15 15:59:20.780 7 INFO neutron.services.segments.plugin [-] Segment 8d1b19fe-0d19-47ee-b5cb-363010313867 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d1b19fe-0d19-47ee-b5cb-363010313867 found for delete ", "request_id": "req-123e5ac7-9117-4451-944c-0571b5beb235"}]} [pid: 7|app: 0|req: 1682/3313] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:59:21 2026] GET /v2.0/security-groups?tenant_id=dabdf4b073e84eaa9313f4343818f970&name=default => generated 2929 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/3314] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:59:21 2026] DELETE /v2.0/security-groups/abe9c033-fae4-48b8-95ba-167a28066092 => 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: 1683/3315] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:59:21 2026] GET /v2.0/security-groups?tenant_id=17dd1be772364dcbad0f7549c49d55be&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1633/3316] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:59:21 2026] DELETE /v2.0/security-groups/ba95461a-e30e-49a5-a12e-ee2a1ddcfe49 => 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: 1684/3317] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:59:22 2026] GET /v2.0/security-groups?tenant_id=3cfcd59b553946ccb47c491270ff2197&name=default => generated 2929 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1634/3318] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:59:22 2026] DELETE /v2.0/security-groups/21f063dd-e9d8-440c-a374-bdad240d03c2 => 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: 1685/3319] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:59:22 2026] GET /v2.0/security-groups?tenant_id=13f706427efa4d7ba7026cd4c8546491&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: 1635/3320] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:59:22 2026] DELETE /v2.0/security-groups/77278d06-a76c-46d7-bcc7-8a6f345ca6b6 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1686/3321] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:59:22 2026] GET /v2.0/security-groups?tenant_id=12e356189abb46e7b9c3c4c007741625&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3322] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:59:22 2026] DELETE /v2.0/security-groups/a0f1da0a-ea13-4f96-b875-a9a83dd2398e => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1687/3323] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:59:23 2026] GET /v2.0/security-groups?tenant_id=67a1e3ee8e3c4f80a10d5fec2a7e306e&name=default => generated 2929 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1637/3324] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:59:23 2026] DELETE /v2.0/security-groups/4b3fe941-1125-4192-a520-a38585403417 => 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: 1688/3325] 10.0.0.115 () {32 vars in 773 bytes} [Wed Jul 15 15:59:23 2026] GET /v2.0/security-groups?tenant_id=8a80bdd97ae647c8bdf16c50078afbee&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: 1638/3326] 10.0.0.115 () {32 vars in 739 bytes} [Wed Jul 15 15:59:23 2026] DELETE /v2.0/security-groups/d5d33c93-ca98-4e25-8d37-47975e3bbe45 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1690/3329] 10.0.0.115 () {32 vars in 648 bytes} [Wed Jul 15 15:59:26 2026] GET /v2.0/networks => generated 2168 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1640/3330] 10.0.0.115 () {32 vars in 654 bytes} [Wed Jul 15 15:59:27 2026] GET /v2.0/floatingips => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1691/3331] 10.0.0.115 () {32 vars in 646 bytes} [Wed Jul 15 15:59:27 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1641/3332] 10.0.0.115 () {32 vars in 642 bytes} [Wed Jul 15 15:59:27 2026] GET /v2.0/ports => generated 4721 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1692/3333] 10.0.0.115 () {32 vars in 646 bytes} [Wed Jul 15 15:59:27 2026] GET /v2.0/subnets => generated 1308 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3334] 10.0.0.115 () {32 vars in 648 bytes} [Wed Jul 15 15:59:28 2026] GET /v2.0/networks => generated 2168 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1693/3335] 10.0.0.115 () {32 vars in 662 bytes} [Wed Jul 15 15:59:28 2026] GET /v2.0/security-groups => generated 17397 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3336] 10.0.0.115 () {32 vars in 654 bytes} [Wed Jul 15 15:59:28 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)