+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Thu Jul 9 10:04:25 2026] *** compiled with version: 13.3.0 on 02 June 2026 01:53:56 os: Linux-5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 nodename: neutron-server-688dbf969d-9szc8 machine: x86_64 clock source: unix pcre jit disabled detected number of CPU cores: 16 current working directory: / detected binary path: /var/lib/openstack/bin/uwsgi *** dumping internal routing table *** [rule: 0] subject: user_agent regexp: ^kube-probe.* action: donotlog: *** end of the internal routing table *** your memory page size is 4096 bytes detected max file descriptor number: 1048576 lock engine: pthread robust mutexes thunder lock: enabled uwsgi socket 0 bound to TCP address 0.0.0.0:9696 fd 3 Python version: 3.12.3 (main, Mar 23 2026, 19:04:32) [GCC 13.3.0] Python main interpreter initialized at 0x7fcd1d8bd668 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-09 10:04:30.692 7 INFO neutron.common.config [-] Logging enabled! 2026-07-09 10:04:30.692 7 INFO neutron.common.config [-] uwsgi version 27.0.4.dev5 2026-07-09 10:04:30.757 8 INFO neutron.common.config [-] Logging enabled! 2026-07-09 10:04:30.758 8 INFO neutron.common.config [-] uwsgi version 27.0.4.dev5 2026-07-09 10:04:31.155 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-09 10:04:31.227 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-09 10:04:33.010 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-09 10:04:33.013 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-09 10:04:33.017 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-09 10:04:33.018 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-09 10:04:33.018 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-09 10:04:33.019 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-09 10:04:33.019 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-09 10:04:33.028 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-09 10:04:33.028 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-09 10:04:33.028 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-09 10:04:33.057 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-09 10:04:33.058 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-09 10:04:33.058 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-09 10:04:33.099 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-09 10:04:33.100 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-09 10:04:33.100 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-09 10:04:33.100 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-09 10:04:33.133 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-09 10:04:33.136 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-09 10:04:33.140 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-09 10:04:33.141 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-09 10:04:33.141 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-09 10:04:33.141 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-09 10:04:33.141 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-09 10:04:33.149 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-09 10:04:33.149 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-09 10:04:33.149 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-09 10:04:33.172 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-09 10:04:33.173 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-09 10:04:33.173 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-09 10:04:33.203 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-09 10:04:33.203 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-09 10:04:33.203 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-09 10:04:33.204 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-09 10:04:33.426 7 INFO neutron.plugins.ml2.managers [None req-cd70fe81-a061-4684-8745-69f768d8e3d6 - - - - - -] Initializing driver for type 'vlan' 2026-07-09 10:04:33.507 8 INFO neutron.plugins.ml2.managers [None req-1da4daf7-d5f3-4d86-9351-511bb8a7be1b - - - - - -] Initializing driver for type 'vlan' 2026-07-09 10:04:33.760 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-cd70fe81-a061-4684-8745-69f768d8e3d6 - - - - - -] VlanTypeDriver initialization complete 2026-07-09 10:04:33.760 7 INFO neutron.plugins.ml2.managers [None req-cd70fe81-a061-4684-8745-69f768d8e3d6 - - - - - -] Initializing driver for type 'vxlan' 2026-07-09 10:04:33.761 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-cd70fe81-a061-4684-8745-69f768d8e3d6 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-09 10:04:33.778 7 INFO neutron.plugins.ml2.managers [None req-cd70fe81-a061-4684-8745-69f768d8e3d6 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-09 10:04:33.779 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-cd70fe81-a061-4684-8745-69f768d8e3d6 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-09 10:04:33.779 7 INFO neutron.plugins.ml2.managers [None req-cd70fe81-a061-4684-8745-69f768d8e3d6 - - - - - -] Initializing extension driver 'port_security' 2026-07-09 10:04:33.779 7 INFO neutron.plugins.ml2.extensions.port_security [None req-cd70fe81-a061-4684-8745-69f768d8e3d6 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-09 10:04:33.779 7 INFO neutron.plugins.ml2.managers [None req-cd70fe81-a061-4684-8745-69f768d8e3d6 - - - - - -] Initializing extension driver 'qos' 2026-07-09 10:04:33.779 7 INFO neutron.plugins.ml2.managers [None req-cd70fe81-a061-4684-8745-69f768d8e3d6 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-09 10:04:33.779 7 INFO neutron.plugins.ml2.managers [None req-cd70fe81-a061-4684-8745-69f768d8e3d6 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-09 10:04:33.793 7 INFO neutron.quota [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded quota_driver: . 2026-07-09 10:04:33.794 7 INFO neutron.plugins.ml2.plugin [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Modular L2 Plugin initialization complete 2026-07-09 10:04:33.794 7 INFO neutron.plugins.ml2.managers [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-09 10:04:33.794 7 INFO neutron.plugins.ml2.managers [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-09 10:04:33.794 7 INFO neutron.plugins.ml2.managers [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Got port-security extension from driver 'port_security' 2026-07-09 10:04:33.794 7 INFO neutron.manager [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loading Plugin: qos 2026-07-09 10:04:33.810 7 INFO neutron.manager [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loading Plugin: router 2026-07-09 10:04:33.829 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-1da4daf7-d5f3-4d86-9351-511bb8a7be1b - - - - - -] VlanTypeDriver initialization complete 2026-07-09 10:04:33.830 8 INFO neutron.plugins.ml2.managers [None req-1da4daf7-d5f3-4d86-9351-511bb8a7be1b - - - - - -] Initializing driver for type 'vxlan' 2026-07-09 10:04:33.830 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-1da4daf7-d5f3-4d86-9351-511bb8a7be1b - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-09 10:04:33.849 8 INFO neutron.plugins.ml2.managers [None req-1da4daf7-d5f3-4d86-9351-511bb8a7be1b - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-09 10:04:33.850 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-1da4daf7-d5f3-4d86-9351-511bb8a7be1b - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-09 10:04:33.850 8 INFO neutron.plugins.ml2.managers [None req-1da4daf7-d5f3-4d86-9351-511bb8a7be1b - - - - - -] Initializing extension driver 'port_security' 2026-07-09 10:04:33.850 8 INFO neutron.plugins.ml2.extensions.port_security [None req-1da4daf7-d5f3-4d86-9351-511bb8a7be1b - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-09 10:04:33.850 8 INFO neutron.plugins.ml2.managers [None req-1da4daf7-d5f3-4d86-9351-511bb8a7be1b - - - - - -] Initializing extension driver 'qos' 2026-07-09 10:04:33.850 8 INFO neutron.plugins.ml2.managers [None req-1da4daf7-d5f3-4d86-9351-511bb8a7be1b - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-09 10:04:33.850 8 INFO neutron.plugins.ml2.managers [None req-1da4daf7-d5f3-4d86-9351-511bb8a7be1b - - - - - -] Initializing mechanism driver 'l2population' 2026-07-09 10:04:33.866 8 INFO neutron.quota [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded quota_driver: . 2026-07-09 10:04:33.867 8 INFO neutron.plugins.ml2.plugin [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Modular L2 Plugin initialization complete 2026-07-09 10:04:33.867 8 INFO neutron.plugins.ml2.managers [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-09 10:04:33.867 8 INFO neutron.plugins.ml2.managers [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-09 10:04:33.867 8 INFO neutron.plugins.ml2.managers [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Got port-security extension from driver 'port_security' 2026-07-09 10:04:33.868 8 INFO neutron.manager [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loading Plugin: qos 2026-07-09 10:04:33.869 7 INFO neutron.services.service_base [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-09 10:04:33.869 7 INFO neutron.manager [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loading Plugin: segments 2026-07-09 10:04:33.885 8 INFO neutron.manager [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loading Plugin: router 2026-07-09 10:04:33.939 8 INFO neutron.services.service_base [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-09 10:04:33.940 8 INFO neutron.manager [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loading Plugin: segments 2026-07-09 10:04:33.981 7 INFO neutron.manager [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loading Plugin: trunk 2026-07-09 10:04:33.998 7 INFO neutron.manager [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loading Plugin: vpnaas 2026-07-09 10:04:34.036 7 WARNING stevedore.named [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-09 10:04:34.039 8 INFO neutron.manager [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loading Plugin: trunk 2026-07-09 10:04:34.054 8 INFO neutron.manager [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loading Plugin: vpnaas 2026-07-09 10:04:34.092 8 WARNING stevedore.named [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-09 10:04:34.102 7 INFO neutron_vpnaas.services.vpn.plugin [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-09 10:04:34.102 7 INFO neutron.common.utils [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-09 10:04:34.103 7 INFO neutron.manager [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loading Plugin: taas 2026-07-09 10:04:34.132 7 WARNING stevedore.named [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-09 10:04:34.156 7 INFO neutron_taas.services.taas.taas_plugin [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-09 10:04:34.157 7 INFO neutron.manager [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loading Plugin: tapmirror 2026-07-09 10:04:34.167 8 INFO neutron_vpnaas.services.vpn.plugin [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-09 10:04:34.168 8 INFO neutron.common.utils [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-09 10:04:34.168 8 INFO neutron.manager [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loading Plugin: taas 2026-07-09 10:04:34.172 7 WARNING stevedore.named [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-09 10:04:34.199 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-09 10:04:34.199 7 INFO neutron.manager [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loading Plugin: auto_allocate 2026-07-09 10:04:34.203 8 WARNING stevedore.named [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-09 10:04:34.206 7 INFO neutron.manager [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loading Plugin: tag 2026-07-09 10:04:34.217 7 INFO neutron.manager [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loading Plugin: timestamp 2026-07-09 10:04:34.220 7 INFO neutron.manager [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loading Plugin: network_ip_availability 2026-07-09 10:04:34.224 7 INFO neutron.manager [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loading Plugin: flavors 2026-07-09 10:04:34.226 8 INFO neutron_taas.services.taas.taas_plugin [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-09 10:04:34.226 8 INFO neutron.manager [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loading Plugin: tapmirror 2026-07-09 10:04:34.228 7 INFO neutron.manager [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loading Plugin: revisions 2026-07-09 10:04:34.233 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Initializing extension manager. 2026-07-09 10:04:34.234 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: address-group 2026-07-09 10:04:34.235 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: address-scope 2026-07-09 10:04:34.236 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-09 10:04:34.236 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: agent 2026-07-09 10:04:34.237 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: agent-resources-synced 2026-07-09 10:04:34.238 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: allowed-address-pairs 2026-07-09 10:04:34.239 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: auto-allocated-topology 2026-07-09 10:04:34.239 8 WARNING stevedore.named [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-09 10:04:34.240 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: availability_zone 2026-07-09 10:04:34.241 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: availability_zone_filter 2026-07-09 10:04:34.241 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-09 10:04:34.242 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: default-subnetpools 2026-07-09 10:04:34.244 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-09 10:04:34.244 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: dns-integration 2026-07-09 10:04:34.245 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: dns-domain-ports 2026-07-09 10:04:34.246 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-09 10:04:34.247 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: dvr 2026-07-09 10:04:34.247 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-09 10:04:34.248 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: empty-string-filtering 2026-07-09 10:04:34.248 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-09 10:04:34.249 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-09 10:04:34.250 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: external-net 2026-07-09 10:04:34.251 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-09 10:04:34.252 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: extraroute 2026-07-09 10:04:34.254 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: extraroute-atomic 2026-07-09 10:04:34.255 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-09 10:04:34.255 8 INFO neutron.manager [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loading Plugin: auto_allocate 2026-07-09 10:04:34.255 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-09 10:04:34.257 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-09 10:04:34.258 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-09 10:04:34.258 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-09 10:04:34.259 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: fip-port-details 2026-07-09 10:04:34.260 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: flavors 2026-07-09 10:04:34.262 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-09 10:04:34.263 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: floatingip-pools 2026-07-09 10:04:34.263 8 INFO neutron.manager [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loading Plugin: tag 2026-07-09 10:04:34.264 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: ip_allocation 2026-07-09 10:04:34.265 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: ip-substring-filtering 2026-07-09 10:04:34.266 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: l2_adjacency 2026-07-09 10:04:34.267 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: router 2026-07-09 10:04:34.269 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-09 10:04:34.269 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-09 10:04:34.270 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-09 10:04:34.271 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: ext-gw-mode 2026-07-09 10:04:34.271 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: l3-ha 2026-07-09 10:04:34.272 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-09 10:04:34.272 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-09 10:04:34.273 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: l3-flavors 2026-07-09 10:04:34.274 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-09 10:04:34.274 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-09 10:04:34.275 8 INFO neutron.manager [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loading Plugin: timestamp 2026-07-09 10:04:34.277 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-09 10:04:34.278 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-09 10:04:34.279 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-09 10:04:34.280 8 INFO neutron.manager [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loading Plugin: network_ip_availability 2026-07-09 10:04:34.281 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-09 10:04:34.281 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-09 10:04:34.282 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: multi-provider 2026-07-09 10:04:34.282 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: net-mtu 2026-07-09 10:04:34.283 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: net-mtu-writable 2026-07-09 10:04:34.284 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: network_availability_zone 2026-07-09 10:04:34.284 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: network_ha 2026-07-09 10:04:34.285 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: network-ip-availability 2026-07-09 10:04:34.287 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-09 10:04:34.287 8 INFO neutron.manager [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loading Plugin: flavors 2026-07-09 10:04:34.287 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: pagination 2026-07-09 10:04:34.287 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: port-device-profile 2026-07-09 10:04:34.288 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-09 10:04:34.289 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-09 10:04:34.289 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-09 10:04:34.290 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: port-mac-override 2026-07-09 10:04:34.290 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-09 10:04:34.291 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-09 10:04:34.292 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-09 10:04:34.292 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: port-resource-request 2026-07-09 10:04:34.293 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: port-resource-request-groups 2026-07-09 10:04:34.293 8 INFO neutron.manager [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loading Plugin: revisions 2026-07-09 10:04:34.293 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-09 10:04:34.294 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: binding 2026-07-09 10:04:34.295 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: binding-extended 2026-07-09 10:04:34.295 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: port-security 2026-07-09 10:04:34.298 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Initializing extension manager. 2026-07-09 10:04:34.298 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: project-id 2026-07-09 10:04:34.298 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: provider 2026-07-09 10:04:34.299 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-09 10:04:34.299 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: address-group 2026-07-09 10:04:34.301 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: address-scope 2026-07-09 10:04:34.301 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: qos 2026-07-09 10:04:34.301 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-09 10:04:34.302 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-09 10:04:34.303 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-09 10:04:34.303 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: agent 2026-07-09 10:04:34.303 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: qos-default 2026-07-09 10:04:34.304 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: qos-fip 2026-07-09 10:04:34.304 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: agent-resources-synced 2026-07-09 10:04:34.304 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-09 10:04:34.305 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: qos-gateway-ip 2026-07-09 10:04:34.305 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: qos-port-network-policy 2026-07-09 10:04:34.306 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: qos-pps-minimum 2026-07-09 10:04:34.307 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-09 10:04:34.306 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: allowed-address-pairs 2026-07-09 10:04:34.307 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: qos-pps 2026-07-09 10:04:34.307 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: auto-allocated-topology 2026-07-09 10:04:34.308 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: qos-rule-type-details 2026-07-09 10:04:34.308 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-09 10:04:34.309 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: availability_zone 2026-07-09 10:04:34.309 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: qos-rules-alias 2026-07-09 10:04:34.310 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: quota-check-limit 2026-07-09 10:04:34.310 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: availability_zone_filter 2026-07-09 10:04:34.310 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: quota-check-limit-default 2026-07-09 10:04:34.311 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-09 10:04:34.312 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: default-subnetpools 2026-07-09 10:04:34.313 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: quotas 2026-07-09 10:04:34.314 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: quota_details 2026-07-09 10:04:34.314 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-09 10:04:34.315 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: dns-integration 2026-07-09 10:04:34.315 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: dns-domain-ports 2026-07-09 10:04:34.316 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: rbac-policies 2026-07-09 10:04:34.316 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-09 10:04:34.316 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: rbac-address-group 2026-07-09 10:04:34.317 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: dvr 2026-07-09 10:04:34.317 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: rbac-address-scope 2026-07-09 10:04:34.318 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: rbac-security-groups 2026-07-09 10:04:34.318 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-09 10:04:34.318 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: rbac-subnetpool 2026-07-09 10:04:34.318 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: empty-string-filtering 2026-07-09 10:04:34.319 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: revision-if-match 2026-07-09 10:04:34.319 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-09 10:04:34.319 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-09 10:04:34.319 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: standard-attr-revisions 2026-07-09 10:04:34.320 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: external-net 2026-07-09 10:04:34.320 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: router_availability_zone 2026-07-09 10:04:34.320 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-09 10:04:34.321 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-09 10:04:34.321 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: extraroute 2026-07-09 10:04:34.321 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: extraroute-atomic 2026-07-09 10:04:34.322 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-09 10:04:34.323 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: security-groups-default-rules 2026-07-09 10:04:34.323 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-09 10:04:34.323 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-09 10:04:34.323 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-09 10:04:34.324 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-09 10:04:34.324 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-09 10:04:34.324 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: fip-port-details 2026-07-09 10:04:34.324 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-09 10:04:34.325 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-09 10:04:34.325 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: flavors 2026-07-09 10:04:34.325 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-09 10:04:34.326 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-09 10:04:34.327 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: floatingip-pools 2026-07-09 10:04:34.328 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: ip_allocation 2026-07-09 10:04:34.328 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: ip-substring-filtering 2026-07-09 10:04:34.329 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: l2_adjacency 2026-07-09 10:04:34.330 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: security-group 2026-07-09 10:04:34.330 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: router 2026-07-09 10:04:34.331 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: segment 2026-07-09 10:04:34.332 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-09 10:04:34.332 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-09 10:04:34.333 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: service-type 2026-07-09 10:04:34.333 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-09 10:04:34.333 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: sorting 2026-07-09 10:04:34.334 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-09 10:04:34.334 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: standard-attr-segment 2026-07-09 10:04:34.334 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: ext-gw-mode 2026-07-09 10:04:34.335 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: standard-attr-description 2026-07-09 10:04:34.335 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: l3-ha 2026-07-09 10:04:34.335 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: stateful-security-group 2026-07-09 10:04:34.335 7 WARNING neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-09 10:04:34.336 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-09 10:04:34.336 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-09 10:04:34.336 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-09 10:04:34.336 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: subnet-external-network 2026-07-09 10:04:34.337 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: l3-flavors 2026-07-09 10:04:34.337 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: subnet_onboard 2026-07-09 10:04:34.338 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-09 10:04:34.338 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: subnet-service-types 2026-07-09 10:04:34.339 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: subnet_allocation 2026-07-09 10:04:34.339 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-09 10:04:34.339 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-09 10:04:34.340 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-09 10:04:34.340 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: tag-creation 2026-07-09 10:04:34.341 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-09 10:04:34.342 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-09 10:04:34.344 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-09 10:04:34.345 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: standard-attr-tag 2026-07-09 10:04:34.345 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-09 10:04:34.346 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-09 10:04:34.347 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: trunk 2026-07-09 10:04:34.347 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-09 10:04:34.347 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: trunk-details 2026-07-09 10:04:34.348 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-09 10:04:34.348 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-09 10:04:34.348 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-09 10:04:34.348 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: multi-provider 2026-07-09 10:04:34.349 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: net-mtu 2026-07-09 10:04:34.349 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-09 10:04:34.350 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: net-mtu-writable 2026-07-09 10:04:34.350 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-09 10:04:34.350 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: network_availability_zone 2026-07-09 10:04:34.351 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: network_ha 2026-07-09 10:04:34.352 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-09 10:04:34.352 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: network-ip-availability 2026-07-09 10:04:34.353 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-09 10:04:34.353 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-09 10:04:34.354 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: vpn-flavors 2026-07-09 10:04:34.354 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: pagination 2026-07-09 10:04:34.355 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: port-device-profile 2026-07-09 10:04:34.355 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-09 10:04:34.356 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: vpnaas 2026-07-09 10:04:34.356 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-09 10:04:34.357 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-09 10:04:34.357 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: port-mac-override 2026-07-09 10:04:34.357 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: taas 2026-07-09 10:04:34.358 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-09 10:04:34.359 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-09 10:04:34.359 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: tap-mirror 2026-07-09 10:04:34.359 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-09 10:04:34.360 7 INFO neutron.api.extensions [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Loaded extension: taas-vlan-filter 2026-07-09 10:04:34.360 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: port-resource-request 2026-07-09 10:04:34.361 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: port-resource-request-groups 2026-07-09 10:04:34.361 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-09 10:04:34.362 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: binding 2026-07-09 10:04:34.362 7 INFO neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-09 10:04:34.362 7 INFO neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-09 10:04:34.363 7 INFO neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-09 10:04:34.363 7 INFO neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-09 10:04:34.363 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: binding-extended 2026-07-09 10:04:34.364 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: port-security 2026-07-09 10:04:34.366 7 INFO neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-09 10:04:34.367 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: project-id 2026-07-09 10:04:34.367 7 INFO neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-09 10:04:34.367 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: provider 2026-07-09 10:04:34.368 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-09 10:04:34.371 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: qos 2026-07-09 10:04:34.372 7 INFO neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-09 10:04:34.372 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-09 10:04:34.372 7 INFO neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-09 10:04:34.373 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-09 10:04:34.373 7 INFO neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-09 10:04:34.374 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: qos-default 2026-07-09 10:04:34.374 7 INFO neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-09 10:04:34.374 7 WARNING neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] subnetpool is already registered 2026-07-09 10:04:34.375 7 INFO neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-09 10:04:34.375 7 WARNING neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] subnetpool is already registered 2026-07-09 10:04:34.375 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: qos-fip 2026-07-09 10:04:34.375 7 INFO neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-09 10:04:34.375 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-09 10:04:34.375 7 INFO neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-09 10:04:34.376 7 INFO neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-09 10:04:34.376 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: qos-gateway-ip 2026-07-09 10:04:34.376 7 INFO neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-09 10:04:34.377 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: qos-port-network-policy 2026-07-09 10:04:34.377 7 INFO neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-09 10:04:34.377 7 INFO neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-09 10:04:34.378 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: qos-pps-minimum 2026-07-09 10:04:34.378 7 INFO neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-09 10:04:34.378 7 WARNING neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] ipsecpolicy is already registered 2026-07-09 10:04:34.378 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-09 10:04:34.378 7 INFO neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-09 10:04:34.378 7 WARNING neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] ikepolicy is already registered 2026-07-09 10:04:34.379 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: qos-pps 2026-07-09 10:04:34.380 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: qos-rule-type-details 2026-07-09 10:04:34.380 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-09 10:04:34.381 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: qos-rules-alias 2026-07-09 10:04:34.382 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: quota-check-limit 2026-07-09 10:04:34.382 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: quota-check-limit-default 2026-07-09 10:04:34.384 7 INFO neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-09 10:04:34.384 7 WARNING neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] router is already registered 2026-07-09 10:04:34.385 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: quotas 2026-07-09 10:04:34.385 7 INFO neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-09 10:04:34.385 7 WARNING neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] floatingip is already registered 2026-07-09 10:04:34.386 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: quota_details 2026-07-09 10:04:34.388 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: rbac-policies 2026-07-09 10:04:34.389 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: rbac-address-group 2026-07-09 10:04:34.390 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: rbac-address-scope 2026-07-09 10:04:34.390 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: rbac-security-groups 2026-07-09 10:04:34.390 7 INFO neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-09 10:04:34.391 7 WARNING neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] rbac_policy is already registered 2026-07-09 10:04:34.391 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: rbac-subnetpool 2026-07-09 10:04:34.391 7 INFO neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-09 10:04:34.391 7 WARNING neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] security_group is already registered 2026-07-09 10:04:34.392 7 INFO neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-09 10:04:34.392 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: revision-if-match 2026-07-09 10:04:34.392 7 WARNING neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] security_group_rule is already registered 2026-07-09 10:04:34.393 7 INFO neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-09 10:04:34.393 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: standard-attr-revisions 2026-07-09 10:04:34.393 7 WARNING neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] subnetpool is already registered 2026-07-09 10:04:34.393 7 INFO neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-09 10:04:34.393 7 WARNING neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] subnetpool is already registered 2026-07-09 10:04:34.393 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: router_availability_zone 2026-07-09 10:04:34.394 7 INFO neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-09 10:04:34.394 7 WARNING neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] trunk is already registered 2026-07-09 10:04:34.394 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-09 10:04:34.394 7 INFO neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-09 10:04:34.395 7 WARNING neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] ikepolicy is already registered 2026-07-09 10:04:34.395 7 INFO neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-09 10:04:34.395 7 WARNING neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] ipsecpolicy is already registered 2026-07-09 10:04:34.395 7 INFO neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-09 10:04:34.396 7 WARNING neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] endpoint_group is already registered 2026-07-09 10:04:34.396 7 INFO neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-09 10:04:34.396 7 WARNING neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] vpnservice is already registered 2026-07-09 10:04:34.396 7 INFO neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-09 10:04:34.397 7 WARNING neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] ipsec_site_connection is already registered 2026-07-09 10:04:34.397 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: security-groups-default-rules 2026-07-09 10:04:34.397 7 INFO neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-09 10:04:34.397 7 WARNING neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] ipsecpolicy is already registered 2026-07-09 10:04:34.397 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-09 10:04:34.397 7 INFO neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-09 10:04:34.398 7 WARNING neutron.quota.resource_registry [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] ikepolicy is already registered 2026-07-09 10:04:34.398 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-09 10:04:34.399 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-09 10:04:34.399 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-09 10:04:34.400 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-09 10:04:34.407 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: security-group 2026-07-09 10:04:34.408 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: segment 2026-07-09 10:04:34.409 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-09 10:04:34.410 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: service-type 2026-07-09 10:04:34.410 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: sorting 2026-07-09 10:04:34.411 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: standard-attr-segment 2026-07-09 10:04:34.412 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: standard-attr-description 2026-07-09 10:04:34.413 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: stateful-security-group 2026-07-09 10:04:34.413 8 WARNING neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-09 10:04:34.414 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-09 10:04:34.414 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: subnet-external-network 2026-07-09 10:04:34.415 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: subnet_onboard 2026-07-09 10:04:34.416 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-09 10:04:34.417 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: subnet-service-types 2026-07-09 10:04:34.417 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: subnet_allocation 2026-07-09 10:04:34.419 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-09 10:04:34.419 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: tag-creation 2026-07-09 10:04:34.420 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-09 10:04:34.425 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: standard-attr-tag 2026-07-09 10:04:34.426 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-09 10:04:34.427 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: trunk 2026-07-09 10:04:34.428 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: trunk-details 2026-07-09 10:04:34.428 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-09 10:04:34.429 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-09 10:04:34.430 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-09 10:04:34.431 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-09 10:04:34.434 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-09 10:04:34.435 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-09 10:04:34.436 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: vpn-flavors 2026-07-09 10:04:34.436 7 WARNING keystonemiddleware._common.config [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-09 10:04:34.438 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: vpnaas 2026-07-09 10:04:34.440 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: taas 2026-07-09 10:04:34.441 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: tap-mirror 2026-07-09 10:04:34.442 8 INFO neutron.api.extensions [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Loaded extension: taas-vlan-filter 2026-07-09 10:04:34.443 7 WARNING oslo_config.cfg [None req-cda67915-7f6d-4d15-aad5-2539a4079553 - - - - - -] 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 0x7fcd1d8bd668 pid: 7 (default app) 2026-07-09 10:04:34.445 8 INFO neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-09 10:04:34.446 8 INFO neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-09 10:04:34.446 8 INFO neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-09 10:04:34.446 8 INFO neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-09 10:04:34.451 8 INFO neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-09 10:04:34.451 8 INFO neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-09 10:04:34.458 8 INFO neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-09 10:04:34.459 8 INFO neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-09 10:04:34.459 8 INFO neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-09 10:04:34.461 8 INFO neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-09 10:04:34.461 8 WARNING neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] subnetpool is already registered 2026-07-09 10:04:34.461 8 INFO neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-09 10:04:34.462 8 WARNING neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] subnetpool is already registered 2026-07-09 10:04:34.462 8 INFO neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-09 10:04:34.463 8 INFO neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-09 10:04:34.463 8 INFO neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-09 10:04:34.464 8 INFO neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-09 10:04:34.464 8 INFO neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-09 10:04:34.465 8 INFO neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-09 10:04:34.466 8 INFO neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-09 10:04:34.466 8 WARNING neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] ipsecpolicy is already registered 2026-07-09 10:04:34.466 8 INFO neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-09 10:04:34.466 8 WARNING neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] ikepolicy is already registered 2026-07-09 10:04:34.473 8 INFO neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-09 10:04:34.473 8 WARNING neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] router is already registered 2026-07-09 10:04:34.474 8 INFO neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-09 10:04:34.474 8 WARNING neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] floatingip is already registered 2026-07-09 10:04:34.480 8 INFO neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-09 10:04:34.480 8 WARNING neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] rbac_policy is already registered 2026-07-09 10:04:34.481 8 INFO neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-09 10:04:34.481 8 WARNING neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] security_group is already registered 2026-07-09 10:04:34.482 8 INFO neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-09 10:04:34.482 8 WARNING neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] security_group_rule is already registered 2026-07-09 10:04:34.483 8 INFO neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-09 10:04:34.483 8 WARNING neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] subnetpool is already registered 2026-07-09 10:04:34.484 8 INFO neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-09 10:04:34.484 8 WARNING neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] subnetpool is already registered 2026-07-09 10:04:34.485 8 INFO neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-09 10:04:34.485 8 WARNING neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] trunk is already registered 2026-07-09 10:04:34.486 8 INFO neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-09 10:04:34.486 8 WARNING neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] ikepolicy is already registered 2026-07-09 10:04:34.486 8 INFO neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-09 10:04:34.487 8 WARNING neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] ipsecpolicy is already registered 2026-07-09 10:04:34.487 8 INFO neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-09 10:04:34.487 8 WARNING neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] endpoint_group is already registered 2026-07-09 10:04:34.488 8 INFO neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-09 10:04:34.488 8 WARNING neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] vpnservice is already registered 2026-07-09 10:04:34.489 8 INFO neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-09 10:04:34.489 8 WARNING neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] ipsec_site_connection is already registered 2026-07-09 10:04:34.489 8 INFO neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-09 10:04:34.490 8 WARNING neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] ipsecpolicy is already registered 2026-07-09 10:04:34.490 8 INFO neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-09 10:04:34.490 8 WARNING neutron.quota.resource_registry [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] ikepolicy is already registered 2026-07-09 10:04:34.543 8 WARNING keystonemiddleware._common.config [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-09 10:04:34.550 8 WARNING oslo_config.cfg [None req-d9822d78-bfc9-4a14-a446-8c9c51ec876f - - - - - -] 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 0x7fcd1d8bd668 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-09 10:04:39.578 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3efe8841-2452-4e5d-a311-b1035676d0f2 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/4] 199.19.213.99 () {44 vars in 924 bytes} [Thu Jul 9 10:04:38 2026] GET /v2.0/networks/public => generated 108 bytes in 1082 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 2/5] 199.19.213.99 () {44 vars in 946 bytes} [Thu Jul 9 10:04:39 2026] GET /v2.0/networks?name=public => generated 15 bytes in 411 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:04:40.513 7 WARNING neutron.services.revisions.revision_plugin [None req-0c9ce4e1-5002-4f6d-b79f-47570204eab8 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Could not find related network for resource to bump revision. 2026-07-09 10:04:40.537 7 INFO neutron.db.segments_db [None req-0c9ce4e1-5002-4f6d-b79f-47570204eab8 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Added segment bf6c95fc-4bff-4416-83a3-ad4ec7e3bd34 of type flat for network 1101b323-4aca-4e88-898c-9786aea964d0 2026-07-09 10:04:40.622 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0c9ce4e1-5002-4f6d-b79f-47570204eab8 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/6] 199.19.213.99 () {48 vars in 964 bytes} [Thu Jul 9 10:04:40 2026] POST /v2.0/networks => generated 124 bytes in 646 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:04:47.257 8 INFO neutron.pecan_wsgi.hooks.translation [None req-642eaa4e-2d42-44ab-8378-62697553ab43 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/7] 199.19.213.99 () {44 vars in 924 bytes} [Thu Jul 9 10:04:46 2026] GET /v2.0/networks/public => generated 108 bytes in 403 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/8] 199.19.213.99 () {44 vars in 946 bytes} [Thu Jul 9 10:04:47 2026] GET /v2.0/networks?name=public => generated 15 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:04:47.582 8 WARNING neutron.services.revisions.revision_plugin [None req-8bf703ae-a1a5-4fdd-ab1b-0f82347707a3 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Could not find related network for resource to bump revision. 2026-07-09 10:04:47.613 8 INFO neutron.db.segments_db [None req-8bf703ae-a1a5-4fdd-ab1b-0f82347707a3 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Added segment e80e4c4f-fab9-4d33-9dbe-5e8fafa9cd07 of type flat for network 90e27dee-8c70-42ec-a42a-cb1d5ec18d2b 2026-07-09 10:04:47.669 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8bf703ae-a1a5-4fdd-ab1b-0f82347707a3 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/9] 199.19.213.99 () {48 vars in 964 bytes} [Thu Jul 9 10:04:47 2026] POST /v2.0/networks => generated 124 bytes in 388 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:04:53.694 7 INFO neutron.pecan_wsgi.hooks.translation [None req-792889d4-9844-4c0e-9d8c-27b4798c6375 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/10] 199.19.213.99 () {44 vars in 924 bytes} [Thu Jul 9 10:04:53 2026] GET /v2.0/networks/public => generated 108 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 5/11] 199.19.213.99 () {44 vars in 946 bytes} [Thu Jul 9 10:04:53 2026] GET /v2.0/networks?name=public => generated 15 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:04:53.842 7 WARNING neutron.services.revisions.revision_plugin [None req-1befdd30-f70c-433c-a71b-43d6c5fbc556 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Could not find related network for resource to bump revision. 2026-07-09 10:04:53.871 7 INFO neutron.db.segments_db [None req-1befdd30-f70c-433c-a71b-43d6c5fbc556 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Added segment fef347cb-16e8-4e90-a588-fc849beb21b0 of type flat for network 20d873e8-aa23-44eb-99dc-d5e5d3a65cb9 2026-07-09 10:04:53.899 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1befdd30-f70c-433c-a71b-43d6c5fbc556 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/13] 199.19.213.99 () {48 vars in 964 bytes} [Thu Jul 9 10:04:53 2026] POST /v2.0/networks => generated 124 bytes in 216 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:05:02.540 8 INFO neutron.pecan_wsgi.hooks.translation [None req-909fe629-269b-4ddc-a73e-e6cb3502202a 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/14] 199.19.213.99 () {44 vars in 924 bytes} [Thu Jul 9 10:05:02 2026] GET /v2.0/networks/public => generated 108 bytes in 81 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/15] 199.19.213.99 () {44 vars in 946 bytes} [Thu Jul 9 10:05:02 2026] GET /v2.0/networks?name=public => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:05:02.633 8 WARNING neutron.services.revisions.revision_plugin [None req-854228c1-5bbe-42fa-aa49-f43af3b9d01f 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Could not find related network for resource to bump revision. 2026-07-09 10:05:02.656 8 INFO neutron.db.segments_db [None req-854228c1-5bbe-42fa-aa49-f43af3b9d01f 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Added segment eda76942-b99c-4438-99b2-bb454d41b6a0 of type flat for network ef57eb85-b5ca-4e0f-b3b7-42c12d8a23b8 2026-07-09 10:05:02.693 8 INFO neutron.pecan_wsgi.hooks.translation [None req-854228c1-5bbe-42fa-aa49-f43af3b9d01f 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/16] 199.19.213.99 () {48 vars in 964 bytes} [Thu Jul 9 10:05:02 2026] POST /v2.0/networks => generated 124 bytes in 149 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:05:08.796 7 INFO neutron.pecan_wsgi.hooks.translation [None req-408cd051-c057-4440-b76e-f0d221365277 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/17] 199.19.213.99 () {44 vars in 924 bytes} [Thu Jul 9 10:05:08 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: 9/18] 199.19.213.99 () {44 vars in 946 bytes} [Thu Jul 9 10:05:08 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:05:08.982 7 WARNING neutron.services.revisions.revision_plugin [None req-3e02af7b-048d-4feb-9395-fe823e02b9c9 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Could not find related network for resource to bump revision. 2026-07-09 10:05:09.002 7 INFO neutron.db.segments_db [None req-3e02af7b-048d-4feb-9395-fe823e02b9c9 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Added segment 9605621d-26e9-4f51-9488-489c282fc287 of type flat for network b0d9675f-a0a1-4124-b204-46f327a1f89f 2026-07-09 10:05:09.042 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3e02af7b-048d-4feb-9395-fe823e02b9c9 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/20] 199.19.213.99 () {48 vars in 964 bytes} [Thu Jul 9 10:05:08 2026] POST /v2.0/networks => generated 124 bytes in 224 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:05:15.049 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ceb4ae8a-2831-44ce-873b-7822ba63520c 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/21] 199.19.213.99 () {44 vars in 924 bytes} [Thu Jul 9 10:05:14 2026] GET /v2.0/networks/public => generated 108 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 11/22] 199.19.213.99 () {44 vars in 946 bytes} [Thu Jul 9 10:05:15 2026] GET /v2.0/networks?name=public => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:05:15.139 8 WARNING neutron.services.revisions.revision_plugin [None req-f367df5e-ac2c-417a-baa7-a1011c199a1b 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Could not find related network for resource to bump revision. 2026-07-09 10:05:15.161 8 INFO neutron.db.segments_db [None req-f367df5e-ac2c-417a-baa7-a1011c199a1b 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Added segment e3bf5924-511e-4888-a5f2-7b52ad6b4d00 of type flat for network 6e42a5be-a9f9-4845-baf7-07aac490b908 [pid: 8|app: 0|req: 12/23] 199.19.213.99 () {48 vars in 964 bytes} [Thu Jul 9 10:05:15 2026] POST /v2.0/networks => generated 706 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:05:16.849 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bbdac61f-8469-42c9-b5b0-06961dbeca17 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/24] 199.19.213.99 () {44 vars in 924 bytes} [Thu Jul 9 10:05:16 2026] GET /v2.0/networks/public => generated 108 bytes in 102 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/25] 199.19.213.99 () {44 vars in 946 bytes} [Thu Jul 9 10:05:16 2026] GET /v2.0/networks?name=public => generated 709 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:05:16.957 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8bac0c91-504b-4be2-98ba-659c9082bcea 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 13/26] 199.19.213.99 () {44 vars in 1031 bytes} [Thu Jul 9 10:05:16 2026] GET /v2.0/subnets/public-subnet?network_id=6e42a5be-a9f9-4845-baf7-07aac490b908 => generated 113 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/27] 199.19.213.99 () {44 vars in 1054 bytes} [Thu Jul 9 10:05:16 2026] GET /v2.0/subnets?name=public-subnet&network_id=6e42a5be-a9f9-4845-baf7-07aac490b908 => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/28] 199.19.213.99 () {48 vars in 962 bytes} [Thu Jul 9 10:05:16 2026] POST /v2.0/subnets => generated 664 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:10:33.383 7 INFO neutron.pecan_wsgi.hooks.translation [None req-366d6d10-6a6c-43d4-8b5b-610fa3d275d0 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/70] 199.19.213.99 () {44 vars in 934 bytes} [Thu Jul 9 10:10:33 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 192 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/71] 199.19.213.99 () {44 vars in 956 bytes} [Thu Jul 9 10:10:33 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:10:33.493 7 INFO neutron.db.segments_db [None req-013e9d5b-ede2-45b7-a0ad-927bbf6f9d0d 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Added segment 1deb1ff8-93d4-44d1-8146-302719a5ac05 of type vxlan for network 8c7887fa-c606-4884-b775-66a887605431 [pid: 7|app: 0|req: 36/72] 199.19.213.99 () {48 vars in 963 bytes} [Thu Jul 9 10:10:33 2026] POST /v2.0/networks => generated 707 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:10:34.690 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ee5b2227-f53a-4088-92cf-daec61263874 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 37/73] 199.19.213.99 () {44 vars in 934 bytes} [Thu Jul 9 10:10:34 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 63 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/74] 199.19.213.99 () {44 vars in 956 bytes} [Thu Jul 9 10:10:34 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-09 10:10:34.765 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e12bf2b2-6950-4f9b-a322-adcaaf7b3e95 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 38/75] 199.19.213.99 () {44 vars in 1033 bytes} [Thu Jul 9 10:10:34 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=8c7887fa-c606-4884-b775-66a887605431 => generated 114 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/76] 199.19.213.99 () {44 vars in 1056 bytes} [Thu Jul 9 10:10:34 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=8c7887fa-c606-4884-b775-66a887605431 => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/77] 199.19.213.99 () {48 vars in 962 bytes} [Thu Jul 9 10:10:34 2026] POST /v2.0/subnets => generated 651 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:10:36.355 7 INFO neutron.api.v2.resource [None req-006bcd57-98aa-4170-85c9-684092090218 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 39/78] 199.19.213.99 () {44 vars in 968 bytes} [Thu Jul 9 10:10:36 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/79] 199.19.213.99 () {44 vars in 990 bytes} [Thu Jul 9 10:10:36 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/80] 199.19.213.99 () {48 vars in 977 bytes} [Thu Jul 9 10:10:36 2026] POST /v2.0/security-groups => generated 1616 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/81] 199.19.213.99 () {44 vars in 998 bytes} [Thu Jul 9 10:10:37 2026] GET /v2.0/security-groups/ac896ffd-b4f6-407c-af9c-2dcc2692f7b4 => generated 1616 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/82] 199.19.213.99 () {44 vars in 998 bytes} [Thu Jul 9 10:10:37 2026] GET /v2.0/security-groups/ac896ffd-b4f6-407c-af9c-2dcc2692f7b4 => generated 1616 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/83] 199.19.213.99 () {44 vars in 998 bytes} [Thu Jul 9 10:10:37 2026] GET /v2.0/security-groups/ac896ffd-b4f6-407c-af9c-2dcc2692f7b4 => generated 1616 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/84] 199.19.213.99 () {48 vars in 988 bytes} [Thu Jul 9 10:10:37 2026] POST /v2.0/security-group-rules => generated 601 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/87] 199.19.213.99 () {44 vars in 998 bytes} [Thu Jul 9 10:10:38 2026] GET /v2.0/security-groups/ac896ffd-b4f6-407c-af9c-2dcc2692f7b4 => generated 2230 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/88] 199.19.213.99 () {44 vars in 998 bytes} [Thu Jul 9 10:10:39 2026] GET /v2.0/security-groups/ac896ffd-b4f6-407c-af9c-2dcc2692f7b4 => generated 2230 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/89] 199.19.213.99 () {44 vars in 998 bytes} [Thu Jul 9 10:10:39 2026] GET /v2.0/security-groups/ac896ffd-b4f6-407c-af9c-2dcc2692f7b4 => generated 2230 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/90] 199.19.213.99 () {48 vars in 988 bytes} [Thu Jul 9 10:10:39 2026] POST /v2.0/security-group-rules => generated 603 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/91] 199.19.213.99 () {44 vars in 998 bytes} [Thu Jul 9 10:10:40 2026] GET /v2.0/security-groups/ac896ffd-b4f6-407c-af9c-2dcc2692f7b4 => generated 2846 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/92] 199.19.213.99 () {44 vars in 998 bytes} [Thu Jul 9 10:10:40 2026] GET /v2.0/security-groups/ac896ffd-b4f6-407c-af9c-2dcc2692f7b4 => generated 2846 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/93] 199.19.213.99 () {44 vars in 998 bytes} [Thu Jul 9 10:10:40 2026] GET /v2.0/security-groups/ac896ffd-b4f6-407c-af9c-2dcc2692f7b4 => generated 2846 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/94] 199.19.213.99 () {48 vars in 988 bytes} [Thu Jul 9 10:10:40 2026] POST /v2.0/security-group-rules => generated 603 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/95] 199.19.213.99 () {44 vars in 998 bytes} [Thu Jul 9 10:10:41 2026] GET /v2.0/security-groups/ac896ffd-b4f6-407c-af9c-2dcc2692f7b4 => generated 3462 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/96] 199.19.213.99 () {44 vars in 998 bytes} [Thu Jul 9 10:10:41 2026] GET /v2.0/security-groups/ac896ffd-b4f6-407c-af9c-2dcc2692f7b4 => generated 3462 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/97] 199.19.213.99 () {44 vars in 998 bytes} [Thu Jul 9 10:10:41 2026] GET /v2.0/security-groups/ac896ffd-b4f6-407c-af9c-2dcc2692f7b4 => generated 3462 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/98] 199.19.213.99 () {48 vars in 988 bytes} [Thu Jul 9 10:10:41 2026] POST /v2.0/security-group-rules => generated 603 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/99] 199.19.213.99 () {44 vars in 998 bytes} [Thu Jul 9 10:10:42 2026] GET /v2.0/security-groups/ac896ffd-b4f6-407c-af9c-2dcc2692f7b4 => generated 4078 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/100] 199.19.213.99 () {44 vars in 998 bytes} [Thu Jul 9 10:10:42 2026] GET /v2.0/security-groups/ac896ffd-b4f6-407c-af9c-2dcc2692f7b4 => generated 4078 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/101] 199.19.213.99 () {44 vars in 998 bytes} [Thu Jul 9 10:10:42 2026] GET /v2.0/security-groups/ac896ffd-b4f6-407c-af9c-2dcc2692f7b4 => generated 4078 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/102] 199.19.213.99 () {48 vars in 988 bytes} [Thu Jul 9 10:10:42 2026] POST /v2.0/security-group-rules => generated 603 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/103] 199.19.213.99 () {44 vars in 984 bytes} [Thu Jul 9 10:10:43 2026] GET /v2.0/networks/8c7887fa-c606-4884-b775-66a887605431 => generated 732 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:10:44.051 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3c1be32a-b130-4fac-b97e-e4c817e5c2f3 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 52/104] 199.19.213.99 () {44 vars in 1073 bytes} [Thu Jul 9 10:10:44 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=8c7887fa-c606-4884-b775-66a887605431 => generated 132 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/105] 199.19.213.99 () {44 vars in 1096 bytes} [Thu Jul 9 10:10:44 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=8c7887fa-c606-4884-b775-66a887605431 => generated 12 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/106] 199.19.213.99 () {44 vars in 998 bytes} [Thu Jul 9 10:10:44 2026] GET /v2.0/security-groups/ac896ffd-b4f6-407c-af9c-2dcc2692f7b4 => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/107] 199.19.213.99 () {48 vars in 958 bytes} [Thu Jul 9 10:10:44 2026] POST /v2.0/ports => generated 1096 bytes in 619 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-09 10:10:53.143 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d243e75b-a221-40c5-98ba-c14598d56c7c 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 54/108] 199.19.213.99 () {44 vars in 976 bytes} [Thu Jul 9 10:10:53 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 65 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: 55/109] 199.19.213.99 () {44 vars in 998 bytes} [Thu Jul 9 10:10:53 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/112] 199.19.213.99 () {48 vars in 1028 bytes} [Thu Jul 9 10:10:53 2026] PUT /v2.0/ports/df7a8428-b874-4c2c-8d60-8d09ca92eb7f => generated 1245 bytes in 862 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/113] 199.19.213.99 () {44 vars in 917 bytes} [Thu Jul 9 10:10:55 2026] GET /v2.0/ports => generated 3726 bytes in 127 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-09 10:10:57.201 7 INFO neutron.api.v2.resource [None req-1baf78c9-92e1-419e-82cf-f22997ed332b 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 56/114] 199.19.213.99 () {44 vars in 956 bytes} [Thu Jul 9 10:10:57 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/115] 199.19.213.99 () {44 vars in 978 bytes} [Thu Jul 9 10:10:57 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/116] 199.19.213.99 () {48 vars in 977 bytes} [Thu Jul 9 10:10:57 2026] POST /v2.0/security-groups => generated 1610 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/117] 199.19.213.99 () {44 vars in 998 bytes} [Thu Jul 9 10:10:58 2026] GET /v2.0/security-groups/68e4a627-61d4-4451-89e0-9b59ccd7f00a => generated 1610 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/118] 199.19.213.99 () {44 vars in 998 bytes} [Thu Jul 9 10:10:58 2026] GET /v2.0/security-groups/68e4a627-61d4-4451-89e0-9b59ccd7f00a => 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: 61/119] 199.19.213.99 () {44 vars in 998 bytes} [Thu Jul 9 10:10:58 2026] GET /v2.0/security-groups/68e4a627-61d4-4451-89e0-9b59ccd7f00a => generated 1610 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/120] 199.19.213.99 () {48 vars in 988 bytes} [Thu Jul 9 10:10:58 2026] POST /v2.0/security-group-rules => generated 621 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/121] 199.19.213.99 () {44 vars in 998 bytes} [Thu Jul 9 10:10:59 2026] GET /v2.0/security-groups/68e4a627-61d4-4451-89e0-9b59ccd7f00a => generated 2244 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/122] 199.19.213.99 () {44 vars in 998 bytes} [Thu Jul 9 10:10:59 2026] GET /v2.0/security-groups/68e4a627-61d4-4451-89e0-9b59ccd7f00a => generated 2244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 63/123] 199.19.213.99 () {44 vars in 998 bytes} [Thu Jul 9 10:10:59 2026] GET /v2.0/security-groups/68e4a627-61d4-4451-89e0-9b59ccd7f00a => generated 2244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/124] 199.19.213.99 () {48 vars in 988 bytes} [Thu Jul 9 10:10:59 2026] POST /v2.0/security-group-rules => generated 625 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 70/137] 199.19.213.99 () {44 vars in 972 bytes} [Thu Jul 9 10:12:30 2026] GET /v2.0/quotas/71377a8d08334d978e2e4a9722e9eb66 => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 68/138] 199.19.213.99 () {48 vars in 1024 bytes} [Thu Jul 9 10:12:30 2026] PUT /v2.0/quotas/71377a8d08334d978e2e4a9722e9eb66 => generated 291 bytes in 28 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-09 10:15:01.842 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3722b04a-1b78-4e33-8e64-8d47deeb97a2 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 81/159] 199.19.213.99 () {30 vars in 740 bytes} [Thu Jul 9 10:15:01 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 288 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: 79/160] 199.19.213.99 () {30 vars in 762 bytes} [Thu Jul 9 10:15:01 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:15:04.086 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1dfdb6e6-cfd5-40ad-90c4-cb05a95ff95b 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 82/161] 199.19.213.99 () {30 vars in 740 bytes} [Thu Jul 9 10:15:04 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 63 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 80/162] 199.19.213.99 () {30 vars in 762 bytes} [Thu Jul 9 10:15:04 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:22:18.121 8 INFO neutron.api.v2.resource [None req-3df732f1-4a03-49b2-b683-a3ad087d8529 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 112/221] 199.19.213.99 () {44 vars in 1071 bytes} [Thu Jul 9 10:22:18 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=997785bca82a4b3881e2d9d1519ad63b => generated 139 bytes in 119 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/222] 199.19.213.99 () {44 vars in 1094 bytes} [Thu Jul 9 10:22:18 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=997785bca82a4b3881e2d9d1519ad63b => generated 23 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/223] 199.19.213.99 () {48 vars in 978 bytes} [Thu Jul 9 10:22:18 2026] POST /v2.0/security-groups => generated 1624 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/224] 199.19.213.99 () {44 vars in 1085 bytes} [Thu Jul 9 10:22:19 2026] GET /v2.0/security-groups/cf7085b1-ae05-4172-9750-d64076873a23?project_id=997785bca82a4b3881e2d9d1519ad63b => generated 1624 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/225] 199.19.213.99 () {44 vars in 998 bytes} [Thu Jul 9 10:22:19 2026] GET /v2.0/security-groups/cf7085b1-ae05-4172-9750-d64076873a23 => generated 1624 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/226] 199.19.213.99 () {44 vars in 1085 bytes} [Thu Jul 9 10:22:19 2026] GET /v2.0/security-groups/cf7085b1-ae05-4172-9750-d64076873a23?project_id=997785bca82a4b3881e2d9d1519ad63b => generated 1624 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/227] 199.19.213.99 () {48 vars in 988 bytes} [Thu Jul 9 10:22:19 2026] POST /v2.0/security-group-rules => generated 597 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/228] 199.19.213.99 () {44 vars in 1085 bytes} [Thu Jul 9 10:22:20 2026] GET /v2.0/security-groups/cf7085b1-ae05-4172-9750-d64076873a23?project_id=997785bca82a4b3881e2d9d1519ad63b => generated 2234 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 116/229] 199.19.213.99 () {44 vars in 998 bytes} [Thu Jul 9 10:22:21 2026] GET /v2.0/security-groups/cf7085b1-ae05-4172-9750-d64076873a23 => generated 2234 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/230] 199.19.213.99 () {44 vars in 1085 bytes} [Thu Jul 9 10:22:21 2026] GET /v2.0/security-groups/cf7085b1-ae05-4172-9750-d64076873a23?project_id=997785bca82a4b3881e2d9d1519ad63b => generated 2234 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 117/231] 199.19.213.99 () {48 vars in 988 bytes} [Thu Jul 9 10:22:21 2026] POST /v2.0/security-group-rules => generated 599 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/232] 199.19.213.99 () {44 vars in 1085 bytes} [Thu Jul 9 10:22:22 2026] GET /v2.0/security-groups/cf7085b1-ae05-4172-9750-d64076873a23?project_id=997785bca82a4b3881e2d9d1519ad63b => generated 2846 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/233] 199.19.213.99 () {44 vars in 998 bytes} [Thu Jul 9 10:22:22 2026] GET /v2.0/security-groups/cf7085b1-ae05-4172-9750-d64076873a23 => generated 2846 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/234] 199.19.213.99 () {44 vars in 1085 bytes} [Thu Jul 9 10:22:22 2026] GET /v2.0/security-groups/cf7085b1-ae05-4172-9750-d64076873a23?project_id=997785bca82a4b3881e2d9d1519ad63b => generated 2846 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/235] 199.19.213.99 () {48 vars in 988 bytes} [Thu Jul 9 10:22:22 2026] POST /v2.0/security-group-rules => generated 601 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 117/236] 199.19.213.99 () {44 vars in 1085 bytes} [Thu Jul 9 10:22:23 2026] GET /v2.0/security-groups/cf7085b1-ae05-4172-9750-d64076873a23?project_id=997785bca82a4b3881e2d9d1519ad63b => generated 3460 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/237] 199.19.213.99 () {44 vars in 998 bytes} [Thu Jul 9 10:22:23 2026] GET /v2.0/security-groups/cf7085b1-ae05-4172-9750-d64076873a23 => generated 3460 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/240] 199.19.213.99 () {44 vars in 1085 bytes} [Thu Jul 9 10:22:23 2026] GET /v2.0/security-groups/cf7085b1-ae05-4172-9750-d64076873a23?project_id=997785bca82a4b3881e2d9d1519ad63b => generated 3460 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/241] 199.19.213.99 () {48 vars in 988 bytes} [Thu Jul 9 10:22:23 2026] POST /v2.0/security-group-rules => generated 602 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 133/262] 199.19.213.99 () {30 vars in 739 bytes} [Thu Jul 9 10:24:55 2026] GET /v2.0/networks?tenant_id=997785bca82a4b3881e2d9d1519ad63b&shared=False => generated 15 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:24:56.051 7 INFO neutron.db.segments_db [None req-835f125c-c173-40ae-aed6-f68bb69554f5 72d4493987424b8fabeb29b7a7b95621 997785bca82a4b3881e2d9d1519ad63b - - a102149cdccf4abc862c069a62ad13dd a102149cdccf4abc862c069a62ad13dd] Added segment f72423f6-cc2e-4e1d-8b2f-26dcaf1a4b04 of type vxlan for network def39988-0895-4bdb-a826-fa65ab4a073c [pid: 7|app: 0|req: 130/263] 199.19.213.99 () {34 vars in 681 bytes} [Thu Jul 9 10:24:55 2026] POST /v2.0/networks => generated 718 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 134/264] 199.19.213.99 () {30 vars in 721 bytes} [Thu Jul 9 10:24:56 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/265] 199.19.213.99 () {30 vars in 632 bytes} [Thu Jul 9 10:24:56 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 135/266] 199.19.213.99 () {34 vars in 676 bytes} [Thu Jul 9 10:24:56 2026] POST /v2.0/ports => generated 999 bytes in 435 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/267] 199.19.213.99 () {30 vars in 702 bytes} [Thu Jul 9 10:24:56 2026] GET /v2.0/networks/def39988-0895-4bdb-a826-fa65ab4a073c => generated 705 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 136/268] 199.19.213.99 () {30 vars in 721 bytes} [Thu Jul 9 10:24:59 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/269] 199.19.213.99 () {30 vars in 702 bytes} [Thu Jul 9 10:24:59 2026] GET /v2.0/networks/def39988-0895-4bdb-a826-fa65ab4a073c => generated 705 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/272] 199.19.213.99 () {44 vars in 972 bytes} [Thu Jul 9 10:25:18 2026] GET /v2.0/quotas/997785bca82a4b3881e2d9d1519ad63b => 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: 138/273] 199.19.213.99 () {48 vars in 1024 bytes} [Thu Jul 9 10:25:19 2026] PUT /v2.0/quotas/997785bca82a4b3881e2d9d1519ad63b => generated 291 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:38:27.639 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cae44c1d-1ba5-4188-ae88-ccb0ced3d17c 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 192/380] 199.19.213.99 () {44 vars in 924 bytes} [Thu Jul 9 10:38:27 2026] GET /v2.0/networks/public => generated 108 bytes in 163 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/381] 199.19.213.99 () {44 vars in 946 bytes} [Thu Jul 9 10:38:27 2026] GET /v2.0/networks?name=public => generated 753 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:38:28.959 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a8b4f34d-eb04-45f2-ba89-d296d17ddc87 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 193/382] 199.19.213.99 () {44 vars in 924 bytes} [Thu Jul 9 10:38:28 2026] GET /v2.0/networks/public => generated 108 bytes in 63 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/383] 199.19.213.99 () {44 vars in 946 bytes} [Thu Jul 9 10:38:28 2026] GET /v2.0/networks?name=public => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:38:29.037 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ff4be4ab-1fa9-47fd-9aec-3c5e28d2e032 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 194/384] 199.19.213.99 () {44 vars in 1031 bytes} [Thu Jul 9 10:38:29 2026] GET /v2.0/subnets/public-subnet?network_id=6e42a5be-a9f9-4845-baf7-07aac490b908 => generated 113 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/385] 199.19.213.99 () {44 vars in 1054 bytes} [Thu Jul 9 10:38:29 2026] GET /v2.0/subnets?name=public-subnet&network_id=6e42a5be-a9f9-4845-baf7-07aac490b908 => generated 667 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:38:58.960 8 INFO neutron.pecan_wsgi.hooks.translation [None req-64a855c8-53e5-437b-a651-8cb7b7522ad6 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 197/390] 199.19.213.99 () {44 vars in 934 bytes} [Thu Jul 9 10:38:58 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/391] 199.19.213.99 () {44 vars in 956 bytes} [Thu Jul 9 10:38:58 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:39:00.038 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cfae8ce3-f779-449a-b525-e0a0f1d4bb00 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 198/392] 199.19.213.99 () {44 vars in 934 bytes} [Thu Jul 9 10:38:59 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/393] 199.19.213.99 () {44 vars in 956 bytes} [Thu Jul 9 10:39:00 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:39:00.107 8 INFO neutron.pecan_wsgi.hooks.translation [None req-10567180-3c6e-4a4c-b034-29022dfc6952 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 199/394] 199.19.213.99 () {44 vars in 1033 bytes} [Thu Jul 9 10:39:00 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=8c7887fa-c606-4884-b775-66a887605431 => generated 114 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/395] 199.19.213.99 () {44 vars in 1056 bytes} [Thu Jul 9 10:39:00 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=8c7887fa-c606-4884-b775-66a887605431 => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:39:01.380 8 INFO neutron.api.v2.resource [None req-98c37d95-0328-4ff3-b3a9-ad900197729f 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 200/396] 199.19.213.99 () {44 vars in 968 bytes} [Thu Jul 9 10:39:01 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/397] 199.19.213.99 () {44 vars in 990 bytes} [Thu Jul 9 10:39:01 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/398] 199.19.213.99 () {44 vars in 998 bytes} [Thu Jul 9 10:39:02 2026] GET /v2.0/security-groups/ac896ffd-b4f6-407c-af9c-2dcc2692f7b4 => generated 4694 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/399] 199.19.213.99 () {44 vars in 998 bytes} [Thu Jul 9 10:39:02 2026] GET /v2.0/security-groups/ac896ffd-b4f6-407c-af9c-2dcc2692f7b4 => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/400] 199.19.213.99 () {44 vars in 1008 bytes} [Thu Jul 9 10:39:02 2026] GET /v2.0/security-group-rules/b1da7b6d-f88e-4bf3-b92e-29b475a039b0 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/401] 199.19.213.99 () {44 vars in 998 bytes} [Thu Jul 9 10:39:03 2026] GET /v2.0/security-groups/ac896ffd-b4f6-407c-af9c-2dcc2692f7b4 => generated 4694 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/402] 199.19.213.99 () {44 vars in 998 bytes} [Thu Jul 9 10:39:03 2026] GET /v2.0/security-groups/ac896ffd-b4f6-407c-af9c-2dcc2692f7b4 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/403] 199.19.213.99 () {44 vars in 1008 bytes} [Thu Jul 9 10:39:03 2026] GET /v2.0/security-group-rules/5f7f9dec-f426-43d9-be3b-220fffcfe99f => generated 603 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/404] 199.19.213.99 () {44 vars in 998 bytes} [Thu Jul 9 10:39:04 2026] GET /v2.0/security-groups/ac896ffd-b4f6-407c-af9c-2dcc2692f7b4 => generated 4694 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/405] 199.19.213.99 () {44 vars in 998 bytes} [Thu Jul 9 10:39:04 2026] GET /v2.0/security-groups/ac896ffd-b4f6-407c-af9c-2dcc2692f7b4 => generated 4694 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/406] 199.19.213.99 () {44 vars in 1008 bytes} [Thu Jul 9 10:39:04 2026] GET /v2.0/security-group-rules/7bb6a447-96ad-4e06-a205-59d230f20b1e => generated 603 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/407] 199.19.213.99 () {44 vars in 998 bytes} [Thu Jul 9 10:39:05 2026] GET /v2.0/security-groups/ac896ffd-b4f6-407c-af9c-2dcc2692f7b4 => generated 4694 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/408] 199.19.213.99 () {44 vars in 998 bytes} [Thu Jul 9 10:39:06 2026] GET /v2.0/security-groups/ac896ffd-b4f6-407c-af9c-2dcc2692f7b4 => generated 4694 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/409] 199.19.213.99 () {44 vars in 1008 bytes} [Thu Jul 9 10:39:06 2026] GET /v2.0/security-group-rules/6108513b-f541-458a-9537-58cde7cdcf13 => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/410] 199.19.213.99 () {44 vars in 998 bytes} [Thu Jul 9 10:39:07 2026] GET /v2.0/security-groups/ac896ffd-b4f6-407c-af9c-2dcc2692f7b4 => generated 4694 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/411] 199.19.213.99 () {44 vars in 998 bytes} [Thu Jul 9 10:39:07 2026] GET /v2.0/security-groups/ac896ffd-b4f6-407c-af9c-2dcc2692f7b4 => generated 4694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/412] 199.19.213.99 () {44 vars in 1008 bytes} [Thu Jul 9 10:39:07 2026] GET /v2.0/security-group-rules/68e2a07e-39c0-4748-b145-5251dc1e00d9 => generated 603 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/413] 199.19.213.99 () {44 vars in 984 bytes} [Thu Jul 9 10:39:08 2026] GET /v2.0/networks/8c7887fa-c606-4884-b775-66a887605431 => generated 732 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:39:08.812 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1ca2b291-9a2e-45f3-8795-61d89de8349a 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 209/414] 199.19.213.99 () {44 vars in 1073 bytes} [Thu Jul 9 10:39:08 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=8c7887fa-c606-4884-b775-66a887605431 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/415] 199.19.213.99 () {44 vars in 1096 bytes} [Thu Jul 9 10:39:08 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=8c7887fa-c606-4884-b775-66a887605431 => generated 1250 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/418] 199.19.213.99 () {44 vars in 998 bytes} [Thu Jul 9 10:39:08 2026] GET /v2.0/security-groups/ac896ffd-b4f6-407c-af9c-2dcc2692f7b4 => generated 4694 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:39:17.494 7 INFO neutron.pecan_wsgi.hooks.translation [None req-47d31dbd-c1e4-4ee2-a687-df202ec9f9e2 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 209/419] 199.19.213.99 () {44 vars in 976 bytes} [Thu Jul 9 10:39:17 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 66 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/420] 199.19.213.99 () {44 vars in 998 bytes} [Thu Jul 9 10:39:17 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/421] 199.19.213.99 () {44 vars in 917 bytes} [Thu Jul 9 10:39:19 2026] GET /v2.0/ports => generated 4721 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:39:20.272 8 INFO neutron.api.v2.resource [None req-890212af-32c8-49d1-99f2-7a895088d472 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 212/422] 199.19.213.99 () {44 vars in 956 bytes} [Thu Jul 9 10:39:20 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/423] 199.19.213.99 () {44 vars in 978 bytes} [Thu Jul 9 10:39:20 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/424] 199.19.213.99 () {44 vars in 998 bytes} [Thu Jul 9 10:39:21 2026] GET /v2.0/security-groups/68e4a627-61d4-4451-89e0-9b59ccd7f00a => generated 2882 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/425] 199.19.213.99 () {44 vars in 998 bytes} [Thu Jul 9 10:39:21 2026] GET /v2.0/security-groups/68e4a627-61d4-4451-89e0-9b59ccd7f00a => generated 2882 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/426] 199.19.213.99 () {44 vars in 1008 bytes} [Thu Jul 9 10:39:21 2026] GET /v2.0/security-group-rules/f90fc854-235e-4fc4-8f49-cd0809c0e458 => generated 621 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/427] 199.19.213.99 () {44 vars in 998 bytes} [Thu Jul 9 10:39:22 2026] GET /v2.0/security-groups/68e4a627-61d4-4451-89e0-9b59ccd7f00a => generated 2882 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/428] 199.19.213.99 () {44 vars in 998 bytes} [Thu Jul 9 10:39:22 2026] GET /v2.0/security-groups/68e4a627-61d4-4451-89e0-9b59ccd7f00a => generated 2882 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/429] 199.19.213.99 () {44 vars in 1008 bytes} [Thu Jul 9 10:39:22 2026] GET /v2.0/security-group-rules/7872227b-4fdf-48e8-bc21-92831c37c432 => generated 625 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 217/432] 199.19.213.99 () {44 vars in 972 bytes} [Thu Jul 9 10:39:36 2026] GET /v2.0/quotas/71377a8d08334d978e2e4a9722e9eb66 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:40:36.437 7 INFO neutron.api.v2.resource [None req-a0afa250-c4db-4285-9748-d400540f0967 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 220/441] 199.19.213.99 () {44 vars in 1071 bytes} [Thu Jul 9 10:40:36 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=997785bca82a4b3881e2d9d1519ad63b => generated 139 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/442] 199.19.213.99 () {44 vars in 1094 bytes} [Thu Jul 9 10:40:36 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=997785bca82a4b3881e2d9d1519ad63b => generated 4072 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/443] 199.19.213.99 () {44 vars in 1085 bytes} [Thu Jul 9 10:40:37 2026] GET /v2.0/security-groups/cf7085b1-ae05-4172-9750-d64076873a23?project_id=997785bca82a4b3881e2d9d1519ad63b => generated 4075 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/444] 199.19.213.99 () {44 vars in 998 bytes} [Thu Jul 9 10:40:37 2026] GET /v2.0/security-groups/cf7085b1-ae05-4172-9750-d64076873a23 => generated 4075 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/445] 199.19.213.99 () {44 vars in 1008 bytes} [Thu Jul 9 10:40:37 2026] GET /v2.0/security-group-rules/8150fef0-3023-4a17-acfb-dcc0353a84b7 => generated 597 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/446] 199.19.213.99 () {44 vars in 1085 bytes} [Thu Jul 9 10:40:38 2026] GET /v2.0/security-groups/cf7085b1-ae05-4172-9750-d64076873a23?project_id=997785bca82a4b3881e2d9d1519ad63b => generated 4075 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/447] 199.19.213.99 () {44 vars in 998 bytes} [Thu Jul 9 10:40:38 2026] GET /v2.0/security-groups/cf7085b1-ae05-4172-9750-d64076873a23 => generated 4075 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/448] 199.19.213.99 () {44 vars in 1008 bytes} [Thu Jul 9 10:40:38 2026] GET /v2.0/security-group-rules/c040f4a9-41af-448d-a92e-c8c34b40714b => generated 599 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/451] 199.19.213.99 () {44 vars in 1085 bytes} [Thu Jul 9 10:40:39 2026] GET /v2.0/security-groups/cf7085b1-ae05-4172-9750-d64076873a23?project_id=997785bca82a4b3881e2d9d1519ad63b => generated 4075 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/452] 199.19.213.99 () {44 vars in 998 bytes} [Thu Jul 9 10:40:39 2026] GET /v2.0/security-groups/cf7085b1-ae05-4172-9750-d64076873a23 => generated 4075 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/453] 199.19.213.99 () {44 vars in 1008 bytes} [Thu Jul 9 10:40:39 2026] GET /v2.0/security-group-rules/ad890fb1-0faf-4c59-b5a6-4d94d4c40fa5 => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/454] 199.19.213.99 () {44 vars in 1085 bytes} [Thu Jul 9 10:40:40 2026] GET /v2.0/security-groups/cf7085b1-ae05-4172-9750-d64076873a23?project_id=997785bca82a4b3881e2d9d1519ad63b => generated 4075 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/455] 199.19.213.99 () {44 vars in 998 bytes} [Thu Jul 9 10:40:41 2026] GET /v2.0/security-groups/cf7085b1-ae05-4172-9750-d64076873a23 => generated 4075 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/456] 199.19.213.99 () {44 vars in 1008 bytes} [Thu Jul 9 10:40:41 2026] GET /v2.0/security-group-rules/c880af1b-54a7-4290-80f6-23d1ef564499 => generated 602 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/457] 199.19.213.99 () {44 vars in 972 bytes} [Thu Jul 9 10:40:49 2026] GET /v2.0/quotas/997785bca82a4b3881e2d9d1519ad63b => generated 291 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/466] 199.19.213.99 () {44 vars in 946 bytes} [Thu Jul 9 10:41:44 2026] GET /v2.0/networks?name=public => generated 753 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/473] 10.0.0.165 () {32 vars in 649 bytes} [Thu Jul 9 10:42:27 2026] GET /v2.0/networks => generated 2168 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/474] 10.0.0.165 () {32 vars in 655 bytes} [Thu Jul 9 10:42:29 2026] GET /v2.0/floatingips => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/475] 10.0.0.165 () {32 vars in 647 bytes} [Thu Jul 9 10:42:29 2026] GET /v2.0/routers => generated 15 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/476] 10.0.0.165 () {32 vars in 643 bytes} [Thu Jul 9 10:42:29 2026] GET /v2.0/ports => generated 4721 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/477] 10.0.0.165 () {32 vars in 647 bytes} [Thu Jul 9 10:42:29 2026] GET /v2.0/subnets => generated 1308 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/478] 10.0.0.165 () {32 vars in 649 bytes} [Thu Jul 9 10:42:29 2026] GET /v2.0/networks => generated 2168 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/479] 10.0.0.165 () {32 vars in 663 bytes} [Thu Jul 9 10:42:29 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: 241/480] 10.0.0.165 () {32 vars in 655 bytes} [Thu Jul 9 10:42:29 2026] GET /v2.0/subnetpools => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:42:41.688 7 INFO neutron.db.segments_db [None req-b46dfae8-16bb-4ac1-a322-b379fa2b1368 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Added segment fdcf95c2-9b73-4666-a9fa-f6252301af49 of type vxlan for network 1905ac0c-6ff7-4034-87bc-30d3b8d3ee53 2026-07-09 10:42:41.753 8 INFO neutron.db.segments_db [None req-90518fe1-c51c-4936-809b-35d6cf7649e6 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Added segment 90f45cae-4aa1-495e-a1c7-116c1a9796e0 of type vxlan for network 3cbe9f59-397c-444b-96f7-13e77ce4f9ca [pid: 7|app: 0|req: 241/483] 10.0.0.165 () {34 vars in 671 bytes} [Thu Jul 9 10:42:41 2026] POST /v2.0/networks => generated 737 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/484] 10.0.0.165 () {34 vars in 671 bytes} [Thu Jul 9 10:42:41 2026] POST /v2.0/networks => generated 748 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:42:42.010 7 INFO neutron.db.segments_db [None req-5a456a85-5f12-4e20-87ec-4ccdc2adc3ba 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Added segment 9cd22f1c-692d-460a-9a8e-f094d5e8354e of type vxlan for network 91259dbb-72df-4cbe-877c-98dbec9f6b7e [pid: 8|app: 0|req: 244/485] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:42:41 2026] POST /v2.0/subnets => generated 684 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/486] 10.0.0.165 () {34 vars in 671 bytes} [Thu Jul 9 10:42:41 2026] POST /v2.0/networks => generated 752 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:42:42.176 7 INFO neutron.db.segments_db [None req-4b2db9f1-fff7-4083-9a1a-af0b62280cf1 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Added segment bfb5725f-9e4b-499d-bc38-e2942e8be2f3 of type vxlan for network 5f50f419-0f54-4351-8d18-f3b4b0d58c1c [pid: 8|app: 0|req: 245/487] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:42:42 2026] POST /v2.0/subnets => generated 695 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/488] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:42:42 2026] POST /v2.0/subnets => generated 699 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:42:42.465 7 INFO neutron.db.l3_hamode_db [None req-4b2db9f1-fff7-4083-9a1a-af0b62280cf1 4fe0ac4ab97c45da851fdc4edfc8676c d55116e469ed4dbc96bed010ef21066b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 10:42:42.499 8 INFO neutron.db.segments_db [None req-004e96d1-836f-4220-9e75-35e41cec9dca 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Added segment 64dc5eca-a296-42f1-9abd-ea0baf9c4410 of type vxlan for network 7c21b3dd-153e-499c-bd2c-fcdefb5586bf 2026-07-09 10:42:42.695 8 INFO neutron.db.l3_hamode_db [None req-004e96d1-836f-4220-9e75-35e41cec9dca 4fe0ac4ab97c45da851fdc4edfc8676c 89a2f090121a49838aeb1e3d6cc7f465 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 10:42:43.661 7 INFO neutron.db.l3_hamode_db [None req-4b2db9f1-fff7-4083-9a1a-af0b62280cf1 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 10:42:43.878 8 INFO neutron.db.l3_hamode_db [None req-004e96d1-836f-4220-9e75-35e41cec9dca 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 243/489] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:42:42 2026] POST /v2.0/routers => generated 724 bytes in 2669 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/490] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:42:42 2026] POST /v2.0/routers => generated 735 bytes in 2640 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/491] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:42:44 2026] GET /v2.0/security-groups?tenant_id=545be6818c0049e9b48635177004539b&name=default => generated 2921 bytes in 321 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:42:45.143 8 INFO neutron.db.segments_db [None req-3a1bccd7-e4a5-495c-9f09-3dc942cf6c5d 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Added segment 0ae8178f-57fc-41fc-98d0-a0363bd49dbd of type vxlan for network 6451e9dd-f767-40e5-8b8c-244d1f073cf0 2026-07-09 10:42:45.393 8 INFO neutron.db.l3_hamode_db [None req-3a1bccd7-e4a5-495c-9f09-3dc942cf6c5d 4fe0ac4ab97c45da851fdc4edfc8676c e01281f7c10e451d9eeb918341807013 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 10:42:46.342 8 INFO neutron.db.l3_hamode_db [None req-3a1bccd7-e4a5-495c-9f09-3dc942cf6c5d 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 245/492] 10.0.0.165 () {34 vars in 783 bytes} [Thu Jul 9 10:42:45 2026] PUT /v2.0/routers/351181ab-b26a-414c-a0f4-9cd76d9fe755/add_router_interface => generated 309 bytes in 1404 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/493] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:42:45 2026] POST /v2.0/routers => generated 739 bytes in 2301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/494] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:42:47 2026] DELETE /v2.0/security-groups/485129b7-20e8-45ae-b4b1-70593e9f902d => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/495] 10.0.0.165 () {34 vars in 685 bytes} [Thu Jul 9 10:42:47 2026] POST /v2.0/security-groups => generated 1660 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/496] 10.0.0.165 () {34 vars in 783 bytes} [Thu Jul 9 10:42:46 2026] PUT /v2.0/routers/8fe9d596-a19b-466a-a639-73b6c8d1a7ee/add_router_interface => generated 309 bytes in 1372 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/497] 10.0.0.165 () {34 vars in 695 bytes} [Thu Jul 9 10:42:47 2026] POST /v2.0/security-group-rules => generated 597 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/498] 10.0.0.165 () {34 vars in 695 bytes} [Thu Jul 9 10:42:48 2026] POST /v2.0/security-group-rules => generated 602 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/499] 10.0.0.165 () {34 vars in 676 bytes} [Thu Jul 9 10:42:48 2026] POST /v2.0/floatingips => generated 552 bytes in 727 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/500] 10.0.0.165 () {34 vars in 783 bytes} [Thu Jul 9 10:42:47 2026] PUT /v2.0/routers/965033f3-2e29-4aad-b282-c7095bc62163/add_router_interface => generated 309 bytes in 1463 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/501] 10.0.0.39 () {38 vars in 970 bytes} [Thu Jul 9 10:42:49 2026] POST /v2.0/security-groups => generated 1685 bytes in 511 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/502] 10.0.0.39 () {34 vars in 990 bytes} [Thu Jul 9 10:42:49 2026] GET /v2.0/security-groups/8881d6d0-c406-4a4a-ae34-254e1a1f468c => generated 1685 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/503] 10.0.0.39 () {38 vars in 980 bytes} [Thu Jul 9 10:42:49 2026] POST /v2.0/security-group-rules => generated 614 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:42:49.800 8 INFO neutron.db.segments_db [None req-116cbec2-6cee-4fbc-b83e-d72c710b6d7b 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Added segment f3e630f2-e47d-4fab-b37c-db8ca915b319 of type vxlan for network 2521fd56-5b15-47f8-98e5-729bf8fe46ab [pid: 8|app: 0|req: 252/504] 10.0.0.165 () {34 vars in 671 bytes} [Thu Jul 9 10:42:49 2026] POST /v2.0/networks => generated 748 bytes in 430 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/505] 10.0.0.165 () {34 vars in 685 bytes} [Thu Jul 9 10:42:49 2026] POST /v2.0/security-groups => generated 1660 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/506] 10.0.0.39 () {38 vars in 970 bytes} [Thu Jul 9 10:42:49 2026] POST /v2.0/security-groups => generated 1685 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/507] 10.0.0.39 () {34 vars in 1097 bytes} [Thu Jul 9 10:42:50 2026] GET /v2.0/security-groups?name=tempest-securitygroup--570796128&fields=id&tenant_id=d55116e469ed4dbc96bed010ef21066b => generated 69 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/508] 10.0.0.165 () {34 vars in 695 bytes} [Thu Jul 9 10:42:50 2026] POST /v2.0/security-group-rules => generated 597 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/509] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:42:50 2026] POST /v2.0/subnets => generated 695 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/510] 10.0.0.39 () {34 vars in 990 bytes} [Thu Jul 9 10:42:50 2026] GET /v2.0/security-groups/2b275999-2b3a-43a9-8a19-f9bb7b3f2f94 => generated 1685 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/511] 10.0.0.39 () {34 vars in 981 bytes} [Thu Jul 9 10:42:50 2026] GET /v2.0/networks?id=1905ac0c-6ff7-4034-87bc-30d3b8d3ee53 => generated 669 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/512] 10.0.0.165 () {34 vars in 695 bytes} [Thu Jul 9 10:42:50 2026] POST /v2.0/security-group-rules => generated 602 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:42:50.400 7 INFO neutron.db.segments_db [None req-64f48bf4-8ed3-4049-8e05-369dcef56e7c 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Added segment cd08af4c-70f2-479c-84b1-960931ae2232 of type vxlan for network 7bac1b52-9087-4c84-b072-927b7811587e [pid: 8|app: 0|req: 258/513] 10.0.0.39 () {38 vars in 980 bytes} [Thu Jul 9 10:42:50 2026] POST /v2.0/security-group-rules => generated 614 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/514] 10.0.0.39 () {34 vars in 964 bytes} [Thu Jul 9 10:42:50 2026] GET /v2.0/quotas/d55116e469ed4dbc96bed010ef21066b => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:42:50.698 7 INFO neutron.db.l3_hamode_db [None req-64f48bf4-8ed3-4049-8e05-369dcef56e7c 4fe0ac4ab97c45da851fdc4edfc8676c 308ba42de5c14823a3a1c3b7c851ab9d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 260/515] 10.0.0.165 () {34 vars in 676 bytes} [Thu Jul 9 10:42:50 2026] POST /v2.0/floatingips => generated 552 bytes in 818 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/516] 10.0.0.39 () {34 vars in 1001 bytes} [Thu Jul 9 10:42:51 2026] GET /v2.0/ports?tenant_id=d55116e469ed4dbc96bed010ef21066b&fields=id => generated 103 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/517] 10.0.0.39 () {34 vars in 990 bytes} [Thu Jul 9 10:42:51 2026] GET /v2.0/security-groups/2b275999-2b3a-43a9-8a19-f9bb7b3f2f94 => generated 2310 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:42:51.556 7 INFO neutron.db.l3_hamode_db [None req-64f48bf4-8ed3-4049-8e05-369dcef56e7c 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 263/518] 10.0.0.39 () {38 vars in 980 bytes} [Thu Jul 9 10:42:51 2026] POST /v2.0/security-group-rules => generated 619 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/519] 10.0.0.39 () {34 vars in 990 bytes} [Thu Jul 9 10:42:51 2026] GET /v2.0/security-groups/2b275999-2b3a-43a9-8a19-f9bb7b3f2f94 => generated 2940 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/520] 10.0.0.39 () {34 vars in 1097 bytes} [Thu Jul 9 10:42:51 2026] GET /v2.0/security-groups?name=tempest-securitygroup--231682573&fields=id&tenant_id=e01281f7c10e451d9eeb918341807013 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/521] 10.0.0.39 () {34 vars in 906 bytes} [Thu Jul 9 10:42:51 2026] GET /v2.0/extensions => generated 21537 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/522] 10.0.0.39 () {34 vars in 981 bytes} [Thu Jul 9 10:42:51 2026] GET /v2.0/networks?id=91259dbb-72df-4cbe-877c-98dbec9f6b7e => generated 684 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/523] 10.0.0.39 () {34 vars in 1007 bytes} [Thu Jul 9 10:42:51 2026] GET /v2.0/networks/1905ac0c-6ff7-4034-87bc-30d3b8d3ee53?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: 269/524] 10.0.0.39 () {34 vars in 964 bytes} [Thu Jul 9 10:42:51 2026] GET /v2.0/quotas/e01281f7c10e451d9eeb918341807013 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/525] 10.0.0.39 () {34 vars in 1107 bytes} [Thu Jul 9 10:42:52 2026] GET /v2.0/networks/1905ac0c-6ff7-4034-87bc-30d3b8d3ee53?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/526] 10.0.0.39 () {34 vars in 1001 bytes} [Thu Jul 9 10:42:52 2026] GET /v2.0/ports?tenant_id=e01281f7c10e451d9eeb918341807013&fields=id => generated 57 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/527] 10.0.0.39 () {34 vars in 1000 bytes} [Thu Jul 9 10:42:52 2026] GET /v2.0/security-group-rules/ea4a9296-98a8-480f-9213-9854129355e3 => generated 616 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/528] 10.0.0.39 () {34 vars in 990 bytes} [Thu Jul 9 10:42:52 2026] GET /v2.0/security-groups/2b275999-2b3a-43a9-8a19-f9bb7b3f2f94 => generated 2940 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/529] 10.0.0.39 () {36 vars in 1022 bytes} [Thu Jul 9 10:42:52 2026] DELETE /v2.0/security-group-rules/ea4a9296-98a8-480f-9213-9854129355e3 => 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: 275/530] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:42:52 2026] GET /v2.0/ports?device_id=58ac751d-69c8-4a79-b4b7-de9c33373d0d => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/531] 10.0.0.39 () {34 vars in 990 bytes} [Thu Jul 9 10:42:52 2026] GET /v2.0/security-groups/2b275999-2b3a-43a9-8a19-f9bb7b3f2f94 => generated 2310 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/532] 10.0.0.39 () {34 vars in 906 bytes} [Thu Jul 9 10:42:52 2026] GET /v2.0/extensions => generated 21537 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/533] 10.0.0.39 () {36 vars in 1012 bytes} [Thu Jul 9 10:42:52 2026] DELETE /v2.0/security-groups/2b275999-2b3a-43a9-8a19-f9bb7b3f2f94 => 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: 279/534] 10.0.0.39 () {34 vars in 1007 bytes} [Thu Jul 9 10:42:52 2026] GET /v2.0/networks/91259dbb-72df-4cbe-877c-98dbec9f6b7e?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: 280/535] 10.0.0.39 () {34 vars in 990 bytes} [Thu Jul 9 10:42:52 2026] GET /v2.0/security-groups/8881d6d0-c406-4a4a-ae34-254e1a1f468c => generated 2310 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/536] 10.0.0.39 () {34 vars in 1107 bytes} [Thu Jul 9 10:42:52 2026] GET /v2.0/networks/91259dbb-72df-4cbe-877c-98dbec9f6b7e?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: 282/537] 10.0.0.39 () {36 vars in 1012 bytes} [Thu Jul 9 10:42:52 2026] DELETE /v2.0/security-groups/8881d6d0-c406-4a4a-ae34-254e1a1f468c => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/538] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:42:50 2026] POST /v2.0/routers => generated 735 bytes in 2709 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/539] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:42:53 2026] GET /v2.0/ports?device_id=dbe3238e-0950-47a8-a3b6-73163e8c762a => generated 12 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:42:53.459 8 INFO neutron_taas.services.taas.taas_plugin [None req-6c19f1a9-0310-42f4-886a-dce350d66702 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] TaaS: Handle Delete Port: d1781a9d-2857-49e5-a286-f95673b58565 2026-07-09 10:42:53.468 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c19f1a9-0310-42f4-886a-dce350d66702 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Tap Mirror: Handle Delete Port: d1781a9d-2857-49e5-a286-f95673b58565 [pid: 8|app: 0|req: 283/540] 10.0.0.165 () {34 vars in 789 bytes} [Thu Jul 9 10:42:52 2026] PUT /v2.0/routers/8fe9d596-a19b-466a-a639-73b6c8d1a7ee/remove_router_interface => generated 309 bytes in 1163 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/541] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:42:54 2026] GET /v2.0/ports?device_id=58ac751d-69c8-4a79-b4b7-de9c33373d0d => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:42:54.323 8 INFO neutron_taas.services.taas.taas_plugin [None req-0aabe5cc-a7c0-41fc-867b-b2c035947906 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] TaaS: Handle Delete Port: d80633b7-6f9f-448c-b7a9-dd7ff64e5521 2026-07-09 10:42:54.327 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0aabe5cc-a7c0-41fc-867b-b2c035947906 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Tap Mirror: Handle Delete Port: d80633b7-6f9f-448c-b7a9-dd7ff64e5521 [pid: 7|app: 0|req: 258/544] 10.0.0.165 () {34 vars in 783 bytes} [Thu Jul 9 10:42:53 2026] PUT /v2.0/routers/cede0fd6-43b2-4b46-9c6f-c6aa0f2970c1/add_router_interface => generated 309 bytes in 1320 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/545] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:42:54 2026] GET /v2.0/ports?device_id=dbe3238e-0950-47a8-a3b6-73163e8c762a => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:42:54.588 8 INFO neutron_taas.services.taas.taas_plugin [None req-0aabe5cc-a7c0-41fc-867b-b2c035947906 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] TaaS: Handle Delete Port: 63f4c75b-b110-48a6-870f-dc826d528b41 2026-07-09 10:42:54.591 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0aabe5cc-a7c0-41fc-867b-b2c035947906 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Tap Mirror: Handle Delete Port: 63f4c75b-b110-48a6-870f-dc826d528b41 2026-07-09 10:42:54.658 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-0aabe5cc-a7c0-41fc-867b-b2c035947906 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - 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-09 10:42:55.061 8 INFO neutron.db.l3_hamode_db [None req-0aabe5cc-a7c0-41fc-867b-b2c035947906 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] HA network 7c21b3dd-153e-499c-bd2c-fcdefb5586bf was deleted as no HA routers are present in tenant 89a2f090121a49838aeb1e3d6cc7f465. [pid: 8|app: 0|req: 287/546] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:42:54 2026] DELETE /v2.0/routers/8fe9d596-a19b-466a-a639-73b6c8d1a7ee => generated 0 bytes in 957 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/547] 10.0.0.165 () {34 vars in 685 bytes} [Thu Jul 9 10:42:54 2026] POST /v2.0/security-groups => generated 1661 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/548] 10.0.0.165 () {34 vars in 695 bytes} [Thu Jul 9 10:42:55 2026] POST /v2.0/security-group-rules => generated 597 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/549] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:42:55 2026] GET /v2.0/ports?device_id=58ac751d-69c8-4a79-b4b7-de9c33373d0d => 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: 288/550] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:42:55 2026] DELETE /v2.0/subnets/c2d976f0-3888-4038-a6ca-fe1f4f476e23 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/551] 10.0.0.165 () {34 vars in 695 bytes} [Thu Jul 9 10:42:55 2026] POST /v2.0/security-group-rules => generated 602 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:42:55.404 8 INFO neutron_taas.services.taas.taas_plugin [None req-613c6038-f68e-433e-beb3-d03a716a5a02 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] TaaS: Handle Delete Port: b87b84c6-e872-4945-bc42-f545024565d9 2026-07-09 10:42:55.407 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-613c6038-f68e-433e-beb3-d03a716a5a02 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Tap Mirror: Handle Delete Port: b87b84c6-e872-4945-bc42-f545024565d9 2026-07-09 10:42:55.449 8 INFO neutron.services.segments.plugin [-] Segment 64dc5eca-a296-42f1-9abd-ea0baf9c4410 resource provider aggregate not found 2026-07-09 10:42:55.464 8 INFO neutron.services.segments.plugin [-] Segment 64dc5eca-a296-42f1-9abd-ea0baf9c4410 resource provider aggregate not found 2026-07-09 10:42:55.471 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 64dc5eca-a296-42f1-9abd-ea0baf9c4410 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64dc5eca-a296-42f1-9abd-ea0baf9c4410 found for delete ", "request_id": "req-d80ee3e2-b7c3-4d66-a90b-f93db3b3e593"}]} 2026-07-09 10:42:55.491 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 64dc5eca-a296-42f1-9abd-ea0baf9c4410 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64dc5eca-a296-42f1-9abd-ea0baf9c4410 found for delete ", "request_id": "req-ed34bf3f-4791-49c2-992e-437a382d0418"}]} [pid: 8|app: 0|req: 289/552] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:42:55 2026] DELETE /v2.0/networks/3cbe9f59-397c-444b-96f7-13e77ce4f9ca => generated 0 bytes in 316 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/553] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:42:55 2026] GET /v2.0/ports?device_id=dbe3238e-0950-47a8-a3b6-73163e8c762a => 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: 291/554] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:42:55 2026] GET /v2.0/security-groups?tenant_id=89a2f090121a49838aeb1e3d6cc7f465&name=default => generated 2921 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/555] 10.0.0.165 () {34 vars in 676 bytes} [Thu Jul 9 10:42:55 2026] POST /v2.0/floatingips => generated 552 bytes in 484 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/556] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:42:55 2026] DELETE /v2.0/security-groups/b526cd16-a66d-4a5d-86c2-9f47ccf62ad8 => 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: 265/557] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:42:56 2026] GET /v2.0/ports?device_id=58ac751d-69c8-4a79-b4b7-de9c33373d0d => 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: 293/558] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:42:56 2026] GET /v2.0/ports?device_id=dbe3238e-0950-47a8-a3b6-73163e8c762a => 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: 266/559] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:42:57 2026] GET /v2.0/ports?device_id=58ac751d-69c8-4a79-b4b7-de9c33373d0d => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:42:57.487 8 INFO neutron.services.segments.plugin [-] Segment 90f45cae-4aa1-495e-a1c7-116c1a9796e0 resource provider aggregate not found 2026-07-09 10:42:57.503 8 INFO neutron.services.segments.plugin [-] Segment 90f45cae-4aa1-495e-a1c7-116c1a9796e0 resource provider aggregate not found 2026-07-09 10:42:57.511 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 90f45cae-4aa1-495e-a1c7-116c1a9796e0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90f45cae-4aa1-495e-a1c7-116c1a9796e0 found for delete ", "request_id": "req-5054ba05-9513-4dcb-8e94-5fa281205b68"}]} 2026-07-09 10:42:57.516 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 90f45cae-4aa1-495e-a1c7-116c1a9796e0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90f45cae-4aa1-495e-a1c7-116c1a9796e0 found for delete ", "request_id": "req-3931fe46-e9b5-467f-955a-35b517c7f0af"}]} [pid: 8|app: 0|req: 294/560] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:42:57 2026] GET /v2.0/ports?device_id=dbe3238e-0950-47a8-a3b6-73163e8c762a => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:42:58.293 7 INFO neutron.db.segments_db [None req-6565139e-fe29-4e9a-9c9b-aed82771deb5 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Added segment 73b6a755-0927-46dc-b14c-dcf2199bcee6 of type vxlan for network 1c391201-3037-4fbc-81ba-8d0d0fac3e8c [pid: 7|app: 0|req: 267/561] 10.0.0.165 () {34 vars in 671 bytes} [Thu Jul 9 10:42:57 2026] POST /v2.0/networks => generated 744 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/562] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:42:58 2026] GET /v2.0/ports?device_id=58ac751d-69c8-4a79-b4b7-de9c33373d0d => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/563] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:42:58 2026] POST /v2.0/subnets => generated 692 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:42:58.725 7 INFO neutron.db.segments_db [None req-450326db-6294-48b8-b8eb-d3b7e29cdc9e 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Added segment 4ea85da4-2de0-4e84-838a-f9b24725b6a8 of type vxlan for network 3007e63c-514e-4a13-9c90-f8507b13d603 [pid: 8|app: 0|req: 296/564] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:42:58 2026] GET /v2.0/ports?device_id=dbe3238e-0950-47a8-a3b6-73163e8c762a => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:42:59.042 7 INFO neutron.db.l3_hamode_db [None req-450326db-6294-48b8-b8eb-d3b7e29cdc9e 4fe0ac4ab97c45da851fdc4edfc8676c 65eb9618e19f425d9937a45488e25fc4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 297/565] 199.19.213.99 () {34 vars in 985 bytes} [Thu Jul 9 10:42:59 2026] GET /v2.0/networks?id=1905ac0c-6ff7-4034-87bc-30d3b8d3ee53 => generated 669 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/566] 199.19.213.99 () {34 vars in 910 bytes} [Thu Jul 9 10:42:59 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/567] 199.19.213.99 () {34 vars in 1049 bytes} [Thu Jul 9 10:42:59 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d55116e469ed4dbc96bed010ef21066b => generated 180 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:43:00.061 7 INFO neutron.db.l3_hamode_db [None req-450326db-6294-48b8-b8eb-d3b7e29cdc9e 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 300/568] 199.19.213.99 () {38 vars in 954 bytes} [Thu Jul 9 10:42:59 2026] POST /v2.0/ports => generated 954 bytes in 549 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: 301/569] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:00 2026] GET /v2.0/ports?device_id=58ac751d-69c8-4a79-b4b7-de9c33373d0d => generated 957 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/570] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:00 2026] GET /v2.0/ports?device_id=dbe3238e-0950-47a8-a3b6-73163e8c762a => 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: 303/571] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:00 2026] GET /v2.0/security-groups?id=c6f456d4-938c-45a0-ae24-cafd0369b29a&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: 304/572] 199.19.213.99 () {38 vars in 1027 bytes} [Thu Jul 9 10:43:00 2026] PUT /v2.0/ports/028422b4-a345-4431-aebc-bce071acd625 => generated 1235 bytes in 562 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: 305/573] 199.19.213.99 () {34 vars in 985 bytes} [Thu Jul 9 10:43:01 2026] GET /v2.0/networks?id=91259dbb-72df-4cbe-877c-98dbec9f6b7e => generated 684 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/574] 199.19.213.99 () {34 vars in 1049 bytes} [Thu Jul 9 10:43:01 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e01281f7c10e451d9eeb918341807013 => generated 180 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/575] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:42:58 2026] POST /v2.0/routers => generated 732 bytes in 2575 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/576] 199.19.213.99 () {38 vars in 954 bytes} [Thu Jul 9 10:43:01 2026] POST /v2.0/ports => generated 954 bytes in 437 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: 308/577] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:01 2026] GET /v2.0/ports?device_id=dbe3238e-0950-47a8-a3b6-73163e8c762a => generated 957 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/578] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:01 2026] GET /v2.0/ports?device_id=58ac751d-69c8-4a79-b4b7-de9c33373d0d => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/579] 199.19.213.99 () {38 vars in 1027 bytes} [Thu Jul 9 10:43:01 2026] PUT /v2.0/ports/ea6529b2-4585-4048-b3b8-76aeb8932593 => generated 1235 bytes in 470 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: 311/580] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:02 2026] GET /v2.0/security-groups?id=423810b8-a479-4ae6-9297-8132249f5691&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: 312/581] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:02 2026] GET /v2.0/security-groups?id=c6f456d4-938c-45a0-ae24-cafd0369b29a&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: 313/582] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:43:02 2026] GET /v2.0/ports?tenant_id=d55116e469ed4dbc96bed010ef21066b&device_id=58ac751d-69c8-4a79-b4b7-de9c33373d0d => generated 1238 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:43:02.384 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7248c267-5231-41bd-b94a-170e26ec063e'] response: {'name': 'network-changed', 'server_uuid': '58ac751d-69c8-4a79-b4b7-de9c33373d0d', 'tag': '028422b4-a345-4431-aebc-bce071acd625', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 314/583] 199.19.213.99 () {34 vars in 1057 bytes} [Thu Jul 9 10:43:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=028422b4-a345-4431-aebc-bce071acd625 => generated 19 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/584] 10.0.0.39 () {34 vars in 1099 bytes} [Thu Jul 9 10:43:02 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1003846268&fields=id&tenant_id=308ba42de5c14823a3a1c3b7c851ab9d => generated 69 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/585] 199.19.213.99 () {34 vars in 983 bytes} [Thu Jul 9 10:43:02 2026] GET /v2.0/subnets?id=37e2610d-5e44-4fc1-9c11-a3cd521d8044 => generated 687 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/586] 10.0.0.39 () {34 vars in 981 bytes} [Thu Jul 9 10:43:02 2026] GET /v2.0/networks?id=2521fd56-5b15-47f8-98e5-729bf8fe46ab => generated 680 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/587] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:43:02 2026] GET /v2.0/ports?network_id=1905ac0c-6ff7-4034-87bc-30d3b8d3ee53&device_owner=network%3Adhcp => generated 1244 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/588] 10.0.0.39 () {34 vars in 964 bytes} [Thu Jul 9 10:43:02 2026] GET /v2.0/quotas/308ba42de5c14823a3a1c3b7c851ab9d => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/589] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:43:02 2026] GET /v2.0/networks/1905ac0c-6ff7-4034-87bc-30d3b8d3ee53?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/590] 10.0.0.165 () {34 vars in 783 bytes} [Thu Jul 9 10:43:01 2026] PUT /v2.0/routers/0723d7f4-5650-42a4-a461-402371103447/add_router_interface => generated 309 bytes in 1444 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/591] 10.0.0.39 () {34 vars in 1001 bytes} [Thu Jul 9 10:43:02 2026] GET /v2.0/ports?tenant_id=308ba42de5c14823a3a1c3b7c851ab9d&fields=id => generated 57 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/592] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:43:02 2026] GET /v2.0/networks/1905ac0c-6ff7-4034-87bc-30d3b8d3ee53?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/593] 10.0.0.39 () {34 vars in 1007 bytes} [Thu Jul 9 10:43:02 2026] GET /v2.0/networks/2521fd56-5b15-47f8-98e5-729bf8fe46ab?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: 272/594] 10.0.0.39 () {34 vars in 1107 bytes} [Thu Jul 9 10:43:02 2026] GET /v2.0/networks/2521fd56-5b15-47f8-98e5-729bf8fe46ab?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/595] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:03 2026] GET /v2.0/ports?device_id=fa8ea0cd-c070-451f-939e-03fa5f4eab78 => 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: 273/596] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:43:03 2026] GET /v2.0/ports?tenant_id=e01281f7c10e451d9eeb918341807013&device_id=dbe3238e-0950-47a8-a3b6-73163e8c762a => generated 1238 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/597] 199.19.213.99 () {34 vars in 1057 bytes} [Thu Jul 9 10:43:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.2&port_id=ea6529b2-4585-4048-b3b8-76aeb8932593 => 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: 274/598] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:03 2026] GET /v2.0/ports?device_id=dbe3238e-0950-47a8-a3b6-73163e8c762a => generated 969 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/599] 10.0.0.39 () {38 vars in 970 bytes} [Thu Jul 9 10:43:03 2026] POST /v2.0/security-groups => generated 1678 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/600] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:03 2026] GET /v2.0/security-groups?id=423810b8-a479-4ae6-9297-8132249f5691&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/601] 199.19.213.99 () {34 vars in 983 bytes} [Thu Jul 9 10:43:03 2026] GET /v2.0/subnets?id=20d294ac-8cbc-4bd1-94a2-b0678826e79a => generated 702 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/602] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:43:03 2026] GET /v2.0/ports?network_id=91259dbb-72df-4cbe-877c-98dbec9f6b7e&device_owner=network%3Adhcp => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/603] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:03 2026] GET /v2.0/ports?device_id=58ac751d-69c8-4a79-b4b7-de9c33373d0d => generated 969 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/604] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:43:03 2026] GET /v2.0/networks/91259dbb-72df-4cbe-877c-98dbec9f6b7e?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: 328/605] 10.0.0.39 () {38 vars in 970 bytes} [Thu Jul 9 10:43:03 2026] POST /v2.0/security-groups => generated 1681 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/606] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:03 2026] GET /v2.0/security-groups?id=c6f456d4-938c-45a0-ae24-cafd0369b29a&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: 329/607] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:43:03 2026] GET /v2.0/networks/91259dbb-72df-4cbe-877c-98dbec9f6b7e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/608] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:43:03 2026] GET /v2.0/ports?tenant_id=d55116e469ed4dbc96bed010ef21066b&device_id=58ac751d-69c8-4a79-b4b7-de9c33373d0d => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/609] 10.0.0.39 () {38 vars in 970 bytes} [Thu Jul 9 10:43:03 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: 8|app: 0|req: 331/610] 199.19.213.99 () {34 vars in 985 bytes} [Thu Jul 9 10:43:03 2026] GET /v2.0/networks?id=1905ac0c-6ff7-4034-87bc-30d3b8d3ee53 => generated 765 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/611] 10.0.0.39 () {34 vars in 1001 bytes} [Thu Jul 9 10:43:03 2026] GET /v2.0/security-groups?tenant_id=65eb9618e19f425d9937a45488e25fc4 => generated 7905 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/612] 10.0.0.39 () {34 vars in 990 bytes} [Thu Jul 9 10:43:03 2026] GET /v2.0/security-groups/0aac3896-b126-4307-9b1b-36fd5bb24cb6 => generated 2922 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/613] 10.0.0.39 () {34 vars in 990 bytes} [Thu Jul 9 10:43:03 2026] GET /v2.0/security-groups/0aac3896-b126-4307-9b1b-36fd5bb24cb6 => generated 2922 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/614] 10.0.0.39 () {34 vars in 990 bytes} [Thu Jul 9 10:43:04 2026] GET /v2.0/security-groups/2147f213-8a9d-4d8d-a512-ec52d66d2880 => generated 1678 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/615] 10.0.0.39 () {36 vars in 1012 bytes} [Thu Jul 9 10:43:04 2026] DELETE /v2.0/security-groups/2147f213-8a9d-4d8d-a512-ec52d66d2880 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/616] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:04 2026] GET /v2.0/ports?device_id=fa8ea0cd-c070-451f-939e-03fa5f4eab78 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:43:04.313 7 INFO neutron.api.v2.resource [req-5b3f9222-f3b1-49a8-9cbc-e753ea5f93d4 req-57e769c5-1aab-4a2a-87c9-84dbd251f416 9286fa0376074a7f8c465ccd3d16bd20 65eb9618e19f425d9937a45488e25fc4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 286/617] 10.0.0.39 () {34 vars in 990 bytes} [Thu Jul 9 10:43:04 2026] GET /v2.0/security-groups/2147f213-8a9d-4d8d-a512-ec52d66d2880 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/618] 10.0.0.39 () {34 vars in 990 bytes} [Thu Jul 9 10:43:04 2026] GET /v2.0/security-groups/91cbcc74-f7e2-4d12-b918-d539c356e9e5 => generated 1681 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/619] 199.19.213.99 () {34 vars in 1057 bytes} [Thu Jul 9 10:43:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=028422b4-a345-4431-aebc-bce071acd625 => generated 19 bytes in 510 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/620] 10.0.0.39 () {36 vars in 1012 bytes} [Thu Jul 9 10:43:04 2026] DELETE /v2.0/security-groups/91cbcc74-f7e2-4d12-b918-d539c356e9e5 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/621] 199.19.213.99 () {34 vars in 983 bytes} [Thu Jul 9 10:43:04 2026] GET /v2.0/subnets?id=37e2610d-5e44-4fc1-9c11-a3cd521d8044 => generated 687 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:43:04.501 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0dd59df3-ef7a-48c9-bcf4-a75c3542f2af'] response: {'name': 'network-changed', 'server_uuid': 'dbe3238e-0950-47a8-a3b6-73163e8c762a', 'tag': 'ea6529b2-4585-4048-b3b8-76aeb8932593', 'status': 'completed', 'code': 200} 2026-07-09 10:43:04.510 7 INFO neutron.api.v2.resource [req-ee11361f-0bdd-4dbe-8650-3289f1a19d9e req-f7ea43fc-be06-42f5-8af3-1d96e3781132 9286fa0376074a7f8c465ccd3d16bd20 65eb9618e19f425d9937a45488e25fc4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 289/622] 10.0.0.39 () {34 vars in 990 bytes} [Thu Jul 9 10:43:04 2026] GET /v2.0/security-groups/91cbcc74-f7e2-4d12-b918-d539c356e9e5 => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/623] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:43:04 2026] GET /v2.0/ports?network_id=1905ac0c-6ff7-4034-87bc-30d3b8d3ee53&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/624] 10.0.0.39 () {34 vars in 990 bytes} [Thu Jul 9 10:43:04 2026] GET /v2.0/security-groups/2ff981fb-a916-46f8-bc43-3ff5c8db169d => generated 1681 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/625] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:04 2026] GET /v2.0/ports?device_id=dbe3238e-0950-47a8-a3b6-73163e8c762a => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/626] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:43:04 2026] GET /v2.0/networks/1905ac0c-6ff7-4034-87bc-30d3b8d3ee53?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: 292/627] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:04 2026] GET /v2.0/security-groups?id=423810b8-a479-4ae6-9297-8132249f5691&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: 293/628] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:43:04 2026] GET /v2.0/networks/1905ac0c-6ff7-4034-87bc-30d3b8d3ee53?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: 336/629] 10.0.0.39 () {36 vars in 1012 bytes} [Thu Jul 9 10:43:04 2026] DELETE /v2.0/security-groups/2ff981fb-a916-46f8-bc43-3ff5c8db169d => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:43:04.738 7 INFO neutron.api.v2.resource [req-88be4bc3-6641-4dcd-b6ac-8561a9dcbabc req-842cc2f9-e689-4aff-af8c-af95e2ecec00 9286fa0376074a7f8c465ccd3d16bd20 65eb9618e19f425d9937a45488e25fc4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 294/630] 10.0.0.39 () {34 vars in 990 bytes} [Thu Jul 9 10:43:04 2026] GET /v2.0/security-groups/2ff981fb-a916-46f8-bc43-3ff5c8db169d => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/631] 10.0.0.39 () {34 vars in 1001 bytes} [Thu Jul 9 10:43:04 2026] GET /v2.0/security-groups?tenant_id=65eb9618e19f425d9937a45488e25fc4 => 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: 337/632] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:04 2026] GET /v2.0/ports?device_id=58ac751d-69c8-4a79-b4b7-de9c33373d0d => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/633] 10.0.0.39 () {34 vars in 990 bytes} [Thu Jul 9 10:43:04 2026] GET /v2.0/security-groups/0aac3896-b126-4307-9b1b-36fd5bb24cb6 => generated 2922 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/634] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:04 2026] GET /v2.0/security-groups?id=c6f456d4-938c-45a0-ae24-cafd0369b29a&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: 297/635] 10.0.0.39 () {34 vars in 990 bytes} [Thu Jul 9 10:43:04 2026] GET /v2.0/security-groups/0aac3896-b126-4307-9b1b-36fd5bb24cb6 => generated 2922 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:43:04.959 8 INFO neutron.api.v2.resource [req-7ed373de-22a7-483e-a7e6-690b98a3367e req-523238d7-d462-4e9e-8441-013266faa1e6 9286fa0376074a7f8c465ccd3d16bd20 65eb9618e19f425d9937a45488e25fc4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 339/636] 10.0.0.39 () {34 vars in 990 bytes} [Thu Jul 9 10:43:04 2026] GET /v2.0/security-groups/2ff981fb-a916-46f8-bc43-3ff5c8db169d => generated 146 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:43:05.009 7 INFO neutron.api.v2.resource [req-cae0abc9-0431-4d77-aff9-f0b6184c8d06 req-915d2d07-e6ae-45d2-9d42-721fc1058658 9286fa0376074a7f8c465ccd3d16bd20 65eb9618e19f425d9937a45488e25fc4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 298/637] 10.0.0.39 () {34 vars in 990 bytes} [Thu Jul 9 10:43:04 2026] GET /v2.0/security-groups/91cbcc74-f7e2-4d12-b918-d539c356e9e5 => generated 146 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/638] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:43:05 2026] GET /v2.0/ports?tenant_id=e01281f7c10e451d9eeb918341807013&device_id=dbe3238e-0950-47a8-a3b6-73163e8c762a => generated 1238 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:43:05.078 7 INFO neutron.api.v2.resource [req-d519f03a-2312-45e1-840d-62c1eed76ac5 req-d96f110b-e8c5-4e33-bc15-635fd7ed3d72 9286fa0376074a7f8c465ccd3d16bd20 65eb9618e19f425d9937a45488e25fc4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 299/639] 10.0.0.39 () {34 vars in 990 bytes} [Thu Jul 9 10:43:05 2026] GET /v2.0/security-groups/2147f213-8a9d-4d8d-a512-ec52d66d2880 => generated 146 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/640] 199.19.213.99 () {34 vars in 985 bytes} [Thu Jul 9 10:43:05 2026] GET /v2.0/networks?id=91259dbb-72df-4cbe-877c-98dbec9f6b7e => generated 780 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/641] 199.19.213.99 () {34 vars in 1057 bytes} [Thu Jul 9 10:43:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.2&port_id=ea6529b2-4585-4048-b3b8-76aeb8932593 => 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: 343/642] 199.19.213.99 () {34 vars in 983 bytes} [Thu Jul 9 10:43:05 2026] GET /v2.0/subnets?id=20d294ac-8cbc-4bd1-94a2-b0678826e79a => generated 702 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/643] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:43:05 2026] GET /v2.0/ports?network_id=91259dbb-72df-4cbe-877c-98dbec9f6b7e&device_owner=network%3Adhcp => 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: 345/644] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:43:05 2026] GET /v2.0/networks/91259dbb-72df-4cbe-877c-98dbec9f6b7e?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: 346/645] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:43:05 2026] GET /v2.0/networks/91259dbb-72df-4cbe-877c-98dbec9f6b7e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/646] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:05 2026] GET /v2.0/ports?device_id=fa8ea0cd-c070-451f-939e-03fa5f4eab78 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:43:05.597 7 INFO neutron_taas.services.taas.taas_plugin [None req-57e32ca2-1d81-4b43-9a04-f9dc6a9152c2 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] TaaS: Handle Delete Port: c6c830fe-67b6-4660-8b31-9180a65b5a82 2026-07-09 10:43:05.605 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-57e32ca2-1d81-4b43-9a04-f9dc6a9152c2 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Tap Mirror: Handle Delete Port: c6c830fe-67b6-4660-8b31-9180a65b5a82 [pid: 8|app: 0|req: 348/647] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:05 2026] GET /v2.0/ports?device_id=dbe3238e-0950-47a8-a3b6-73163e8c762a => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/648] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:05 2026] GET /v2.0/security-groups?id=423810b8-a479-4ae6-9297-8132249f5691&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: 350/649] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:05 2026] GET /v2.0/ports?device_id=58ac751d-69c8-4a79-b4b7-de9c33373d0d => generated 969 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/650] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:06 2026] GET /v2.0/security-groups?id=c6f456d4-938c-45a0-ae24-cafd0369b29a&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: 300/651] 10.0.0.165 () {34 vars in 789 bytes} [Thu Jul 9 10:43:05 2026] PUT /v2.0/routers/0723d7f4-5650-42a4-a461-402371103447/remove_router_interface => generated 309 bytes in 1193 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/652] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:06 2026] GET /v2.0/ports?device_id=fa8ea0cd-c070-451f-939e-03fa5f4eab78 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:43:06.529 8 INFO neutron_taas.services.taas.taas_plugin [None req-b78e5f1c-7478-467c-b86c-899c6f368e9a 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] TaaS: Handle Delete Port: 3382eb38-9227-45fa-ab61-670c8d8bfc74 2026-07-09 10:43:06.531 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b78e5f1c-7478-467c-b86c-899c6f368e9a 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Tap Mirror: Handle Delete Port: 3382eb38-9227-45fa-ab61-670c8d8bfc74 2026-07-09 10:43:06.837 8 INFO neutron_taas.services.taas.taas_plugin [None req-b78e5f1c-7478-467c-b86c-899c6f368e9a 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] TaaS: Handle Delete Port: fff85144-314e-400c-91c5-324b2c919481 2026-07-09 10:43:06.841 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b78e5f1c-7478-467c-b86c-899c6f368e9a 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Tap Mirror: Handle Delete Port: fff85144-314e-400c-91c5-324b2c919481 [pid: 7|app: 0|req: 302/653] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:06 2026] GET /v2.0/ports?device_id=dbe3238e-0950-47a8-a3b6-73163e8c762a => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/654] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:06 2026] GET /v2.0/security-groups?id=423810b8-a479-4ae6-9297-8132249f5691&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: 304/655] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:07 2026] GET /v2.0/ports?device_id=58ac751d-69c8-4a79-b4b7-de9c33373d0d => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:43:07.290 8 INFO neutron.services.segments.plugin [-] Segment 4ea85da4-2de0-4e84-838a-f9b24725b6a8 resource provider aggregate not found [pid: 7|app: 0|req: 305/656] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:07 2026] GET /v2.0/security-groups?id=c6f456d4-938c-45a0-ae24-cafd0369b29a&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-09 10:43:07.305 8 INFO neutron.services.segments.plugin [-] Segment 4ea85da4-2de0-4e84-838a-f9b24725b6a8 resource provider aggregate not found 2026-07-09 10:43:07.328 8 INFO neutron.db.l3_hamode_db [None req-b78e5f1c-7478-467c-b86c-899c6f368e9a 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] HA network 3007e63c-514e-4a13-9c90-f8507b13d603 was deleted as no HA routers are present in tenant 65eb9618e19f425d9937a45488e25fc4. 2026-07-09 10:43:07.332 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4ea85da4-2de0-4e84-838a-f9b24725b6a8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ea85da4-2de0-4e84-838a-f9b24725b6a8 found for delete ", "request_id": "req-919267f6-50e7-44e0-a4c2-4d75dd725f3c"}]} [pid: 8|app: 0|req: 352/657] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:43:06 2026] DELETE /v2.0/routers/0723d7f4-5650-42a4-a461-402371103447 => generated 0 bytes in 1049 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:43:07.337 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4ea85da4-2de0-4e84-838a-f9b24725b6a8 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ea85da4-2de0-4e84-838a-f9b24725b6a8 found for delete ", "request_id": "req-4e5da2ea-70d7-4083-9416-0a0da63ee7a5"}]} [pid: 7|app: 0|req: 306/658] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:43:07 2026] DELETE /v2.0/subnets/bf83c329-9f75-4ffa-84c8-0e7dc3cc45f1 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/659] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:07 2026] GET /v2.0/ports?device_id=fa8ea0cd-c070-451f-939e-03fa5f4eab78 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/660] 199.19.213.99 () {34 vars in 985 bytes} [Thu Jul 9 10:43:07 2026] GET /v2.0/networks?id=2521fd56-5b15-47f8-98e5-729bf8fe46ab => generated 680 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:43:07.677 8 INFO neutron_taas.services.taas.taas_plugin [None req-cffea614-acb3-4e39-92b7-55ae52b73309 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] TaaS: Handle Delete Port: b0a86a41-a14d-4f4a-bb64-52c74d3926b5 2026-07-09 10:43:07.681 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cffea614-acb3-4e39-92b7-55ae52b73309 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Tap Mirror: Handle Delete Port: b0a86a41-a14d-4f4a-bb64-52c74d3926b5 [pid: 7|app: 0|req: 309/661] 199.19.213.99 () {34 vars in 1049 bytes} [Thu Jul 9 10:43:07 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=308ba42de5c14823a3a1c3b7c851ab9d => generated 181 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/662] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:43:07 2026] DELETE /v2.0/networks/1c391201-3037-4fbc-81ba-8d0d0fac3e8c => generated 0 bytes in 427 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/663] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:08 2026] GET /v2.0/ports?device_id=dbe3238e-0950-47a8-a3b6-73163e8c762a => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/664] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:43:08 2026] GET /v2.0/security-groups?tenant_id=65eb9618e19f425d9937a45488e25fc4&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/665] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:08 2026] GET /v2.0/security-groups?id=423810b8-a479-4ae6-9297-8132249f5691&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: 357/666] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:43:08 2026] DELETE /v2.0/security-groups/0aac3896-b126-4307-9b1b-36fd5bb24cb6 => 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: 358/667] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:08 2026] GET /v2.0/ports?device_id=58ac751d-69c8-4a79-b4b7-de9c33373d0d => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/668] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:08 2026] GET /v2.0/security-groups?id=c6f456d4-938c-45a0-ae24-cafd0369b29a&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/669] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:08 2026] GET /v2.0/ports?device_id=fa8ea0cd-c070-451f-939e-03fa5f4eab78 => 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: 310/672] 199.19.213.99 () {38 vars in 954 bytes} [Thu Jul 9 10:43:07 2026] POST /v2.0/ports => generated 958 bytes in 1279 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-09 10:43:09.360 8 INFO neutron.services.segments.plugin [-] Segment 73b6a755-0927-46dc-b14c-dcf2199bcee6 resource provider aggregate not found 2026-07-09 10:43:09.373 8 INFO neutron.services.segments.plugin [-] Segment 73b6a755-0927-46dc-b14c-dcf2199bcee6 resource provider aggregate not found 2026-07-09 10:43:09.387 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 73b6a755-0927-46dc-b14c-dcf2199bcee6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73b6a755-0927-46dc-b14c-dcf2199bcee6 found for delete ", "request_id": "req-42922952-6fe8-4b13-89d3-0871bc6aeb6e"}]} 2026-07-09 10:43:09.402 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 73b6a755-0927-46dc-b14c-dcf2199bcee6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73b6a755-0927-46dc-b14c-dcf2199bcee6 found for delete ", "request_id": "req-5401303c-c494-4cdf-b931-74b84d0418e7"}]} [pid: 7|app: 0|req: 311/673] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:09 2026] GET /v2.0/ports?device_id=dbe3238e-0950-47a8-a3b6-73163e8c762a => generated 969 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/674] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:09 2026] GET /v2.0/security-groups?id=423810b8-a479-4ae6-9297-8132249f5691&fields=id&fields=name => generated 113 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/675] 199.19.213.99 () {38 vars in 1027 bytes} [Thu Jul 9 10:43:09 2026] PUT /v2.0/ports/7ff4e771-d421-4fd6-8313-5c4f2faa193b => generated 1239 bytes in 590 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/676] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:09 2026] GET /v2.0/ports?device_id=58ac751d-69c8-4a79-b4b7-de9c33373d0d => generated 969 bytes in 86 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-09 10:43:09.661 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bc6e4a8b-48d1-4a0e-8265-f7f66827ee85'] response: {'name': 'network-changed', 'server_uuid': 'fa8ea0cd-c070-451f-939e-03fa5f4eab78', 'tag': '7ff4e771-d421-4fd6-8313-5c4f2faa193b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 364/677] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:09 2026] GET /v2.0/security-groups?id=c6f456d4-938c-45a0-ae24-cafd0369b29a&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: 314/678] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:09 2026] GET /v2.0/ports?device_id=fa8ea0cd-c070-451f-939e-03fa5f4eab78 => generated 973 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/679] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:09 2026] GET /v2.0/security-groups?id=abdae74e-9a0c-40e0-b7ed-c6a78eca74f3&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: 315/680] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:43:10 2026] GET /v2.0/ports?tenant_id=308ba42de5c14823a3a1c3b7c851ab9d&device_id=fa8ea0cd-c070-451f-939e-03fa5f4eab78 => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/681] 199.19.213.99 () {34 vars in 1017 bytes} [Thu Jul 9 10:43:10 2026] GET /v2.0/networks?tenant_id=308ba42de5c14823a3a1c3b7c851ab9d&shared=False => generated 776 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/682] 199.19.213.99 () {34 vars in 929 bytes} [Thu Jul 9 10:43:10 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/683] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:10 2026] GET /v2.0/ports?device_id=dbe3238e-0950-47a8-a3b6-73163e8c762a => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/684] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:10 2026] GET /v2.0/security-groups?id=423810b8-a479-4ae6-9297-8132249f5691&fields=id&fields=name => generated 113 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:43:10.796 8 INFO neutron.db.segments_db [None req-c56eea38-302e-4775-8972-8dcde59c2b6d 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Added segment f086d7f4-9fc5-409c-b6f4-230d2f171654 of type vxlan for network 1064ce9c-03eb-418a-93ac-812cc835682c [pid: 7|app: 0|req: 319/685] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:10 2026] GET /v2.0/ports?device_id=58ac751d-69c8-4a79-b4b7-de9c33373d0d => 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: 320/686] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:10 2026] GET /v2.0/security-groups?id=c6f456d4-938c-45a0-ae24-cafd0369b29a&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/687] 10.0.0.165 () {34 vars in 671 bytes} [Thu Jul 9 10:43:10 2026] POST /v2.0/networks => generated 743 bytes in 555 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/688] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:11 2026] GET /v2.0/ports?device_id=fa8ea0cd-c070-451f-939e-03fa5f4eab78 => generated 973 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/689] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:11 2026] GET /v2.0/security-groups?id=abdae74e-9a0c-40e0-b7ed-c6a78eca74f3&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: 7|app: 0|req: 321/690] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:43:10 2026] POST /v2.0/subnets => generated 690 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:43:11.287 8 INFO neutron.db.segments_db [None req-1af95cb5-1825-4f5f-99c9-efe7c6200b36 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Added segment 527ee762-7f3d-41e9-94e5-556ec305c467 of type vxlan for network 366a2a44-6b10-4ff6-9115-6c9b9e4f97f9 [pid: 7|app: 0|req: 322/691] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:43:11 2026] GET /v2.0/ports?tenant_id=308ba42de5c14823a3a1c3b7c851ab9d&device_id=fa8ea0cd-c070-451f-939e-03fa5f4eab78 => 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: 323/692] 199.19.213.99 () {34 vars in 1059 bytes} [Thu Jul 9 10:43:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=7ff4e771-d421-4fd6-8313-5c4f2faa193b => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/693] 199.19.213.99 () {34 vars in 983 bytes} [Thu Jul 9 10:43:11 2026] GET /v2.0/subnets?id=5ed1261c-2a93-407c-b755-6a8cdfefe4b5 => generated 698 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/694] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:43:11 2026] GET /v2.0/ports?network_id=2521fd56-5b15-47f8-98e5-729bf8fe46ab&device_owner=network%3Adhcp => generated 1244 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:43:11.657 8 INFO neutron.db.l3_hamode_db [None req-1af95cb5-1825-4f5f-99c9-efe7c6200b36 4fe0ac4ab97c45da851fdc4edfc8676c bddb6975c39846e2b0df561e9fcd9976 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 326/695] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:43:11 2026] GET /v2.0/networks/2521fd56-5b15-47f8-98e5-729bf8fe46ab?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/696] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:43:11 2026] GET /v2.0/networks/2521fd56-5b15-47f8-98e5-729bf8fe46ab?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/697] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:11 2026] GET /v2.0/ports?device_id=dbe3238e-0950-47a8-a3b6-73163e8c762a => generated 969 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/698] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:11 2026] GET /v2.0/security-groups?id=423810b8-a479-4ae6-9297-8132249f5691&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: 7|app: 0|req: 330/699] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:11 2026] GET /v2.0/ports?device_id=58ac751d-69c8-4a79-b4b7-de9c33373d0d => 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: 331/700] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:12 2026] GET /v2.0/security-groups?id=c6f456d4-938c-45a0-ae24-cafd0369b29a&fields=id&fields=name => generated 113 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/701] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:12 2026] GET /v2.0/ports?device_id=fa8ea0cd-c070-451f-939e-03fa5f4eab78 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/702] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:12 2026] GET /v2.0/security-groups?id=abdae74e-9a0c-40e0-b7ed-c6a78eca74f3&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-09 10:43:12.752 8 INFO neutron.db.l3_hamode_db [None req-1af95cb5-1825-4f5f-99c9-efe7c6200b36 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 334/703] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:13 2026] GET /v2.0/ports?device_id=dbe3238e-0950-47a8-a3b6-73163e8c762a => 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: 335/704] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:13 2026] GET /v2.0/security-groups?id=423810b8-a479-4ae6-9297-8132249f5691&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: 336/705] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:13 2026] GET /v2.0/ports?device_id=58ac751d-69c8-4a79-b4b7-de9c33373d0d => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/706] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:13 2026] GET /v2.0/security-groups?id=c6f456d4-938c-45a0-ae24-cafd0369b29a&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: 338/707] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:13 2026] GET /v2.0/ports?device_id=fa8ea0cd-c070-451f-939e-03fa5f4eab78 => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/708] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:13 2026] GET /v2.0/security-groups?id=abdae74e-9a0c-40e0-b7ed-c6a78eca74f3&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/709] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:43:11 2026] POST /v2.0/routers => generated 730 bytes in 2592 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/710] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:14 2026] GET /v2.0/ports?device_id=dbe3238e-0950-47a8-a3b6-73163e8c762a => generated 971 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/711] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:14 2026] GET /v2.0/security-groups?id=423810b8-a479-4ae6-9297-8132249f5691&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: 373/712] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:14 2026] GET /v2.0/ports?device_id=58ac751d-69c8-4a79-b4b7-de9c33373d0d => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/713] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:14 2026] GET /v2.0/security-groups?id=c6f456d4-938c-45a0-ae24-cafd0369b29a&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: 375/714] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:14 2026] GET /v2.0/ports?device_id=fa8ea0cd-c070-451f-939e-03fa5f4eab78 => generated 973 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/715] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:14 2026] GET /v2.0/ports?device_id=58ac751d-69c8-4a79-b4b7-de9c33373d0d => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/716] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:14 2026] GET /v2.0/security-groups?id=abdae74e-9a0c-40e0-b7ed-c6a78eca74f3&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-09 10:43:15.383 8 INFO neutron.db.l3_db [None req-8a587a6e-cb89-4d5a-8d37-e37d89a5f5aa 3ffac7409a884baa9c981374911bf734 d55116e469ed4dbc96bed010ef21066b - - default default] Floating IP fbec1a85-cc41-4f48-a7a8-b72329696c46 associated. External IP: 10.96.250.207, port: 028422b4-a345-4431-aebc-bce071acd625. [pid: 7|app: 0|req: 340/717] 10.0.0.165 () {34 vars in 783 bytes} [Thu Jul 9 10:43:13 2026] PUT /v2.0/routers/37247ea6-9463-479e-bcc8-ce93ee505582/add_router_interface => generated 309 bytes in 1669 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/718] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:15 2026] GET /v2.0/ports?device_id=dbe3238e-0950-47a8-a3b6-73163e8c762a => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/719] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:15 2026] GET /v2.0/security-groups?id=423810b8-a479-4ae6-9297-8132249f5691&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: 378/720] 10.0.0.165 () {34 vars in 749 bytes} [Thu Jul 9 10:43:14 2026] PUT /v2.0/floatingips/fbec1a85-cc41-4f48-a7a8-b72329696c46 => generated 855 bytes in 1016 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:43:15.799 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-590570bf-ce2d-45ce-b6e3-da2141343f98'] response: {'name': 'network-changed', 'server_uuid': '58ac751d-69c8-4a79-b4b7-de9c33373d0d', 'tag': '028422b4-a345-4431-aebc-bce071acd625', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 379/721] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:15 2026] GET /v2.0/ports?device_id=fa8ea0cd-c070-451f-939e-03fa5f4eab78 => generated 973 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/722] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:15 2026] GET /v2.0/ports?device_id=58ac751d-69c8-4a79-b4b7-de9c33373d0d => generated 971 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/723] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:15 2026] GET /v2.0/security-groups?id=c6f456d4-938c-45a0-ae24-cafd0369b29a&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: 380/724] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:15 2026] GET /v2.0/security-groups?id=abdae74e-9a0c-40e0-b7ed-c6a78eca74f3&fields=id&fields=name => generated 114 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/725] 10.0.0.165 () {34 vars in 685 bytes} [Thu Jul 9 10:43:16 2026] POST /v2.0/security-groups => generated 1660 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/726] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:43:16 2026] GET /v2.0/ports?tenant_id=d55116e469ed4dbc96bed010ef21066b&device_id=58ac751d-69c8-4a79-b4b7-de9c33373d0d => generated 1240 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/727] 10.0.0.165 () {34 vars in 695 bytes} [Thu Jul 9 10:43:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/728] 199.19.213.99 () {34 vars in 985 bytes} [Thu Jul 9 10:43:16 2026] GET /v2.0/networks?id=1905ac0c-6ff7-4034-87bc-30d3b8d3ee53 => generated 765 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/729] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:16 2026] GET /v2.0/ports?device_id=58ac751d-69c8-4a79-b4b7-de9c33373d0d => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/730] 199.19.213.99 () {34 vars in 1057 bytes} [Thu Jul 9 10:43:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=028422b4-a345-4431-aebc-bce071acd625 => generated 858 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/731] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:16 2026] GET /v2.0/security-groups?id=c6f456d4-938c-45a0-ae24-cafd0369b29a&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/732] 199.19.213.99 () {34 vars in 983 bytes} [Thu Jul 9 10:43:16 2026] GET /v2.0/subnets?id=37e2610d-5e44-4fc1-9c11-a3cd521d8044 => generated 687 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/733] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:43:16 2026] GET /v2.0/ports?network_id=1905ac0c-6ff7-4034-87bc-30d3b8d3ee53&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/734] 10.0.0.165 () {34 vars in 695 bytes} [Thu Jul 9 10:43:16 2026] POST /v2.0/security-group-rules => generated 602 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/735] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:43:16 2026] GET /v2.0/networks/1905ac0c-6ff7-4034-87bc-30d3b8d3ee53?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/736] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:16 2026] GET /v2.0/ports?device_id=dbe3238e-0950-47a8-a3b6-73163e8c762a => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/737] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:43:16 2026] GET /v2.0/networks/1905ac0c-6ff7-4034-87bc-30d3b8d3ee53?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: 387/738] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:16 2026] GET /v2.0/security-groups?id=423810b8-a479-4ae6-9297-8132249f5691&fields=id&fields=name => generated 113 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/739] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:16 2026] GET /v2.0/ports?device_id=dbe3238e-0950-47a8-a3b6-73163e8c762a => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/740] 10.0.0.165 () {34 vars in 676 bytes} [Thu Jul 9 10:43:16 2026] POST /v2.0/floatingips => generated 552 bytes in 670 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/741] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:17 2026] GET /v2.0/ports?device_id=fa8ea0cd-c070-451f-939e-03fa5f4eab78 => generated 973 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:43:17.523 8 INFO neutron.db.l3_db [None req-7e02789b-9cd4-45e9-aa77-581b5025b6e1 7a570eda60334a379ec0cfa3544f8165 e01281f7c10e451d9eeb918341807013 - - default default] Floating IP 44f062f3-ae11-47f6-8c0b-ca3251e4f3f0 associated. External IP: 10.96.250.206, port: ea6529b2-4585-4048-b3b8-76aeb8932593. [pid: 7|app: 0|req: 354/742] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:17 2026] GET /v2.0/security-groups?id=abdae74e-9a0c-40e0-b7ed-c6a78eca74f3&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: 355/743] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:17 2026] GET /v2.0/ports?device_id=58ac751d-69c8-4a79-b4b7-de9c33373d0d => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/744] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:17 2026] GET /v2.0/security-groups?id=c6f456d4-938c-45a0-ae24-cafd0369b29a&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: 7|app: 0|req: 357/745] 10.0.0.39 () {34 vars in 1099 bytes} [Thu Jul 9 10:43:17 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1950314295&fields=id&tenant_id=bddb6975c39846e2b0df561e9fcd9976 => generated 69 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/746] 10.0.0.165 () {34 vars in 749 bytes} [Thu Jul 9 10:43:17 2026] PUT /v2.0/floatingips/44f062f3-ae11-47f6-8c0b-ca3251e4f3f0 => generated 855 bytes in 833 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/747] 10.0.0.39 () {34 vars in 981 bytes} [Thu Jul 9 10:43:17 2026] GET /v2.0/networks?id=1064ce9c-03eb-418a-93ac-812cc835682c => generated 675 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/748] 10.0.0.39 () {34 vars in 964 bytes} [Thu Jul 9 10:43:17 2026] GET /v2.0/quotas/bddb6975c39846e2b0df561e9fcd9976 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/749] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:17 2026] GET /v2.0/ports?device_id=dbe3238e-0950-47a8-a3b6-73163e8c762a => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/750] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:18 2026] GET /v2.0/security-groups?id=423810b8-a479-4ae6-9297-8132249f5691&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: 391/751] 10.0.0.39 () {34 vars in 1001 bytes} [Thu Jul 9 10:43:17 2026] GET /v2.0/ports?tenant_id=bddb6975c39846e2b0df561e9fcd9976&fields=id => generated 57 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:43:18.133 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-55a9b3ce-3ff5-4f84-bdb4-3cf31e22fd4f'] response: {'name': 'network-changed', 'server_uuid': 'dbe3238e-0950-47a8-a3b6-73163e8c762a', 'tag': 'ea6529b2-4585-4048-b3b8-76aeb8932593', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 361/752] 10.0.0.39 () {34 vars in 1007 bytes} [Thu Jul 9 10:43:18 2026] GET /v2.0/networks/1064ce9c-03eb-418a-93ac-812cc835682c?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: 392/753] 10.0.0.39 () {34 vars in 1107 bytes} [Thu Jul 9 10:43:18 2026] GET /v2.0/networks/1064ce9c-03eb-418a-93ac-812cc835682c?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: 7|app: 0|req: 362/754] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:18 2026] GET /v2.0/ports?device_id=e804d013-bc80-40db-b8f6-1715ad4adf39 => 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: 393/755] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:43:18 2026] GET /v2.0/ports?tenant_id=e01281f7c10e451d9eeb918341807013&device_id=dbe3238e-0950-47a8-a3b6-73163e8c762a => generated 1240 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/756] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:18 2026] GET /v2.0/ports?device_id=fa8ea0cd-c070-451f-939e-03fa5f4eab78 => generated 973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/757] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:18 2026] GET /v2.0/security-groups?id=abdae74e-9a0c-40e0-b7ed-c6a78eca74f3&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/758] 199.19.213.99 () {34 vars in 985 bytes} [Thu Jul 9 10:43:18 2026] GET /v2.0/networks?id=91259dbb-72df-4cbe-877c-98dbec9f6b7e => generated 780 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/759] 199.19.213.99 () {34 vars in 1057 bytes} [Thu Jul 9 10:43:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.2&port_id=ea6529b2-4585-4048-b3b8-76aeb8932593 => generated 858 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/760] 199.19.213.99 () {34 vars in 983 bytes} [Thu Jul 9 10:43:18 2026] GET /v2.0/subnets?id=20d294ac-8cbc-4bd1-94a2-b0678826e79a => generated 702 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/761] 199.19.213.99 () {34 vars in 993 bytes} [Thu Jul 9 10:43:18 2026] GET /v2.0/ports?device_id=58ac751d-69c8-4a79-b4b7-de9c33373d0d => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/762] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:43:18 2026] GET /v2.0/ports?network_id=91259dbb-72df-4cbe-877c-98dbec9f6b7e&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: 367/763] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:18 2026] GET /v2.0/ports?device_id=58ac751d-69c8-4a79-b4b7-de9c33373d0d => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/764] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:43:18 2026] GET /v2.0/networks/91259dbb-72df-4cbe-877c-98dbec9f6b7e?fields=segments => generated 14 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/765] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:19 2026] GET /v2.0/security-groups?id=c6f456d4-938c-45a0-ae24-cafd0369b29a&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-09 10:43:19.134 8 INFO neutron_taas.services.taas.taas_plugin [req-20c891ea-4fe2-4904-ab8c-5772cc671407 req-6ff75b18-06a4-46fb-8c4d-3b537fb66b28 3ffac7409a884baa9c981374911bf734 d55116e469ed4dbc96bed010ef21066b - - default default] TaaS: Handle Delete Port: 028422b4-a345-4431-aebc-bce071acd625 [pid: 7|app: 0|req: 370/766] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:43:19 2026] GET /v2.0/networks/91259dbb-72df-4cbe-877c-98dbec9f6b7e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:43:19.146 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-20c891ea-4fe2-4904-ab8c-5772cc671407 req-6ff75b18-06a4-46fb-8c4d-3b537fb66b28 3ffac7409a884baa9c981374911bf734 d55116e469ed4dbc96bed010ef21066b - - default default] Tap Mirror: Handle Delete Port: 028422b4-a345-4431-aebc-bce071acd625 2026-07-09 10:43:19.419 8 INFO neutron.db.l3_db [req-20c891ea-4fe2-4904-ab8c-5772cc671407 req-6ff75b18-06a4-46fb-8c4d-3b537fb66b28 3ffac7409a884baa9c981374911bf734 d55116e469ed4dbc96bed010ef21066b - - default default] Floating IP fbec1a85-cc41-4f48-a7a8-b72329696c46 disassociated. External IP: 10.96.250.207, port: 028422b4-a345-4431-aebc-bce071acd625. [pid: 7|app: 0|req: 371/767] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:19 2026] GET /v2.0/ports?device_id=e804d013-bc80-40db-b8f6-1715ad4adf39 => 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/768] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:19 2026] GET /v2.0/ports?device_id=fa8ea0cd-c070-451f-939e-03fa5f4eab78 => generated 975 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/769] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:19 2026] GET /v2.0/security-groups?id=abdae74e-9a0c-40e0-b7ed-c6a78eca74f3&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: 397/770] 199.19.213.99 () {36 vars in 996 bytes} [Thu Jul 9 10:43:18 2026] DELETE /v2.0/ports/028422b4-a345-4431-aebc-bce071acd625 => generated 0 bytes in 1035 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:43:20.184 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a6107869-26ab-47d4-849b-add2fc589c9f'] response: {'server_uuid': '58ac751d-69c8-4a79-b4b7-de9c33373d0d', 'name': 'network-vif-deleted', 'tag': '028422b4-a345-4431-aebc-bce071acd625', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 374/771] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:20 2026] GET /v2.0/ports?device_id=58ac751d-69c8-4a79-b4b7-de9c33373d0d => 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: 398/772] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:20 2026] GET /v2.0/ports?device_id=e804d013-bc80-40db-b8f6-1715ad4adf39 => 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: 375/773] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:21 2026] GET /v2.0/ports?device_id=fa8ea0cd-c070-451f-939e-03fa5f4eab78 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/774] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:21 2026] GET /v2.0/security-groups?id=abdae74e-9a0c-40e0-b7ed-c6a78eca74f3&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/775] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:21 2026] GET /v2.0/ports?device_id=fa8ea0cd-c070-451f-939e-03fa5f4eab78 => 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: 377/776] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:21 2026] GET /v2.0/ports?device_id=58ac751d-69c8-4a79-b4b7-de9c33373d0d => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:43:21.664 8 INFO neutron.db.l3_db [None req-a4f49b5e-6923-4d19-a004-b5291c0d4ef5 d12dd517a0d64660b1d6f8a94602493b 308ba42de5c14823a3a1c3b7c851ab9d - - default default] Floating IP 1795acb0-c3ca-4dc7-8ae9-b1cfdcbd7c84 associated. External IP: 10.96.250.209, port: 7ff4e771-d421-4fd6-8313-5c4f2faa193b. [pid: 7|app: 0|req: 378/777] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:21 2026] GET /v2.0/ports?device_id=e804d013-bc80-40db-b8f6-1715ad4adf39 => 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: 400/778] 10.0.0.165 () {34 vars in 749 bytes} [Thu Jul 9 10:43:21 2026] PUT /v2.0/floatingips/1795acb0-c3ca-4dc7-8ae9-b1cfdcbd7c84 => generated 856 bytes in 886 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/779] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:22 2026] GET /v2.0/ports?device_id=fa8ea0cd-c070-451f-939e-03fa5f4eab78 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:43:22.240 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e93e5ab0-ca4f-401a-9fd9-f44eed9d191c'] response: {'name': 'network-changed', 'server_uuid': 'fa8ea0cd-c070-451f-939e-03fa5f4eab78', 'tag': '7ff4e771-d421-4fd6-8313-5c4f2faa193b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 401/780] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:22 2026] GET /v2.0/security-groups?id=abdae74e-9a0c-40e0-b7ed-c6a78eca74f3&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/781] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:22 2026] GET /v2.0/ports?device_id=58ac751d-69c8-4a79-b4b7-de9c33373d0d => 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: 402/782] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:22 2026] GET /v2.0/ports?device_id=fa8ea0cd-c070-451f-939e-03fa5f4eab78 => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/783] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:22 2026] GET /v2.0/security-groups?id=abdae74e-9a0c-40e0-b7ed-c6a78eca74f3&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/784] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:43:22 2026] GET /v2.0/ports?tenant_id=308ba42de5c14823a3a1c3b7c851ab9d&device_id=fa8ea0cd-c070-451f-939e-03fa5f4eab78 => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/785] 199.19.213.99 () {34 vars in 985 bytes} [Thu Jul 9 10:43:22 2026] GET /v2.0/networks?id=2521fd56-5b15-47f8-98e5-729bf8fe46ab => generated 776 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/786] 199.19.213.99 () {34 vars in 1059 bytes} [Thu Jul 9 10:43:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=7ff4e771-d421-4fd6-8313-5c4f2faa193b => generated 859 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/787] 199.19.213.99 () {34 vars in 985 bytes} [Thu Jul 9 10:43:22 2026] GET /v2.0/networks?id=1064ce9c-03eb-418a-93ac-812cc835682c => generated 675 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/788] 199.19.213.99 () {34 vars in 983 bytes} [Thu Jul 9 10:43:22 2026] GET /v2.0/subnets?id=5ed1261c-2a93-407c-b755-6a8cdfefe4b5 => generated 698 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/789] 199.19.213.99 () {34 vars in 1049 bytes} [Thu Jul 9 10:43:23 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=bddb6975c39846e2b0df561e9fcd9976 => generated 181 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/790] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:43:23 2026] GET /v2.0/ports?network_id=2521fd56-5b15-47f8-98e5-729bf8fe46ab&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: 407/791] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:43:23 2026] GET /v2.0/networks/2521fd56-5b15-47f8-98e5-729bf8fe46ab?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/792] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:43:23 2026] GET /v2.0/networks/2521fd56-5b15-47f8-98e5-729bf8fe46ab?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/793] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:23 2026] GET /v2.0/ports?device_id=e804d013-bc80-40db-b8f6-1715ad4adf39 => 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: 385/794] 199.19.213.99 () {38 vars in 954 bytes} [Thu Jul 9 10:43:23 2026] POST /v2.0/ports => generated 954 bytes in 413 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: 386/795] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:23 2026] GET /v2.0/ports?device_id=58ac751d-69c8-4a79-b4b7-de9c33373d0d => 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: 387/796] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:23 2026] GET /v2.0/ports?device_id=fa8ea0cd-c070-451f-939e-03fa5f4eab78 => generated 975 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/797] 199.19.213.99 () {38 vars in 1027 bytes} [Thu Jul 9 10:43:23 2026] PUT /v2.0/ports/a4a6ac5a-0592-4188-8777-92aee4dd3d70 => generated 1235 bytes in 472 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/798] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:23 2026] GET /v2.0/security-groups?id=abdae74e-9a0c-40e0-b7ed-c6a78eca74f3&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-09 10:43:24.285 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-81465b37-8eac-48c2-9b85-081a9f774f89'] response: {'name': 'network-changed', 'server_uuid': 'e804d013-bc80-40db-b8f6-1715ad4adf39', 'tag': 'a4a6ac5a-0592-4188-8777-92aee4dd3d70', '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: 412/801] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:24 2026] GET /v2.0/ports?device_id=e804d013-bc80-40db-b8f6-1715ad4adf39 => generated 969 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/802] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:24 2026] GET /v2.0/security-groups?id=234031db-203b-40ae-97b9-e16ab4aad537&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: 8|app: 0|req: 413/803] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:43:24 2026] DELETE /v2.0/security-groups/c6f456d4-938c-45a0-ae24-cafd0369b29a => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:43:24.829 8 INFO neutron.api.v2.resource [None req-5e0c6f04-7ebc-4829-bc3e-55f525463993 3ffac7409a884baa9c981374911bf734 d55116e469ed4dbc96bed010ef21066b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 414/804] 10.0.0.165 () {32 vars in 737 bytes} [Thu Jul 9 10:43:24 2026] GET /v2.0/security-groups/c6f456d4-938c-45a0-ae24-cafd0369b29a => 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: 391/805] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:43:24 2026] GET /v2.0/ports?tenant_id=bddb6975c39846e2b0df561e9fcd9976&device_id=e804d013-bc80-40db-b8f6-1715ad4adf39 => 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: 392/806] 199.19.213.99 () {34 vars in 1017 bytes} [Thu Jul 9 10:43:24 2026] GET /v2.0/networks?tenant_id=bddb6975c39846e2b0df561e9fcd9976&shared=False => generated 771 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:43:24.960 8 INFO neutron_taas.services.taas.taas_plugin [None req-cac0df2a-1f6f-4772-98bd-88b8db36dede 3ffac7409a884baa9c981374911bf734 d55116e469ed4dbc96bed010ef21066b - - default default] TaaS: Handle Delete Port: aaded205-c635-4b22-bd3c-a2627c27c1dc 2026-07-09 10:43:24.967 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cac0df2a-1f6f-4772-98bd-88b8db36dede 3ffac7409a884baa9c981374911bf734 d55116e469ed4dbc96bed010ef21066b - - default default] Tap Mirror: Handle Delete Port: aaded205-c635-4b22-bd3c-a2627c27c1dc [pid: 7|app: 0|req: 393/807] 199.19.213.99 () {34 vars in 929 bytes} [Thu Jul 9 10:43:24 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: 394/808] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:25 2026] GET /v2.0/ports?device_id=fa8ea0cd-c070-451f-939e-03fa5f4eab78 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/809] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:25 2026] GET /v2.0/security-groups?id=abdae74e-9a0c-40e0-b7ed-c6a78eca74f3&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/810] 10.0.0.165 () {32 vars in 732 bytes} [Thu Jul 9 10:43:24 2026] DELETE /v2.0/floatingips/fbec1a85-cc41-4f48-a7a8-b72329696c46 => generated 0 bytes in 358 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/811] 199.19.213.99 () {34 vars in 993 bytes} [Thu Jul 9 10:43:25 2026] GET /v2.0/ports?device_id=fa8ea0cd-c070-451f-939e-03fa5f4eab78 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:43:25.379 7 INFO neutron_taas.services.taas.taas_plugin [req-29332bcc-1b7c-480a-8b45-2b0034bfc6ca req-de30c306-c48a-41ee-a8be-f78c2b5dbbaa d12dd517a0d64660b1d6f8a94602493b 308ba42de5c14823a3a1c3b7c851ab9d - - default default] TaaS: Handle Delete Port: 7ff4e771-d421-4fd6-8313-5c4f2faa193b 2026-07-09 10:43:25.385 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-29332bcc-1b7c-480a-8b45-2b0034bfc6ca req-de30c306-c48a-41ee-a8be-f78c2b5dbbaa d12dd517a0d64660b1d6f8a94602493b 308ba42de5c14823a3a1c3b7c851ab9d - - default default] Tap Mirror: Handle Delete Port: 7ff4e771-d421-4fd6-8313-5c4f2faa193b 2026-07-09 10:43:25.609 7 INFO neutron.db.l3_db [req-29332bcc-1b7c-480a-8b45-2b0034bfc6ca req-de30c306-c48a-41ee-a8be-f78c2b5dbbaa d12dd517a0d64660b1d6f8a94602493b 308ba42de5c14823a3a1c3b7c851ab9d - - default default] Floating IP 1795acb0-c3ca-4dc7-8ae9-b1cfdcbd7c84 disassociated. External IP: 10.96.250.209, port: 7ff4e771-d421-4fd6-8313-5c4f2faa193b. [pid: 7|app: 0|req: 397/812] 199.19.213.99 () {36 vars in 996 bytes} [Thu Jul 9 10:43:25 2026] DELETE /v2.0/ports/7ff4e771-d421-4fd6-8313-5c4f2faa193b => generated 0 bytes in 868 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:43:26.118 8 INFO neutron_taas.services.taas.taas_plugin [None req-4101c6df-ba7b-4c61-b389-8c6df2684496 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] TaaS: Handle Delete Port: 8bf26e50-362f-4482-a9b8-49e3627f2370 2026-07-09 10:43:26.126 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4101c6df-ba7b-4c61-b389-8c6df2684496 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Tap Mirror: Handle Delete Port: 8bf26e50-362f-4482-a9b8-49e3627f2370 [pid: 7|app: 0|req: 398/813] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:26 2026] GET /v2.0/ports?device_id=e804d013-bc80-40db-b8f6-1715ad4adf39 => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/814] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:43:26 2026] GET /v2.0/ports?tenant_id=bddb6975c39846e2b0df561e9fcd9976&device_id=e804d013-bc80-40db-b8f6-1715ad4adf39 => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/815] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:26 2026] GET /v2.0/security-groups?id=234031db-203b-40ae-97b9-e16ab4aad537&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: 401/816] 199.19.213.99 () {34 vars in 1057 bytes} [Thu Jul 9 10:43:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=a4a6ac5a-0592-4188-8777-92aee4dd3d70 => 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: 402/817] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:26 2026] GET /v2.0/ports?device_id=fa8ea0cd-c070-451f-939e-03fa5f4eab78 => 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: 403/818] 199.19.213.99 () {34 vars in 983 bytes} [Thu Jul 9 10:43:26 2026] GET /v2.0/subnets?id=887ad532-0a24-4b57-9bcf-5766d748f3c6 => generated 693 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/819] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:43:26 2026] GET /v2.0/ports?network_id=1064ce9c-03eb-418a-93ac-812cc835682c&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/820] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:43:26 2026] GET /v2.0/networks/1064ce9c-03eb-418a-93ac-812cc835682c?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: 406/821] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:43:26 2026] GET /v2.0/networks/1064ce9c-03eb-418a-93ac-812cc835682c?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) 2026-07-09 10:43:26.485 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-141b5870-0c0d-4d5d-b337-6e4072363c45'] response: {'server_uuid': 'fa8ea0cd-c070-451f-939e-03fa5f4eab78', 'name': 'network-vif-deleted', 'tag': '7ff4e771-d421-4fd6-8313-5c4f2faa193b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 416/822] 10.0.0.165 () {34 vars in 789 bytes} [Thu Jul 9 10:43:25 2026] PUT /v2.0/routers/351181ab-b26a-414c-a0f4-9cd76d9fe755/remove_router_interface => generated 309 bytes in 1549 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:43:27.074 7 INFO neutron_taas.services.taas.taas_plugin [None req-67eefa17-3a1f-4bd1-bedf-56f00fd8c57d 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] TaaS: Handle Delete Port: b6995b22-999b-46f5-a716-a7cc0e1d3b40 2026-07-09 10:43:27.080 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67eefa17-3a1f-4bd1-bedf-56f00fd8c57d 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Tap Mirror: Handle Delete Port: b6995b22-999b-46f5-a716-a7cc0e1d3b40 [pid: 8|app: 0|req: 417/823] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:27 2026] GET /v2.0/ports?device_id=e804d013-bc80-40db-b8f6-1715ad4adf39 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/824] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:27 2026] GET /v2.0/ports?device_id=fa8ea0cd-c070-451f-939e-03fa5f4eab78 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/825] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:27 2026] GET /v2.0/security-groups?id=234031db-203b-40ae-97b9-e16ab4aad537&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:43:27.440 7 INFO neutron_taas.services.taas.taas_plugin [None req-67eefa17-3a1f-4bd1-bedf-56f00fd8c57d 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] TaaS: Handle Delete Port: 48979a35-fe68-4229-85fe-5675a1035f39 2026-07-09 10:43:27.446 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67eefa17-3a1f-4bd1-bedf-56f00fd8c57d 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Tap Mirror: Handle Delete Port: 48979a35-fe68-4229-85fe-5675a1035f39 2026-07-09 10:43:27.564 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-67eefa17-3a1f-4bd1-bedf-56f00fd8c57d 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - 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-09 10:43:28.019 7 INFO neutron.db.l3_hamode_db [None req-67eefa17-3a1f-4bd1-bedf-56f00fd8c57d 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] HA network 5f50f419-0f54-4351-8d18-f3b4b0d58c1c was deleted as no HA routers are present in tenant d55116e469ed4dbc96bed010ef21066b. [pid: 7|app: 0|req: 407/826] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:43:26 2026] DELETE /v2.0/routers/351181ab-b26a-414c-a0f4-9cd76d9fe755 => generated 0 bytes in 1266 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/827] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:43:28 2026] DELETE /v2.0/subnets/37e2610d-5e44-4fc1-9c11-a3cd521d8044 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:43:28.369 7 INFO neutron_taas.services.taas.taas_plugin [None req-73d061d0-e76b-4662-9e92-caf2f71f8ab6 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] TaaS: Handle Delete Port: 17cd6fbf-aeda-4fa8-9ff3-5689e7934eb8 2026-07-09 10:43:28.373 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-73d061d0-e76b-4662-9e92-caf2f71f8ab6 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Tap Mirror: Handle Delete Port: 17cd6fbf-aeda-4fa8-9ff3-5689e7934eb8 2026-07-09 10:43:28.494 7 INFO neutron.services.segments.plugin [-] Segment bfb5725f-9e4b-499d-bc38-e2942e8be2f3 resource provider aggregate not found [pid: 8|app: 0|req: 421/828] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:28 2026] GET /v2.0/ports?device_id=fa8ea0cd-c070-451f-939e-03fa5f4eab78 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:43:28.520 7 INFO neutron.services.segments.plugin [-] Segment bfb5725f-9e4b-499d-bc38-e2942e8be2f3 resource provider aggregate not found 2026-07-09 10:43:28.532 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment bfb5725f-9e4b-499d-bc38-e2942e8be2f3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bfb5725f-9e4b-499d-bc38-e2942e8be2f3 found for delete ", "request_id": "req-b2815891-220e-4525-a34b-427bfa3ec62d"}]} 2026-07-09 10:43:28.547 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment bfb5725f-9e4b-499d-bc38-e2942e8be2f3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bfb5725f-9e4b-499d-bc38-e2942e8be2f3 found for delete ", "request_id": "req-3a9f93d3-0ff0-4d9d-aa53-92a80552bed1"}]} [pid: 8|app: 0|req: 422/829] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:28 2026] GET /v2.0/ports?device_id=e804d013-bc80-40db-b8f6-1715ad4adf39 => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/830] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:28 2026] GET /v2.0/security-groups?id=234031db-203b-40ae-97b9-e16ab4aad537&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: 408/831] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:43:28 2026] DELETE /v2.0/networks/1905ac0c-6ff7-4034-87bc-30d3b8d3ee53 => generated 0 bytes in 420 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/832] 10.0.0.174 () {34 vars in 990 bytes} [Thu Jul 9 10:43:28 2026] GET /v2.0/ports?device_id=dbe3238e-0950-47a8-a3b6-73163e8c762a => generated 1240 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/833] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:43:28 2026] GET /v2.0/security-groups?tenant_id=d55116e469ed4dbc96bed010ef21066b&name=default => generated 2921 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/834] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Jul 9 10:43:28 2026] GET /v2.0/security-groups?id=423810b8-a479-4ae6-9297-8132249f5691&fields=id&fields=name => generated 113 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/835] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:43:28 2026] DELETE /v2.0/security-groups/4dc4c42b-196a-4e89-9727-ebd89e2eb9a1 => 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: 426/836] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:29 2026] GET /v2.0/ports?device_id=fa8ea0cd-c070-451f-939e-03fa5f4eab78 => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/837] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:29 2026] GET /v2.0/ports?device_id=e804d013-bc80-40db-b8f6-1715ad4adf39 => generated 969 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/838] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:29 2026] GET /v2.0/security-groups?id=234031db-203b-40ae-97b9-e16ab4aad537&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:43:30.552 7 INFO neutron.services.segments.plugin [-] Segment fdcf95c2-9b73-4666-a9fa-f6252301af49 resource provider aggregate not found 2026-07-09 10:43:30.573 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment fdcf95c2-9b73-4666-a9fa-f6252301af49 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdcf95c2-9b73-4666-a9fa-f6252301af49 found for delete ", "request_id": "req-ef5ee400-5d1e-4dd2-b3de-8d111f0e4c59"}]} 2026-07-09 10:43:30.579 7 INFO neutron.services.segments.plugin [-] Segment fdcf95c2-9b73-4666-a9fa-f6252301af49 resource provider aggregate not found 2026-07-09 10:43:30.606 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment fdcf95c2-9b73-4666-a9fa-f6252301af49 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdcf95c2-9b73-4666-a9fa-f6252301af49 found for delete ", "request_id": "req-9062a55d-dbd2-4150-80b1-daf5c1c6cdd5"}]} [pid: 7|app: 0|req: 412/839] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:43:30 2026] DELETE /v2.0/security-groups/abdae74e-9a0c-40e0-b7ed-c6a78eca74f3 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:43:30.959 8 INFO neutron.api.v2.resource [None req-d1cc8e8b-08b9-465c-98a4-af56dc33102f d12dd517a0d64660b1d6f8a94602493b 308ba42de5c14823a3a1c3b7c851ab9d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 428/840] 10.0.0.165 () {32 vars in 737 bytes} [Thu Jul 9 10:43:30 2026] GET /v2.0/security-groups/abdae74e-9a0c-40e0-b7ed-c6a78eca74f3 => 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: 429/841] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:31 2026] GET /v2.0/ports?device_id=e804d013-bc80-40db-b8f6-1715ad4adf39 => generated 971 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:43:31.124 7 INFO neutron_taas.services.taas.taas_plugin [None req-34ea559c-0996-41b9-9d8a-c4d742c01056 d12dd517a0d64660b1d6f8a94602493b 308ba42de5c14823a3a1c3b7c851ab9d - - default default] TaaS: Handle Delete Port: 2e1b27bc-70f3-4e93-82fe-e3847cc3fc6d 2026-07-09 10:43:31.127 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34ea559c-0996-41b9-9d8a-c4d742c01056 d12dd517a0d64660b1d6f8a94602493b 308ba42de5c14823a3a1c3b7c851ab9d - - default default] Tap Mirror: Handle Delete Port: 2e1b27bc-70f3-4e93-82fe-e3847cc3fc6d [pid: 8|app: 0|req: 430/842] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:31 2026] GET /v2.0/security-groups?id=234031db-203b-40ae-97b9-e16ab4aad537&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: 413/843] 10.0.0.165 () {32 vars in 732 bytes} [Thu Jul 9 10:43:30 2026] DELETE /v2.0/floatingips/1795acb0-c3ca-4dc7-8ae9-b1cfdcbd7c84 => generated 0 bytes in 395 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:43:31.821 8 INFO neutron_taas.services.taas.taas_plugin [None req-ff4f9e22-80da-4dd8-936c-d36072dc6e14 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] TaaS: Handle Delete Port: ccba4723-1692-48b0-8efb-931aa6acf44f 2026-07-09 10:43:31.825 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff4f9e22-80da-4dd8-936c-d36072dc6e14 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Tap Mirror: Handle Delete Port: ccba4723-1692-48b0-8efb-931aa6acf44f [pid: 7|app: 0|req: 414/844] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:32 2026] GET /v2.0/ports?device_id=e804d013-bc80-40db-b8f6-1715ad4adf39 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/845] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:32 2026] GET /v2.0/security-groups?id=234031db-203b-40ae-97b9-e16ab4aad537&fields=id&fields=name => generated 114 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/846] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:32 2026] GET /v2.0/ports?device_id=e804d013-bc80-40db-b8f6-1715ad4adf39 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/847] 10.0.0.165 () {34 vars in 789 bytes} [Thu Jul 9 10:43:31 2026] PUT /v2.0/routers/cede0fd6-43b2-4b46-9c6f-c6aa0f2970c1/remove_router_interface => generated 309 bytes in 1257 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:43:32.993 8 INFO neutron_taas.services.taas.taas_plugin [None req-42a34dda-aa08-4905-82a2-fe89fac18dd8 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] TaaS: Handle Delete Port: 13b58c1c-0efd-4a83-bc01-d1b604a98553 2026-07-09 10:43:33.000 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42a34dda-aa08-4905-82a2-fe89fac18dd8 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Tap Mirror: Handle Delete Port: 13b58c1c-0efd-4a83-bc01-d1b604a98553 2026-07-09 10:43:33.143 7 INFO neutron.db.l3_db [None req-22921efc-07de-49ea-9928-a8abc543e95e 818ca5cdb50a465aa851835fa102faf0 bddb6975c39846e2b0df561e9fcd9976 - - default default] Floating IP 97894aa8-64ed-440d-9763-c68f4a49e943 associated. External IP: 10.96.250.220, port: a4a6ac5a-0592-4188-8777-92aee4dd3d70. 2026-07-09 10:43:33.396 8 INFO neutron_taas.services.taas.taas_plugin [None req-42a34dda-aa08-4905-82a2-fe89fac18dd8 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] TaaS: Handle Delete Port: 2d2b8ca3-6e6a-4ede-b53c-455fa47abcf5 2026-07-09 10:43:33.400 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42a34dda-aa08-4905-82a2-fe89fac18dd8 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Tap Mirror: Handle Delete Port: 2d2b8ca3-6e6a-4ede-b53c-455fa47abcf5 [pid: 7|app: 0|req: 417/848] 10.0.0.165 () {34 vars in 749 bytes} [Thu Jul 9 10:43:32 2026] PUT /v2.0/floatingips/97894aa8-64ed-440d-9763-c68f4a49e943 => generated 855 bytes in 996 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:43:33.576 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c5950212-c8e1-4995-aa72-5a6c378b62da'] response: {'name': 'network-changed', 'server_uuid': 'e804d013-bc80-40db-b8f6-1715ad4adf39', 'tag': 'a4a6ac5a-0592-4188-8777-92aee4dd3d70', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 418/849] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:33 2026] GET /v2.0/ports?device_id=e804d013-bc80-40db-b8f6-1715ad4adf39 => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/850] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:33 2026] GET /v2.0/security-groups?id=234031db-203b-40ae-97b9-e16ab4aad537&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-09 10:43:33.944 8 INFO neutron.services.segments.plugin [-] Segment cd08af4c-70f2-479c-84b1-960931ae2232 resource provider aggregate not found 2026-07-09 10:43:33.950 8 INFO neutron.services.segments.plugin [-] Segment cd08af4c-70f2-479c-84b1-960931ae2232 resource provider aggregate not found 2026-07-09 10:43:33.987 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment cd08af4c-70f2-479c-84b1-960931ae2232 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd08af4c-70f2-479c-84b1-960931ae2232 found for delete ", "request_id": "req-b1dd717e-9a5e-4f6b-9dcb-d598bab54857"}]} 2026-07-09 10:43:33.990 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment cd08af4c-70f2-479c-84b1-960931ae2232 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd08af4c-70f2-479c-84b1-960931ae2232 found for delete ", "request_id": "req-312b6870-eb33-4f62-a551-b208be054b67"}]} 2026-07-09 10:43:34.004 8 INFO neutron.db.l3_hamode_db [None req-42a34dda-aa08-4905-82a2-fe89fac18dd8 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] HA network 7bac1b52-9087-4c84-b072-927b7811587e was deleted as no HA routers are present in tenant 308ba42de5c14823a3a1c3b7c851ab9d. [pid: 8|app: 0|req: 432/851] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:43:32 2026] DELETE /v2.0/routers/cede0fd6-43b2-4b46-9c6f-c6aa0f2970c1 => generated 0 bytes in 1370 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/852] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:34 2026] GET /v2.0/ports?device_id=e804d013-bc80-40db-b8f6-1715ad4adf39 => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/853] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:34 2026] GET /v2.0/security-groups?id=234031db-203b-40ae-97b9-e16ab4aad537&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: 7|app: 0|req: 422/854] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:43:34 2026] GET /v2.0/ports?tenant_id=bddb6975c39846e2b0df561e9fcd9976&device_id=e804d013-bc80-40db-b8f6-1715ad4adf39 => generated 1240 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/855] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:43:34 2026] DELETE /v2.0/subnets/5ed1261c-2a93-407c-b755-6a8cdfefe4b5 => 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: 423/856] 199.19.213.99 () {34 vars in 985 bytes} [Thu Jul 9 10:43:34 2026] GET /v2.0/networks?id=1064ce9c-03eb-418a-93ac-812cc835682c => generated 771 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:43:34.337 8 INFO neutron_taas.services.taas.taas_plugin [None req-d8bf4cb3-78f7-4e2a-b569-bdef93794c96 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] TaaS: Handle Delete Port: fbca1ebd-c2bc-49bb-96e5-7c0a277de598 2026-07-09 10:43:34.340 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8bf4cb3-78f7-4e2a-b569-bdef93794c96 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Tap Mirror: Handle Delete Port: fbca1ebd-c2bc-49bb-96e5-7c0a277de598 [pid: 7|app: 0|req: 424/857] 199.19.213.99 () {34 vars in 1057 bytes} [Thu Jul 9 10:43:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=a4a6ac5a-0592-4188-8777-92aee4dd3d70 => generated 858 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/858] 199.19.213.99 () {34 vars in 983 bytes} [Thu Jul 9 10:43:34 2026] GET /v2.0/subnets?id=887ad532-0a24-4b57-9bcf-5766d748f3c6 => generated 693 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/859] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:43:34 2026] GET /v2.0/ports?network_id=1064ce9c-03eb-418a-93ac-812cc835682c&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/860] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:43:34 2026] GET /v2.0/networks/1064ce9c-03eb-418a-93ac-812cc835682c?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: 434/861] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:43:34 2026] DELETE /v2.0/networks/2521fd56-5b15-47f8-98e5-729bf8fe46ab => generated 0 bytes in 315 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/862] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:43:34 2026] GET /v2.0/networks/1064ce9c-03eb-418a-93ac-812cc835682c?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: 435/863] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:43:34 2026] GET /v2.0/security-groups?tenant_id=308ba42de5c14823a3a1c3b7c851ab9d&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/864] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:43:34 2026] DELETE /v2.0/security-groups/965330b4-d41f-4ff7-b038-ea4a69ac7f13 => 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: 436/865] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:35 2026] GET /v2.0/ports?device_id=e804d013-bc80-40db-b8f6-1715ad4adf39 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/866] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:35 2026] GET /v2.0/security-groups?id=234031db-203b-40ae-97b9-e16ab4aad537&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-09 10:43:36.019 8 INFO neutron.services.segments.plugin [-] Segment f3e630f2-e47d-4fab-b37c-db8ca915b319 resource provider aggregate not found 2026-07-09 10:43:36.023 8 INFO neutron.services.segments.plugin [-] Segment f3e630f2-e47d-4fab-b37c-db8ca915b319 resource provider aggregate not found 2026-07-09 10:43:36.043 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f3e630f2-e47d-4fab-b37c-db8ca915b319 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3e630f2-e47d-4fab-b37c-db8ca915b319 found for delete ", "request_id": "req-06849957-56a5-4a77-b2f8-918cc55bf32b"}]} 2026-07-09 10:43:36.052 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f3e630f2-e47d-4fab-b37c-db8ca915b319 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3e630f2-e47d-4fab-b37c-db8ca915b319 found for delete ", "request_id": "req-a273bdc4-b492-45ef-b8e1-9e2f27e27325"}]} [pid: 8|app: 0|req: 437/867] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:36 2026] GET /v2.0/ports?device_id=e804d013-bc80-40db-b8f6-1715ad4adf39 => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/868] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:36 2026] GET /v2.0/security-groups?id=234031db-203b-40ae-97b9-e16ab4aad537&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/869] 199.19.213.99 () {34 vars in 993 bytes} [Thu Jul 9 10:43:36 2026] GET /v2.0/ports?device_id=e804d013-bc80-40db-b8f6-1715ad4adf39 => generated 971 bytes in 504 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:43:37.139 8 INFO neutron_taas.services.taas.taas_plugin [req-8b99f616-5cf6-415d-93b3-9007a8ba2e98 req-f7d6efbb-baf2-4d67-9929-32d28d8d4fcb 818ca5cdb50a465aa851835fa102faf0 bddb6975c39846e2b0df561e9fcd9976 - - default default] TaaS: Handle Delete Port: a4a6ac5a-0592-4188-8777-92aee4dd3d70 2026-07-09 10:43:37.144 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8b99f616-5cf6-415d-93b3-9007a8ba2e98 req-f7d6efbb-baf2-4d67-9929-32d28d8d4fcb 818ca5cdb50a465aa851835fa102faf0 bddb6975c39846e2b0df561e9fcd9976 - - default default] Tap Mirror: Handle Delete Port: a4a6ac5a-0592-4188-8777-92aee4dd3d70 2026-07-09 10:43:37.322 8 INFO neutron.db.l3_db [req-8b99f616-5cf6-415d-93b3-9007a8ba2e98 req-f7d6efbb-baf2-4d67-9929-32d28d8d4fcb 818ca5cdb50a465aa851835fa102faf0 bddb6975c39846e2b0df561e9fcd9976 - - default default] Floating IP 97894aa8-64ed-440d-9763-c68f4a49e943 disassociated. External IP: 10.96.250.220, port: a4a6ac5a-0592-4188-8777-92aee4dd3d70. [pid: 7|app: 0|req: 432/870] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:43:37 2026] GET /v2.0/security-groups?tenant_id=b60a16006f0444a8a31c92356c4d2c38&name=default => generated 2925 bytes in 328 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/871] 199.19.213.99 () {36 vars in 996 bytes} [Thu Jul 9 10:43:36 2026] DELETE /v2.0/ports/a4a6ac5a-0592-4188-8777-92aee4dd3d70 => generated 0 bytes in 787 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/872] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:37 2026] GET /v2.0/ports?device_id=e804d013-bc80-40db-b8f6-1715ad4adf39 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:43:37.822 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5607b048-17e7-4836-97cf-538346f5182d'] response: {'server_uuid': 'e804d013-bc80-40db-b8f6-1715ad4adf39', 'name': 'network-vif-deleted', 'tag': 'a4a6ac5a-0592-4188-8777-92aee4dd3d70', 'status': 'completed', 'code': 200} 2026-07-09 10:43:37.886 7 INFO neutron.db.segments_db [None req-1759718d-cc70-48fc-b61f-099e6d9da96c 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Added segment ac496175-7d24-4aca-9751-9482c1c59f71 of type vxlan for network c506f88b-6d7f-401c-a5ab-030e31bedf9d [pid: 8|app: 0|req: 441/873] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:43:37 2026] DELETE /v2.0/security-groups/b1a8c777-55ce-4373-87b3-1dfbd988f4eb => 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: 433/874] 10.0.0.165 () {34 vars in 671 bytes} [Thu Jul 9 10:43:37 2026] POST /v2.0/networks => generated 742 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/875] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:43:38 2026] GET /v2.0/security-groups?tenant_id=e5ed8d7824c843a4997a96d000dadde6&name=default => generated 2925 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/876] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:43:38 2026] POST /v2.0/subnets => generated 689 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/877] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:43:38 2026] DELETE /v2.0/security-groups/b8177b24-dc53-469d-b1c4-0dbd9c55e070 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:43:38.387 8 INFO neutron.db.segments_db [None req-e87afaaf-6cd8-4b0c-a0b8-63d37f1e0d4b 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Added segment dcfaec23-7b7f-4be8-b8b6-43f185fc5711 of type vxlan for network 779415c3-5bc5-48b4-b2b2-bb43ca2c33a2 2026-07-09 10:43:38.669 8 INFO neutron.db.l3_hamode_db [None req-e87afaaf-6cd8-4b0c-a0b8-63d37f1e0d4b 4fe0ac4ab97c45da851fdc4edfc8676c 319dd28ff7aa43519d979d5d13cce504 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 436/878] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:38 2026] GET /v2.0/ports?device_id=e804d013-bc80-40db-b8f6-1715ad4adf39 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:43:39.648 8 INFO neutron.db.l3_hamode_db [None req-e87afaaf-6cd8-4b0c-a0b8-63d37f1e0d4b 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 439/881] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:40 2026] GET /v2.0/ports?device_id=e804d013-bc80-40db-b8f6-1715ad4adf39 => 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: 443/882] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:43:38 2026] POST /v2.0/routers => generated 729 bytes in 2438 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/883] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:43:41 2026] DELETE /v2.0/security-groups/234031db-203b-40ae-97b9-e16ab4aad537 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:43:41.316 8 INFO neutron.api.v2.resource [None req-af9f40ba-020e-4719-92b5-0b0871aca796 818ca5cdb50a465aa851835fa102faf0 bddb6975c39846e2b0df561e9fcd9976 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 445/884] 10.0.0.165 () {32 vars in 737 bytes} [Thu Jul 9 10:43:41 2026] GET /v2.0/security-groups/234031db-203b-40ae-97b9-e16ab4aad537 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:43:41.435 8 INFO neutron_taas.services.taas.taas_plugin [None req-55a04655-5cf6-478a-8e74-e34725d4c2f2 818ca5cdb50a465aa851835fa102faf0 bddb6975c39846e2b0df561e9fcd9976 - - default default] TaaS: Handle Delete Port: 44bc9241-6513-413a-ad53-4e36443459df 2026-07-09 10:43:41.440 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-55a04655-5cf6-478a-8e74-e34725d4c2f2 818ca5cdb50a465aa851835fa102faf0 bddb6975c39846e2b0df561e9fcd9976 - - default default] Tap Mirror: Handle Delete Port: 44bc9241-6513-413a-ad53-4e36443459df [pid: 8|app: 0|req: 446/885] 10.0.0.165 () {32 vars in 732 bytes} [Thu Jul 9 10:43:41 2026] DELETE /v2.0/floatingips/97894aa8-64ed-440d-9763-c68f4a49e943 => generated 0 bytes in 315 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:43:42.136 8 INFO neutron_taas.services.taas.taas_plugin [None req-0e84e170-ae51-4dc5-b4b3-dc04f24184b7 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] TaaS: Handle Delete Port: 3327477b-eb46-4f80-b5a4-d255fca7ad8f 2026-07-09 10:43:42.141 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e84e170-ae51-4dc5-b4b3-dc04f24184b7 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Tap Mirror: Handle Delete Port: 3327477b-eb46-4f80-b5a4-d255fca7ad8f [pid: 7|app: 0|req: 440/886] 10.0.0.165 () {34 vars in 783 bytes} [Thu Jul 9 10:43:40 2026] PUT /v2.0/routers/c21f9396-d656-4660-87c6-ecbb18be7240/add_router_interface => generated 309 bytes in 1493 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/887] 10.0.0.165 () {34 vars in 789 bytes} [Thu Jul 9 10:43:41 2026] PUT /v2.0/routers/37247ea6-9463-479e-bcc8-ce93ee505582/remove_router_interface => generated 309 bytes in 1143 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:43:43.114 7 INFO neutron_taas.services.taas.taas_plugin [None req-65f13c8f-e8c1-4a19-a31d-8855c7d03374 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] TaaS: Handle Delete Port: d30136a1-bb4e-43d7-954c-9920abbdeca8 2026-07-09 10:43:43.118 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65f13c8f-e8c1-4a19-a31d-8855c7d03374 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Tap Mirror: Handle Delete Port: d30136a1-bb4e-43d7-954c-9920abbdeca8 [pid: 8|app: 0|req: 448/888] 10.0.0.165 () {34 vars in 685 bytes} [Thu Jul 9 10:43:43 2026] POST /v2.0/security-groups => generated 1659 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/889] 10.0.0.165 () {34 vars in 695 bytes} [Thu Jul 9 10:43:43 2026] POST /v2.0/security-group-rules => generated 597 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/890] 10.0.0.165 () {34 vars in 695 bytes} [Thu Jul 9 10:43:43 2026] POST /v2.0/security-group-rules => generated 602 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:43:43.474 7 INFO neutron_taas.services.taas.taas_plugin [None req-65f13c8f-e8c1-4a19-a31d-8855c7d03374 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] TaaS: Handle Delete Port: 8936ad31-bc44-4fae-ad33-32794d39c253 2026-07-09 10:43:43.492 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65f13c8f-e8c1-4a19-a31d-8855c7d03374 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Tap Mirror: Handle Delete Port: 8936ad31-bc44-4fae-ad33-32794d39c253 2026-07-09 10:43:43.965 7 INFO neutron.services.segments.plugin [-] Segment 527ee762-7f3d-41e9-94e5-556ec305c467 resource provider aggregate not found 2026-07-09 10:43:43.976 7 INFO neutron.services.segments.plugin [-] Segment 527ee762-7f3d-41e9-94e5-556ec305c467 resource provider aggregate not found 2026-07-09 10:43:43.989 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 527ee762-7f3d-41e9-94e5-556ec305c467 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 527ee762-7f3d-41e9-94e5-556ec305c467 found for delete ", "request_id": "req-1454cd49-bf1d-4fd3-9f2e-01d06d4e7b09"}]} 2026-07-09 10:43:43.997 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 527ee762-7f3d-41e9-94e5-556ec305c467 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 527ee762-7f3d-41e9-94e5-556ec305c467 found for delete ", "request_id": "req-ec74e5fa-27c7-4e9f-9fe9-35091ebf17aa"}]} 2026-07-09 10:43:44.020 7 INFO neutron.db.l3_hamode_db [None req-65f13c8f-e8c1-4a19-a31d-8855c7d03374 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] HA network 366a2a44-6b10-4ff6-9115-6c9b9e4f97f9 was deleted as no HA routers are present in tenant bddb6975c39846e2b0df561e9fcd9976. [pid: 7|app: 0|req: 441/891] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:43:42 2026] DELETE /v2.0/routers/37247ea6-9463-479e-bcc8-ce93ee505582 => generated 0 bytes in 1229 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/892] 10.0.0.165 () {34 vars in 676 bytes} [Thu Jul 9 10:43:43 2026] POST /v2.0/floatingips => generated 552 bytes in 728 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/893] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:43:44 2026] DELETE /v2.0/subnets/887ad532-0a24-4b57-9bcf-5766d748f3c6 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:43:44.423 8 INFO neutron_taas.services.taas.taas_plugin [None req-7d4887b4-c24a-43ed-b223-3df6e1f6b36b 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] TaaS: Handle Delete Port: 164d6d53-c1dd-4be7-b38a-bcde15e7a24a 2026-07-09 10:43:44.427 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d4887b4-c24a-43ed-b223-3df6e1f6b36b 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Tap Mirror: Handle Delete Port: 164d6d53-c1dd-4be7-b38a-bcde15e7a24a 2026-07-09 10:43:44.644 8 INFO neutron.services.segments.plugin [-] Segment f086d7f4-9fc5-409c-b6f4-230d2f171654 resource provider aggregate not found 2026-07-09 10:43:44.649 8 INFO neutron.services.segments.plugin [-] Segment f086d7f4-9fc5-409c-b6f4-230d2f171654 resource provider aggregate not found 2026-07-09 10:43:44.666 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f086d7f4-9fc5-409c-b6f4-230d2f171654 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f086d7f4-9fc5-409c-b6f4-230d2f171654 found for delete ", "request_id": "req-bfe70ef0-dba1-4a9a-b194-5315d0343ff5"}]} 2026-07-09 10:43:44.675 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f086d7f4-9fc5-409c-b6f4-230d2f171654 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f086d7f4-9fc5-409c-b6f4-230d2f171654 found for delete ", "request_id": "req-7df2493a-4d0f-4542-b784-12008251ecb4"}]} [pid: 8|app: 0|req: 452/894] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:43:44 2026] DELETE /v2.0/networks/1064ce9c-03eb-418a-93ac-812cc835682c => generated 0 bytes in 402 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/895] 10.0.0.39 () {34 vars in 1097 bytes} [Thu Jul 9 10:43:44 2026] GET /v2.0/security-groups?name=tempest-securitygroup--582067770&fields=id&tenant_id=319dd28ff7aa43519d979d5d13cce504 => generated 69 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/896] 10.0.0.39 () {34 vars in 981 bytes} [Thu Jul 9 10:43:44 2026] GET /v2.0/networks?id=c506f88b-6d7f-401c-a5ab-030e31bedf9d => generated 674 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/897] 10.0.0.39 () {34 vars in 964 bytes} [Thu Jul 9 10:43:44 2026] GET /v2.0/quotas/319dd28ff7aa43519d979d5d13cce504 => generated 292 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/898] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:43:45 2026] GET /v2.0/security-groups?tenant_id=bddb6975c39846e2b0df561e9fcd9976&name=default => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/899] 10.0.0.39 () {34 vars in 1001 bytes} [Thu Jul 9 10:43:44 2026] GET /v2.0/ports?tenant_id=319dd28ff7aa43519d979d5d13cce504&fields=id => generated 57 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/900] 10.0.0.39 () {34 vars in 1007 bytes} [Thu Jul 9 10:43:45 2026] GET /v2.0/networks/c506f88b-6d7f-401c-a5ab-030e31bedf9d?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/901] 10.0.0.39 () {34 vars in 1107 bytes} [Thu Jul 9 10:43:45 2026] GET /v2.0/networks/c506f88b-6d7f-401c-a5ab-030e31bedf9d?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: 446/902] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:43:45 2026] DELETE /v2.0/security-groups/665f1d5b-86fe-4607-abbb-524a218732a7 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/903] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:45 2026] GET /v2.0/ports?device_id=59aba076-1435-4f0b-a3dd-ea5ffea538ea => 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: 457/904] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:43:45 2026] GET /v2.0/security-groups?tenant_id=644ffa9e6b1541c1afbe792fa88c160b&name=default => generated 2925 bytes in 536 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/905] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:43:45 2026] DELETE /v2.0/security-groups/aeb80c91-a76a-40d7-85e8-16580fda6d5b => generated 0 bytes in 161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/906] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:43:46 2026] GET /v2.0/security-groups?tenant_id=9f588941f1a042519bb85635dccb66a7&name=default => generated 2925 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/907] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:46 2026] GET /v2.0/ports?device_id=59aba076-1435-4f0b-a3dd-ea5ffea538ea => 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: 449/908] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:43:46 2026] DELETE /v2.0/security-groups/4ff3e958-ac9c-4c1f-bc44-692b9edbca2d => generated 0 bytes in 171 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/909] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:46 2026] GET /v2.0/ports?device_id=dbe3238e-0950-47a8-a3b6-73163e8c762a => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/910] 10.0.0.39 () {34 vars in 970 bytes} [Thu Jul 9 10:43:46 2026] GET /v2.0/ports/ea6529b2-4585-4048-b3b8-76aeb8932593 => generated 968 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/911] 199.19.213.99 () {34 vars in 999 bytes} [Thu Jul 9 10:43:47 2026] GET /v2.0/subnets?network_id=91259dbb-72df-4cbe-877c-98dbec9f6b7e => generated 684 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/912] 199.19.213.99 () {34 vars in 1145 bytes} [Thu Jul 9 10:43:47 2026] GET /v2.0/ports?device_id=dbe3238e-0950-47a8-a3b6-73163e8c762a&device_owner=compute%3Anova&network_id=91259dbb-72df-4cbe-877c-98dbec9f6b7e => generated 971 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:43:48.159 7 INFO neutron.db.segments_db [None req-c79c597e-8578-4745-97f5-9bb3fd28d37a 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Added segment a52a19a4-5cb9-443e-aabf-1b3d8b63d047 of type vxlan for network 6454b745-90d2-4ac3-8dbd-e8f591ab44ac [pid: 7|app: 0|req: 452/913] 10.0.0.165 () {34 vars in 671 bytes} [Thu Jul 9 10:43:47 2026] POST /v2.0/networks => generated 745 bytes in 688 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/914] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:48 2026] GET /v2.0/ports?device_id=59aba076-1435-4f0b-a3dd-ea5ffea538ea => 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: 462/915] 199.19.213.99 () {38 vars in 1027 bytes} [Thu Jul 9 10:43:47 2026] PUT /v2.0/ports/ea6529b2-4585-4048-b3b8-76aeb8932593 => generated 1149 bytes in 817 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:43:48.447 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e0879949-e588-4b72-9d28-5fbb67f5e170'] response: {'name': 'network-changed', 'server_uuid': 'dbe3238e-0950-47a8-a3b6-73163e8c762a', 'tag': 'ea6529b2-4585-4048-b3b8-76aeb8932593', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 454/916] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:43:48 2026] POST /v2.0/subnets => generated 692 bytes in 266 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-09 10:43:48.658 8 INFO neutron.db.segments_db [None req-61d6cbf9-1ce9-4af6-873e-e85d14c0b8c9 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Added segment 81815c9a-5dc1-4506-9c06-e236dd454450 of type vxlan for network c5d50e3f-fc1e-4e82-94a5-7606c59bcb62 [pid: 7|app: 0|req: 455/917] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:43:48 2026] GET /v2.0/ports?tenant_id=e01281f7c10e451d9eeb918341807013&device_id=dbe3238e-0950-47a8-a3b6-73163e8c762a => generated 1421 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/918] 199.19.213.99 () {34 vars in 985 bytes} [Thu Jul 9 10:43:48 2026] GET /v2.0/networks?id=91259dbb-72df-4cbe-877c-98dbec9f6b7e => generated 780 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:43:49.052 8 INFO neutron.db.l3_hamode_db [None req-61d6cbf9-1ce9-4af6-873e-e85d14c0b8c9 4fe0ac4ab97c45da851fdc4edfc8676c c0a671264ff24d61ad2223140999d839 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 457/919] 199.19.213.99 () {34 vars in 1059 bytes} [Thu Jul 9 10:43:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=ea6529b2-4585-4048-b3b8-76aeb8932593 => 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: 458/920] 199.19.213.99 () {34 vars in 1057 bytes} [Thu Jul 9 10:43:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.2&port_id=ea6529b2-4585-4048-b3b8-76aeb8932593 => generated 860 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/921] 199.19.213.99 () {34 vars in 983 bytes} [Thu Jul 9 10:43:49 2026] GET /v2.0/subnets?id=20d294ac-8cbc-4bd1-94a2-b0678826e79a => 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: 460/922] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:43:49 2026] GET /v2.0/ports?network_id=91259dbb-72df-4cbe-877c-98dbec9f6b7e&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/923] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:43:49 2026] GET /v2.0/networks/91259dbb-72df-4cbe-877c-98dbec9f6b7e?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: 462/924] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:43:49 2026] GET /v2.0/networks/91259dbb-72df-4cbe-877c-98dbec9f6b7e?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: 463/925] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:49 2026] GET /v2.0/ports?device_id=59aba076-1435-4f0b-a3dd-ea5ffea538ea => 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: 464/926] 199.19.213.99 () {34 vars in 985 bytes} [Thu Jul 9 10:43:49 2026] GET /v2.0/networks?id=c506f88b-6d7f-401c-a5ab-030e31bedf9d => generated 674 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/927] 199.19.213.99 () {34 vars in 1049 bytes} [Thu Jul 9 10:43:49 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=319dd28ff7aa43519d979d5d13cce504 => generated 180 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:43:50.046 8 INFO neutron.db.l3_hamode_db [None req-61d6cbf9-1ce9-4af6-873e-e85d14c0b8c9 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 466/928] 199.19.213.99 () {38 vars in 954 bytes} [Thu Jul 9 10:43:49 2026] POST /v2.0/ports => generated 954 bytes in 530 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: 467/929] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:50 2026] GET /v2.0/ports?device_id=dbe3238e-0950-47a8-a3b6-73163e8c762a => generated 1152 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/930] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:43:50 2026] GET /v2.0/ports?tenant_id=e01281f7c10e451d9eeb918341807013&device_id=dbe3238e-0950-47a8-a3b6-73163e8c762a => generated 1421 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/931] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:43:48 2026] POST /v2.0/routers => generated 732 bytes in 2445 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/932] 199.19.213.99 () {38 vars in 1027 bytes} [Thu Jul 9 10:43:50 2026] PUT /v2.0/ports/a2bf5359-74f3-42b2-ad71-8cae1144be44 => generated 1235 bytes in 555 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: 464/933] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:51 2026] GET /v2.0/security-groups?id=423810b8-a479-4ae6-9297-8132249f5691&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: 470/934] 199.19.213.99 () {34 vars in 985 bytes} [Thu Jul 9 10:43:51 2026] GET /v2.0/networks?id=91259dbb-72df-4cbe-877c-98dbec9f6b7e => generated 780 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:43:51.103 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f3ff14c8-81fe-416b-b426-d3f64bf38290'] response: {'name': 'network-changed', 'server_uuid': '59aba076-1435-4f0b-a3dd-ea5ffea538ea', 'tag': 'a2bf5359-74f3-42b2-ad71-8cae1144be44', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 465/935] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:51 2026] GET /v2.0/ports?device_id=59aba076-1435-4f0b-a3dd-ea5ffea538ea => generated 969 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/936] 199.19.213.99 () {34 vars in 1059 bytes} [Thu Jul 9 10:43:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=ea6529b2-4585-4048-b3b8-76aeb8932593 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/937] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:51 2026] GET /v2.0/security-groups?id=4ec62fc0-0797-49fb-b4db-b330045d82db&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/938] 199.19.213.99 () {34 vars in 1057 bytes} [Thu Jul 9 10:43:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.2&port_id=ea6529b2-4585-4048-b3b8-76aeb8932593 => generated 860 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/939] 199.19.213.99 () {34 vars in 983 bytes} [Thu Jul 9 10:43:51 2026] GET /v2.0/subnets?id=20d294ac-8cbc-4bd1-94a2-b0678826e79a => generated 702 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/940] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:43:51 2026] GET /v2.0/ports?network_id=91259dbb-72df-4cbe-877c-98dbec9f6b7e&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: 471/941] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:43:51 2026] GET /v2.0/networks/91259dbb-72df-4cbe-877c-98dbec9f6b7e?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: 472/942] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:43:51 2026] GET /v2.0/networks/91259dbb-72df-4cbe-877c-98dbec9f6b7e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/943] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:43:51 2026] GET /v2.0/ports?tenant_id=319dd28ff7aa43519d979d5d13cce504&device_id=59aba076-1435-4f0b-a3dd-ea5ffea538ea => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/944] 199.19.213.99 () {34 vars in 1017 bytes} [Thu Jul 9 10:43:51 2026] GET /v2.0/networks?tenant_id=319dd28ff7aa43519d979d5d13cce504&shared=False => generated 770 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/945] 199.19.213.99 () {34 vars in 929 bytes} [Thu Jul 9 10:43:51 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) [pid: 8|app: 0|req: 476/946] 199.19.213.99 () {34 vars in 1119 bytes} [Thu Jul 9 10:43:51 2026] GET /v2.0/ports?device_id=dbe3238e-0950-47a8-a3b6-73163e8c762a&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.14 => generated 1152 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/947] 199.19.213.99 () {38 vars in 1027 bytes} [Thu Jul 9 10:43:52 2026] PUT /v2.0/ports/ea6529b2-4585-4048-b3b8-76aeb8932593 => generated 968 bytes in 412 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: 478/948] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:52 2026] GET /v2.0/ports?device_id=59aba076-1435-4f0b-a3dd-ea5ffea538ea => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:43:52.558 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-63f416af-f12a-40a0-8a8e-9d5eb16cb0f4'] response: {'name': 'network-changed', 'server_uuid': 'dbe3238e-0950-47a8-a3b6-73163e8c762a', 'tag': 'ea6529b2-4585-4048-b3b8-76aeb8932593', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 479/949] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:52 2026] GET /v2.0/security-groups?id=4ec62fc0-0797-49fb-b4db-b330045d82db&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: 471/950] 10.0.0.165 () {34 vars in 783 bytes} [Thu Jul 9 10:43:51 2026] PUT /v2.0/routers/5971357d-1291-43a4-a1bc-959172264d89/add_router_interface => generated 309 bytes in 1598 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/951] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:43:52 2026] GET /v2.0/ports?tenant_id=319dd28ff7aa43519d979d5d13cce504&device_id=59aba076-1435-4f0b-a3dd-ea5ffea538ea => 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: 472/952] 199.19.213.99 () {34 vars in 1057 bytes} [Thu Jul 9 10:43:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=a2bf5359-74f3-42b2-ad71-8cae1144be44 => 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: 481/953] 199.19.213.99 () {34 vars in 983 bytes} [Thu Jul 9 10:43:52 2026] GET /v2.0/subnets?id=f9aee7c7-2886-4010-87c4-7698ef83b8ab => generated 692 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/954] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:43:52 2026] GET /v2.0/ports?network_id=c506f88b-6d7f-401c-a5ab-030e31bedf9d&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: 482/955] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:43:52 2026] GET /v2.0/networks/c506f88b-6d7f-401c-a5ab-030e31bedf9d?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: 474/956] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:43:53 2026] GET /v2.0/ports?tenant_id=e01281f7c10e451d9eeb918341807013&device_id=dbe3238e-0950-47a8-a3b6-73163e8c762a => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/957] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:43:53 2026] GET /v2.0/networks/c506f88b-6d7f-401c-a5ab-030e31bedf9d?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: 475/958] 199.19.213.99 () {34 vars in 985 bytes} [Thu Jul 9 10:43:53 2026] GET /v2.0/networks?id=91259dbb-72df-4cbe-877c-98dbec9f6b7e => generated 780 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/959] 199.19.213.99 () {34 vars in 1057 bytes} [Thu Jul 9 10:43:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.2&port_id=ea6529b2-4585-4048-b3b8-76aeb8932593 => generated 860 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/960] 199.19.213.99 () {34 vars in 983 bytes} [Thu Jul 9 10:43:53 2026] GET /v2.0/subnets?id=20d294ac-8cbc-4bd1-94a2-b0678826e79a => 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: 485/961] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:43:53 2026] GET /v2.0/ports?network_id=91259dbb-72df-4cbe-877c-98dbec9f6b7e&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: 477/962] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:43:53 2026] GET /v2.0/networks/91259dbb-72df-4cbe-877c-98dbec9f6b7e?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: 486/963] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:43:53 2026] GET /v2.0/networks/91259dbb-72df-4cbe-877c-98dbec9f6b7e?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: 478/964] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:53 2026] GET /v2.0/ports?device_id=59aba076-1435-4f0b-a3dd-ea5ffea538ea => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/965] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:53 2026] GET /v2.0/security-groups?id=4ec62fc0-0797-49fb-b4db-b330045d82db&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: 7|app: 0|req: 482/968] 10.0.0.39 () {34 vars in 981 bytes} [Thu Jul 9 10:43:53 2026] GET /v2.0/networks?id=6454b745-90d2-4ac3-8dbd-e8f591ab44ac => generated 677 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/969] 10.0.0.39 () {34 vars in 964 bytes} [Thu Jul 9 10:43:54 2026] GET /v2.0/quotas/c0a671264ff24d61ad2223140999d839 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/970] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:43:53 2026] GET /v2.0/security-groups?tenant_id=b5ae8c0a75e945dfa1b50e97377c93ff&name=default => generated 2925 bytes in 384 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/971] 10.0.0.39 () {34 vars in 1001 bytes} [Thu Jul 9 10:43:54 2026] GET /v2.0/ports?tenant_id=c0a671264ff24d61ad2223140999d839&fields=id => generated 103 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/972] 10.0.0.39 () {34 vars in 1007 bytes} [Thu Jul 9 10:43:54 2026] GET /v2.0/networks/6454b745-90d2-4ac3-8dbd-e8f591ab44ac?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: 488/973] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:43:54 2026] DELETE /v2.0/security-groups/f1586e1f-8a59-4db2-8af8-814d080390ba => generated 0 bytes in 164 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/974] 10.0.0.39 () {34 vars in 1107 bytes} [Thu Jul 9 10:43:54 2026] GET /v2.0/networks/6454b745-90d2-4ac3-8dbd-e8f591ab44ac?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/975] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:43:54 2026] GET /v2.0/ports?tenant_id=e01281f7c10e451d9eeb918341807013&device_id=dbe3238e-0950-47a8-a3b6-73163e8c762a => generated 1240 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/976] 199.19.213.99 () {34 vars in 985 bytes} [Thu Jul 9 10:43:54 2026] GET /v2.0/networks?id=91259dbb-72df-4cbe-877c-98dbec9f6b7e => 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: 489/977] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:54 2026] GET /v2.0/ports?device_id=f7d181eb-d687-416b-8e63-11ceaee0eecf => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/978] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:43:54 2026] GET /v2.0/security-groups?tenant_id=2ae75602b1c4404ca1e52fc08597f065&name=default => generated 2925 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/979] 199.19.213.99 () {34 vars in 1057 bytes} [Thu Jul 9 10:43:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.2&port_id=ea6529b2-4585-4048-b3b8-76aeb8932593 => generated 860 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/980] 199.19.213.99 () {34 vars in 983 bytes} [Thu Jul 9 10:43:54 2026] GET /v2.0/subnets?id=20d294ac-8cbc-4bd1-94a2-b0678826e79a => generated 702 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/981] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:43:54 2026] GET /v2.0/ports?network_id=91259dbb-72df-4cbe-877c-98dbec9f6b7e&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: 490/982] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:43:54 2026] DELETE /v2.0/security-groups/d2ee51aa-bb1f-4233-bb4b-ddaa68a3a978 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/983] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:43:54 2026] GET /v2.0/networks/91259dbb-72df-4cbe-877c-98dbec9f6b7e?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/984] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:43:54 2026] GET /v2.0/networks/91259dbb-72df-4cbe-877c-98dbec9f6b7e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/985] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:54 2026] GET /v2.0/ports?device_id=59aba076-1435-4f0b-a3dd-ea5ffea538ea => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/986] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:54 2026] GET /v2.0/security-groups?id=4ec62fc0-0797-49fb-b4db-b330045d82db&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: 495/987] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:54 2026] GET /v2.0/ports?device_id=dbe3238e-0950-47a8-a3b6-73163e8c762a => generated 971 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/988] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:55 2026] GET /v2.0/security-groups?id=423810b8-a479-4ae6-9297-8132249f5691&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/989] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:55 2026] GET /v2.0/ports?device_id=f7d181eb-d687-416b-8e63-11ceaee0eecf => 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: 494/990] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:56 2026] GET /v2.0/ports?device_id=59aba076-1435-4f0b-a3dd-ea5ffea538ea => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/991] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:56 2026] GET /v2.0/security-groups?id=4ec62fc0-0797-49fb-b4db-b330045d82db&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/992] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:56 2026] GET /v2.0/ports?device_id=dbe3238e-0950-47a8-a3b6-73163e8c762a => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/993] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:56 2026] GET /v2.0/security-groups?id=423810b8-a479-4ae6-9297-8132249f5691&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/994] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:56 2026] GET /v2.0/ports?device_id=f7d181eb-d687-416b-8e63-11ceaee0eecf => 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: 499/995] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:57 2026] GET /v2.0/ports?device_id=59aba076-1435-4f0b-a3dd-ea5ffea538ea => generated 971 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/996] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:57 2026] GET /v2.0/security-groups?id=4ec62fc0-0797-49fb-b4db-b330045d82db&fields=id&fields=name => generated 113 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/997] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:57 2026] GET /v2.0/ports?device_id=dbe3238e-0950-47a8-a3b6-73163e8c762a => generated 971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/998] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:57 2026] GET /v2.0/security-groups?id=423810b8-a479-4ae6-9297-8132249f5691&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/999] 199.19.213.99 () {34 vars in 993 bytes} [Thu Jul 9 10:43:57 2026] GET /v2.0/ports?device_id=dbe3238e-0950-47a8-a3b6-73163e8c762a => generated 971 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:43:57.872 8 INFO neutron_taas.services.taas.taas_plugin [req-c268dc6d-dbb9-4dd6-9d87-a4fc50a20a0c req-07dd0d96-db47-42d0-aa24-1f5c1ff7517d 7a570eda60334a379ec0cfa3544f8165 e01281f7c10e451d9eeb918341807013 - - default default] TaaS: Handle Delete Port: ea6529b2-4585-4048-b3b8-76aeb8932593 2026-07-09 10:43:57.876 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c268dc6d-dbb9-4dd6-9d87-a4fc50a20a0c req-07dd0d96-db47-42d0-aa24-1f5c1ff7517d 7a570eda60334a379ec0cfa3544f8165 e01281f7c10e451d9eeb918341807013 - - default default] Tap Mirror: Handle Delete Port: ea6529b2-4585-4048-b3b8-76aeb8932593 2026-07-09 10:43:58.032 8 INFO neutron.db.l3_db [req-c268dc6d-dbb9-4dd6-9d87-a4fc50a20a0c req-07dd0d96-db47-42d0-aa24-1f5c1ff7517d 7a570eda60334a379ec0cfa3544f8165 e01281f7c10e451d9eeb918341807013 - - default default] Floating IP 44f062f3-ae11-47f6-8c0b-ca3251e4f3f0 disassociated. External IP: 10.96.250.206, port: ea6529b2-4585-4048-b3b8-76aeb8932593. [pid: 7|app: 0|req: 501/1000] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:43:57 2026] GET /v2.0/security-groups?tenant_id=bd87e29d3bc14d17ba3e6207b57cd9a5&name=default => generated 2925 bytes in 491 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/1001] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:58 2026] GET /v2.0/ports?device_id=f7d181eb-d687-416b-8e63-11ceaee0eecf => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1002] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:43:58 2026] DELETE /v2.0/security-groups/a6f4281d-e8d2-4ecb-8f2a-d713ab9b8443 => 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: 504/1003] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:58 2026] GET /v2.0/ports?device_id=59aba076-1435-4f0b-a3dd-ea5ffea538ea => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1004] 199.19.213.99 () {36 vars in 996 bytes} [Thu Jul 9 10:43:57 2026] DELETE /v2.0/ports/ea6529b2-4585-4048-b3b8-76aeb8932593 => generated 0 bytes in 885 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1005] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:43:58 2026] GET /v2.0/security-groups?id=4ec62fc0-0797-49fb-b4db-b330045d82db&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: 501/1006] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:58 2026] GET /v2.0/ports?device_id=dbe3238e-0950-47a8-a3b6-73163e8c762a => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:43:58.662 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5f47f35d-cc54-4f3f-8094-e64bff253967'] response: {'server_uuid': 'dbe3238e-0950-47a8-a3b6-73163e8c762a', 'name': 'network-vif-deleted', 'tag': 'ea6529b2-4585-4048-b3b8-76aeb8932593', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 506/1007] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:58 2026] GET /v2.0/ports?device_id=59aba076-1435-4f0b-a3dd-ea5ffea538ea => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1008] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:59 2026] GET /v2.0/ports?device_id=f7d181eb-d687-416b-8e63-11ceaee0eecf => generated 12 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:43:59.259 8 INFO neutron.db.l3_db [None req-a478f9fc-eee5-42d4-a816-664462c8d514 ff3ee72e36064152bac6f72aee958a39 319dd28ff7aa43519d979d5d13cce504 - - default default] Floating IP 2cbfb8c2-be7f-43e5-a165-0cfee4f586eb associated. External IP: 10.96.250.212, port: a2bf5359-74f3-42b2-ad71-8cae1144be44. [pid: 8|app: 0|req: 502/1009] 10.0.0.165 () {34 vars in 749 bytes} [Thu Jul 9 10:43:58 2026] PUT /v2.0/floatingips/2cbfb8c2-be7f-43e5-a165-0cfee4f586eb => generated 855 bytes in 801 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1010] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:43:59 2026] GET /v2.0/ports?device_id=dbe3238e-0950-47a8-a3b6-73163e8c762a => 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: 509/1011] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:44:00 2026] GET /v2.0/ports?device_id=f7d181eb-d687-416b-8e63-11ceaee0eecf => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:44:00.600 8 INFO neutron.db.segments_db [None req-dacb7b8c-7df8-45ff-9a57-e12668be525e 7cd651a2574d495b804e276ce7e3d124 82068be6030948d69239f194ac57b22e - - default default] Added segment c9c7af29-d0a4-4231-87ff-25a5c83978b5 of type vxlan for network 658bf777-17c0-4f28-955c-fa6409bd5597 [pid: 8|app: 0|req: 503/1012] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:44:00 2026] POST /v2.0/networks => generated 644 bytes in 509 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:44:00.728 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ea6533f0-b249-4cc7-85ad-d0d41882c4b9'] response: {'name': 'network-changed', 'server_uuid': '59aba076-1435-4f0b-a3dd-ea5ffea538ea', 'tag': 'a2bf5359-74f3-42b2-ad71-8cae1144be44', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 504/1013] 199.19.213.99 () {34 vars in 985 bytes} [Thu Jul 9 10:44:00 2026] GET /v2.0/networks?id=6454b745-90d2-4ac3-8dbd-e8f591ab44ac => generated 677 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1014] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:44:00 2026] GET /v2.0/ports?device_id=dbe3238e-0950-47a8-a3b6-73163e8c762a => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1015] 10.0.0.165 () {34 vars in 665 bytes} [Thu Jul 9 10:44:00 2026] POST /v2.0/ports => generated 774 bytes in 478 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-09 10:44:01.289 7 INFO neutron.db.segments_db [None req-3464de30-6e6f-41c5-abad-37dbf083ceb0 7cd651a2574d495b804e276ce7e3d124 82068be6030948d69239f194ac57b22e - - default default] Added segment 3382672b-4163-41c5-af92-7906ee4a9321 of type vxlan for network 70dfc6d1-8e9a-420b-892f-4c0f1a84a5dd [pid: 8|app: 0|req: 506/1016] 199.19.213.99 () {38 vars in 954 bytes} [Thu Jul 9 10:44:00 2026] POST /v2.0/ports => generated 958 bytes in 452 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: 511/1017] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:44:01 2026] POST /v2.0/networks => generated 632 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1018] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:44:01 2026] GET /v2.0/ports?tenant_id=319dd28ff7aa43519d979d5d13cce504&device_id=59aba076-1435-4f0b-a3dd-ea5ffea538ea => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1019] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:44:01 2026] GET /v2.0/ports?device_id=f7d181eb-d687-416b-8e63-11ceaee0eecf => generated 961 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1020] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:44:01 2026] POST /v2.0/subnets => generated 626 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1021] 199.19.213.99 () {34 vars in 985 bytes} [Thu Jul 9 10:44:01 2026] GET /v2.0/networks?id=c506f88b-6d7f-401c-a5ab-030e31bedf9d => generated 770 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1022] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:44:01 2026] GET /v2.0/security-groups?id=49cc2b69-0ad6-491e-922b-42e7f003e109&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1023] 199.19.213.99 () {38 vars in 1027 bytes} [Thu Jul 9 10:44:01 2026] PUT /v2.0/ports/1467bc06-07f4-442d-bc46-af4b6396eb58 => generated 1239 bytes in 486 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: 513/1024] 199.19.213.99 () {34 vars in 1057 bytes} [Thu Jul 9 10:44:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=a2bf5359-74f3-42b2-ad71-8cae1144be44 => generated 860 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:44:01.952 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c2f0a2f9-b3aa-4694-9953-fc48123fda34'] response: {'name': 'network-changed', 'server_uuid': 'f7d181eb-d687-416b-8e63-11ceaee0eecf', 'tag': '1467bc06-07f4-442d-bc46-af4b6396eb58', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 514/1025] 199.19.213.99 () {34 vars in 983 bytes} [Thu Jul 9 10:44:01 2026] GET /v2.0/subnets?id=f9aee7c7-2886-4010-87c4-7698ef83b8ab => generated 692 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1026] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:44:01 2026] GET /v2.0/ports?network_id=c506f88b-6d7f-401c-a5ab-030e31bedf9d&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: 512/1027] 10.0.0.165 () {34 vars in 665 bytes} [Thu Jul 9 10:44:01 2026] POST /v2.0/ports => generated 950 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 516/1028] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:44:02 2026] GET /v2.0/ports?device_id=dbe3238e-0950-47a8-a3b6-73163e8c762a => 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: 513/1029] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:44:02 2026] GET /v2.0/networks/c506f88b-6d7f-401c-a5ab-030e31bedf9d?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: 514/1030] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:44:02 2026] GET /v2.0/networks/c506f88b-6d7f-401c-a5ab-030e31bedf9d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:44:02.203 7 INFO neutron_taas.services.taas.taas_plugin [None req-582c09dc-8e0e-440f-b5d7-6f37d078c6b0 7cd651a2574d495b804e276ce7e3d124 82068be6030948d69239f194ac57b22e - - default default] TaaS: Handle Delete Port: 6a5baf94-7cc5-44da-a56b-1b4b8e4737c1 2026-07-09 10:44:02.208 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-582c09dc-8e0e-440f-b5d7-6f37d078c6b0 7cd651a2574d495b804e276ce7e3d124 82068be6030948d69239f194ac57b22e - - default default] Tap Mirror: Handle Delete Port: 6a5baf94-7cc5-44da-a56b-1b4b8e4737c1 [pid: 7|app: 0|req: 517/1031] 10.0.0.165 () {32 vars in 720 bytes} [Thu Jul 9 10:44:02 2026] DELETE /v2.0/ports/6a5baf94-7cc5-44da-a56b-1b4b8e4737c1 => generated 0 bytes in 389 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:44:02.452 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ac6789ac-a782-40a8-9c96-08b72a2d4fb3 7cd651a2574d495b804e276ce7e3d124 82068be6030948d69239f194ac57b22e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 515/1032] 10.0.0.165 () {32 vars in 720 bytes} [Thu Jul 9 10:44:02 2026] DELETE /v2.0/ports/6a5baf94-7cc5-44da-a56b-1b4b8e4737c1 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:44:02.489 7 INFO neutron.pecan_wsgi.hooks.translation [None req-096ee559-dc03-4437-9cad-b32fece0c054 7cd651a2574d495b804e276ce7e3d124 82068be6030948d69239f194ac57b22e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 518/1033] 10.0.0.165 () {32 vars in 717 bytes} [Thu Jul 9 10:44:02 2026] GET /v2.0/ports/6a5baf94-7cc5-44da-a56b-1b4b8e4737c1 => generated 132 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1034] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:44:02 2026] GET /v2.0/ports?tenant_id=c0a671264ff24d61ad2223140999d839&device_id=f7d181eb-d687-416b-8e63-11ceaee0eecf => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1035] 199.19.213.99 () {34 vars in 1017 bytes} [Thu Jul 9 10:44:02 2026] GET /v2.0/networks?tenant_id=c0a671264ff24d61ad2223140999d839&shared=False => generated 773 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1036] 199.19.213.99 () {34 vars in 929 bytes} [Thu Jul 9 10:44:02 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: 519/1037] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:44:02 2026] DELETE /v2.0/subnets/2be2cd41-af26-4e43-8f03-24cd326f5b28 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:44:02.770 8 INFO neutron.services.segments.plugin [-] Segment 3382672b-4163-41c5-af92-7906ee4a9321 resource provider aggregate not found 2026-07-09 10:44:02.779 8 INFO neutron.services.segments.plugin [-] Segment 3382672b-4163-41c5-af92-7906ee4a9321 resource provider aggregate not found 2026-07-09 10:44:02.813 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3382672b-4163-41c5-af92-7906ee4a9321 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3382672b-4163-41c5-af92-7906ee4a9321 found for delete ", "request_id": "req-e5a9f5d6-da89-407d-b08a-c5c0fc288090"}]} 2026-07-09 10:44:02.818 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3382672b-4163-41c5-af92-7906ee4a9321 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3382672b-4163-41c5-af92-7906ee4a9321 found for delete ", "request_id": "req-d0ed0437-8a7e-4ffb-8400-12f3a772517f"}]} [pid: 8|app: 0|req: 519/1038] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:44:02 2026] DELETE /v2.0/networks/70dfc6d1-8e9a-420b-892f-4c0f1a84a5dd => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1039] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:44:02 2026] GET /v2.0/ports?device_id=f7d181eb-d687-416b-8e63-11ceaee0eecf => generated 973 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1040] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:44:02 2026] GET /v2.0/security-groups?id=49cc2b69-0ad6-491e-922b-42e7f003e109&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:44:02.946 8 INFO neutron.db.segments_db [None req-bbc86c53-9677-4dba-b2d8-00f8cdcc3911 7cd651a2574d495b804e276ce7e3d124 82068be6030948d69239f194ac57b22e - - default default] Added segment 5fdc33f8-ab79-4ae6-ad3e-440589a030ea of type vxlan for network 8d5bd1da-eec8-4711-8e2f-a12bb984b960 [pid: 8|app: 0|req: 520/1041] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:44:02 2026] POST /v2.0/networks => generated 632 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1042] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:44:03 2026] DELETE /v2.0/security-groups/423810b8-a479-4ae6-9297-8132249f5691 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:44:03.261 8 INFO neutron.api.v2.resource [None req-85151c0f-ea73-400a-a982-e8d3ca643a2e 7a570eda60334a379ec0cfa3544f8165 e01281f7c10e451d9eeb918341807013 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 522/1043] 10.0.0.165 () {32 vars in 737 bytes} [Thu Jul 9 10:44:03 2026] GET /v2.0/security-groups/423810b8-a479-4ae6-9297-8132249f5691 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1044] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:44:03 2026] POST /v2.0/subnets => generated 626 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:44:03.384 8 INFO neutron_taas.services.taas.taas_plugin [None req-dd66814a-9a1e-4eac-bca6-0a00373dd43f 7a570eda60334a379ec0cfa3544f8165 e01281f7c10e451d9eeb918341807013 - - default default] TaaS: Handle Delete Port: b21b4da2-743e-4d01-8c8b-b0c82d4a77ee 2026-07-09 10:44:03.387 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd66814a-9a1e-4eac-bca6-0a00373dd43f 7a570eda60334a379ec0cfa3544f8165 e01281f7c10e451d9eeb918341807013 - - default default] Tap Mirror: Handle Delete Port: b21b4da2-743e-4d01-8c8b-b0c82d4a77ee [pid: 8|app: 0|req: 523/1045] 10.0.0.165 () {32 vars in 732 bytes} [Thu Jul 9 10:44:03 2026] DELETE /v2.0/floatingips/44f062f3-ae11-47f6-8c0b-ca3251e4f3f0 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1046] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:44:03 2026] GET /v2.0/ports?tenant_id=c0a671264ff24d61ad2223140999d839&device_id=f7d181eb-d687-416b-8e63-11ceaee0eecf => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1047] 10.0.0.165 () {34 vars in 665 bytes} [Thu Jul 9 10:44:03 2026] POST /v2.0/ports => generated 916 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1048] 199.19.213.99 () {34 vars in 1059 bytes} [Thu Jul 9 10:44:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=1467bc06-07f4-442d-bc46-af4b6396eb58 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:44:03.822 7 INFO neutron_taas.services.taas.taas_plugin [None req-6b58ac87-67e5-4116-9bcb-f132253fc37a 7cd651a2574d495b804e276ce7e3d124 82068be6030948d69239f194ac57b22e - - default default] TaaS: Handle Delete Port: 52ceac8b-a0bf-420b-bf14-0d8806502805 2026-07-09 10:44:03.826 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b58ac87-67e5-4116-9bcb-f132253fc37a 7cd651a2574d495b804e276ce7e3d124 82068be6030948d69239f194ac57b22e - - default default] Tap Mirror: Handle Delete Port: 52ceac8b-a0bf-420b-bf14-0d8806502805 [pid: 7|app: 0|req: 525/1049] 10.0.0.165 () {32 vars in 720 bytes} [Thu Jul 9 10:44:03 2026] DELETE /v2.0/ports/52ceac8b-a0bf-420b-bf14-0d8806502805 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1050] 199.19.213.99 () {34 vars in 983 bytes} [Thu Jul 9 10:44:04 2026] GET /v2.0/subnets?id=9f6034e0-694d-4419-ab0c-8dda845c92a9 => generated 695 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:44:04.045 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9bd5c272-249c-4c11-bbea-24a09b0579f6 7cd651a2574d495b804e276ce7e3d124 82068be6030948d69239f194ac57b22e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 527/1051] 10.0.0.165 () {32 vars in 717 bytes} [Thu Jul 9 10:44:04 2026] GET /v2.0/ports/52ceac8b-a0bf-420b-bf14-0d8806502805 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1052] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:44:04 2026] GET /v2.0/ports?device_id=f7d181eb-d687-416b-8e63-11ceaee0eecf => 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: 529/1053] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:44:04 2026] GET /v2.0/ports?network_id=6454b745-90d2-4ac3-8dbd-e8f591ab44ac&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1054] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:44:04 2026] DELETE /v2.0/subnets/fbbd21f7-eb29-42f5-8763-432ed74d407d => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1055] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:44:04 2026] GET /v2.0/security-groups?id=49cc2b69-0ad6-491e-922b-42e7f003e109&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: 532/1056] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:44:04 2026] GET /v2.0/networks/6454b745-90d2-4ac3-8dbd-e8f591ab44ac?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:44:04.457 7 INFO neutron.services.segments.plugin [-] Segment 5fdc33f8-ab79-4ae6-ad3e-440589a030ea resource provider aggregate not found 2026-07-09 10:44:04.468 7 INFO neutron.services.segments.plugin [-] Segment 5fdc33f8-ab79-4ae6-ad3e-440589a030ea resource provider aggregate not found [pid: 7|app: 0|req: 533/1057] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:44:04 2026] DELETE /v2.0/networks/8d5bd1da-eec8-4711-8e2f-a12bb984b960 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:44:04.480 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5fdc33f8-ab79-4ae6-ad3e-440589a030ea resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5fdc33f8-ab79-4ae6-ad3e-440589a030ea found for delete ", "request_id": "req-97896638-cb1e-47fe-9501-81748cf8f303"}]} 2026-07-09 10:44:04.499 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5fdc33f8-ab79-4ae6-ad3e-440589a030ea resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5fdc33f8-ab79-4ae6-ad3e-440589a030ea found for delete ", "request_id": "req-dcd1d092-0d4a-4922-99be-6b9fbef998ca"}]} [pid: 7|app: 0|req: 534/1058] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:44:04 2026] GET /v2.0/networks/6454b745-90d2-4ac3-8dbd-e8f591ab44ac?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:44:04.670 8 INFO neutron_taas.services.taas.taas_plugin [None req-5f22a0cd-1975-4fdb-b141-6a7c9253cc1e 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] TaaS: Handle Delete Port: 33b271f7-095b-4bb4-b957-8f3477f06e01 2026-07-09 10:44:04.673 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f22a0cd-1975-4fdb-b141-6a7c9253cc1e 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Tap Mirror: Handle Delete Port: 33b271f7-095b-4bb4-b957-8f3477f06e01 [pid: 7|app: 0|req: 535/1059] 10.0.0.165 () {34 vars in 665 bytes} [Thu Jul 9 10:44:04 2026] POST /v2.0/ports => generated 775 bytes in 260 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: 536/1060] 10.0.0.165 () {34 vars in 737 bytes} [Thu Jul 9 10:44:04 2026] PUT /v2.0/ports/c582d5fa-8702-4861-b175-549b8b5fecdf => generated 752 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 10:44:05.140 7 INFO neutron_taas.services.taas.taas_plugin [None req-af2b67b7-06b7-4fb4-ad99-a310bdde333e 7cd651a2574d495b804e276ce7e3d124 82068be6030948d69239f194ac57b22e - - default default] TaaS: Handle Delete Port: c582d5fa-8702-4861-b175-549b8b5fecdf 2026-07-09 10:44:05.143 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af2b67b7-06b7-4fb4-ad99-a310bdde333e 7cd651a2574d495b804e276ce7e3d124 82068be6030948d69239f194ac57b22e - - default default] Tap Mirror: Handle Delete Port: c582d5fa-8702-4861-b175-549b8b5fecdf [pid: 7|app: 0|req: 537/1061] 10.0.0.165 () {32 vars in 720 bytes} [Thu Jul 9 10:44:05 2026] DELETE /v2.0/ports/c582d5fa-8702-4861-b175-549b8b5fecdf => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1062] 10.0.0.165 () {32 vars in 643 bytes} [Thu Jul 9 10:44:05 2026] GET /v2.0/ports => generated 777 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:44:05.370 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a0f9a20e-a09b-4e3b-956d-d6d24a5b8b93 7cd651a2574d495b804e276ce7e3d124 82068be6030948d69239f194ac57b22e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 539/1063] 10.0.0.165 () {32 vars in 717 bytes} [Thu Jul 9 10:44:05 2026] GET /v2.0/ports/c582d5fa-8702-4861-b175-549b8b5fecdf => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1064] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:44:05 2026] GET /v2.0/ports?device_id=f7d181eb-d687-416b-8e63-11ceaee0eecf => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1065] 10.0.0.165 () {34 vars in 789 bytes} [Thu Jul 9 10:44:03 2026] PUT /v2.0/routers/965033f3-2e29-4aad-b282-c7095bc62163/remove_router_interface => generated 309 bytes in 1725 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1066] 10.0.0.165 () {32 vars in 643 bytes} [Thu Jul 9 10:44:05 2026] GET /v2.0/ports => generated 777 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1067] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:44:05 2026] GET /v2.0/security-groups?id=49cc2b69-0ad6-491e-922b-42e7f003e109&fields=id&fields=name => generated 88 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1068] 10.0.0.165 () {32 vars in 717 bytes} [Thu Jul 9 10:44:05 2026] GET /v2.0/ports/1a5fd7cd-624e-4f2f-8db8-89a253d75126 => generated 774 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:44:05.658 8 INFO neutron.pecan_wsgi.hooks.translation [None req-647f363d-92a3-496c-be06-b31b01c4f7f6 7cd651a2574d495b804e276ce7e3d124 82068be6030948d69239f194ac57b22e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 528/1069] 10.0.0.165 () {32 vars in 720 bytes} [Thu Jul 9 10:44:05 2026] DELETE /v2.0/ports/52ceac8b-a0bf-420b-bf14-0d8806502805 => generated 132 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:44:05.696 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cfe4862e-24eb-4ecc-b305-496ee5cbf1a5 7cd651a2574d495b804e276ce7e3d124 82068be6030948d69239f194ac57b22e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 529/1070] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:44:05 2026] DELETE /v2.0/subnets/fbbd21f7-eb29-42f5-8763-432ed74d407d => generated 136 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:44:05.730 7 INFO neutron_taas.services.taas.taas_plugin [None req-94b04959-61b4-46f8-a173-ceb760cfbf7f 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] TaaS: Handle Delete Port: 95bf5580-9353-4a33-88e7-bcda7b66e06b 2026-07-09 10:44:05.732 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94b04959-61b4-46f8-a173-ceb760cfbf7f 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Tap Mirror: Handle Delete Port: 95bf5580-9353-4a33-88e7-bcda7b66e06b 2026-07-09 10:44:05.740 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d82d142e-2422-41ed-beaf-732c5f31aabd 7cd651a2574d495b804e276ce7e3d124 82068be6030948d69239f194ac57b22e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 530/1071] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:44:05 2026] DELETE /v2.0/subnets/2be2cd41-af26-4e43-8f03-24cd326f5b28 => generated 136 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:44:05.921 8 INFO neutron_taas.services.taas.taas_plugin [None req-123c1077-b26b-421c-8c33-2d3fe911cef9 7cd651a2574d495b804e276ce7e3d124 82068be6030948d69239f194ac57b22e - - default default] TaaS: Handle Delete Port: 1a5fd7cd-624e-4f2f-8db8-89a253d75126 2026-07-09 10:44:05.923 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-123c1077-b26b-421c-8c33-2d3fe911cef9 7cd651a2574d495b804e276ce7e3d124 82068be6030948d69239f194ac57b22e - - default default] Tap Mirror: Handle Delete Port: 1a5fd7cd-624e-4f2f-8db8-89a253d75126 [pid: 8|app: 0|req: 531/1072] 10.0.0.165 () {32 vars in 720 bytes} [Thu Jul 9 10:44:05 2026] DELETE /v2.0/ports/1a5fd7cd-624e-4f2f-8db8-89a253d75126 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:44:06.170 8 INFO neutron.services.segments.plugin [-] Segment c9c7af29-d0a4-4231-87ff-25a5c83978b5 resource provider aggregate not found 2026-07-09 10:44:06.176 8 INFO neutron.services.segments.plugin [-] Segment c9c7af29-d0a4-4231-87ff-25a5c83978b5 resource provider aggregate not found 2026-07-09 10:44:06.195 7 INFO neutron_taas.services.taas.taas_plugin [None req-94b04959-61b4-46f8-a173-ceb760cfbf7f 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] TaaS: Handle Delete Port: e4521e1f-f480-4131-897f-00b32062e0d1 2026-07-09 10:44:06.200 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94b04959-61b4-46f8-a173-ceb760cfbf7f 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Tap Mirror: Handle Delete Port: e4521e1f-f480-4131-897f-00b32062e0d1 2026-07-09 10:44:06.201 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c9c7af29-d0a4-4231-87ff-25a5c83978b5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9c7af29-d0a4-4231-87ff-25a5c83978b5 found for delete ", "request_id": "req-d0890a1e-31c9-4647-ae00-a57b50a12047"}]} 2026-07-09 10:44:06.202 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c9c7af29-d0a4-4231-87ff-25a5c83978b5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9c7af29-d0a4-4231-87ff-25a5c83978b5 found for delete ", "request_id": "req-e78c93bb-9b14-4d1a-b672-40887f3d4d36"}]} [pid: 8|app: 0|req: 532/1073] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:44:06 2026] DELETE /v2.0/networks/658bf777-17c0-4f28-955c-fa6409bd5597 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:44:06.656 7 INFO neutron.services.segments.plugin [-] Segment 0ae8178f-57fc-41fc-98d0-a0363bd49dbd resource provider aggregate not found 2026-07-09 10:44:06.665 7 INFO neutron.services.segments.plugin [-] Segment 0ae8178f-57fc-41fc-98d0-a0363bd49dbd resource provider aggregate not found 2026-07-09 10:44:06.675 7 INFO neutron.db.l3_hamode_db [None req-94b04959-61b4-46f8-a173-ceb760cfbf7f 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] HA network 6451e9dd-f767-40e5-8b8c-244d1f073cf0 was deleted as no HA routers are present in tenant e01281f7c10e451d9eeb918341807013. [pid: 7|app: 0|req: 542/1074] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:44:05 2026] DELETE /v2.0/routers/965033f3-2e29-4aad-b282-c7095bc62163 => generated 0 bytes in 1226 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:44:06.691 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0ae8178f-57fc-41fc-98d0-a0363bd49dbd resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ae8178f-57fc-41fc-98d0-a0363bd49dbd found for delete ", "request_id": "req-c425d8e2-7bb5-4850-9995-acb861892b15"}]} [pid: 8|app: 0|req: 533/1075] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:44:06 2026] GET /v2.0/ports?device_id=f7d181eb-d687-416b-8e63-11ceaee0eecf => generated 973 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:44:06.704 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 0ae8178f-57fc-41fc-98d0-a0363bd49dbd resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ae8178f-57fc-41fc-98d0-a0363bd49dbd found for delete ", "request_id": "req-64452402-a00b-4ee3-9e76-a8c6f51aa7ec"}]} [pid: 8|app: 0|req: 534/1076] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:44:06 2026] GET /v2.0/security-groups?id=49cc2b69-0ad6-491e-922b-42e7f003e109&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1077] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:44:06 2026] DELETE /v2.0/subnets/20d294ac-8cbc-4bd1-94a2-b0678826e79a => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:44:07.081 7 INFO neutron_taas.services.taas.taas_plugin [None req-bc24f21a-f7e1-4437-abe6-f073cee254c5 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] TaaS: Handle Delete Port: e566a00a-7140-44d2-8d8d-cd298ab18e2b 2026-07-09 10:44:07.088 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc24f21a-f7e1-4437-abe6-f073cee254c5 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Tap Mirror: Handle Delete Port: e566a00a-7140-44d2-8d8d-cd298ab18e2b [pid: 8|app: 0|req: 535/1078] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:44:06 2026] GET /v2.0/security-groups?tenant_id=82068be6030948d69239f194ac57b22e&name=default => generated 2925 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1079] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:44:07 2026] DELETE /v2.0/security-groups/2657aa09-0b35-4e05-af0e-bf4f97e54c5f => 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: 544/1080] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:44:06 2026] DELETE /v2.0/networks/91259dbb-72df-4cbe-877c-98dbec9f6b7e => generated 0 bytes in 382 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1081] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:44:07 2026] GET /v2.0/security-groups?tenant_id=e01281f7c10e451d9eeb918341807013&name=default => generated 2921 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1082] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:44:07 2026] DELETE /v2.0/security-groups/44999c36-fb04-4381-a1ab-84bb70523908 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1083] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:44:07 2026] GET /v2.0/ports?device_id=f7d181eb-d687-416b-8e63-11ceaee0eecf => 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: 546/1084] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:44:07 2026] GET /v2.0/security-groups?id=49cc2b69-0ad6-491e-922b-42e7f003e109&fields=id&fields=name => generated 88 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:44:08.723 7 INFO neutron.services.segments.plugin [-] Segment 9cd22f1c-692d-460a-9a8e-f094d5e8354e resource provider aggregate not found 2026-07-09 10:44:08.732 7 INFO neutron.services.segments.plugin [-] Segment 9cd22f1c-692d-460a-9a8e-f094d5e8354e resource provider aggregate not found 2026-07-09 10:44:08.744 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9cd22f1c-692d-460a-9a8e-f094d5e8354e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9cd22f1c-692d-460a-9a8e-f094d5e8354e found for delete ", "request_id": "req-3afa987e-4502-4eb1-9c7f-303142f7836b"}]} 2026-07-09 10:44:08.753 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9cd22f1c-692d-460a-9a8e-f094d5e8354e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9cd22f1c-692d-460a-9a8e-f094d5e8354e found for delete ", "request_id": "req-9ca30842-d49f-4930-8624-fc7c8da88b2d"}]} [pid: 8|app: 0|req: 540/1087] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:44:09 2026] GET /v2.0/ports?device_id=f7d181eb-d687-416b-8e63-11ceaee0eecf => generated 973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1088] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:44:09 2026] GET /v2.0/security-groups?id=49cc2b69-0ad6-491e-922b-42e7f003e109&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:44:09.788 8 INFO neutron.db.segments_db [None req-087386ae-c75c-4a37-883a-e399acbacd83 ab8ee90ab35449729192159e42e79c1e 2cb3b5cfbdab49c98364a1a6dafda993 - - default default] Added segment 5e2078b6-93de-4c1e-b10e-7e048432d91c of type vxlan for network a5f84e67-1fdd-4a9b-81ab-e6dbd0352b4b [pid: 8|app: 0|req: 541/1089] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:44:09 2026] POST /v2.0/networks => generated 634 bytes in 593 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:44:10.015 7 INFO neutron.db.segments_db [None req-962c9835-50ef-44a1-8335-ed1aef9a74e5 ab8ee90ab35449729192159e42e79c1e 2cb3b5cfbdab49c98364a1a6dafda993 - - default default] Added segment f7a40196-d735-4bfd-879b-1bf3958a1c5b of type vxlan for network 6faa641b-433e-40b5-a6fb-baf27d4bcdec [pid: 7|app: 0|req: 549/1090] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:44:09 2026] POST /v2.0/networks => generated 633 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1091] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:44:10 2026] GET /v2.0/ports?device_id=f7d181eb-d687-416b-8e63-11ceaee0eecf => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1092] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:44:10 2026] GET /v2.0/security-groups?id=49cc2b69-0ad6-491e-922b-42e7f003e109&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1093] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:44:10 2026] POST /v2.0/subnets => generated 646 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1094] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:44:10 2026] POST /v2.0/subnets => generated 655 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:44:10.909 8 INFO neutron.db.segments_db [None req-3ce43348-4679-4f79-a49d-f579f62da068 ab8ee90ab35449729192159e42e79c1e 2cb3b5cfbdab49c98364a1a6dafda993 - - default default] Added segment 12c39db4-fbc5-4760-b28f-40f6a8afc6de of type vxlan for network 24f64a16-d7e4-4b17-aba9-754a5757cfb1 2026-07-09 10:44:11.224 8 INFO neutron.db.l3_hamode_db [None req-3ce43348-4679-4f79-a49d-f579f62da068 ab8ee90ab35449729192159e42e79c1e 2cb3b5cfbdab49c98364a1a6dafda993 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 10:44:11.395 8 INFO neutron.db.l3_hamode_db [None req-3ce43348-4679-4f79-a49d-f579f62da068 ab8ee90ab35449729192159e42e79c1e 2cb3b5cfbdab49c98364a1a6dafda993 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 553/1095] 10.0.0.174 () {34 vars in 990 bytes} [Thu Jul 9 10:44:11 2026] GET /v2.0/ports?device_id=59aba076-1435-4f0b-a3dd-ea5ffea538ea => generated 1240 bytes in 429 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1096] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:44:11 2026] GET /v2.0/ports?device_id=f7d181eb-d687-416b-8e63-11ceaee0eecf => 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: 555/1097] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Jul 9 10:44:11 2026] GET /v2.0/security-groups?id=4ec62fc0-0797-49fb-b4db-b330045d82db&fields=id&fields=name => generated 113 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1098] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:44:11 2026] GET /v2.0/security-groups?id=49cc2b69-0ad6-491e-922b-42e7f003e109&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1099] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:44:11 2026] GET /v2.0/ports?device_id=f7d181eb-d687-416b-8e63-11ceaee0eecf => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1100] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:44:12 2026] GET /v2.0/security-groups?id=49cc2b69-0ad6-491e-922b-42e7f003e109&fields=id&fields=name => generated 88 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1101] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:44:10 2026] POST /v2.0/routers => generated 510 bytes in 1351 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1102] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:44:12 2026] GET /v2.0/security-groups?tenant_id=3426440f1130424096e9d29b257161e8&name=default => generated 2925 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1103] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:44:13 2026] GET /v2.0/ports?device_id=f7d181eb-d687-416b-8e63-11ceaee0eecf => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1104] 10.0.0.165 () {34 vars in 783 bytes} [Thu Jul 9 10:44:12 2026] PUT /v2.0/routers/8dc13c6f-d88c-406a-9f34-064b11bbebc8/add_router_interface => generated 309 bytes in 1258 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1105] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:44:13 2026] DELETE /v2.0/security-groups/74f1a157-8c92-4788-872c-976723b7550e => 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: 560/1106] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:44:13 2026] GET /v2.0/security-groups?id=49cc2b69-0ad6-491e-922b-42e7f003e109&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: 547/1107] 10.0.0.165 () {32 vars in 717 bytes} [Thu Jul 9 10:44:13 2026] GET /v2.0/ports/7a32b2bf-81c8-4e72-b3e6-aefa4d2acd68 => generated 959 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1108] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:44:13 2026] GET /v2.0/security-groups?tenant_id=d6303d99f9ed41bda1e4f6c7b1576a8a&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1109] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:44:13 2026] DELETE /v2.0/security-groups/c074cd79-c272-48df-847d-0a550eaa690d => 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: 550/1110] 199.19.213.99 () {34 vars in 993 bytes} [Thu Jul 9 10:44:14 2026] GET /v2.0/ports?device_id=f7d181eb-d687-416b-8e63-11ceaee0eecf => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:44:14.579 8 INFO neutron_taas.services.taas.taas_plugin [req-1da75b20-92eb-45f9-982b-1ae578bbc78e req-4d1df1f1-dbc1-45b8-981f-29acaffa3783 43fe162af4524cb39e1808b0850ba566 c0a671264ff24d61ad2223140999d839 - - default default] TaaS: Handle Delete Port: 1467bc06-07f4-442d-bc46-af4b6396eb58 2026-07-09 10:44:14.585 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1da75b20-92eb-45f9-982b-1ae578bbc78e req-4d1df1f1-dbc1-45b8-981f-29acaffa3783 43fe162af4524cb39e1808b0850ba566 c0a671264ff24d61ad2223140999d839 - - default default] Tap Mirror: Handle Delete Port: 1467bc06-07f4-442d-bc46-af4b6396eb58 [pid: 7|app: 0|req: 561/1111] 10.0.0.165 () {34 vars in 783 bytes} [Thu Jul 9 10:44:13 2026] PUT /v2.0/routers/8dc13c6f-d88c-406a-9f34-064b11bbebc8/add_router_interface => generated 309 bytes in 1175 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1112] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:44:14 2026] GET /v2.0/ports?device_id=f7d181eb-d687-416b-8e63-11ceaee0eecf => 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: 551/1113] 199.19.213.99 () {36 vars in 996 bytes} [Thu Jul 9 10:44:14 2026] DELETE /v2.0/ports/1467bc06-07f4-442d-bc46-af4b6396eb58 => generated 0 bytes in 341 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1114] 10.0.0.165 () {32 vars in 717 bytes} [Thu Jul 9 10:44:14 2026] GET /v2.0/ports/a296b27c-129b-4492-a78a-1e392c1b79c6 => generated 967 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:44:14.803 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1223ec09-6c77-47fe-908a-48c64f56eb4b'] response: {'server_uuid': 'f7d181eb-d687-416b-8e63-11ceaee0eecf', 'name': 'network-vif-deleted', 'tag': '1467bc06-07f4-442d-bc46-af4b6396eb58', 'status': 'completed', 'code': 200} 2026-07-09 10:44:15.247 8 INFO neutron_taas.services.taas.taas_plugin [None req-897cafc5-e64d-4ba9-bbbf-e0b78c345fe3 ab8ee90ab35449729192159e42e79c1e 2cb3b5cfbdab49c98364a1a6dafda993 - - default default] TaaS: Handle Delete Port: a296b27c-129b-4492-a78a-1e392c1b79c6 2026-07-09 10:44:15.249 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-897cafc5-e64d-4ba9-bbbf-e0b78c345fe3 ab8ee90ab35449729192159e42e79c1e 2cb3b5cfbdab49c98364a1a6dafda993 - - default default] Tap Mirror: Handle Delete Port: a296b27c-129b-4492-a78a-1e392c1b79c6 [pid: 8|app: 0|req: 552/1115] 10.0.0.165 () {34 vars in 789 bytes} [Thu Jul 9 10:44:14 2026] PUT /v2.0/routers/8dc13c6f-d88c-406a-9f34-064b11bbebc8/remove_router_interface => generated 309 bytes in 958 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1116] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:44:15 2026] GET /v2.0/ports?device_id=f7d181eb-d687-416b-8e63-11ceaee0eecf => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:44:16.194 7 INFO neutron_taas.services.taas.taas_plugin [None req-baebc1cd-509f-40d0-89f4-b70e47e00cd6 ab8ee90ab35449729192159e42e79c1e 2cb3b5cfbdab49c98364a1a6dafda993 - - default default] TaaS: Handle Delete Port: 7a32b2bf-81c8-4e72-b3e6-aefa4d2acd68 2026-07-09 10:44:16.198 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-baebc1cd-509f-40d0-89f4-b70e47e00cd6 ab8ee90ab35449729192159e42e79c1e 2cb3b5cfbdab49c98364a1a6dafda993 - - default default] Tap Mirror: Handle Delete Port: 7a32b2bf-81c8-4e72-b3e6-aefa4d2acd68 [pid: 7|app: 0|req: 564/1117] 10.0.0.165 () {34 vars in 789 bytes} [Thu Jul 9 10:44:15 2026] PUT /v2.0/routers/8dc13c6f-d88c-406a-9f34-064b11bbebc8/remove_router_interface => generated 309 bytes in 913 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1118] 10.0.0.165 () {32 vars in 736 bytes} [Thu Jul 9 10:44:16 2026] GET /v2.0/ports?device_id=8dc13c6f-d88c-406a-9f34-064b11bbebc8 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:44:16.947 7 INFO neutron_taas.services.taas.taas_plugin [None req-dcdc143e-1668-43e1-8e5b-9e9f397b3076 ab8ee90ab35449729192159e42e79c1e 2cb3b5cfbdab49c98364a1a6dafda993 - - default default] TaaS: Handle Delete Port: 2e11db26-6b73-4a72-a4c7-ec944b5cc19a 2026-07-09 10:44:16.953 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dcdc143e-1668-43e1-8e5b-9e9f397b3076 ab8ee90ab35449729192159e42e79c1e 2cb3b5cfbdab49c98364a1a6dafda993 - - default default] Tap Mirror: Handle Delete Port: 2e11db26-6b73-4a72-a4c7-ec944b5cc19a [pid: 8|app: 0|req: 555/1119] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:44:16 2026] GET /v2.0/ports?device_id=f7d181eb-d687-416b-8e63-11ceaee0eecf => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:44:17.369 7 INFO neutron.services.segments.plugin [-] Segment 12c39db4-fbc5-4760-b28f-40f6a8afc6de resource provider aggregate not found 2026-07-09 10:44:17.374 7 INFO neutron.services.segments.plugin [-] Segment 12c39db4-fbc5-4760-b28f-40f6a8afc6de resource provider aggregate not found 2026-07-09 10:44:17.391 7 INFO neutron.db.l3_hamode_db [None req-dcdc143e-1668-43e1-8e5b-9e9f397b3076 ab8ee90ab35449729192159e42e79c1e 2cb3b5cfbdab49c98364a1a6dafda993 - - default default] HA network 24f64a16-d7e4-4b17-aba9-754a5757cfb1 was deleted as no HA routers are present in tenant 2cb3b5cfbdab49c98364a1a6dafda993. 2026-07-09 10:44:17.399 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 12c39db4-fbc5-4760-b28f-40f6a8afc6de resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12c39db4-fbc5-4760-b28f-40f6a8afc6de found for delete ", "request_id": "req-8678cf67-a94e-4131-93ee-f51857807896"}]} [pid: 7|app: 0|req: 565/1120] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:44:16 2026] DELETE /v2.0/routers/8dc13c6f-d88c-406a-9f34-064b11bbebc8 => generated 0 bytes in 684 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:44:17.403 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 12c39db4-fbc5-4760-b28f-40f6a8afc6de resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12c39db4-fbc5-4760-b28f-40f6a8afc6de found for delete ", "request_id": "req-5c1e602c-8481-4e84-96f4-b7d695b9def4"}]} [pid: 8|app: 0|req: 556/1121] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:44:17 2026] DELETE /v2.0/subnets/162ece1b-abc2-4a5b-bb33-394ce1f94c2e => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1122] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:44:17 2026] DELETE /v2.0/subnets/5241a631-41c5-4c20-90eb-b43a79fd223b => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:44:17.939 8 INFO neutron.services.segments.plugin [-] Segment f7a40196-d735-4bfd-879b-1bf3958a1c5b resource provider aggregate not found 2026-07-09 10:44:17.945 8 INFO neutron.services.segments.plugin [-] Segment f7a40196-d735-4bfd-879b-1bf3958a1c5b resource provider aggregate not found 2026-07-09 10:44:17.967 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f7a40196-d735-4bfd-879b-1bf3958a1c5b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f7a40196-d735-4bfd-879b-1bf3958a1c5b found for delete ", "request_id": "req-82c35c5a-60bc-459c-a286-1ddbe7567da5"}]} [pid: 8|app: 0|req: 557/1123] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:44:17 2026] DELETE /v2.0/networks/6faa641b-433e-40b5-a6fb-baf27d4bcdec => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:44:17.983 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment f7a40196-d735-4bfd-879b-1bf3958a1c5b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f7a40196-d735-4bfd-879b-1bf3958a1c5b found for delete ", "request_id": "req-c7c7dccd-881a-4234-8d79-6b5b34b6ed56"}]} 2026-07-09 10:44:18.088 7 INFO neutron_taas.services.taas.taas_plugin [None req-f38cc47b-6f2e-4369-a9c5-124061d6c948 ab8ee90ab35449729192159e42e79c1e 2cb3b5cfbdab49c98364a1a6dafda993 - - default default] TaaS: Handle Delete Port: 4d0b6a8b-6d53-4d5e-a239-194269c722fc 2026-07-09 10:44:18.091 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f38cc47b-6f2e-4369-a9c5-124061d6c948 ab8ee90ab35449729192159e42e79c1e 2cb3b5cfbdab49c98364a1a6dafda993 - - default default] Tap Mirror: Handle Delete Port: 4d0b6a8b-6d53-4d5e-a239-194269c722fc [pid: 7|app: 0|req: 567/1124] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:44:17 2026] DELETE /v2.0/networks/a5f84e67-1fdd-4a9b-81ab-e6dbd0352b4b => generated 0 bytes in 323 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:44:18.395 7 INFO neutron.db.segments_db [None req-bf7ffc43-9987-44d3-8cdb-d1434f06dd0f ab8ee90ab35449729192159e42e79c1e 2cb3b5cfbdab49c98364a1a6dafda993 - - default default] Added segment 00ceecef-7161-4472-bdb0-0d337d0f1811 of type vxlan for network 99600055-6543-4e87-86ff-70e45e0c623b [pid: 7|app: 0|req: 568/1125] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:44:18 2026] POST /v2.0/networks => generated 633 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:44:18.538 8 INFO neutron_taas.services.taas.taas_plugin [None req-df3de478-df5a-4f24-9319-40fc05d5cb1b 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] TaaS: Handle Delete Port: 0360ae45-b9af-47eb-889c-f8398e895fb9 2026-07-09 10:44:18.542 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df3de478-df5a-4f24-9319-40fc05d5cb1b 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Tap Mirror: Handle Delete Port: 0360ae45-b9af-47eb-889c-f8398e895fb9 [pid: 7|app: 0|req: 569/1126] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:44:18 2026] POST /v2.0/subnets => generated 646 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:44:18.871 7 INFO neutron.db.segments_db [None req-1db5c8c3-888c-4b08-93c5-78b0e4a7ec68 ab8ee90ab35449729192159e42e79c1e 2cb3b5cfbdab49c98364a1a6dafda993 - - default default] Added segment 343354b2-c447-4ef9-95f1-734c671cc68e of type vxlan for network 3b907ff5-faa2-4711-8b0f-72257853b8fe 2026-07-09 10:44:19.194 7 INFO neutron.db.l3_hamode_db [None req-1db5c8c3-888c-4b08-93c5-78b0e4a7ec68 ab8ee90ab35449729192159e42e79c1e 2cb3b5cfbdab49c98364a1a6dafda993 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 558/1127] 10.0.0.165 () {34 vars in 789 bytes} [Thu Jul 9 10:44:18 2026] PUT /v2.0/routers/5971357d-1291-43a4-a1bc-959172264d89/remove_router_interface => generated 309 bytes in 1144 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:44:19.321 7 INFO neutron.db.l3_hamode_db [None req-1db5c8c3-888c-4b08-93c5-78b0e4a7ec68 ab8ee90ab35449729192159e42e79c1e 2cb3b5cfbdab49c98364a1a6dafda993 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 10:44:19.424 7 INFO neutron.services.segments.plugin [-] Segment 5e2078b6-93de-4c1e-b10e-7e048432d91c resource provider aggregate not found 2026-07-09 10:44:19.434 7 INFO neutron.services.segments.plugin [-] Segment 5e2078b6-93de-4c1e-b10e-7e048432d91c resource provider aggregate not found 2026-07-09 10:44:19.449 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5e2078b6-93de-4c1e-b10e-7e048432d91c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e2078b6-93de-4c1e-b10e-7e048432d91c found for delete ", "request_id": "req-03542178-d954-4bc9-b68d-341784835300"}]} 2026-07-09 10:44:19.459 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5e2078b6-93de-4c1e-b10e-7e048432d91c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e2078b6-93de-4c1e-b10e-7e048432d91c found for delete ", "request_id": "req-bb53f04d-ce9e-4f31-8d86-141bb12ab2bf"}]} 2026-07-09 10:44:19.471 8 INFO neutron_taas.services.taas.taas_plugin [None req-fb141b53-f947-4873-a1b0-ea01b034755f 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] TaaS: Handle Delete Port: db10dc9b-d8b5-4b89-b071-89d236bb2567 2026-07-09 10:44:19.474 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb141b53-f947-4873-a1b0-ea01b034755f 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Tap Mirror: Handle Delete Port: db10dc9b-d8b5-4b89-b071-89d236bb2567 2026-07-09 10:44:19.765 8 INFO neutron_taas.services.taas.taas_plugin [None req-fb141b53-f947-4873-a1b0-ea01b034755f 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] TaaS: Handle Delete Port: 1afdd712-0ebf-4831-8050-4ed5b05b0c8c 2026-07-09 10:44:19.768 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb141b53-f947-4873-a1b0-ea01b034755f 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Tap Mirror: Handle Delete Port: 1afdd712-0ebf-4831-8050-4ed5b05b0c8c [pid: 7|app: 0|req: 570/1128] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:44:18 2026] POST /v2.0/routers => generated 511 bytes in 1304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:44:20.251 8 INFO neutron.services.segments.plugin [-] Segment 81815c9a-5dc1-4506-9c06-e236dd454450 resource provider aggregate not found 2026-07-09 10:44:20.257 8 INFO neutron.services.segments.plugin [-] Segment 81815c9a-5dc1-4506-9c06-e236dd454450 resource provider aggregate not found 2026-07-09 10:44:20.279 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 81815c9a-5dc1-4506-9c06-e236dd454450 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81815c9a-5dc1-4506-9c06-e236dd454450 found for delete ", "request_id": "req-68a70f9e-214b-4abe-962a-14a2e6883388"}]} 2026-07-09 10:44:20.284 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 81815c9a-5dc1-4506-9c06-e236dd454450 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81815c9a-5dc1-4506-9c06-e236dd454450 found for delete ", "request_id": "req-73da1b1d-c548-4245-bfab-f2bec1d90275"}]} 2026-07-09 10:44:20.309 8 INFO neutron.db.l3_hamode_db [None req-fb141b53-f947-4873-a1b0-ea01b034755f 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] HA network c5d50e3f-fc1e-4e82-94a5-7606c59bcb62 was deleted as no HA routers are present in tenant c0a671264ff24d61ad2223140999d839. [pid: 8|app: 0|req: 559/1129] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:44:19 2026] DELETE /v2.0/routers/5971357d-1291-43a4-a1bc-959172264d89 => generated 0 bytes in 1089 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1130] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:44:20 2026] DELETE /v2.0/subnets/9f6034e0-694d-4419-ab0c-8dda845c92a9 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1131] 10.0.0.165 () {34 vars in 665 bytes} [Thu Jul 9 10:44:20 2026] POST /v2.0/ports => generated 964 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 10:44:20.632 7 INFO neutron_taas.services.taas.taas_plugin [None req-5d887488-9226-410b-a80e-5d5c379e7490 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] TaaS: Handle Delete Port: f8930373-9e77-49c5-8881-a78699b4f427 2026-07-09 10:44:20.636 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d887488-9226-410b-a80e-5d5c379e7490 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Tap Mirror: Handle Delete Port: f8930373-9e77-49c5-8881-a78699b4f427 [pid: 8|app: 0|req: 561/1132] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:44:20 2026] GET /v2.0/security-groups?tenant_id=4ecb4af4b8f74b6284cb0e2d10ecbfe7&name=default => generated 2925 bytes in 362 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1133] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:44:20 2026] DELETE /v2.0/networks/6454b745-90d2-4ac3-8dbd-e8f591ab44ac => generated 0 bytes in 357 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1134] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:44:20 2026] DELETE /v2.0/security-groups/f8ee3145-613c-4e79-a31f-07192b4df2ce => generated 0 bytes in 176 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1135] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:44:21 2026] GET /v2.0/security-groups?tenant_id=c0a671264ff24d61ad2223140999d839&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1136] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:44:21 2026] DELETE /v2.0/security-groups/49cc2b69-0ad6-491e-922b-42e7f003e109 => 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: 576/1137] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:44:21 2026] GET /v2.0/security-groups?tenant_id=011c4dae522a412d8819a5a3bbbf9ba3&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:44:21.473 7 INFO neutron.services.segments.plugin [-] Segment a52a19a4-5cb9-443e-aabf-1b3d8b63d047 resource provider aggregate not found 2026-07-09 10:44:21.483 7 INFO neutron.services.segments.plugin [-] Segment a52a19a4-5cb9-443e-aabf-1b3d8b63d047 resource provider aggregate not found 2026-07-09 10:44:21.505 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a52a19a4-5cb9-443e-aabf-1b3d8b63d047 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a52a19a4-5cb9-443e-aabf-1b3d8b63d047 found for delete ", "request_id": "req-c1bd281b-95e0-4465-ba9e-d845d4592280"}]} 2026-07-09 10:44:21.515 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a52a19a4-5cb9-443e-aabf-1b3d8b63d047 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a52a19a4-5cb9-443e-aabf-1b3d8b63d047 found for delete ", "request_id": "req-9185e89c-34a9-440f-986b-191bca8ddf14"}]} [pid: 7|app: 0|req: 577/1138] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:44:21 2026] DELETE /v2.0/security-groups/b6b06121-383b-4e45-ac58-91a394aab2d5 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1139] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:44:21 2026] GET /v2.0/ports?device_id=59aba076-1435-4f0b-a3dd-ea5ffea538ea => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1140] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:44:21 2026] GET /v2.0/security-groups?id=4ec62fc0-0797-49fb-b4db-b330045d82db&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: 580/1141] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:44:21 2026] GET /v2.0/ports?device_id=59aba076-1435-4f0b-a3dd-ea5ffea538ea => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1142] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:44:21 2026] GET /v2.0/security-groups?id=4ec62fc0-0797-49fb-b4db-b330045d82db&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: 582/1143] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:44:22 2026] GET /v2.0/ports?device_id=59aba076-1435-4f0b-a3dd-ea5ffea538ea => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1144] 10.0.0.165 () {34 vars in 783 bytes} [Thu Jul 9 10:44:20 2026] PUT /v2.0/routers/cb5c89b7-440d-40ec-b80d-559d060e9834/add_router_interface => generated 309 bytes in 1465 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: 583/1145] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:44:22 2026] GET /v2.0/security-groups?id=4ec62fc0-0797-49fb-b4db-b330045d82db&fields=id&fields=name => generated 113 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1146] 10.0.0.165 () {32 vars in 717 bytes} [Thu Jul 9 10:44:22 2026] GET /v2.0/ports/2fb95e59-24d5-4c36-9c17-3e6a0c0efe05 => generated 1038 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:44:23.475 7 INFO neutron_taas.services.taas.taas_plugin [None req-2b9b4285-a1aa-49ac-a431-5237c172dfd0 ab8ee90ab35449729192159e42e79c1e 2cb3b5cfbdab49c98364a1a6dafda993 - - default default] TaaS: Handle Delete Port: 2fb95e59-24d5-4c36-9c17-3e6a0c0efe05 2026-07-09 10:44:23.479 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b9b4285-a1aa-49ac-a431-5237c172dfd0 ab8ee90ab35449729192159e42e79c1e 2cb3b5cfbdab49c98364a1a6dafda993 - - default default] Tap Mirror: Handle Delete Port: 2fb95e59-24d5-4c36-9c17-3e6a0c0efe05 [pid: 8|app: 0|req: 564/1147] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:44:23 2026] GET /v2.0/ports?device_id=59aba076-1435-4f0b-a3dd-ea5ffea538ea => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1148] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:44:23 2026] GET /v2.0/security-groups?id=4ec62fc0-0797-49fb-b4db-b330045d82db&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: 566/1149] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:44:23 2026] GET /v2.0/ports?tenant_id=319dd28ff7aa43519d979d5d13cce504&device_id=59aba076-1435-4f0b-a3dd-ea5ffea538ea => generated 1240 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1150] 199.19.213.99 () {34 vars in 985 bytes} [Thu Jul 9 10:44:23 2026] GET /v2.0/networks?id=c506f88b-6d7f-401c-a5ab-030e31bedf9d => generated 770 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1151] 10.0.0.165 () {34 vars in 789 bytes} [Thu Jul 9 10:44:22 2026] PUT /v2.0/routers/cb5c89b7-440d-40ec-b80d-559d060e9834/remove_router_interface => generated 309 bytes in 1522 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1154] 199.19.213.99 () {34 vars in 1057 bytes} [Thu Jul 9 10:44:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=a2bf5359-74f3-42b2-ad71-8cae1144be44 => generated 860 bytes in 54 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: 569/1155] 199.19.213.99 () {34 vars in 983 bytes} [Thu Jul 9 10:44:23 2026] GET /v2.0/subnets?id=f9aee7c7-2886-4010-87c4-7698ef83b8ab => generated 692 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1156] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:44:24 2026] GET /v2.0/ports?network_id=c506f88b-6d7f-401c-a5ab-030e31bedf9d&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:44:24.104 7 INFO neutron.api.v2.resource [None req-c08adc33-199f-4669-bcdf-313ae11f402c ab8ee90ab35449729192159e42e79c1e 2cb3b5cfbdab49c98364a1a6dafda993 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 587/1157] 10.0.0.165 () {34 vars in 789 bytes} [Thu Jul 9 10:44:23 2026] PUT /v2.0/routers/cb5c89b7-440d-40ec-b80d-559d060e9834/remove_router_interface => generated 197 bytes in 139 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1158] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:44:24 2026] GET /v2.0/networks/c506f88b-6d7f-401c-a5ab-030e31bedf9d?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1159] 10.0.0.165 () {32 vars in 736 bytes} [Thu Jul 9 10:44:24 2026] GET /v2.0/ports?device_id=cb5c89b7-440d-40ec-b80d-559d060e9834 => 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: 572/1160] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:44:24 2026] GET /v2.0/networks/c506f88b-6d7f-401c-a5ab-030e31bedf9d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:44:24.333 7 INFO neutron_taas.services.taas.taas_plugin [None req-2095f82e-73fc-4e6f-985b-ca7a1ad0e31e ab8ee90ab35449729192159e42e79c1e 2cb3b5cfbdab49c98364a1a6dafda993 - - default default] TaaS: Handle Delete Port: 339cc518-6636-4991-bf6e-b37e267192da 2026-07-09 10:44:24.336 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2095f82e-73fc-4e6f-985b-ca7a1ad0e31e ab8ee90ab35449729192159e42e79c1e 2cb3b5cfbdab49c98364a1a6dafda993 - - default default] Tap Mirror: Handle Delete Port: 339cc518-6636-4991-bf6e-b37e267192da 2026-07-09 10:44:24.697 7 INFO neutron.services.segments.plugin [-] Segment 343354b2-c447-4ef9-95f1-734c671cc68e resource provider aggregate not found 2026-07-09 10:44:24.704 7 INFO neutron.services.segments.plugin [-] Segment 343354b2-c447-4ef9-95f1-734c671cc68e resource provider aggregate not found 2026-07-09 10:44:24.725 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 343354b2-c447-4ef9-95f1-734c671cc68e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 343354b2-c447-4ef9-95f1-734c671cc68e found for delete ", "request_id": "req-133f9853-760a-40aa-b479-0d7da7f47a6e"}]} 2026-07-09 10:44:24.731 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 343354b2-c447-4ef9-95f1-734c671cc68e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 343354b2-c447-4ef9-95f1-734c671cc68e found for delete ", "request_id": "req-1b1825fa-46e2-4996-8db4-a505dd88bcc7"}]} [pid: 8|app: 0|req: 573/1161] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:44:24 2026] GET /v2.0/ports?device_id=59aba076-1435-4f0b-a3dd-ea5ffea538ea => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:44:24.752 7 INFO neutron.db.l3_hamode_db [None req-2095f82e-73fc-4e6f-985b-ca7a1ad0e31e ab8ee90ab35449729192159e42e79c1e 2cb3b5cfbdab49c98364a1a6dafda993 - - default default] HA network 3b907ff5-faa2-4711-8b0f-72257853b8fe was deleted as no HA routers are present in tenant 2cb3b5cfbdab49c98364a1a6dafda993. [pid: 7|app: 0|req: 589/1162] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:44:24 2026] DELETE /v2.0/routers/cb5c89b7-440d-40ec-b80d-559d060e9834 => generated 0 bytes in 621 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1163] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:44:24 2026] GET /v2.0/security-groups?id=4ec62fc0-0797-49fb-b4db-b330045d82db&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: 590/1164] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:44:24 2026] DELETE /v2.0/subnets/25621951-c639-452b-ab37-30324d24fe02 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:44:25.081 8 INFO neutron.services.segments.plugin [-] Segment 00ceecef-7161-4472-bdb0-0d337d0f1811 resource provider aggregate not found 2026-07-09 10:44:25.087 8 INFO neutron.services.segments.plugin [-] Segment 00ceecef-7161-4472-bdb0-0d337d0f1811 resource provider aggregate not found 2026-07-09 10:44:25.101 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 00ceecef-7161-4472-bdb0-0d337d0f1811 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00ceecef-7161-4472-bdb0-0d337d0f1811 found for delete ", "request_id": "req-371aedc8-d325-4ff5-94ad-df88610ee62c"}]} 2026-07-09 10:44:25.108 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 00ceecef-7161-4472-bdb0-0d337d0f1811 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00ceecef-7161-4472-bdb0-0d337d0f1811 found for delete ", "request_id": "req-b547bedb-2f8d-42f0-85d8-644501aec5bd"}]} [pid: 8|app: 0|req: 575/1165] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:44:24 2026] DELETE /v2.0/networks/99600055-6543-4e87-86ff-70e45e0c623b => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:44:25.214 7 INFO neutron.db.segments_db [None req-23877f3f-5857-41c0-be74-753c8694b236 ab8ee90ab35449729192159e42e79c1e 2cb3b5cfbdab49c98364a1a6dafda993 - - default default] Added segment 8f25e81f-07a1-4621-a4b8-9e4d1ea790ae of type vxlan for network 6aae2144-ff9f-4647-95c5-f50cb855adf0 [pid: 7|app: 0|req: 591/1166] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:44:25 2026] POST /v2.0/networks => generated 633 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1167] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:44:25 2026] POST /v2.0/subnets => generated 646 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:44:25.688 7 INFO neutron.db.segments_db [None req-9595f925-25d0-4845-84d2-ebb58eafdfab ab8ee90ab35449729192159e42e79c1e 2cb3b5cfbdab49c98364a1a6dafda993 - - default default] Added segment 68e33ef2-c4c5-4b67-8bef-4ffd12c83a90 of type vxlan for network 26871bfc-6725-4401-a9ef-9bf4cba096c1 [pid: 8|app: 0|req: 577/1168] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:44:25 2026] GET /v2.0/ports?device_id=59aba076-1435-4f0b-a3dd-ea5ffea538ea => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:44:25.956 7 INFO neutron.db.l3_hamode_db [None req-9595f925-25d0-4845-84d2-ebb58eafdfab ab8ee90ab35449729192159e42e79c1e 2cb3b5cfbdab49c98364a1a6dafda993 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 578/1169] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:44:25 2026] GET /v2.0/security-groups?id=4ec62fc0-0797-49fb-b4db-b330045d82db&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:44:26.095 7 INFO neutron.db.l3_hamode_db [None req-9595f925-25d0-4845-84d2-ebb58eafdfab ab8ee90ab35449729192159e42e79c1e 2cb3b5cfbdab49c98364a1a6dafda993 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 579/1170] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:44:26 2026] GET /v2.0/security-groups?tenant_id=578cc81cedd84761b3828ffc45f8508c&name=default => generated 2925 bytes in 328 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1171] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:44:26 2026] DELETE /v2.0/security-groups/24f67749-be9e-462c-886f-6888156fa2a0 => generated 0 bytes in 268 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1172] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:44:25 2026] POST /v2.0/routers => generated 511 bytes in 1250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1173] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:44:26 2026] GET /v2.0/security-groups?tenant_id=4eb16b797e3e4916ae2af0014363483c&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: 582/1174] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:44:27 2026] DELETE /v2.0/security-groups/6ed70dbf-31ea-45f0-b757-5e7e4e972bd9 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1175] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:44:27 2026] GET /v2.0/ports?device_id=59aba076-1435-4f0b-a3dd-ea5ffea538ea => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1176] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:44:27 2026] GET /v2.0/security-groups?id=4ec62fc0-0797-49fb-b4db-b330045d82db&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: 585/1177] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:44:27 2026] GET /v2.0/security-groups?tenant_id=fde382f75493472f84202e512ea500be&name=default => generated 2925 bytes in 408 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1178] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:44:27 2026] DELETE /v2.0/security-groups/28a74f1c-a1c8-4721-87f1-d63da5855cb6 => 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: 587/1179] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:44:27 2026] GET /v2.0/security-groups?tenant_id=0764578005e24c59aa0a0df8f1537f41&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1180] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:44:28 2026] DELETE /v2.0/security-groups/e258eb3a-4963-4bc3-83d4-c21fba18d660 => 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: 593/1181] 10.0.0.165 () {34 vars in 783 bytes} [Thu Jul 9 10:44:26 2026] PUT /v2.0/routers/86cfe627-a6d2-4b29-96d0-bb8604a0735b/add_router_interface => generated 309 bytes in 1315 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1182] 10.0.0.165 () {32 vars in 717 bytes} [Thu Jul 9 10:44:28 2026] GET /v2.0/ports/48733519-4119-4751-99b6-b5d2dfac1e2d => generated 959 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1183] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:44:28 2026] GET /v2.0/ports?device_id=59aba076-1435-4f0b-a3dd-ea5ffea538ea => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1184] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:44:28 2026] GET /v2.0/security-groups?id=4ec62fc0-0797-49fb-b4db-b330045d82db&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:44:28.775 7 INFO neutron_taas.services.taas.taas_plugin [None req-b732c98a-3a58-4c7f-a132-d9bc53a1ab13 ab8ee90ab35449729192159e42e79c1e 2cb3b5cfbdab49c98364a1a6dafda993 - - default default] TaaS: Handle Delete Port: 48733519-4119-4751-99b6-b5d2dfac1e2d 2026-07-09 10:44:28.779 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b732c98a-3a58-4c7f-a132-d9bc53a1ab13 ab8ee90ab35449729192159e42e79c1e 2cb3b5cfbdab49c98364a1a6dafda993 - - default default] Tap Mirror: Handle Delete Port: 48733519-4119-4751-99b6-b5d2dfac1e2d [pid: 7|app: 0|req: 594/1185] 10.0.0.165 () {34 vars in 789 bytes} [Thu Jul 9 10:44:28 2026] PUT /v2.0/routers/86cfe627-a6d2-4b29-96d0-bb8604a0735b/remove_router_interface => generated 309 bytes in 1049 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1186] 10.0.0.165 () {32 vars in 736 bytes} [Thu Jul 9 10:44:29 2026] GET /v2.0/ports?device_id=86cfe627-a6d2-4b29-96d0-bb8604a0735b => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:44:29.568 8 INFO neutron.db.segments_db [None req-38c47c2c-fa37-44b1-95f8-97beb61b5a25 1d4ce9e64f454da89374bcb151d4ee90 7c5d7c16a3ff4d8ba9ee8d63ec171bb1 - - default default] Added segment daa91e79-36fd-475d-ae2b-99adb12c33fe of type vxlan for network 3f51e68a-dfde-4a8b-a302-8771f478b064 2026-07-09 10:44:29.590 7 INFO neutron_taas.services.taas.taas_plugin [None req-054c639a-3b32-41cb-abea-a4f1eda80489 ab8ee90ab35449729192159e42e79c1e 2cb3b5cfbdab49c98364a1a6dafda993 - - default default] TaaS: Handle Delete Port: 5b7fc754-bdd2-4ef2-b4d7-0889b533ce7b 2026-07-09 10:44:29.592 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-054c639a-3b32-41cb-abea-a4f1eda80489 ab8ee90ab35449729192159e42e79c1e 2cb3b5cfbdab49c98364a1a6dafda993 - - default default] Tap Mirror: Handle Delete Port: 5b7fc754-bdd2-4ef2-b4d7-0889b533ce7b [pid: 8|app: 0|req: 592/1187] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:44:29 2026] POST /v2.0/networks => generated 650 bytes in 516 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1188] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:44:29 2026] GET /v2.0/ports?device_id=59aba076-1435-4f0b-a3dd-ea5ffea538ea => generated 969 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:44:30.063 7 INFO neutron.services.segments.plugin [-] Segment 68e33ef2-c4c5-4b67-8bef-4ffd12c83a90 resource provider aggregate not found 2026-07-09 10:44:30.070 7 INFO neutron.services.segments.plugin [-] Segment 68e33ef2-c4c5-4b67-8bef-4ffd12c83a90 resource provider aggregate not found 2026-07-09 10:44:30.091 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 68e33ef2-c4c5-4b67-8bef-4ffd12c83a90 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68e33ef2-c4c5-4b67-8bef-4ffd12c83a90 found for delete ", "request_id": "req-d5cf186e-0368-49c1-b265-9c8a870c3d65"}]} 2026-07-09 10:44:30.092 7 INFO neutron.db.l3_hamode_db [None req-054c639a-3b32-41cb-abea-a4f1eda80489 ab8ee90ab35449729192159e42e79c1e 2cb3b5cfbdab49c98364a1a6dafda993 - - default default] HA network 26871bfc-6725-4401-a9ef-9bf4cba096c1 was deleted as no HA routers are present in tenant 2cb3b5cfbdab49c98364a1a6dafda993. 2026-07-09 10:44:30.102 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 68e33ef2-c4c5-4b67-8bef-4ffd12c83a90 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68e33ef2-c4c5-4b67-8bef-4ffd12c83a90 found for delete ", "request_id": "req-32bca855-ac54-439f-8ab6-2ce8eec0dbd9"}]} [pid: 7|app: 0|req: 596/1189] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:44:29 2026] DELETE /v2.0/routers/86cfe627-a6d2-4b29-96d0-bb8604a0735b => generated 0 bytes in 758 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1190] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:44:29 2026] POST /v2.0/subnets => generated 627 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1191] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:44:30 2026] GET /v2.0/security-groups?id=4ec62fc0-0797-49fb-b4db-b330045d82db&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:44:30.196 7 INFO neutron.db.segments_db [None req-f9b7bec5-406d-4b54-9cd9-40b9ed2515ee 1d4ce9e64f454da89374bcb151d4ee90 7c5d7c16a3ff4d8ba9ee8d63ec171bb1 - - default default] Added segment ae069e6b-834b-406e-b890-cc012df2c336 of type vxlan for network 74344cd9-00c4-4ab7-99c8-0072d8aacc6c [pid: 8|app: 0|req: 595/1192] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:44:30 2026] DELETE /v2.0/subnets/7d18747b-1623-4086-83e6-3416f1360c88 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:44:30.430 8 INFO neutron_taas.services.taas.taas_plugin [None req-2e9ea4b7-db67-4901-96f2-a8c0230e4f4a ab8ee90ab35449729192159e42e79c1e 2cb3b5cfbdab49c98364a1a6dafda993 - - default default] TaaS: Handle Delete Port: 99be05db-71a6-4046-b34e-993a38989726 2026-07-09 10:44:30.433 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e9ea4b7-db67-4901-96f2-a8c0230e4f4a ab8ee90ab35449729192159e42e79c1e 2cb3b5cfbdab49c98364a1a6dafda993 - - default default] Tap Mirror: Handle Delete Port: 99be05db-71a6-4046-b34e-993a38989726 2026-07-09 10:44:30.514 7 INFO neutron.db.l3_hamode_db [None req-f9b7bec5-406d-4b54-9cd9-40b9ed2515ee 1d4ce9e64f454da89374bcb151d4ee90 7c5d7c16a3ff4d8ba9ee8d63ec171bb1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 10:44:30.631 8 INFO neutron.services.segments.plugin [-] Segment 8f25e81f-07a1-4621-a4b8-9e4d1ea790ae resource provider aggregate not found 2026-07-09 10:44:30.639 8 INFO neutron.services.segments.plugin [-] Segment 8f25e81f-07a1-4621-a4b8-9e4d1ea790ae resource provider aggregate not found 2026-07-09 10:44:30.656 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8f25e81f-07a1-4621-a4b8-9e4d1ea790ae resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f25e81f-07a1-4621-a4b8-9e4d1ea790ae found for delete ", "request_id": "req-a494c143-a08a-4de4-9948-610c0f41a5ce"}]} 2026-07-09 10:44:30.662 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8f25e81f-07a1-4621-a4b8-9e4d1ea790ae resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f25e81f-07a1-4621-a4b8-9e4d1ea790ae found for delete ", "request_id": "req-08928777-bd3e-4a85-a107-4c932d227502"}]} [pid: 8|app: 0|req: 596/1193] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:44:30 2026] DELETE /v2.0/networks/6aae2144-ff9f-4647-95c5-f50cb855adf0 => generated 0 bytes in 386 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:44:30.745 8 INFO neutron.db.segments_db [None req-a2491364-d793-4c03-9c7a-9a0864b78d51 ab8ee90ab35449729192159e42e79c1e 2cb3b5cfbdab49c98364a1a6dafda993 - - default default] Added segment 024c6a3c-3267-4bdf-b6de-f3144a52da59 of type vxlan for network b77091a2-53d0-40eb-b3d4-371b3d4b3ce8 2026-07-09 10:44:31.082 8 INFO neutron.db.l3_hamode_db [None req-a2491364-d793-4c03-9c7a-9a0864b78d51 ab8ee90ab35449729192159e42e79c1e 2cb3b5cfbdab49c98364a1a6dafda993 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 10:44:31.465 7 INFO neutron.db.l3_hamode_db [None req-f9b7bec5-406d-4b54-9cd9-40b9ed2515ee 1d4ce9e64f454da89374bcb151d4ee90 7c5d7c16a3ff4d8ba9ee8d63ec171bb1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 10:44:32.142 8 INFO neutron.db.l3_hamode_db [None req-a2491364-d793-4c03-9c7a-9a0864b78d51 ab8ee90ab35449729192159e42e79c1e 2cb3b5cfbdab49c98364a1a6dafda993 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 598/1194] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:44:30 2026] POST /v2.0/routers => generated 694 bytes in 2441 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1195] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:44:32 2026] GET /v2.0/security-groups?tenant_id=ad7fcb1fb97b4d4fb7257e7b7327bf99&name=default => generated 2925 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1196] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:44:32 2026] GET /v2.0/ports?device_id=59aba076-1435-4f0b-a3dd-ea5ffea538ea => generated 971 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1197] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:44:30 2026] POST /v2.0/routers => generated 692 bytes in 2481 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1198] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:44:33 2026] DELETE /v2.0/security-groups/ef91af7b-b3a7-4993-b09a-59955365e725 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1199] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:44:33 2026] GET /v2.0/security-groups?id=4ec62fc0-0797-49fb-b4db-b330045d82db&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1200] 10.0.0.165 () {32 vars in 721 bytes} [Thu Jul 9 10:44:33 2026] GET /v2.0/routers/3285fc95-9ea0-499d-a8f2-336ae6bb63ea => generated 698 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1201] 10.0.0.165 () {32 vars in 647 bytes} [Thu Jul 9 10:44:33 2026] GET /v2.0/routers => generated 701 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1202] 10.0.0.165 () {34 vars in 741 bytes} [Thu Jul 9 10:44:33 2026] PUT /v2.0/routers/3285fc95-9ea0-499d-a8f2-336ae6bb63ea => generated 705 bytes in 414 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1203] 10.0.0.165 () {32 vars in 721 bytes} [Thu Jul 9 10:44:33 2026] GET /v2.0/routers/3285fc95-9ea0-499d-a8f2-336ae6bb63ea => generated 705 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1204] 10.0.0.165 () {32 vars in 736 bytes} [Thu Jul 9 10:44:34 2026] GET /v2.0/ports?device_id=3285fc95-9ea0-499d-a8f2-336ae6bb63ea => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:44:34.258 8 INFO neutron_taas.services.taas.taas_plugin [None req-02907f15-97d8-4b03-8e56-ba5fc06ae424 ab8ee90ab35449729192159e42e79c1e 2cb3b5cfbdab49c98364a1a6dafda993 - - default default] TaaS: Handle Delete Port: 5e677ce9-4536-46e2-9cad-c08f771228eb 2026-07-09 10:44:34.261 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-02907f15-97d8-4b03-8e56-ba5fc06ae424 ab8ee90ab35449729192159e42e79c1e 2cb3b5cfbdab49c98364a1a6dafda993 - - default default] Tap Mirror: Handle Delete Port: 5e677ce9-4536-46e2-9cad-c08f771228eb [pid: 7|app: 0|req: 601/1205] 10.0.0.165 () {34 vars in 783 bytes} [Thu Jul 9 10:44:32 2026] PUT /v2.0/routers/d27bf7e9-8f6e-4550-95ff-7199d4a27c5c/add_router_interface => generated 309 bytes in 1407 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1206] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:44:34 2026] GET /v2.0/ports?device_id=59aba076-1435-4f0b-a3dd-ea5ffea538ea => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:44:34.517 8 INFO neutron_taas.services.taas.taas_plugin [None req-02907f15-97d8-4b03-8e56-ba5fc06ae424 ab8ee90ab35449729192159e42e79c1e 2cb3b5cfbdab49c98364a1a6dafda993 - - default default] TaaS: Handle Delete Port: bf2ad39c-7349-4cce-b7f1-7c7058ab84f0 2026-07-09 10:44:34.520 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-02907f15-97d8-4b03-8e56-ba5fc06ae424 ab8ee90ab35449729192159e42e79c1e 2cb3b5cfbdab49c98364a1a6dafda993 - - default default] Tap Mirror: Handle Delete Port: bf2ad39c-7349-4cce-b7f1-7c7058ab84f0 2026-07-09 10:44:34.837 8 INFO neutron.services.segments.plugin [-] Segment 024c6a3c-3267-4bdf-b6de-f3144a52da59 resource provider aggregate not found 2026-07-09 10:44:34.844 8 INFO neutron.services.segments.plugin [-] Segment 024c6a3c-3267-4bdf-b6de-f3144a52da59 resource provider aggregate not found 2026-07-09 10:44:34.860 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 024c6a3c-3267-4bdf-b6de-f3144a52da59 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 024c6a3c-3267-4bdf-b6de-f3144a52da59 found for delete ", "request_id": "req-9c746dd3-79ca-46d7-b1fb-b75ef77f5016"}]} 2026-07-09 10:44:34.874 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 024c6a3c-3267-4bdf-b6de-f3144a52da59 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 024c6a3c-3267-4bdf-b6de-f3144a52da59 found for delete ", "request_id": "req-dbf47e22-2d21-4db0-82f6-f7ba70bb0c01"}]} [pid: 7|app: 0|req: 603/1207] 10.0.0.165 () {34 vars in 665 bytes} [Thu Jul 9 10:44:34 2026] POST /v2.0/ports => generated 955 bytes in 455 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 10:44:34.889 8 INFO neutron.db.l3_hamode_db [None req-02907f15-97d8-4b03-8e56-ba5fc06ae424 ab8ee90ab35449729192159e42e79c1e 2cb3b5cfbdab49c98364a1a6dafda993 - - default default] HA network b77091a2-53d0-40eb-b3d4-371b3d4b3ce8 was deleted as no HA routers are present in tenant 2cb3b5cfbdab49c98364a1a6dafda993. [pid: 8|app: 0|req: 605/1208] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:44:34 2026] DELETE /v2.0/routers/3285fc95-9ea0-499d-a8f2-336ae6bb63ea => generated 0 bytes in 858 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1209] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:44:34 2026] GET /v2.0/security-groups?id=4ec62fc0-0797-49fb-b4db-b330045d82db&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: 605/1210] 10.0.0.165 () {32 vars in 736 bytes} [Thu Jul 9 10:44:34 2026] GET /v2.0/ports?device_id=3285fc95-9ea0-499d-a8f2-336ae6bb63ea => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:44:34.995 7 INFO neutron.api.v2.resource [None req-b424ebaf-9f7a-4556-b2bb-91318f0261dc ab8ee90ab35449729192159e42e79c1e 2cb3b5cfbdab49c98364a1a6dafda993 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 606/1211] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:44:34 2026] DELETE /v2.0/routers/3285fc95-9ea0-499d-a8f2-336ae6bb63ea => generated 135 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1212] 10.0.0.165 () {32 vars in 736 bytes} [Thu Jul 9 10:44:35 2026] GET /v2.0/ports?device_id=86cfe627-a6d2-4b29-96d0-bb8604a0735b => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:44:35.055 7 INFO neutron.api.v2.resource [None req-23bfd6af-2727-4550-8a56-8f2791a3a758 ab8ee90ab35449729192159e42e79c1e 2cb3b5cfbdab49c98364a1a6dafda993 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 608/1213] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:44:35 2026] DELETE /v2.0/routers/86cfe627-a6d2-4b29-96d0-bb8604a0735b => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:44:35.077 7 INFO neutron.pecan_wsgi.hooks.translation [None req-03e884f8-e17a-46dd-8bf5-783e9d0286be ab8ee90ab35449729192159e42e79c1e 2cb3b5cfbdab49c98364a1a6dafda993 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 609/1214] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:44:35 2026] DELETE /v2.0/subnets/7d18747b-1623-4086-83e6-3416f1360c88 => 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: 610/1215] 10.0.0.165 () {32 vars in 736 bytes} [Thu Jul 9 10:44:35 2026] GET /v2.0/ports?device_id=cb5c89b7-440d-40ec-b80d-559d060e9834 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:44:35.131 7 INFO neutron.api.v2.resource [None req-1437eea7-fef8-42c9-b3f8-4de7ae0d4057 ab8ee90ab35449729192159e42e79c1e 2cb3b5cfbdab49c98364a1a6dafda993 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 611/1216] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:44:35 2026] DELETE /v2.0/routers/cb5c89b7-440d-40ec-b80d-559d060e9834 => generated 135 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:44:35.155 7 INFO neutron.pecan_wsgi.hooks.translation [None req-99f54cc8-9f9b-4661-95ca-d120e9d4a677 ab8ee90ab35449729192159e42e79c1e 2cb3b5cfbdab49c98364a1a6dafda993 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 612/1217] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:44:35 2026] DELETE /v2.0/subnets/25621951-c639-452b-ab37-30324d24fe02 => 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: 613/1218] 10.0.0.165 () {32 vars in 736 bytes} [Thu Jul 9 10:44:35 2026] GET /v2.0/ports?device_id=8dc13c6f-d88c-406a-9f34-064b11bbebc8 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:44:35.213 7 INFO neutron.api.v2.resource [None req-8104a34f-fea1-4534-8497-6081acdea0ad ab8ee90ab35449729192159e42e79c1e 2cb3b5cfbdab49c98364a1a6dafda993 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 614/1219] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:44:35 2026] DELETE /v2.0/routers/8dc13c6f-d88c-406a-9f34-064b11bbebc8 => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:44:35.239 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4e821f1e-062c-461e-8351-21bec831ce8e ab8ee90ab35449729192159e42e79c1e 2cb3b5cfbdab49c98364a1a6dafda993 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 615/1220] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:44:35 2026] DELETE /v2.0/subnets/162ece1b-abc2-4a5b-bb33-394ce1f94c2e => generated 136 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:44:35.265 7 INFO neutron.pecan_wsgi.hooks.translation [None req-84b2bfb1-65c3-45c1-8872-6373120a214b ab8ee90ab35449729192159e42e79c1e 2cb3b5cfbdab49c98364a1a6dafda993 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 616/1221] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:44:35 2026] DELETE /v2.0/subnets/5241a631-41c5-4c20-90eb-b43a79fd223b => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1222] 10.0.0.165 () {34 vars in 665 bytes} [Thu Jul 9 10:44:34 2026] POST /v2.0/ports => generated 955 bytes in 424 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: 607/1223] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:44:35 2026] GET /v2.0/security-groups?tenant_id=2cb3b5cfbdab49c98364a1a6dafda993&name=default => generated 2925 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:44:36.247 7 INFO neutron.db.l3_db [None req-afec26ac-8cdd-4739-922c-f6a6f197dcbc 1d4ce9e64f454da89374bcb151d4ee90 7c5d7c16a3ff4d8ba9ee8d63ec171bb1 - - default default] Floating IP eed7b043-7922-4dc1-9e76-75cd9cde001d associated. External IP: 10.96.250.216, port: ca8c848b-b834-4bfa-b44f-93c7a53edbac. [pid: 8|app: 0|req: 608/1224] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:44:36 2026] GET /v2.0/security-groups?tenant_id=24c86e8122b14e66bc16c78bf34e6889&name=default => generated 2925 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1225] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:44:36 2026] DELETE /v2.0/security-groups/3d983a83-d56e-49b4-a943-b6ce731a40ef => 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: 610/1226] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:44:36 2026] DELETE /v2.0/security-groups/2bc6ec1a-f73b-4eaf-b62c-090d124dcf1e => 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: 617/1227] 10.0.0.165 () {34 vars in 677 bytes} [Thu Jul 9 10:44:35 2026] POST /v2.0/floatingips => generated 842 bytes in 1302 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:44:36.801 8 INFO neutron.db.l3_db [None req-79c8363d-e5c2-467f-8128-88b10e3ae11f 1d4ce9e64f454da89374bcb151d4ee90 7c5d7c16a3ff4d8ba9ee8d63ec171bb1 - - default default] Floating IP eed7b043-7922-4dc1-9e76-75cd9cde001d disassociated. External IP: 10.96.250.216, port: ca8c848b-b834-4bfa-b44f-93c7a53edbac. [pid: 8|app: 0|req: 611/1228] 10.0.0.165 () {34 vars in 749 bytes} [Thu Jul 9 10:44:36 2026] PUT /v2.0/floatingips/eed7b043-7922-4dc1-9e76-75cd9cde001d => generated 552 bytes in 626 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:44:37.409 7 INFO neutron_taas.services.taas.taas_plugin [None req-a7d56e52-ad3d-462a-bd77-5d03e260709b 1d4ce9e64f454da89374bcb151d4ee90 7c5d7c16a3ff4d8ba9ee8d63ec171bb1 - - default default] TaaS: Handle Delete Port: 979ab7a0-b733-407a-beab-c17a385d3e8a 2026-07-09 10:44:37.412 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7d56e52-ad3d-462a-bd77-5d03e260709b 1d4ce9e64f454da89374bcb151d4ee90 7c5d7c16a3ff4d8ba9ee8d63ec171bb1 - - default default] Tap Mirror: Handle Delete Port: 979ab7a0-b733-407a-beab-c17a385d3e8a [pid: 7|app: 0|req: 618/1229] 10.0.0.165 () {32 vars in 732 bytes} [Thu Jul 9 10:44:37 2026] DELETE /v2.0/floatingips/eed7b043-7922-4dc1-9e76-75cd9cde001d => generated 0 bytes in 328 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:44:38.552 8 INFO neutron.db.l3_db [None req-5caf6785-ec1b-473a-9a5f-be25181f3af4 1d4ce9e64f454da89374bcb151d4ee90 7c5d7c16a3ff4d8ba9ee8d63ec171bb1 - - default default] Floating IP fd47c3d7-ab72-40e3-a3e0-4c128ea56486 associated. External IP: 10.96.250.218, port: 74005326-1a70-4605-a39b-10d1f52a89fd. 2026-07-09 10:44:38.691 7 INFO neutron.db.segments_db [None req-06b79db5-2559-4f01-b2f3-0795c1713068 06902574d0384d928ea3652c20ffc5a8 38088c3303c9444999ca397bde14572c - - default default] Added segment 435a5385-776c-466e-8298-0410da492e13 of type vxlan for network 05c18cba-efff-4409-a728-4491ff10aaeb [pid: 7|app: 0|req: 619/1230] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:44:38 2026] POST /v2.0/networks => generated 629 bytes in 488 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:44:38.890 7 INFO neutron.db.segments_db [None req-0f088778-18ec-41cd-b5ce-50afe9d2eb28 06902574d0384d928ea3652c20ffc5a8 38088c3303c9444999ca397bde14572c - - default default] Added segment 725af49c-85aa-43e1-9a2d-c8fd5fbc43c1 of type vxlan for network 9cac79c9-7834-48dc-90d8-9a92fda6abc5 [pid: 8|app: 0|req: 612/1231] 10.0.0.165 () {34 vars in 677 bytes} [Thu Jul 9 10:44:37 2026] POST /v2.0/floatingips => generated 842 bytes in 1371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1234] 10.0.0.165 () {32 vars in 729 bytes} [Thu Jul 9 10:44:38 2026] GET /v2.0/floatingips/fd47c3d7-ab72-40e3-a3e0-4c128ea56486 => generated 842 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1235] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:44:38 2026] POST /v2.0/networks => generated 630 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1236] 10.0.0.165 () {32 vars in 655 bytes} [Thu Jul 9 10:44:39 2026] GET /v2.0/floatingips => generated 845 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1237] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:44:39 2026] POST /v2.0/subnets => generated 626 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:44:39.487 8 INFO neutron.db.l3_db [None req-79ac3e95-1611-4861-837d-3c4103c47d6b 1d4ce9e64f454da89374bcb151d4ee90 7c5d7c16a3ff4d8ba9ee8d63ec171bb1 - - default default] Floating IP fd47c3d7-ab72-40e3-a3e0-4c128ea56486 associated. External IP: 10.96.250.218, port: 74005326-1a70-4605-a39b-10d1f52a89fd. [pid: 7|app: 0|req: 622/1238] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:44:39 2026] POST /v2.0/subnets => generated 626 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:44:39.664 7 INFO neutron.db.segments_db [None req-f3f41aa6-93b7-4460-8057-3a408d5f605c 06902574d0384d928ea3652c20ffc5a8 38088c3303c9444999ca397bde14572c - - default default] Added segment 79671f6d-e0d8-445c-beae-ecb7e77dc4d3 of type vxlan for network 3432b0e2-54fc-4c7a-9494-8db28fc80c09 2026-07-09 10:44:39.963 7 INFO neutron.db.l3_hamode_db [None req-f3f41aa6-93b7-4460-8057-3a408d5f605c 06902574d0384d928ea3652c20ffc5a8 38088c3303c9444999ca397bde14572c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 10:44:40.100 7 INFO neutron.db.l3_hamode_db [None req-f3f41aa6-93b7-4460-8057-3a408d5f605c 06902574d0384d928ea3652c20ffc5a8 38088c3303c9444999ca397bde14572c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 617/1239] 10.0.0.165 () {34 vars in 749 bytes} [Thu Jul 9 10:44:39 2026] PUT /v2.0/floatingips/fd47c3d7-ab72-40e3-a3e0-4c128ea56486 => generated 842 bytes in 1029 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:44:40.258 8 INFO neutron.db.l3_db [None req-bcd0dc37-40b5-47d0-99d9-96b9843cf940 1d4ce9e64f454da89374bcb151d4ee90 7c5d7c16a3ff4d8ba9ee8d63ec171bb1 - - default default] Floating IP fd47c3d7-ab72-40e3-a3e0-4c128ea56486 disassociated. External IP: 10.96.250.218, port: ca8c848b-b834-4bfa-b44f-93c7a53edbac. [pid: 7|app: 0|req: 623/1240] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:44:39 2026] POST /v2.0/routers => generated 507 bytes in 1159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1241] 10.0.0.165 () {34 vars in 749 bytes} [Thu Jul 9 10:44:40 2026] PUT /v2.0/floatingips/fd47c3d7-ab72-40e3-a3e0-4c128ea56486 => generated 552 bytes in 1004 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:44:41.266 8 INFO neutron_taas.services.taas.taas_plugin [None req-596edfe2-4ba5-4671-b0b0-72e2f4830cfd 1d4ce9e64f454da89374bcb151d4ee90 7c5d7c16a3ff4d8ba9ee8d63ec171bb1 - - default default] TaaS: Handle Delete Port: f78716fb-d71f-43fd-93d5-877e1415766c 2026-07-09 10:44:41.269 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-596edfe2-4ba5-4671-b0b0-72e2f4830cfd 1d4ce9e64f454da89374bcb151d4ee90 7c5d7c16a3ff4d8ba9ee8d63ec171bb1 - - default default] Tap Mirror: Handle Delete Port: f78716fb-d71f-43fd-93d5-877e1415766c [pid: 8|app: 0|req: 619/1242] 10.0.0.165 () {32 vars in 732 bytes} [Thu Jul 9 10:44:41 2026] DELETE /v2.0/floatingips/fd47c3d7-ab72-40e3-a3e0-4c128ea56486 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1243] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:44:41 2026] GET /v2.0/security-groups?tenant_id=3fd434f16ec0472ab32b03fe3baeb7d0&name=default => generated 2925 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:44:41.782 8 INFO neutron.api.v2.resource [None req-cada3d1c-a0ed-4336-909a-2b4558e5ad8e 1d4ce9e64f454da89374bcb151d4ee90 7c5d7c16a3ff4d8ba9ee8d63ec171bb1 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 621/1244] 10.0.0.165 () {32 vars in 732 bytes} [Thu Jul 9 10:44:41 2026] DELETE /v2.0/floatingips/fd47c3d7-ab72-40e3-a3e0-4c128ea56486 => generated 144 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1245] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:44:41 2026] DELETE /v2.0/security-groups/b4473c46-b83e-4ae7-90a1-2ba628465088 => 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: 624/1246] 10.0.0.165 () {34 vars in 783 bytes} [Thu Jul 9 10:44:40 2026] PUT /v2.0/routers/cf29507e-34b6-42c2-bdb9-78e2611d9c64/add_router_interface => generated 309 bytes in 1147 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1247] 10.0.0.165 () {32 vars in 717 bytes} [Thu Jul 9 10:44:41 2026] GET /v2.0/ports/8c64a175-5c83-435d-82ae-51634ddac967 => generated 955 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:44:42.071 8 INFO neutron_taas.services.taas.taas_plugin [None req-23e2706d-9f67-4f47-8a25-a7a3fb9dd6ec 1d4ce9e64f454da89374bcb151d4ee90 7c5d7c16a3ff4d8ba9ee8d63ec171bb1 - - default default] TaaS: Handle Delete Port: ca8c848b-b834-4bfa-b44f-93c7a53edbac 2026-07-09 10:44:42.075 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23e2706d-9f67-4f47-8a25-a7a3fb9dd6ec 1d4ce9e64f454da89374bcb151d4ee90 7c5d7c16a3ff4d8ba9ee8d63ec171bb1 - - default default] Tap Mirror: Handle Delete Port: ca8c848b-b834-4bfa-b44f-93c7a53edbac [pid: 8|app: 0|req: 623/1248] 10.0.0.165 () {32 vars in 720 bytes} [Thu Jul 9 10:44:41 2026] DELETE /v2.0/ports/ca8c848b-b834-4bfa-b44f-93c7a53edbac => generated 0 bytes in 356 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:44:42.372 8 INFO neutron_taas.services.taas.taas_plugin [None req-89f24140-f186-4899-add7-42d3a07c929b 1d4ce9e64f454da89374bcb151d4ee90 7c5d7c16a3ff4d8ba9ee8d63ec171bb1 - - default default] TaaS: Handle Delete Port: 74005326-1a70-4605-a39b-10d1f52a89fd 2026-07-09 10:44:42.375 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89f24140-f186-4899-add7-42d3a07c929b 1d4ce9e64f454da89374bcb151d4ee90 7c5d7c16a3ff4d8ba9ee8d63ec171bb1 - - default default] Tap Mirror: Handle Delete Port: 74005326-1a70-4605-a39b-10d1f52a89fd [pid: 8|app: 0|req: 624/1249] 10.0.0.165 () {32 vars in 720 bytes} [Thu Jul 9 10:44:42 2026] DELETE /v2.0/ports/74005326-1a70-4605-a39b-10d1f52a89fd => generated 0 bytes in 314 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1250] 10.0.0.165 () {32 vars in 736 bytes} [Thu Jul 9 10:44:42 2026] GET /v2.0/ports?device_id=d27bf7e9-8f6e-4550-95ff-7199d4a27c5c => generated 958 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:44:43.087 8 INFO neutron_taas.services.taas.taas_plugin [None req-6c777b69-f1e4-40b9-bfe9-7e9a7fdcf51e 1d4ce9e64f454da89374bcb151d4ee90 7c5d7c16a3ff4d8ba9ee8d63ec171bb1 - - default default] TaaS: Handle Delete Port: 6e83b2e1-c70e-44d8-90d4-319c3c158067 2026-07-09 10:44:43.093 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c777b69-f1e4-40b9-bfe9-7e9a7fdcf51e 1d4ce9e64f454da89374bcb151d4ee90 7c5d7c16a3ff4d8ba9ee8d63ec171bb1 - - default default] Tap Mirror: Handle Delete Port: 6e83b2e1-c70e-44d8-90d4-319c3c158067 [pid: 7|app: 0|req: 626/1251] 10.0.0.165 () {34 vars in 783 bytes} [Thu Jul 9 10:44:41 2026] PUT /v2.0/routers/cf29507e-34b6-42c2-bdb9-78e2611d9c64/add_router_interface => generated 309 bytes in 1381 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1252] 10.0.0.165 () {32 vars in 717 bytes} [Thu Jul 9 10:44:43 2026] GET /v2.0/ports/589559c1-14bc-4827-92d2-77aa6c0762e9 => generated 955 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1253] 10.0.0.174 () {34 vars in 990 bytes} [Thu Jul 9 10:44:43 2026] GET /v2.0/ports?device_id=59aba076-1435-4f0b-a3dd-ea5ffea538ea => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1254] 10.0.0.165 () {34 vars in 789 bytes} [Thu Jul 9 10:44:42 2026] PUT /v2.0/routers/d27bf7e9-8f6e-4550-95ff-7199d4a27c5c/remove_router_interface => generated 309 bytes in 1074 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1255] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Jul 9 10:44:43 2026] GET /v2.0/security-groups?id=4ec62fc0-0797-49fb-b4db-b330045d82db&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:44:43.856 7 INFO neutron_taas.services.taas.taas_plugin [None req-e8974872-a3a9-42f7-b36d-248be8d3d8a5 06902574d0384d928ea3652c20ffc5a8 38088c3303c9444999ca397bde14572c - - default default] TaaS: Handle Delete Port: 589559c1-14bc-4827-92d2-77aa6c0762e9 2026-07-09 10:44:43.861 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e8974872-a3a9-42f7-b36d-248be8d3d8a5 06902574d0384d928ea3652c20ffc5a8 38088c3303c9444999ca397bde14572c - - default default] Tap Mirror: Handle Delete Port: 589559c1-14bc-4827-92d2-77aa6c0762e9 2026-07-09 10:44:43.966 8 INFO neutron_taas.services.taas.taas_plugin [None req-f1fb1aa2-3814-4396-8832-c93f5bd47eed 1d4ce9e64f454da89374bcb151d4ee90 7c5d7c16a3ff4d8ba9ee8d63ec171bb1 - - default default] TaaS: Handle Delete Port: 89dc7c48-e502-4a85-92c7-e389d15da43c 2026-07-09 10:44:43.969 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1fb1aa2-3814-4396-8832-c93f5bd47eed 1d4ce9e64f454da89374bcb151d4ee90 7c5d7c16a3ff4d8ba9ee8d63ec171bb1 - - default default] Tap Mirror: Handle Delete Port: 89dc7c48-e502-4a85-92c7-e389d15da43c 2026-07-09 10:44:44.309 8 INFO neutron_taas.services.taas.taas_plugin [None req-f1fb1aa2-3814-4396-8832-c93f5bd47eed 1d4ce9e64f454da89374bcb151d4ee90 7c5d7c16a3ff4d8ba9ee8d63ec171bb1 - - default default] TaaS: Handle Delete Port: 07344f8d-e020-4d7b-98ec-82f6d02abbb2 2026-07-09 10:44:44.312 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1fb1aa2-3814-4396-8832-c93f5bd47eed 1d4ce9e64f454da89374bcb151d4ee90 7c5d7c16a3ff4d8ba9ee8d63ec171bb1 - - default default] Tap Mirror: Handle Delete Port: 07344f8d-e020-4d7b-98ec-82f6d02abbb2 [pid: 7|app: 0|req: 629/1256] 10.0.0.165 () {34 vars in 789 bytes} [Thu Jul 9 10:44:43 2026] PUT /v2.0/routers/cf29507e-34b6-42c2-bdb9-78e2611d9c64/remove_router_interface => generated 309 bytes in 919 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1257] 10.0.0.165 () {32 vars in 653 bytes} [Thu Jul 9 10:44:44 2026] GET /v2.0/extensions => generated 21537 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-07-09 10:44:44.723 8 INFO neutron.services.segments.plugin [-] Segment ae069e6b-834b-406e-b890-cc012df2c336 resource provider aggregate not found 2026-07-09 10:44:44.731 8 INFO neutron.services.segments.plugin [-] Segment ae069e6b-834b-406e-b890-cc012df2c336 resource provider aggregate not found 2026-07-09 10:44:44.749 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ae069e6b-834b-406e-b890-cc012df2c336 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae069e6b-834b-406e-b890-cc012df2c336 found for delete ", "request_id": "req-4e1a39ee-835d-4770-b400-9c46bd280207"}]} 2026-07-09 10:44:44.754 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ae069e6b-834b-406e-b890-cc012df2c336 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae069e6b-834b-406e-b890-cc012df2c336 found for delete ", "request_id": "req-11fc7f1c-d0d8-4eda-9352-682a656fce2e"}]} 2026-07-09 10:44:44.758 8 INFO neutron.db.l3_hamode_db [None req-f1fb1aa2-3814-4396-8832-c93f5bd47eed 1d4ce9e64f454da89374bcb151d4ee90 7c5d7c16a3ff4d8ba9ee8d63ec171bb1 - - default default] HA network 74344cd9-00c4-4ab7-99c8-0072d8aacc6c was deleted as no HA routers are present in tenant 7c5d7c16a3ff4d8ba9ee8d63ec171bb1. [pid: 8|app: 0|req: 628/1258] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:44:43 2026] DELETE /v2.0/routers/d27bf7e9-8f6e-4550-95ff-7199d4a27c5c => generated 0 bytes in 1038 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1259] 10.0.0.165 () {32 vars in 681 bytes} [Thu Jul 9 10:44:44 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1260] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:44:44 2026] DELETE /v2.0/subnets/bc7b98a4-9696-4607-ab05-705ab8a10dde => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1261] 10.0.0.165 () {32 vars in 681 bytes} [Thu Jul 9 10:44:44 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:44:44.972 7 INFO neutron_taas.services.taas.taas_plugin [None req-fbb54783-6d9a-4747-8acb-d80c0e0e5c35 06902574d0384d928ea3652c20ffc5a8 38088c3303c9444999ca397bde14572c - - default default] TaaS: Handle Delete Port: 8c64a175-5c83-435d-82ae-51634ddac967 2026-07-09 10:44:44.977 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fbb54783-6d9a-4747-8acb-d80c0e0e5c35 06902574d0384d928ea3652c20ffc5a8 38088c3303c9444999ca397bde14572c - - default default] Tap Mirror: Handle Delete Port: 8c64a175-5c83-435d-82ae-51634ddac967 [pid: 8|app: 0|req: 632/1262] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:44:44 2026] DELETE /v2.0/networks/3f51e68a-dfde-4a8b-a302-8771f478b064 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1263] 10.0.0.165 () {32 vars in 729 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1264] 10.0.0.165 () {32 vars in 665 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/agent => generated 153 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1265] 10.0.0.165 () {32 vars in 699 bytes} [Thu Jul 9 10:44:45 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: 8|app: 0|req: 636/1266] 10.0.0.165 () {32 vars in 697 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1267] 10.0.0.165 () {32 vars in 701 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1268] 10.0.0.165 () {32 vars in 689 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1269] 10.0.0.165 () {32 vars in 703 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1270] 10.0.0.165 () {32 vars in 693 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1271] 10.0.0.165 () {32 vars in 695 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1272] 10.0.0.165 () {32 vars in 685 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1273] 10.0.0.165 () {32 vars in 687 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1274] 10.0.0.165 () {32 vars in 661 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1275] 10.0.0.165 () {32 vars in 699 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1276] 10.0.0.165 () {32 vars in 679 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/external-net => 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: 647/1277] 10.0.0.165 () {32 vars in 683 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1278] 10.0.0.165 () {32 vars in 675 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1279] 10.0.0.165 () {32 vars in 689 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1280] 10.0.0.165 () {32 vars in 723 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1281] 10.0.0.165 () {32 vars in 687 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/fip-port-details => 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: 652/1282] 10.0.0.165 () {32 vars in 669 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1283] 10.0.0.165 () {32 vars in 687 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1284] 10.0.0.165 () {32 vars in 681 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1285] 10.0.0.165 () {32 vars in 699 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1286] 10.0.0.165 () {32 vars in 679 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1287] 10.0.0.165 () {32 vars in 667 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1288] 10.0.0.165 () {32 vars in 677 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1289] 10.0.0.165 () {32 vars in 665 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1290] 10.0.0.165 () {32 vars in 675 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1291] 10.0.0.165 () {32 vars in 713 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1292] 10.0.0.165 () {32 vars in 691 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1293] 10.0.0.165 () {32 vars in 683 bytes} [Thu Jul 9 10:44:45 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: 8|app: 0|req: 664/1294] 10.0.0.165 () {32 vars in 669 bytes} [Thu Jul 9 10:44:45 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: 7|app: 0|req: 631/1295] 10.0.0.165 () {34 vars in 789 bytes} [Thu Jul 9 10:44:44 2026] PUT /v2.0/routers/cf29507e-34b6-42c2-bdb9-78e2611d9c64/remove_router_interface => generated 309 bytes in 882 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1296] 10.0.0.165 () {32 vars in 687 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1297] 10.0.0.165 () {32 vars in 705 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1298] 10.0.0.165 () {32 vars in 675 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1299] 10.0.0.165 () {32 vars in 736 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/ports?device_id=cf29507e-34b6-42c2-bdb9-78e2611d9c64 => 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: 668/1300] 10.0.0.165 () {32 vars in 701 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1301] 10.0.0.165 () {32 vars in 675 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1302] 10.0.0.165 () {32 vars in 693 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1303] 10.0.0.165 () {32 vars in 689 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1304] 10.0.0.165 () {32 vars in 709 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1305] 10.0.0.165 () {32 vars in 705 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1306] 10.0.0.165 () {32 vars in 719 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1307] 10.0.0.165 () {32 vars in 697 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1308] 10.0.0.165 () {32 vars in 711 bytes} [Thu Jul 9 10:44:45 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: 677/1309] 10.0.0.165 () {32 vars in 669 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/binding => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1310] 10.0.0.165 () {32 vars in 687 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1311] 10.0.0.165 () {32 vars in 681 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1312] 10.0.0.165 () {32 vars in 675 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1313] 10.0.0.165 () {32 vars in 671 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/provider => generated 191 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1314] 10.0.0.165 () {32 vars in 661 bytes} [Thu Jul 9 10:44:45 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: 683/1315] 10.0.0.165 () {32 vars in 699 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1316] 10.0.0.165 () {32 vars in 699 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1317] 10.0.0.165 () {32 vars in 677 bytes} [Thu Jul 9 10:44:45 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: 8|app: 0|req: 686/1318] 10.0.0.165 () {32 vars in 669 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1319] 10.0.0.165 () {32 vars in 683 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1320] 10.0.0.165 () {32 vars in 701 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1321] 10.0.0.165 () {32 vars in 685 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:44:45.681 7 INFO neutron_taas.services.taas.taas_plugin [None req-5dd86bc9-c065-4fa9-a908-eef75cc7649b 06902574d0384d928ea3652c20ffc5a8 38088c3303c9444999ca397bde14572c - - default default] TaaS: Handle Delete Port: 6971d7de-c097-4163-9fd8-d6cfa6b706a0 2026-07-09 10:44:45.683 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5dd86bc9-c065-4fa9-a908-eef75cc7649b 06902574d0384d928ea3652c20ffc5a8 38088c3303c9444999ca397bde14572c - - default default] Tap Mirror: Handle Delete Port: 6971d7de-c097-4163-9fd8-d6cfa6b706a0 [pid: 8|app: 0|req: 690/1322] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/security-groups?tenant_id=7c5d7c16a3ff4d8ba9ee8d63ec171bb1&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1323] 10.0.0.165 () {32 vars in 707 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1324] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:44:45 2026] DELETE /v2.0/security-groups/10b403cf-1d2d-4b01-b4b8-3a140ba800f9 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1325] 10.0.0.165 () {32 vars in 669 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1326] 10.0.0.165 () {32 vars in 697 bytes} [Thu Jul 9 10:44:45 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: 695/1327] 10.0.0.165 () {32 vars in 695 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1328] 10.0.0.165 () {32 vars in 685 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1329] 10.0.0.165 () {32 vars in 689 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1330] 10.0.0.165 () {32 vars in 705 bytes} [Thu Jul 9 10:44:45 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1331] 10.0.0.165 () {32 vars in 667 bytes} [Thu Jul 9 10:44:46 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1332] 10.0.0.165 () {32 vars in 681 bytes} [Thu Jul 9 10:44:46 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1333] 10.0.0.165 () {32 vars in 681 bytes} [Thu Jul 9 10:44:46 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1334] 10.0.0.165 () {32 vars in 691 bytes} [Thu Jul 9 10:44:46 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1335] 10.0.0.165 () {32 vars in 691 bytes} [Thu Jul 9 10:44:46 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1336] 10.0.0.165 () {32 vars in 695 bytes} [Thu Jul 9 10:44:46 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1337] 10.0.0.165 () {32 vars in 685 bytes} [Thu Jul 9 10:44:46 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1338] 10.0.0.165 () {32 vars in 689 bytes} [Thu Jul 9 10:44:46 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1339] 10.0.0.165 () {32 vars in 701 bytes} [Thu Jul 9 10:44:46 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1340] 10.0.0.165 () {32 vars in 703 bytes} [Thu Jul 9 10:44:46 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:44:46.097 7 INFO neutron.services.segments.plugin [-] Segment 79671f6d-e0d8-445c-beae-ecb7e77dc4d3 resource provider aggregate not found [pid: 8|app: 0|req: 709/1341] 10.0.0.165 () {32 vars in 713 bytes} [Thu Jul 9 10:44:46 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:44:46.111 7 INFO neutron.services.segments.plugin [-] Segment 79671f6d-e0d8-445c-beae-ecb7e77dc4d3 resource provider aggregate not found [pid: 8|app: 0|req: 710/1342] 10.0.0.165 () {32 vars in 717 bytes} [Thu Jul 9 10:44:46 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1343] 10.0.0.165 () {32 vars in 715 bytes} [Thu Jul 9 10:44:46 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:44:46.123 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 79671f6d-e0d8-445c-beae-ecb7e77dc4d3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79671f6d-e0d8-445c-beae-ecb7e77dc4d3 found for delete ", "request_id": "req-86431c96-5437-49a4-9c38-9a9ed2964918"}]} [pid: 8|app: 0|req: 712/1344] 10.0.0.165 () {32 vars in 727 bytes} [Thu Jul 9 10:44:46 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:44:46.134 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 79671f6d-e0d8-445c-beae-ecb7e77dc4d3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79671f6d-e0d8-445c-beae-ecb7e77dc4d3 found for delete ", "request_id": "req-6569c69e-de28-4046-a634-5c96cdffea3e"}]} 2026-07-09 10:44:46.139 7 INFO neutron.db.l3_hamode_db [None req-5dd86bc9-c065-4fa9-a908-eef75cc7649b 06902574d0384d928ea3652c20ffc5a8 38088c3303c9444999ca397bde14572c - - default default] HA network 3432b0e2-54fc-4c7a-9494-8db28fc80c09 was deleted as no HA routers are present in tenant 38088c3303c9444999ca397bde14572c. [pid: 8|app: 0|req: 713/1345] 10.0.0.165 () {32 vars in 741 bytes} [Thu Jul 9 10:44:46 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1346] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:44:45 2026] DELETE /v2.0/routers/cf29507e-34b6-42c2-bdb9-78e2611d9c64 => generated 0 bytes in 662 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1347] 10.0.0.165 () {32 vars in 719 bytes} [Thu Jul 9 10:44:46 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: 715/1348] 10.0.0.165 () {32 vars in 683 bytes} [Thu Jul 9 10:44:46 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: 716/1349] 10.0.0.165 () {32 vars in 669 bytes} [Thu Jul 9 10:44:46 2026] GET /v2.0/extensions/segment => generated 145 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1350] 10.0.0.165 () {32 vars in 719 bytes} [Thu Jul 9 10:44:46 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1351] 10.0.0.165 () {32 vars in 679 bytes} [Thu Jul 9 10:44:46 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1352] 10.0.0.165 () {32 vars in 669 bytes} [Thu Jul 9 10:44:46 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1353] 10.0.0.165 () {32 vars in 697 bytes} [Thu Jul 9 10:44:46 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1354] 10.0.0.165 () {32 vars in 705 bytes} [Thu Jul 9 10:44:46 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1355] 10.0.0.165 () {32 vars in 701 bytes} [Thu Jul 9 10:44:46 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1356] 10.0.0.165 () {32 vars in 701 bytes} [Thu Jul 9 10:44:46 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1357] 10.0.0.165 () {32 vars in 683 bytes} [Thu Jul 9 10:44:46 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1358] 10.0.0.165 () {32 vars in 705 bytes} [Thu Jul 9 10:44:46 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1359] 10.0.0.165 () {32 vars in 695 bytes} [Thu Jul 9 10:44:46 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: 727/1360] 10.0.0.165 () {32 vars in 689 bytes} [Thu Jul 9 10:44:46 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1361] 10.0.0.165 () {32 vars in 697 bytes} [Thu Jul 9 10:44:46 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1362] 10.0.0.165 () {32 vars in 679 bytes} [Thu Jul 9 10:44:46 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1363] 10.0.0.165 () {32 vars in 689 bytes} [Thu Jul 9 10:44:46 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1364] 10.0.0.165 () {32 vars in 701 bytes} [Thu Jul 9 10:44:46 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1365] 10.0.0.165 () {32 vars in 665 bytes} [Thu Jul 9 10:44:46 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1366] 10.0.0.165 () {32 vars in 681 bytes} [Thu Jul 9 10:44:46 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1367] 10.0.0.165 () {32 vars in 677 bytes} [Thu Jul 9 10:44:46 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1368] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:44:46 2026] DELETE /v2.0/subnets/b9130a6e-6783-40ef-8069-79efd608928c => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1369] 10.0.0.165 () {32 vars in 693 bytes} [Thu Jul 9 10:44:46 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1370] 10.0.0.165 () {32 vars in 677 bytes} [Thu Jul 9 10:44:46 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1371] 10.0.0.165 () {32 vars in 667 bytes} [Thu Jul 9 10:44:46 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1372] 10.0.0.165 () {32 vars in 663 bytes} [Thu Jul 9 10:44:46 2026] GET /v2.0/extensions/taas => generated 175 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1373] 10.0.0.165 () {32 vars in 675 bytes} [Thu Jul 9 10:44:46 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1374] 10.0.0.165 () {32 vars in 687 bytes} [Thu Jul 9 10:44:46 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1375] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:44:46 2026] DELETE /v2.0/subnets/6045d557-ffe9-4036-b59e-6687021fa1b1 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:44:46.643 8 INFO neutron_taas.services.taas.taas_plugin [None req-cfda7301-beda-4477-bfe2-e03ddb4d852c 06902574d0384d928ea3652c20ffc5a8 38088c3303c9444999ca397bde14572c - - default default] TaaS: Handle Delete Port: a69f9f91-9dda-4c73-ae9c-3bda20167cd0 2026-07-09 10:44:46.645 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cfda7301-beda-4477-bfe2-e03ddb4d852c 06902574d0384d928ea3652c20ffc5a8 38088c3303c9444999ca397bde14572c - - default default] Tap Mirror: Handle Delete Port: a69f9f91-9dda-4c73-ae9c-3bda20167cd0 2026-07-09 10:44:46.779 8 INFO neutron.services.segments.plugin [-] Segment daa91e79-36fd-475d-ae2b-99adb12c33fe resource provider aggregate not found 2026-07-09 10:44:46.790 8 INFO neutron.services.segments.plugin [-] Segment daa91e79-36fd-475d-ae2b-99adb12c33fe resource provider aggregate not found 2026-07-09 10:44:46.796 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment daa91e79-36fd-475d-ae2b-99adb12c33fe resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid daa91e79-36fd-475d-ae2b-99adb12c33fe found for delete ", "request_id": "req-155c57c5-d99a-438b-af5d-f04c900c30f0"}]} 2026-07-09 10:44:46.815 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment daa91e79-36fd-475d-ae2b-99adb12c33fe resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid daa91e79-36fd-475d-ae2b-99adb12c33fe found for delete ", "request_id": "req-7dee4f80-1dec-4e66-9cc1-f73e3b934a66"}]} [pid: 8|app: 0|req: 741/1376] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:44:46 2026] DELETE /v2.0/networks/9cac79c9-7834-48dc-90d8-9a92fda6abc5 => generated 0 bytes in 357 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1377] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:44:46 2026] DELETE /v2.0/networks/05c18cba-efff-4409-a728-4491ff10aaeb => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:44:47.187 8 INFO neutron.db.segments_db [None req-d699f6d3-05bd-40e5-ae77-fbee3f27cd6b 06902574d0384d928ea3652c20ffc5a8 38088c3303c9444999ca397bde14572c - - default default] Added segment 4dfa68c7-16bf-45c4-b48c-a5d7e7215361 of type vxlan for network 05839631-0244-4e61-b16e-a0b1e23017ba [pid: 7|app: 0|req: 636/1378] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:44:46 2026] GET /v2.0/security-groups?tenant_id=a138d163fab6482daa0862b73232b49e&name=default => generated 2925 bytes in 445 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1379] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:44:47 2026] POST /v2.0/networks => generated 629 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1380] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:44:47 2026] DELETE /v2.0/security-groups/7be0b04e-1bd5-4eab-b804-3cecd3143226 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1381] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:44:47 2026] POST /v2.0/subnets => generated 626 bytes in 374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:44:47.742 7 INFO neutron.db.segments_db [None req-4682d6df-b021-4e2b-8bd6-318c90964d91 06902574d0384d928ea3652c20ffc5a8 38088c3303c9444999ca397bde14572c - - default default] Added segment 9ebad106-ed08-4e19-951a-2784e0ac0b73 of type vxlan for network 1ea2c864-d395-4eda-ad3c-8eea398f8dff 2026-07-09 10:44:48.265 8 INFO neutron.db.segments_db [None req-b5b4850d-edda-4c09-91d3-3e4c267256d9 8e61f139bd6f4b438aac8aad7d87d90f 6fa820ae187143569c39ad18458032d5 - - default default] Added segment a17d0cc3-d5a8-45a2-b2fa-f34744fb08aa of type vxlan for network 09725368-73b2-421e-a6d8-a0394d6bcae5 [pid: 8|app: 0|req: 745/1382] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:44:47 2026] POST /v2.0/networks => generated 649 bytes in 456 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1383] 10.0.0.165 () {34 vars in 665 bytes} [Thu Jul 9 10:44:48 2026] POST /v2.0/ports => generated 778 bytes in 398 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-09 10:44:48.823 8 INFO neutron.services.segments.plugin [-] Segment 725af49c-85aa-43e1-9a2d-c8fd5fbc43c1 resource provider aggregate not found 2026-07-09 10:44:48.843 7 INFO neutron.db.l3_hamode_db [None req-4682d6df-b021-4e2b-8bd6-318c90964d91 06902574d0384d928ea3652c20ffc5a8 38088c3303c9444999ca397bde14572c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 10:44:48.845 8 INFO neutron.services.segments.plugin [-] Segment 725af49c-85aa-43e1-9a2d-c8fd5fbc43c1 resource provider aggregate not found 2026-07-09 10:44:48.851 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 725af49c-85aa-43e1-9a2d-c8fd5fbc43c1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 725af49c-85aa-43e1-9a2d-c8fd5fbc43c1 found for delete ", "request_id": "req-eb5ec81c-b8a2-40e0-9ce4-3c1fec5afc11"}]} 2026-07-09 10:44:48.865 8 INFO neutron.db.segments_db [None req-01498982-eace-45a6-99c9-42a71bef52a3 8e61f139bd6f4b438aac8aad7d87d90f 6fa820ae187143569c39ad18458032d5 - - default default] Added segment 2234e7be-f177-4530-a751-d25d34c8672c of type vxlan for network 98555711-6dd2-4515-bcfd-dc7d27323c28 2026-07-09 10:44:48.867 8 INFO neutron.services.segments.plugin [-] Segment 435a5385-776c-466e-8298-0410da492e13 resource provider aggregate not found 2026-07-09 10:44:48.875 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 725af49c-85aa-43e1-9a2d-c8fd5fbc43c1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 725af49c-85aa-43e1-9a2d-c8fd5fbc43c1 found for delete ", "request_id": "req-74e507d2-75dc-4cce-9be8-18b4b727d50d"}]} 2026-07-09 10:44:48.896 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 435a5385-776c-466e-8298-0410da492e13 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 435a5385-776c-466e-8298-0410da492e13 found for delete ", "request_id": "req-b1132334-011d-409c-94f3-3362753ea30b"}]} 2026-07-09 10:44:48.915 8 INFO neutron.services.segments.plugin [-] Segment 435a5385-776c-466e-8298-0410da492e13 resource provider aggregate not found 2026-07-09 10:44:48.943 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 435a5385-776c-466e-8298-0410da492e13 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 435a5385-776c-466e-8298-0410da492e13 found for delete ", "request_id": "req-82ec1c61-c015-4932-be82-d047c786c846"}]} [pid: 8|app: 0|req: 747/1384] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:44:48 2026] POST /v2.0/networks => generated 636 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:44:49.011 7 INFO neutron.db.l3_hamode_db [None req-4682d6df-b021-4e2b-8bd6-318c90964d91 06902574d0384d928ea3652c20ffc5a8 38088c3303c9444999ca397bde14572c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 748/1385] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:44:49 2026] POST /v2.0/subnets => generated 646 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:44:49.662 8 INFO neutron.db.segments_db [None req-6c5ab34c-0da4-493a-a416-6592249c9e93 9faba86b0c104326bcf91981ef54be5a 35000aa9fba247c596b99065f56fdb3a - - default default] Added segment 85eb53b4-a39c-4b05-8345-f676d548a6d5 of type vxlan for network f50298b2-335e-49b0-965d-ade4194421f5 2026-07-09 10:44:49.718 8 INFO neutron.db.segments_db [None req-6c5ab34c-0da4-493a-a416-6592249c9e93 9faba86b0c104326bcf91981ef54be5a 35000aa9fba247c596b99065f56fdb3a - - default default] Added segment 4d9f71bc-bace-4abc-bac1-b1b845ca8fa1 of type vxlan for network 66e9821c-7782-4680-9df5-be797a0a74a3 [pid: 7|app: 0|req: 638/1386] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:44:47 2026] POST /v2.0/routers => generated 507 bytes in 2141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1387] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:44:49 2026] POST /v2.0/networks => generated 1244 bytes in 573 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1388] 10.0.0.165 () {34 vars in 665 bytes} [Thu Jul 9 10:44:49 2026] POST /v2.0/ports => generated 965 bytes in 437 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: 750/1389] 10.0.0.165 () {34 vars in 665 bytes} [Thu Jul 9 10:44:49 2026] POST /v2.0/ports => generated 947 bytes in 443 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: 640/1390] 10.0.0.165 () {32 vars in 649 bytes} [Thu Jul 9 10:44:50 2026] GET /v2.0/networks => generated 1843 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:44:50.401 8 INFO neutron_taas.services.taas.taas_plugin [None req-553a5bee-cf60-46fb-bcb2-157ffbde0754 8e61f139bd6f4b438aac8aad7d87d90f 6fa820ae187143569c39ad18458032d5 - - default default] TaaS: Handle Delete Port: 77284a53-a893-41f7-94a2-e904062b829e 2026-07-09 10:44:50.405 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-553a5bee-cf60-46fb-bcb2-157ffbde0754 8e61f139bd6f4b438aac8aad7d87d90f 6fa820ae187143569c39ad18458032d5 - - default default] Tap Mirror: Handle Delete Port: 77284a53-a893-41f7-94a2-e904062b829e [pid: 8|app: 0|req: 751/1391] 10.0.0.165 () {32 vars in 720 bytes} [Thu Jul 9 10:44:50 2026] DELETE /v2.0/ports/77284a53-a893-41f7-94a2-e904062b829e => generated 0 bytes in 274 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1392] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:44:50 2026] DELETE /v2.0/networks/f50298b2-335e-49b0-965d-ade4194421f5 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:44:50.750 8 INFO neutron.pecan_wsgi.hooks.translation [None req-628b71d3-e0fb-474a-9a1c-16ea8afc6c9a 8e61f139bd6f4b438aac8aad7d87d90f 6fa820ae187143569c39ad18458032d5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 753/1393] 10.0.0.165 () {32 vars in 720 bytes} [Thu Jul 9 10:44:50 2026] DELETE /v2.0/ports/77284a53-a893-41f7-94a2-e904062b829e => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:44:50.924 8 INFO neutron.services.segments.plugin [-] Segment 85eb53b4-a39c-4b05-8345-f676d548a6d5 resource provider aggregate not found [pid: 8|app: 0|req: 754/1394] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:44:50 2026] DELETE /v2.0/networks/66e9821c-7782-4680-9df5-be797a0a74a3 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:44:50.965 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 85eb53b4-a39c-4b05-8345-f676d548a6d5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85eb53b4-a39c-4b05-8345-f676d548a6d5 found for delete ", "request_id": "req-84cc66c8-8cd7-4e36-ae20-ed42a7acae98"}]} 2026-07-09 10:44:50.979 8 INFO neutron.services.segments.plugin [-] Segment 85eb53b4-a39c-4b05-8345-f676d548a6d5 resource provider aggregate not found 2026-07-09 10:44:50.991 8 INFO neutron.services.segments.plugin [-] Segment 4d9f71bc-bace-4abc-bac1-b1b845ca8fa1 resource provider aggregate not found 2026-07-09 10:44:51.005 8 INFO neutron.pecan_wsgi.hooks.translation [None req-803442bd-bda1-4565-bce1-b91ea31df7bf 8e61f139bd6f4b438aac8aad7d87d90f 6fa820ae187143569c39ad18458032d5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 755/1395] 10.0.0.165 () {32 vars in 717 bytes} [Thu Jul 9 10:44:50 2026] GET /v2.0/ports/77284a53-a893-41f7-94a2-e904062b829e => generated 132 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:44:51.019 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 85eb53b4-a39c-4b05-8345-f676d548a6d5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85eb53b4-a39c-4b05-8345-f676d548a6d5 found for delete ", "request_id": "req-b15df171-8999-4aae-bf75-11e664e4a392"}]} 2026-07-09 10:44:51.027 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4d9f71bc-bace-4abc-bac1-b1b845ca8fa1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d9f71bc-bace-4abc-bac1-b1b845ca8fa1 found for delete ", "request_id": "req-4c3f07d2-ee21-47ee-aa77-dd61f29b6e8d"}]} 2026-07-09 10:44:51.051 8 INFO neutron.services.segments.plugin [-] Segment 4d9f71bc-bace-4abc-bac1-b1b845ca8fa1 resource provider aggregate not found 2026-07-09 10:44:51.077 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4d9f71bc-bace-4abc-bac1-b1b845ca8fa1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d9f71bc-bace-4abc-bac1-b1b845ca8fa1 found for delete ", "request_id": "req-af720edd-04c6-4e54-bf17-4eb1ffe79be8"}]} [pid: 8|app: 0|req: 756/1396] 10.0.0.165 () {32 vars in 649 bytes} [Thu Jul 9 10:44:51 2026] GET /v2.0/networks => generated 651 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1397] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:44:51 2026] DELETE /v2.0/subnets/530360cb-5284-42d6-856f-316b226d08e0 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:44:51.275 8 INFO neutron.db.segments_db [None req-5f1c3499-45f8-47f7-a614-d9b2a61dffcc 9faba86b0c104326bcf91981ef54be5a 35000aa9fba247c596b99065f56fdb3a - - default default] Added segment 4cdc4584-fd88-4327-ab8e-7387b11f4929 of type vxlan for network db671d39-37f4-43dd-a110-4f31f2a75200 [pid: 8|app: 0|req: 758/1398] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:44:51 2026] POST /v2.0/networks => generated 650 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1399] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:44:51 2026] DELETE /v2.0/networks/98555711-6dd2-4515-bcfd-dc7d27323c28 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:44:51.543 8 INFO neutron.db.segments_db [None req-da55364f-6a70-4921-a84d-d881ad99ae81 9faba86b0c104326bcf91981ef54be5a 35000aa9fba247c596b99065f56fdb3a - - default default] Added segment 8cc5d07d-843a-4671-b92a-8096e5166507 of type vxlan for network 991aac1b-8cca-4281-9195-60921be7f5a4 [pid: 8|app: 0|req: 760/1400] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:44:51 2026] POST /v2.0/networks => generated 649 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1401] 10.0.0.165 () {34 vars in 783 bytes} [Thu Jul 9 10:44:50 2026] PUT /v2.0/routers/db8fe684-4ce0-4f0b-bb9e-1a43e96a46f1/add_router_interface => generated 309 bytes in 1367 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-09 10:44:51.733 8 INFO neutron.db.segments_db [None req-9c384afe-35ae-4fb8-9ab1-c108fd8cf384 8e61f139bd6f4b438aac8aad7d87d90f 6fa820ae187143569c39ad18458032d5 - - default default] Added segment 967a7d41-6a0a-4a49-887e-ea2d562f05a3 of type vxlan for network 21cbd561-1378-46da-a063-afeb9fa598db [pid: 8|app: 0|req: 761/1402] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:44:51 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: 8|app: 0|req: 762/1403] 10.0.0.165 () {32 vars in 717 bytes} [Thu Jul 9 10:44:51 2026] GET /v2.0/ports/11792757-232e-47e3-9f72-ed85464833b9 => generated 1021 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1404] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:44:51 2026] POST /v2.0/subnets => generated 646 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1405] 10.0.0.165 () {34 vars in 665 bytes} [Thu Jul 9 10:44:51 2026] POST /v2.0/ports => generated 1505 bytes in 785 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 10:44:52.654 8 INFO neutron_taas.services.taas.taas_plugin [None req-f2a82ac5-2be6-44b2-a1cd-3d1dc5961231 06902574d0384d928ea3652c20ffc5a8 38088c3303c9444999ca397bde14572c - - default default] TaaS: Handle Delete Port: 11792757-232e-47e3-9f72-ed85464833b9 2026-07-09 10:44:52.658 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2a82ac5-2be6-44b2-a1cd-3d1dc5961231 06902574d0384d928ea3652c20ffc5a8 38088c3303c9444999ca397bde14572c - - default default] Tap Mirror: Handle Delete Port: 11792757-232e-47e3-9f72-ed85464833b9 [pid: 7|app: 0|req: 643/1406] 10.0.0.165 () {34 vars in 665 bytes} [Thu Jul 9 10:44:52 2026] POST /v2.0/ports => generated 926 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1407] 10.0.0.165 () {32 vars in 643 bytes} [Thu Jul 9 10:44:52 2026] GET /v2.0/ports => generated 1505 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1408] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:44:52 2026] GET /v2.0/ports?device_id=59aba076-1435-4f0b-a3dd-ea5ffea538ea => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:44:53.059 8 INFO neutron.services.segments.plugin [-] Segment 2234e7be-f177-4530-a751-d25d34c8672c resource provider aggregate not found 2026-07-09 10:44:53.092 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2234e7be-f177-4530-a751-d25d34c8672c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2234e7be-f177-4530-a751-d25d34c8672c found for delete ", "request_id": "req-87d8c8ad-80e7-490e-a77b-7a37c7e83e0d"}]} 2026-07-09 10:44:53.100 8 INFO neutron.services.segments.plugin [-] Segment 2234e7be-f177-4530-a751-d25d34c8672c resource provider aggregate not found 2026-07-09 10:44:53.129 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2234e7be-f177-4530-a751-d25d34c8672c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2234e7be-f177-4530-a751-d25d34c8672c found for delete ", "request_id": "req-5d7dc9ce-a799-486f-83da-008dcc2fb4e1"}]} 2026-07-09 10:44:53.166 7 INFO neutron_taas.services.taas.taas_plugin [None req-2bfa89de-3a27-49ba-819c-280c5a312565 8e61f139bd6f4b438aac8aad7d87d90f 6fa820ae187143569c39ad18458032d5 - - default default] TaaS: Handle Delete Port: e7b1c238-87ff-40cb-af80-24827baad17c 2026-07-09 10:44:53.172 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2bfa89de-3a27-49ba-819c-280c5a312565 8e61f139bd6f4b438aac8aad7d87d90f 6fa820ae187143569c39ad18458032d5 - - default default] Tap Mirror: Handle Delete Port: e7b1c238-87ff-40cb-af80-24827baad17c [pid: 8|app: 0|req: 764/1409] 10.0.0.165 () {34 vars in 789 bytes} [Thu Jul 9 10:44:52 2026] PUT /v2.0/routers/db8fe684-4ce0-4f0b-bb9e-1a43e96a46f1/remove_router_interface => generated 309 bytes in 1017 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: 646/1410] 10.0.0.165 () {32 vars in 720 bytes} [Thu Jul 9 10:44:53 2026] DELETE /v2.0/ports/e7b1c238-87ff-40cb-af80-24827baad17c => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:44:53.350 8 INFO neutron_taas.services.taas.taas_plugin [None req-afd1a650-771a-4b1c-aa87-38c0df8b0a36 9faba86b0c104326bcf91981ef54be5a 35000aa9fba247c596b99065f56fdb3a - - default default] TaaS: Handle Delete Port: 61704a5f-f1a9-43d3-82aa-e883426c62c6 2026-07-09 10:44:53.353 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-afd1a650-771a-4b1c-aa87-38c0df8b0a36 9faba86b0c104326bcf91981ef54be5a 35000aa9fba247c596b99065f56fdb3a - - default default] Tap Mirror: Handle Delete Port: 61704a5f-f1a9-43d3-82aa-e883426c62c6 [pid: 7|app: 0|req: 647/1411] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:44:53 2026] GET /v2.0/security-groups?id=4ec62fc0-0797-49fb-b4db-b330045d82db&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: 765/1412] 10.0.0.165 () {32 vars in 720 bytes} [Thu Jul 9 10:44:53 2026] DELETE /v2.0/ports/61704a5f-f1a9-43d3-82aa-e883426c62c6 => generated 0 bytes in 241 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:44:53.478 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7a349537-f052-4f4f-b39b-b18b4dfdfb67 8e61f139bd6f4b438aac8aad7d87d90f 6fa820ae187143569c39ad18458032d5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 766/1413] 10.0.0.165 () {32 vars in 717 bytes} [Thu Jul 9 10:44:53 2026] GET /v2.0/ports/e7b1c238-87ff-40cb-af80-24827baad17c => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:44:53.505 7 INFO neutron.api.v2.resource [None req-f4ae4a4e-64ac-4d88-a77a-08cdb9b4dd97 06902574d0384d928ea3652c20ffc5a8 38088c3303c9444999ca397bde14572c - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 648/1414] 10.0.0.165 () {34 vars in 789 bytes} [Thu Jul 9 10:44:53 2026] PUT /v2.0/routers/db8fe684-4ce0-4f0b-bb9e-1a43e96a46f1/remove_router_interface => generated 197 bytes in 132 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:44:53.622 8 INFO neutron_taas.services.taas.taas_plugin [None req-8a820da4-1bbd-40c2-8afd-7290f6f91ce1 9faba86b0c104326bcf91981ef54be5a 35000aa9fba247c596b99065f56fdb3a - - default default] TaaS: Handle Delete Port: 22959ae7-b96d-4183-81d0-83c5b027833d 2026-07-09 10:44:53.626 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a820da4-1bbd-40c2-8afd-7290f6f91ce1 9faba86b0c104326bcf91981ef54be5a 35000aa9fba247c596b99065f56fdb3a - - default default] Tap Mirror: Handle Delete Port: 22959ae7-b96d-4183-81d0-83c5b027833d [pid: 7|app: 0|req: 649/1415] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:44:53 2026] DELETE /v2.0/subnets/6be46b4b-cb3a-4f08-b459-081fd2774e21 => 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: 650/1416] 10.0.0.165 () {32 vars in 736 bytes} [Thu Jul 9 10:44:53 2026] GET /v2.0/ports?device_id=db8fe684-4ce0-4f0b-bb9e-1a43e96a46f1 => 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: 651/1417] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:44:53 2026] GET /v2.0/ports?device_id=59aba076-1435-4f0b-a3dd-ea5ffea538ea => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1418] 10.0.0.165 () {32 vars in 720 bytes} [Thu Jul 9 10:44:53 2026] DELETE /v2.0/ports/22959ae7-b96d-4183-81d0-83c5b027833d => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:44:53.834 7 INFO neutron.services.segments.plugin [-] Segment 967a7d41-6a0a-4a49-887e-ea2d562f05a3 resource provider aggregate not found 2026-07-09 10:44:53.836 7 INFO neutron.services.segments.plugin [-] Segment 967a7d41-6a0a-4a49-887e-ea2d562f05a3 resource provider aggregate not found 2026-07-09 10:44:53.865 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 967a7d41-6a0a-4a49-887e-ea2d562f05a3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 967a7d41-6a0a-4a49-887e-ea2d562f05a3 found for delete ", "request_id": "req-5a47b01b-07dc-4324-830e-350f92642289"}]} 2026-07-09 10:44:53.867 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 967a7d41-6a0a-4a49-887e-ea2d562f05a3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 967a7d41-6a0a-4a49-887e-ea2d562f05a3 found for delete ", "request_id": "req-52250c33-ec63-4b94-94b7-3242ae2f6de7"}]} [pid: 7|app: 0|req: 652/1419] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:44:53 2026] DELETE /v2.0/networks/21cbd561-1378-46da-a063-afeb9fa598db => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1420] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:44:53 2026] GET /v2.0/security-groups?id=4ec62fc0-0797-49fb-b4db-b330045d82db&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: 654/1421] 10.0.0.165 () {32 vars in 643 bytes} [Thu Jul 9 10:44:53 2026] GET /v2.0/ports => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:44:53.972 8 INFO neutron_taas.services.taas.taas_plugin [None req-ce8cc54f-8858-4c60-8cbc-76cfe8c38fb8 06902574d0384d928ea3652c20ffc5a8 38088c3303c9444999ca397bde14572c - - default default] TaaS: Handle Delete Port: f4ba2179-d5f3-4368-9933-ce7958dd4791 2026-07-09 10:44:53.976 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce8cc54f-8858-4c60-8cbc-76cfe8c38fb8 06902574d0384d928ea3652c20ffc5a8 38088c3303c9444999ca397bde14572c - - default default] Tap Mirror: Handle Delete Port: f4ba2179-d5f3-4368-9933-ce7958dd4791 [pid: 7|app: 0|req: 655/1422] 10.0.0.165 () {34 vars in 665 bytes} [Thu Jul 9 10:44:53 2026] POST /v2.0/ports => generated 779 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 10:44:54.370 7 INFO neutron.db.segments_db [None req-f3dda662-02d8-424e-993d-d40a42c1ead2 9faba86b0c104326bcf91981ef54be5a 35000aa9fba247c596b99065f56fdb3a - - default default] Added segment 34aa075c-de27-44e0-b3aa-651663d27bfc of type vxlan for network b0eb1e47-cae9-4d22-8652-a20366e91fec 2026-07-09 10:44:54.433 8 INFO neutron.db.l3_hamode_db [None req-ce8cc54f-8858-4c60-8cbc-76cfe8c38fb8 06902574d0384d928ea3652c20ffc5a8 38088c3303c9444999ca397bde14572c - - default default] HA network 1ea2c864-d395-4eda-ad3c-8eea398f8dff was deleted as no HA routers are present in tenant 38088c3303c9444999ca397bde14572c. [pid: 8|app: 0|req: 768/1425] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:44:53 2026] DELETE /v2.0/routers/db8fe684-4ce0-4f0b-bb9e-1a43e96a46f1 => 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: 658/1426] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:44:54 2026] POST /v2.0/networks => generated 650 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1427] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:44:54 2026] DELETE /v2.0/subnets/72ece3e8-fc24-4ac1-afa5-879b5c9db04c => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1428] 10.0.0.165 () {34 vars in 737 bytes} [Thu Jul 9 10:44:54 2026] PUT /v2.0/ports/2cf61de0-b7e7-4ff8-bcd2-0a1f0d79d5c6 => generated 752 bytes in 282 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-09 10:44:54.760 7 INFO neutron.db.segments_db [None req-ec3dd000-d6ac-484c-9e45-0caa49f86d95 9faba86b0c104326bcf91981ef54be5a 35000aa9fba247c596b99065f56fdb3a - - default default] Added segment 5415f47b-f33d-4119-8baf-3d330b57ebf0 of type vxlan for network 79c4a24e-e9fc-45be-98e0-0838cf0d18c7 2026-07-09 10:44:54.843 8 INFO neutron_taas.services.taas.taas_plugin [None req-a371d63a-72a2-4e95-be89-47e6528fa48c 06902574d0384d928ea3652c20ffc5a8 38088c3303c9444999ca397bde14572c - - default default] TaaS: Handle Delete Port: 4f0590c1-35e2-478b-a398-774ec9e23750 2026-07-09 10:44:54.846 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a371d63a-72a2-4e95-be89-47e6528fa48c 06902574d0384d928ea3652c20ffc5a8 38088c3303c9444999ca397bde14572c - - default default] Tap Mirror: Handle Delete Port: 4f0590c1-35e2-478b-a398-774ec9e23750 [pid: 7|app: 0|req: 660/1429] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:44:54 2026] POST /v2.0/networks => generated 649 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:44:55.023 7 INFO neutron_taas.services.taas.taas_plugin [None req-8e29a2f9-a389-49fd-9f91-d03d17e8804d 8e61f139bd6f4b438aac8aad7d87d90f 6fa820ae187143569c39ad18458032d5 - - default default] TaaS: Handle Delete Port: 2cf61de0-b7e7-4ff8-bcd2-0a1f0d79d5c6 2026-07-09 10:44:55.030 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e29a2f9-a389-49fd-9f91-d03d17e8804d 8e61f139bd6f4b438aac8aad7d87d90f 6fa820ae187143569c39ad18458032d5 - - default default] Tap Mirror: Handle Delete Port: 2cf61de0-b7e7-4ff8-bcd2-0a1f0d79d5c6 [pid: 8|app: 0|req: 770/1430] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:44:54 2026] DELETE /v2.0/networks/05839631-0244-4e61-b16e-a0b1e23017ba => generated 0 bytes in 360 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:44:55.118 8 INFO neutron.services.segments.plugin [-] Segment 9ebad106-ed08-4e19-951a-2784e0ac0b73 resource provider aggregate not found 2026-07-09 10:44:55.144 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9ebad106-ed08-4e19-951a-2784e0ac0b73 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ebad106-ed08-4e19-951a-2784e0ac0b73 found for delete ", "request_id": "req-2697c633-bee0-4a92-91c8-7bf94a20ee67"}]} [pid: 7|app: 0|req: 661/1431] 10.0.0.165 () {32 vars in 720 bytes} [Thu Jul 9 10:44:54 2026] DELETE /v2.0/ports/2cf61de0-b7e7-4ff8-bcd2-0a1f0d79d5c6 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:44:55.158 8 INFO neutron.services.segments.plugin [-] Segment 9ebad106-ed08-4e19-951a-2784e0ac0b73 resource provider aggregate not found 2026-07-09 10:44:55.167 8 INFO neutron.services.segments.plugin [-] Segment 4dfa68c7-16bf-45c4-b48c-a5d7e7215361 resource provider aggregate not found 2026-07-09 10:44:55.179 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9ebad106-ed08-4e19-951a-2784e0ac0b73 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ebad106-ed08-4e19-951a-2784e0ac0b73 found for delete ", "request_id": "req-10acf749-038d-41f4-b60f-0982528a6ad6"}]} 2026-07-09 10:44:55.194 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4dfa68c7-16bf-45c4-b48c-a5d7e7215361 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4dfa68c7-16bf-45c4-b48c-a5d7e7215361 found for delete ", "request_id": "req-a50a741f-93ac-4a00-aae0-eb20e05a772c"}]} [pid: 7|app: 0|req: 662/1432] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:44:55 2026] GET /v2.0/ports?device_id=59aba076-1435-4f0b-a3dd-ea5ffea538ea => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:44:55.200 8 INFO neutron.services.segments.plugin [-] Segment 4dfa68c7-16bf-45c4-b48c-a5d7e7215361 resource provider aggregate not found 2026-07-09 10:44:55.224 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4dfa68c7-16bf-45c4-b48c-a5d7e7215361 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4dfa68c7-16bf-45c4-b48c-a5d7e7215361 found for delete ", "request_id": "req-adbbfa91-bc35-4082-b06b-b0178fb2ac1c"}]} 2026-07-09 10:44:55.266 7 INFO neutron.db.segments_db [None req-ef404306-d31a-420b-bc43-0d41a04c8c2d 06902574d0384d928ea3652c20ffc5a8 38088c3303c9444999ca397bde14572c - - default default] Added segment 396f6488-7dac-4675-a032-b31fe2b602ff of type vxlan for network e691e593-c426-498c-b228-3f122cbc5460 [pid: 7|app: 0|req: 663/1433] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:44:55 2026] POST /v2.0/networks => generated 629 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1434] 10.0.0.165 () {32 vars in 643 bytes} [Thu Jul 9 10:44:55 2026] GET /v2.0/ports => generated 781 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1435] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:44:55 2026] GET /v2.0/security-groups?id=4ec62fc0-0797-49fb-b4db-b330045d82db&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: 771/1436] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:44:55 2026] POST /v2.0/subnets => generated 1273 bytes in 575 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-09 10:44:55.680 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7571ddf7-a8a6-4696-8b35-663008446caa 8e61f139bd6f4b438aac8aad7d87d90f 6fa820ae187143569c39ad18458032d5 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 772/1437] 10.0.0.165 () {32 vars in 717 bytes} [Thu Jul 9 10:44:55 2026] GET /v2.0/ports/2cf61de0-b7e7-4ff8-bcd2-0a1f0d79d5c6 => 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: 773/1438] 10.0.0.165 () {32 vars in 647 bytes} [Thu Jul 9 10:44:55 2026] GET /v2.0/subnets => generated 1909 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1439] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:44:55 2026] POST /v2.0/subnets => generated 626 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1440] 10.0.0.165 () {32 vars in 643 bytes} [Thu Jul 9 10:44:55 2026] GET /v2.0/ports => generated 781 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:44:55.823 8 INFO neutron.db.segments_db [None req-043fea0a-739a-4ec2-8f74-b975ea212265 06902574d0384d928ea3652c20ffc5a8 38088c3303c9444999ca397bde14572c - - default default] Added segment 50c7add3-bdb4-41bc-9053-8588912a2433 of type vxlan for network e8c29ba7-dabd-49f1-85ca-4adb7e092eda [pid: 7|app: 0|req: 667/1441] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:44:55 2026] DELETE /v2.0/subnets/85e37dc0-144e-4d6d-b0a8-7dfb0e453042 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1442] 10.0.0.165 () {32 vars in 717 bytes} [Thu Jul 9 10:44:55 2026] GET /v2.0/ports/0d3549dd-23b0-4af5-bcf5-4d1840269307 => generated 778 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1443] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:44:55 2026] DELETE /v2.0/subnets/2b60c998-6f11-47e7-b261-a3f5c4c50a54 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:44:56.154 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7f16dbdd-230c-4b47-a92a-8e7fca91113b 8e61f139bd6f4b438aac8aad7d87d90f 6fa820ae187143569c39ad18458032d5 - - default default] DELETE failed (client error): The resource could not be found. 2026-07-09 10:44:56.159 8 INFO neutron.db.l3_hamode_db [None req-043fea0a-739a-4ec2-8f74-b975ea212265 06902574d0384d928ea3652c20ffc5a8 38088c3303c9444999ca397bde14572c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 670/1444] 10.0.0.165 () {32 vars in 720 bytes} [Thu Jul 9 10:44:56 2026] DELETE /v2.0/ports/e7b1c238-87ff-40cb-af80-24827baad17c => generated 132 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1445] 199.19.213.99 () {34 vars in 993 bytes} [Thu Jul 9 10:44:56 2026] GET /v2.0/ports?device_id=59aba076-1435-4f0b-a3dd-ea5ffea538ea => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1446] 10.0.0.165 () {32 vars in 647 bytes} [Thu Jul 9 10:44:56 2026] GET /v2.0/subnets => generated 649 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:44:56.266 7 INFO neutron.pecan_wsgi.hooks.translation [None req-18ad4509-7181-4db3-9710-62a7401da288 8e61f139bd6f4b438aac8aad7d87d90f 6fa820ae187143569c39ad18458032d5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 673/1447] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:44:56 2026] DELETE /v2.0/subnets/6be46b4b-cb3a-4f08-b459-081fd2774e21 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:44:56.320 8 INFO neutron.db.l3_hamode_db [None req-043fea0a-739a-4ec2-8f74-b975ea212265 06902574d0384d928ea3652c20ffc5a8 38088c3303c9444999ca397bde14572c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 10:44:56.383 7 INFO neutron_taas.services.taas.taas_plugin [req-98aeccc1-c7e0-4512-91a7-1c61597f2c47 req-49fde733-8406-4d18-a259-0751b5cbea28 ff3ee72e36064152bac6f72aee958a39 319dd28ff7aa43519d979d5d13cce504 - - default default] TaaS: Handle Delete Port: a2bf5359-74f3-42b2-ad71-8cae1144be44 2026-07-09 10:44:56.388 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-98aeccc1-c7e0-4512-91a7-1c61597f2c47 req-49fde733-8406-4d18-a259-0751b5cbea28 ff3ee72e36064152bac6f72aee958a39 319dd28ff7aa43519d979d5d13cce504 - - default default] Tap Mirror: Handle Delete Port: a2bf5359-74f3-42b2-ad71-8cae1144be44 2026-07-09 10:44:56.527 7 INFO neutron.db.l3_db [req-98aeccc1-c7e0-4512-91a7-1c61597f2c47 req-49fde733-8406-4d18-a259-0751b5cbea28 ff3ee72e36064152bac6f72aee958a39 319dd28ff7aa43519d979d5d13cce504 - - default default] Floating IP 2cbfb8c2-be7f-43e5-a165-0cfee4f586eb disassociated. External IP: 10.96.250.212, port: a2bf5359-74f3-42b2-ad71-8cae1144be44. [pid: 7|app: 0|req: 674/1448] 199.19.213.99 () {36 vars in 996 bytes} [Thu Jul 9 10:44:56 2026] DELETE /v2.0/ports/a2bf5359-74f3-42b2-ad71-8cae1144be44 => generated 0 bytes in 749 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:44:57.069 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-230345b5-5146-4fba-a685-6472c5c7b330'] response: {'server_uuid': '59aba076-1435-4f0b-a3dd-ea5ffea538ea', 'name': 'network-vif-deleted', 'tag': 'a2bf5359-74f3-42b2-ad71-8cae1144be44', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 775/1449] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:44:55 2026] POST /v2.0/routers => generated 505 bytes in 1328 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:44:57.135 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9da88208-120c-4cc6-9d22-8f710f9723d5 8e61f139bd6f4b438aac8aad7d87d90f 6fa820ae187143569c39ad18458032d5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 776/1450] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:44:57 2026] DELETE /v2.0/subnets/530360cb-5284-42d6-856f-316b226d08e0 => generated 136 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1451] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:44:57 2026] GET /v2.0/ports?device_id=59aba076-1435-4f0b-a3dd-ea5ffea538ea => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:44:57.226 7 INFO neutron.services.segments.plugin [-] Segment 5415f47b-f33d-4119-8baf-3d330b57ebf0 resource provider aggregate not found 2026-07-09 10:44:57.231 7 INFO neutron.services.segments.plugin [-] Segment 5415f47b-f33d-4119-8baf-3d330b57ebf0 resource provider aggregate not found 2026-07-09 10:44:57.252 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5415f47b-f33d-4119-8baf-3d330b57ebf0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5415f47b-f33d-4119-8baf-3d330b57ebf0 found for delete ", "request_id": "req-f94b2e42-6b53-4c12-a8d7-3316e72f6799"}]} 2026-07-09 10:44:57.257 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5415f47b-f33d-4119-8baf-3d330b57ebf0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5415f47b-f33d-4119-8baf-3d330b57ebf0 found for delete ", "request_id": "req-84350372-b4a3-4852-8093-329f60780553"}]} [pid: 7|app: 0|req: 675/1452] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:44:57 2026] DELETE /v2.0/networks/79c4a24e-e9fc-45be-98e0-0838cf0d18c7 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:44:57.369 7 INFO neutron_taas.services.taas.taas_plugin [None req-241bd11e-3993-4d4c-b7a4-0fa10864fa3d 8e61f139bd6f4b438aac8aad7d87d90f 6fa820ae187143569c39ad18458032d5 - - default default] TaaS: Handle Delete Port: 0d3549dd-23b0-4af5-bcf5-4d1840269307 2026-07-09 10:44:57.372 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-241bd11e-3993-4d4c-b7a4-0fa10864fa3d 8e61f139bd6f4b438aac8aad7d87d90f 6fa820ae187143569c39ad18458032d5 - - default default] Tap Mirror: Handle Delete Port: 0d3549dd-23b0-4af5-bcf5-4d1840269307 [pid: 7|app: 0|req: 676/1453] 10.0.0.165 () {32 vars in 720 bytes} [Thu Jul 9 10:44:57 2026] DELETE /v2.0/ports/0d3549dd-23b0-4af5-bcf5-4d1840269307 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1454] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:44:57 2026] DELETE /v2.0/networks/b0eb1e47-cae9-4d22-8652-a20366e91fec => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1455] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:44:57 2026] DELETE /v2.0/networks/09725368-73b2-421e-a6d8-a0394d6bcae5 => 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: 679/1456] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:44:57 2026] DELETE /v2.0/networks/991aac1b-8cca-4281-9195-60921be7f5a4 => 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: 680/1457] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:44:57 2026] DELETE /v2.0/networks/db671d39-37f4-43dd-a110-4f31f2a75200 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1458] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:44:58 2026] GET /v2.0/ports?device_id=59aba076-1435-4f0b-a3dd-ea5ffea538ea => 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: 778/1459] 10.0.0.165 () {34 vars in 783 bytes} [Thu Jul 9 10:44:57 2026] PUT /v2.0/routers/bc1a1418-ae03-45da-af28-16cc2636b658/add_router_interface => generated 309 bytes in 1401 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1460] 10.0.0.165 () {32 vars in 717 bytes} [Thu Jul 9 10:44:58 2026] GET /v2.0/ports/ea680d6b-b257-4b3b-b6ad-49a0da6cf88e => generated 955 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1461] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:44:58 2026] GET /v2.0/security-groups?tenant_id=6fa820ae187143569c39ad18458032d5&name=default => generated 2925 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1462] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:44:58 2026] GET /v2.0/security-groups?tenant_id=35000aa9fba247c596b99065f56fdb3a&name=default => generated 2925 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1463] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:44:58 2026] DELETE /v2.0/security-groups/7b0be1ae-9cd8-4f27-b95b-68175df7676e => generated 0 bytes in 153 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1464] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:44:58 2026] DELETE /v2.0/security-groups/94efd27c-7e90-4735-8609-aa2560c2227c => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:44:59.137 7 INFO neutron_taas.services.taas.taas_plugin [None req-e0bdd7c0-e37b-4e61-bd5c-cecfd2dc93b3 06902574d0384d928ea3652c20ffc5a8 38088c3303c9444999ca397bde14572c - - default default] TaaS: Handle Delete Port: ea680d6b-b257-4b3b-b6ad-49a0da6cf88e 2026-07-09 10:44:59.140 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e0bdd7c0-e37b-4e61-bd5c-cecfd2dc93b3 06902574d0384d928ea3652c20ffc5a8 38088c3303c9444999ca397bde14572c - - default default] Tap Mirror: Handle Delete Port: ea680d6b-b257-4b3b-b6ad-49a0da6cf88e 2026-07-09 10:44:59.280 7 INFO neutron.services.segments.plugin [-] Segment 34aa075c-de27-44e0-b3aa-651663d27bfc resource provider aggregate not found 2026-07-09 10:44:59.293 7 INFO neutron.services.segments.plugin [-] Segment 34aa075c-de27-44e0-b3aa-651663d27bfc resource provider aggregate not found 2026-07-09 10:44:59.317 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 34aa075c-de27-44e0-b3aa-651663d27bfc resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34aa075c-de27-44e0-b3aa-651663d27bfc found for delete ", "request_id": "req-8040e52f-557c-464f-98a0-efe45686a98a"}]} 2026-07-09 10:44:59.331 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 34aa075c-de27-44e0-b3aa-651663d27bfc resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34aa075c-de27-44e0-b3aa-651663d27bfc found for delete ", "request_id": "req-7d7eb562-1d85-43a3-80a9-14bc00fb996a"}]} 2026-07-09 10:44:59.353 7 INFO neutron.services.segments.plugin [-] Segment a17d0cc3-d5a8-45a2-b2fa-f34744fb08aa resource provider aggregate not found 2026-07-09 10:44:59.363 7 INFO neutron.services.segments.plugin [-] Segment a17d0cc3-d5a8-45a2-b2fa-f34744fb08aa resource provider aggregate not found 2026-07-09 10:44:59.388 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a17d0cc3-d5a8-45a2-b2fa-f34744fb08aa resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a17d0cc3-d5a8-45a2-b2fa-f34744fb08aa found for delete ", "request_id": "req-7ae33311-57ea-465f-b53a-25269b5b8dc2"}]} 2026-07-09 10:44:59.398 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a17d0cc3-d5a8-45a2-b2fa-f34744fb08aa resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a17d0cc3-d5a8-45a2-b2fa-f34744fb08aa found for delete ", "request_id": "req-82e4eaf1-fcb2-48b7-988a-8a39a19e9ab3"}]} [pid: 8|app: 0|req: 783/1465] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:44:59 2026] GET /v2.0/ports?device_id=59aba076-1435-4f0b-a3dd-ea5ffea538ea => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:44:59.426 7 INFO neutron.services.segments.plugin [-] Segment 8cc5d07d-843a-4671-b92a-8096e5166507 resource provider aggregate not found 2026-07-09 10:44:59.435 7 INFO neutron.services.segments.plugin [-] Segment 8cc5d07d-843a-4671-b92a-8096e5166507 resource provider aggregate not found 2026-07-09 10:44:59.466 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8cc5d07d-843a-4671-b92a-8096e5166507 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8cc5d07d-843a-4671-b92a-8096e5166507 found for delete ", "request_id": "req-56487a0f-1423-4d7d-802e-bb3052460250"}]} 2026-07-09 10:44:59.466 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8cc5d07d-843a-4671-b92a-8096e5166507 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8cc5d07d-843a-4671-b92a-8096e5166507 found for delete ", "request_id": "req-aa0506ba-9c5c-4efc-b9cc-506d31d3c957"}]} 2026-07-09 10:44:59.493 7 INFO neutron.services.segments.plugin [-] Segment 4cdc4584-fd88-4327-ab8e-7387b11f4929 resource provider aggregate not found 2026-07-09 10:44:59.507 7 INFO neutron.services.segments.plugin [-] Segment 4cdc4584-fd88-4327-ab8e-7387b11f4929 resource provider aggregate not found 2026-07-09 10:44:59.515 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4cdc4584-fd88-4327-ab8e-7387b11f4929 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4cdc4584-fd88-4327-ab8e-7387b11f4929 found for delete ", "request_id": "req-a03cb44a-a930-4129-b0f2-31938ab52952"}]} 2026-07-09 10:44:59.527 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 4cdc4584-fd88-4327-ab8e-7387b11f4929 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4cdc4584-fd88-4327-ab8e-7387b11f4929 found for delete ", "request_id": "req-e59afc47-00c7-42e0-8282-4598b25323fa"}]} [pid: 7|app: 0|req: 683/1466] 10.0.0.165 () {34 vars in 789 bytes} [Thu Jul 9 10:44:58 2026] PUT /v2.0/routers/bc1a1418-ae03-45da-af28-16cc2636b658/remove_router_interface => generated 309 bytes in 995 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1467] 10.0.0.165 () {32 vars in 736 bytes} [Thu Jul 9 10:44:59 2026] GET /v2.0/ports?device_id=bc1a1418-ae03-45da-af28-16cc2636b658 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:44:59.918 7 INFO neutron_taas.services.taas.taas_plugin [None req-5df266df-1b76-42c0-b42a-afbfb8870746 06902574d0384d928ea3652c20ffc5a8 38088c3303c9444999ca397bde14572c - - default default] TaaS: Handle Delete Port: c5ffb23b-9371-4a58-977c-745d844ca5e7 2026-07-09 10:44:59.923 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5df266df-1b76-42c0-b42a-afbfb8870746 06902574d0384d928ea3652c20ffc5a8 38088c3303c9444999ca397bde14572c - - default default] Tap Mirror: Handle Delete Port: c5ffb23b-9371-4a58-977c-745d844ca5e7 2026-07-09 10:45:00.394 7 INFO neutron.db.l3_hamode_db [None req-5df266df-1b76-42c0-b42a-afbfb8870746 06902574d0384d928ea3652c20ffc5a8 38088c3303c9444999ca397bde14572c - - default default] HA network e8c29ba7-dabd-49f1-85ca-4adb7e092eda was deleted as no HA routers are present in tenant 38088c3303c9444999ca397bde14572c. [pid: 7|app: 0|req: 684/1468] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:44:59 2026] DELETE /v2.0/routers/bc1a1418-ae03-45da-af28-16cc2636b658 => generated 0 bytes in 660 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1469] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:45:00 2026] DELETE /v2.0/subnets/c08ccf96-5d33-4545-9024-98bd403a209f => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1470] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:45:00 2026] DELETE /v2.0/security-groups/4ec62fc0-0797-49fb-b4db-b330045d82db => generated 0 bytes in 200 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:45:00.733 7 INFO neutron.api.v2.resource [None req-071aa198-09b7-4c7b-81c1-03cbbc35057a ff3ee72e36064152bac6f72aee958a39 319dd28ff7aa43519d979d5d13cce504 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 686/1471] 10.0.0.165 () {32 vars in 737 bytes} [Thu Jul 9 10:45:00 2026] GET /v2.0/security-groups/4ec62fc0-0797-49fb-b4db-b330045d82db => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:45:00.801 8 INFO neutron.services.segments.plugin [-] Segment 396f6488-7dac-4675-a032-b31fe2b602ff resource provider aggregate not found 2026-07-09 10:45:00.806 8 INFO neutron.services.segments.plugin [-] Segment 396f6488-7dac-4675-a032-b31fe2b602ff resource provider aggregate not found 2026-07-09 10:45:00.823 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 396f6488-7dac-4675-a032-b31fe2b602ff resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 396f6488-7dac-4675-a032-b31fe2b602ff found for delete ", "request_id": "req-bc6ac578-81a9-4f22-a3dc-f30949adb737"}]} 2026-07-09 10:45:00.827 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 396f6488-7dac-4675-a032-b31fe2b602ff resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 396f6488-7dac-4675-a032-b31fe2b602ff found for delete ", "request_id": "req-17036d43-4977-489b-9bcb-c3fcd5cb6f04"}]} [pid: 8|app: 0|req: 786/1472] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:45:00 2026] DELETE /v2.0/networks/e691e593-c426-498c-b228-3f122cbc5460 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:45:00.882 7 INFO neutron_taas.services.taas.taas_plugin [None req-eb159df8-26d1-4480-99f0-3fa770e34508 ff3ee72e36064152bac6f72aee958a39 319dd28ff7aa43519d979d5d13cce504 - - default default] TaaS: Handle Delete Port: 137b3ec2-7048-4ba0-84ff-9eeb781a0fa6 2026-07-09 10:45:00.887 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb159df8-26d1-4480-99f0-3fa770e34508 ff3ee72e36064152bac6f72aee958a39 319dd28ff7aa43519d979d5d13cce504 - - default default] Tap Mirror: Handle Delete Port: 137b3ec2-7048-4ba0-84ff-9eeb781a0fa6 [pid: 7|app: 0|req: 687/1473] 10.0.0.165 () {32 vars in 732 bytes} [Thu Jul 9 10:45:00 2026] DELETE /v2.0/floatingips/2cbfb8c2-be7f-43e5-a165-0cfee4f586eb => generated 0 bytes in 389 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:45:01.185 7 INFO neutron.db.segments_db [None req-b874859f-536e-412c-b479-19b8c365af9d 06902574d0384d928ea3652c20ffc5a8 38088c3303c9444999ca397bde14572c - - default default] Added segment 98c5a83d-19e1-4bf0-91a0-20604e034963 of type vxlan for network d74d32f2-1f0e-4d3f-8182-746ca85bcf84 [pid: 8|app: 0|req: 787/1474] 10.0.0.165 () {34 vars in 684 bytes} [Thu Jul 9 10:45:00 2026] POST /v2.0/security-groups => generated 1624 bytes in 590 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-09 10:45:01.490 7 INFO neutron.db.l3_hamode_db [None req-b874859f-536e-412c-b479-19b8c365af9d 06902574d0384d928ea3652c20ffc5a8 38088c3303c9444999ca397bde14572c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 10:45:01.543 7 INFO neutron.services.segments.plugin [-] Segment 50c7add3-bdb4-41bc-9053-8588912a2433 resource provider aggregate not found 2026-07-09 10:45:01.557 7 INFO neutron.services.segments.plugin [-] Segment 50c7add3-bdb4-41bc-9053-8588912a2433 resource provider aggregate not found 2026-07-09 10:45:01.575 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 50c7add3-bdb4-41bc-9053-8588912a2433 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50c7add3-bdb4-41bc-9053-8588912a2433 found for delete ", "request_id": "req-e0e686b4-d3bb-4ab5-990c-05b15d67ec20"}]} 2026-07-09 10:45:01.601 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 50c7add3-bdb4-41bc-9053-8588912a2433 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50c7add3-bdb4-41bc-9053-8588912a2433 found for delete ", "request_id": "req-72a18158-7c8d-4376-9414-01627625e503"}]} 2026-07-09 10:45:01.869 8 INFO neutron_taas.services.taas.taas_plugin [None req-94c5acce-b2f3-481f-8001-be18168250cb 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] TaaS: Handle Delete Port: ab79c3be-1b04-4aa2-aa06-25b9d0d51957 2026-07-09 10:45:01.874 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94c5acce-b2f3-481f-8001-be18168250cb 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Tap Mirror: Handle Delete Port: ab79c3be-1b04-4aa2-aa06-25b9d0d51957 2026-07-09 10:45:02.482 7 INFO neutron.db.l3_hamode_db [None req-b874859f-536e-412c-b479-19b8c365af9d 06902574d0384d928ea3652c20ffc5a8 38088c3303c9444999ca397bde14572c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 788/1475] 10.0.0.165 () {34 vars in 789 bytes} [Thu Jul 9 10:45:01 2026] PUT /v2.0/routers/c21f9396-d656-4660-87c6-ecbb18be7240/remove_router_interface => generated 309 bytes in 1135 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1476] 10.0.0.165 () {32 vars in 663 bytes} [Thu Jul 9 10:45:02 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) 2026-07-09 10:45:02.844 8 INFO neutron_taas.services.taas.taas_plugin [None req-c68db763-4499-43c8-8979-afe8c6d4e440 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] TaaS: Handle Delete Port: 7fd28897-f7b8-49ad-9a08-d126785c7abe 2026-07-09 10:45:02.847 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c68db763-4499-43c8-8979-afe8c6d4e440 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Tap Mirror: Handle Delete Port: 7fd28897-f7b8-49ad-9a08-d126785c7abe 2026-07-09 10:45:03.161 8 INFO neutron_taas.services.taas.taas_plugin [None req-c68db763-4499-43c8-8979-afe8c6d4e440 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] TaaS: Handle Delete Port: dccd8172-8619-463a-9e15-096e2bbd396e 2026-07-09 10:45:03.164 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c68db763-4499-43c8-8979-afe8c6d4e440 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Tap Mirror: Handle Delete Port: dccd8172-8619-463a-9e15-096e2bbd396e [pid: 7|app: 0|req: 688/1477] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:45:01 2026] POST /v2.0/routers => generated 687 bytes in 2378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:45:03.583 8 INFO neutron.services.segments.plugin [-] Segment dcfaec23-7b7f-4be8-b8b6-43f185fc5711 resource provider aggregate not found 2026-07-09 10:45:03.588 8 INFO neutron.services.segments.plugin [-] Segment dcfaec23-7b7f-4be8-b8b6-43f185fc5711 resource provider aggregate not found [pid: 7|app: 0|req: 689/1478] 10.0.0.165 () {34 vars in 758 bytes} [Thu Jul 9 10:45:03 2026] PUT /v2.0/security-groups/0064c9ac-fd83-4944-a569-c1eec5a6e2ce => generated 1662 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:45:03.607 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment dcfaec23-7b7f-4be8-b8b6-43f185fc5711 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dcfaec23-7b7f-4be8-b8b6-43f185fc5711 found for delete ", "request_id": "req-d108da7b-bb3b-4daa-b530-4107847e512f"}]} 2026-07-09 10:45:03.611 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment dcfaec23-7b7f-4be8-b8b6-43f185fc5711 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dcfaec23-7b7f-4be8-b8b6-43f185fc5711 found for delete ", "request_id": "req-567edc61-a071-4a3b-84bf-2cad277b4d38"}]} 2026-07-09 10:45:03.617 8 INFO neutron.db.l3_hamode_db [None req-c68db763-4499-43c8-8979-afe8c6d4e440 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] HA network 779415c3-5bc5-48b4-b2b2-bb43ca2c33a2 was deleted as no HA routers are present in tenant 319dd28ff7aa43519d979d5d13cce504. [pid: 8|app: 0|req: 790/1479] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:45:02 2026] DELETE /v2.0/routers/c21f9396-d656-4660-87c6-ecbb18be7240 => generated 0 bytes in 1008 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1480] 10.0.0.165 () {32 vars in 737 bytes} [Thu Jul 9 10:45:03 2026] GET /v2.0/security-groups/0064c9ac-fd83-4944-a569-c1eec5a6e2ce => generated 1662 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1481] 10.0.0.165 () {32 vars in 721 bytes} [Thu Jul 9 10:45:03 2026] GET /v2.0/routers/22de70ed-1cef-4f94-8600-452ba60d082f => generated 693 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1482] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:45:03 2026] DELETE /v2.0/security-groups/0064c9ac-fd83-4944-a569-c1eec5a6e2ce => 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: 792/1483] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:45:03 2026] DELETE /v2.0/subnets/f9aee7c7-2886-4010-87c4-7698ef83b8ab => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1484] 10.0.0.165 () {32 vars in 663 bytes} [Thu Jul 9 10:45:03 2026] GET /v2.0/security-groups => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1485] 10.0.0.165 () {32 vars in 647 bytes} [Thu Jul 9 10:45:03 2026] GET /v2.0/routers => generated 696 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:45:03.897 7 INFO neutron.api.v2.resource [None req-3c4e97df-623e-41b9-8e92-d18b002dd130 8300b5f6f3064c70af07c57032447f34 5b6b3f956eae47438b440fc3f4f54559 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 693/1486] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:45:03 2026] DELETE /v2.0/security-groups/0064c9ac-fd83-4944-a569-c1eec5a6e2ce => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:45:03.971 8 INFO neutron_taas.services.taas.taas_plugin [None req-d5d5c396-1757-4671-802e-459952624178 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] TaaS: Handle Delete Port: 638bae0e-2e96-4895-ab5b-ed5d95fc14b1 2026-07-09 10:45:03.973 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5d5c396-1757-4671-802e-459952624178 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Tap Mirror: Handle Delete Port: 638bae0e-2e96-4895-ab5b-ed5d95fc14b1 [pid: 8|app: 0|req: 794/1487] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:45:03 2026] DELETE /v2.0/networks/c506f88b-6d7f-401c-a5ab-030e31bedf9d => generated 0 bytes in 344 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1488] 10.0.0.165 () {34 vars in 684 bytes} [Thu Jul 9 10:45:04 2026] POST /v2.0/security-groups => generated 1624 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1489] 10.0.0.165 () {34 vars in 741 bytes} [Thu Jul 9 10:45:03 2026] PUT /v2.0/routers/22de70ed-1cef-4f94-8600-452ba60d082f => generated 700 bytes in 474 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1490] 10.0.0.165 () {34 vars in 695 bytes} [Thu Jul 9 10:45:04 2026] POST /v2.0/security-group-rules => generated 601 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1491] 10.0.0.165 () {32 vars in 721 bytes} [Thu Jul 9 10:45:04 2026] GET /v2.0/routers/22de70ed-1cef-4f94-8600-452ba60d082f => generated 700 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1492] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:45:04 2026] GET /v2.0/security-groups?tenant_id=319dd28ff7aa43519d979d5d13cce504&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1493] 10.0.0.165 () {32 vars in 747 bytes} [Thu Jul 9 10:45:04 2026] GET /v2.0/security-group-rules/e359cfb9-4dd9-4db3-b84e-5f95c39104b2 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1494] 10.0.0.165 () {32 vars in 736 bytes} [Thu Jul 9 10:45:04 2026] GET /v2.0/ports?device_id=22de70ed-1cef-4f94-8600-452ba60d082f => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1495] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:45:04 2026] GET /v2.0/security-groups?tenant_id=900b109c5f60498b9eddc6343e68dcc1&name=default => generated 2925 bytes in 388 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1496] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:45:04 2026] DELETE /v2.0/security-groups/26daf06f-10d4-4b1f-88d1-369595cf3aa8 => 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: 797/1497] 10.0.0.165 () {32 vars in 673 bytes} [Thu Jul 9 10:45:04 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1498] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:45:04 2026] DELETE /v2.0/security-groups/62b94191-0b14-46d1-873f-c0d0fd1e67cd => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:45:04.970 7 INFO neutron_taas.services.taas.taas_plugin [None req-42f25298-ac7b-46a5-94b3-99492fbb5af3 06902574d0384d928ea3652c20ffc5a8 38088c3303c9444999ca397bde14572c - - default default] TaaS: Handle Delete Port: 2468c765-4de2-423f-899b-2026670b117f 2026-07-09 10:45:04.973 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42f25298-ac7b-46a5-94b3-99492fbb5af3 06902574d0384d928ea3652c20ffc5a8 38088c3303c9444999ca397bde14572c - - default default] Tap Mirror: Handle Delete Port: 2468c765-4de2-423f-899b-2026670b117f [pid: 8|app: 0|req: 799/1499] 10.0.0.165 () {32 vars in 750 bytes} [Thu Jul 9 10:45:04 2026] DELETE /v2.0/security-group-rules/e359cfb9-4dd9-4db3-b84e-5f95c39104b2 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1500] 10.0.0.165 () {32 vars in 673 bytes} [Thu Jul 9 10:45:05 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1501] 10.0.0.165 () {34 vars in 695 bytes} [Thu Jul 9 10:45:05 2026] POST /v2.0/security-group-rules => generated 601 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:45:05.327 7 INFO neutron_taas.services.taas.taas_plugin [None req-42f25298-ac7b-46a5-94b3-99492fbb5af3 06902574d0384d928ea3652c20ffc5a8 38088c3303c9444999ca397bde14572c - - default default] TaaS: Handle Delete Port: a9677647-8720-42f5-bf50-da776aa81373 2026-07-09 10:45:05.331 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42f25298-ac7b-46a5-94b3-99492fbb5af3 06902574d0384d928ea3652c20ffc5a8 38088c3303c9444999ca397bde14572c - - default default] Tap Mirror: Handle Delete Port: a9677647-8720-42f5-bf50-da776aa81373 [pid: 8|app: 0|req: 802/1502] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:45:05 2026] GET /v2.0/security-groups?tenant_id=9fae5bdda89142f4addc004a84e5f0f4&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: 803/1503] 10.0.0.165 () {32 vars in 747 bytes} [Thu Jul 9 10:45:05 2026] GET /v2.0/security-group-rules/5fd298b5-e741-48e1-810d-64c2d74d3ab8 => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1504] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:45:05 2026] DELETE /v2.0/security-groups/9180500d-033b-475b-a092-7e5ccda97f24 => 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: 805/1505] 10.0.0.165 () {32 vars in 673 bytes} [Thu Jul 9 10:45:05 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:45:05.637 8 INFO neutron.services.segments.plugin [-] Segment ac496175-7d24-4aca-9751-9482c1c59f71 resource provider aggregate not found [pid: 8|app: 0|req: 806/1506] 10.0.0.165 () {32 vars in 750 bytes} [Thu Jul 9 10:45:05 2026] DELETE /v2.0/security-group-rules/5fd298b5-e741-48e1-810d-64c2d74d3ab8 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:45:05.643 8 INFO neutron.services.segments.plugin [-] Segment ac496175-7d24-4aca-9751-9482c1c59f71 resource provider aggregate not found 2026-07-09 10:45:05.663 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ac496175-7d24-4aca-9751-9482c1c59f71 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac496175-7d24-4aca-9751-9482c1c59f71 found for delete ", "request_id": "req-28e28ff1-abb9-492f-97eb-d6527321afdf"}]} 2026-07-09 10:45:05.667 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ac496175-7d24-4aca-9751-9482c1c59f71 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac496175-7d24-4aca-9751-9482c1c59f71 found for delete ", "request_id": "req-d1743499-eaff-4e66-89b5-6734cc496ccf"}]} [pid: 8|app: 0|req: 807/1507] 10.0.0.165 () {32 vars in 673 bytes} [Thu Jul 9 10:45:05 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) 2026-07-09 10:45:05.771 8 INFO neutron.db.securitygroups_db [None req-2bc481a2-47f1-4566-a6b7-f7c8d49b8b5c 8300b5f6f3064c70af07c57032447f34 5b6b3f956eae47438b440fc3f4f54559 - - default default] Project 5b6b3f956eae47438b440fc3f4f54559 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-07-09 10:45:05.783 7 INFO neutron.services.segments.plugin [-] Segment 98c5a83d-19e1-4bf0-91a0-20604e034963 resource provider aggregate not found 2026-07-09 10:45:05.793 7 INFO neutron.services.segments.plugin [-] Segment 98c5a83d-19e1-4bf0-91a0-20604e034963 resource provider aggregate not found 2026-07-09 10:45:05.811 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 98c5a83d-19e1-4bf0-91a0-20604e034963 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98c5a83d-19e1-4bf0-91a0-20604e034963 found for delete ", "request_id": "req-969e7962-88ba-43cb-b996-f65ef90aa9dd"}]} 2026-07-09 10:45:05.813 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 98c5a83d-19e1-4bf0-91a0-20604e034963 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98c5a83d-19e1-4bf0-91a0-20604e034963 found for delete ", "request_id": "req-d29c81a2-f64b-447c-8ebd-5b5339afcea9"}]} 2026-07-09 10:45:05.824 7 INFO neutron.db.l3_hamode_db [None req-42f25298-ac7b-46a5-94b3-99492fbb5af3 06902574d0384d928ea3652c20ffc5a8 38088c3303c9444999ca397bde14572c - - default default] HA network d74d32f2-1f0e-4d3f-8182-746ca85bcf84 was deleted as no HA routers are present in tenant 38088c3303c9444999ca397bde14572c. [pid: 7|app: 0|req: 701/1508] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:45:04 2026] DELETE /v2.0/routers/22de70ed-1cef-4f94-8600-452ba60d082f => generated 0 bytes in 1095 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1509] 10.0.0.165 () {32 vars in 736 bytes} [Thu Jul 9 10:45:05 2026] GET /v2.0/ports?device_id=22de70ed-1cef-4f94-8600-452ba60d082f => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:45:05.885 7 INFO neutron.api.v2.resource [None req-27421805-9b84-4b48-b39e-7f2160720acd 06902574d0384d928ea3652c20ffc5a8 38088c3303c9444999ca397bde14572c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 703/1510] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:45:05 2026] DELETE /v2.0/routers/22de70ed-1cef-4f94-8600-452ba60d082f => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1511] 10.0.0.165 () {34 vars in 695 bytes} [Thu Jul 9 10:45:05 2026] POST /v2.0/security-group-rules => generated 607 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1512] 10.0.0.165 () {32 vars in 736 bytes} [Thu Jul 9 10:45:05 2026] GET /v2.0/ports?device_id=bc1a1418-ae03-45da-af28-16cc2636b658 => 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: 809/1513] 10.0.0.165 () {32 vars in 747 bytes} [Thu Jul 9 10:45:05 2026] GET /v2.0/security-group-rules/a12b218d-52e3-4c06-9339-28b7dff581b5 => generated 607 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:45:05.950 7 INFO neutron.api.v2.resource [None req-f14294c0-5d68-4832-85e3-1ba08477726b 06902574d0384d928ea3652c20ffc5a8 38088c3303c9444999ca397bde14572c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 705/1514] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:45:05 2026] DELETE /v2.0/routers/bc1a1418-ae03-45da-af28-16cc2636b658 => generated 135 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:45:05.976 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f055ff83-00ef-447d-bb5a-6e1e6963262c 06902574d0384d928ea3652c20ffc5a8 38088c3303c9444999ca397bde14572c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 706/1515] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:45:05 2026] DELETE /v2.0/subnets/c08ccf96-5d33-4545-9024-98bd403a209f => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1516] 10.0.0.165 () {32 vars in 736 bytes} [Thu Jul 9 10:45:05 2026] GET /v2.0/ports?device_id=db8fe684-4ce0-4f0b-bb9e-1a43e96a46f1 => 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: 810/1517] 10.0.0.165 () {32 vars in 673 bytes} [Thu Jul 9 10:45:05 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:45:06.028 7 INFO neutron.api.v2.resource [None req-62c1bf2d-2f28-451c-b970-cd268c785b7a 06902574d0384d928ea3652c20ffc5a8 38088c3303c9444999ca397bde14572c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 708/1518] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:45:06 2026] DELETE /v2.0/routers/db8fe684-4ce0-4f0b-bb9e-1a43e96a46f1 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:45:06.045 7 INFO neutron.pecan_wsgi.hooks.translation [None req-58a1046b-c3b9-4a0b-9b28-7b4f89e9c930 06902574d0384d928ea3652c20ffc5a8 38088c3303c9444999ca397bde14572c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 709/1519] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:45:06 2026] DELETE /v2.0/subnets/72ece3e8-fc24-4ac1-afa5-879b5c9db04c => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1520] 10.0.0.165 () {32 vars in 750 bytes} [Thu Jul 9 10:45:06 2026] DELETE /v2.0/security-group-rules/a12b218d-52e3-4c06-9339-28b7dff581b5 => 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: 710/1521] 10.0.0.165 () {32 vars in 736 bytes} [Thu Jul 9 10:45:06 2026] GET /v2.0/ports?device_id=cf29507e-34b6-42c2-bdb9-78e2611d9c64 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:45:06.087 7 INFO neutron.api.v2.resource [None req-d3e60886-7351-4c06-9ce3-072d9a5ad4be 06902574d0384d928ea3652c20ffc5a8 38088c3303c9444999ca397bde14572c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 711/1522] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:45:06 2026] DELETE /v2.0/routers/cf29507e-34b6-42c2-bdb9-78e2611d9c64 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:45:06.111 7 INFO neutron.pecan_wsgi.hooks.translation [None req-faf6db2f-c45b-4be1-b4d0-2c17e537089d 06902574d0384d928ea3652c20ffc5a8 38088c3303c9444999ca397bde14572c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 712/1523] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:45:06 2026] DELETE /v2.0/subnets/b9130a6e-6783-40ef-8069-79efd608928c => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1524] 10.0.0.165 () {32 vars in 673 bytes} [Thu Jul 9 10:45:06 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:45:06.133 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0dd37e72-4c9f-4af5-82bb-91490b93ef24 06902574d0384d928ea3652c20ffc5a8 38088c3303c9444999ca397bde14572c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 713/1525] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:45:06 2026] DELETE /v2.0/subnets/6045d557-ffe9-4036-b59e-6687021fa1b1 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1526] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:45:06 2026] DELETE /v2.0/security-groups/a097ae05-9922-41d9-9f69-565a75cc4269 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1527] 10.0.0.165 () {32 vars in 663 bytes} [Thu Jul 9 10:45:06 2026] GET /v2.0/security-groups => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1528] 10.0.0.165 () {32 vars in 663 bytes} [Thu Jul 9 10:45:06 2026] GET /v2.0/security-groups => 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: 715/1529] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:45:06 2026] GET /v2.0/security-groups?tenant_id=38088c3303c9444999ca397bde14572c&name=default => generated 2925 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1530] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:45:06 2026] GET /v2.0/security-groups?tenant_id=5b6b3f956eae47438b440fc3f4f54559&name=default => generated 2925 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1531] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:45:06 2026] DELETE /v2.0/security-groups/d0e396ed-d47e-4f86-9d25-502bc1e3c80b => generated 0 bytes in 152 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1532] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:45:06 2026] DELETE /v2.0/security-groups/8db757f7-28b2-4d1b-a56f-3969add0b5ef => generated 0 bytes in 164 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1533] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:45:07 2026] GET /v2.0/security-groups?tenant_id=b31075d45ce540c880db1fb8f7530cc2&name=default => generated 2925 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1534] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:45:08 2026] DELETE /v2.0/security-groups/89ddc605-685a-4edd-b1f4-209c1904c20e => 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: 719/1535] 10.0.0.165 () {34 vars in 676 bytes} [Thu Jul 9 10:45:08 2026] POST /v2.0/subnetpools => generated 548 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1538] 10.0.0.165 () {32 vars in 729 bytes} [Thu Jul 9 10:45:09 2026] GET /v2.0/subnetpools/c78717de-db80-4522-a991-7a9ee9ce18df => generated 548 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:45:09.274 8 INFO neutron.db.segments_db [None req-e23744e5-cc42-4fed-9c10-84dec449d5a8 c04e722871d84a928cdf6111198edda0 0e418e2a7cf942a68732c9eadaf9a2ec - - default default] Added segment 84cb9580-70d1-4d29-a642-69829b93086d of type vxlan for network bd074741-5179-4801-a3e4-31cebefbc12f [pid: 8|app: 0|req: 817/1539] 10.0.0.165 () {34 vars in 671 bytes} [Thu Jul 9 10:45:08 2026] POST /v2.0/networks => generated 632 bytes in 613 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1540] 10.0.0.165 () {34 vars in 749 bytes} [Thu Jul 9 10:45:09 2026] PUT /v2.0/subnetpools/c78717de-db80-4522-a991-7a9ee9ce18df => generated 501 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1541] 10.0.0.165 () {34 vars in 684 bytes} [Thu Jul 9 10:45:09 2026] POST /v2.0/security-groups => generated 1625 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-09 10:45:09.487 8 INFO neutron.db.segments_db [None req-63e818ff-742e-461e-bfde-d07c0536bf3e c04e722871d84a928cdf6111198edda0 0e418e2a7cf942a68732c9eadaf9a2ec - - default default] Added segment c120fe6b-b2d8-4001-8294-72d9930bbb0c of type vxlan for network 7dd0bd23-168f-42d4-8108-ad2280233475 [pid: 7|app: 0|req: 724/1542] 10.0.0.165 () {32 vars in 732 bytes} [Thu Jul 9 10:45:09 2026] DELETE /v2.0/subnetpools/c78717de-db80-4522-a991-7a9ee9ce18df => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1543] 10.0.0.165 () {32 vars in 663 bytes} [Thu Jul 9 10:45:09 2026] GET /v2.0/security-groups => generated 4530 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:45:09.574 7 INFO neutron.api.v2.resource [None req-39c898a7-8cbf-4d18-aab7-d6bf47beb1ef 020aafa22a114e3799ed1ecea00a9de2 cf4537580d004689a9e4dab4f63aeca5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 726/1544] 10.0.0.165 () {32 vars in 729 bytes} [Thu Jul 9 10:45:09 2026] GET /v2.0/subnetpools/c78717de-db80-4522-a991-7a9ee9ce18df => generated 145 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1545] 10.0.0.165 () {34 vars in 758 bytes} [Thu Jul 9 10:45:09 2026] PUT /v2.0/security-groups/9bd5ce0f-c888-429e-89de-8c57c2bdb0b4 => generated 1664 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:45:09.670 7 INFO neutron.api.v2.resource [None req-780b419e-6ef8-4ba7-ab2e-bd074d12d86a 020aafa22a114e3799ed1ecea00a9de2 cf4537580d004689a9e4dab4f63aeca5 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 728/1546] 10.0.0.165 () {32 vars in 732 bytes} [Thu Jul 9 10:45:09 2026] DELETE /v2.0/subnetpools/c78717de-db80-4522-a991-7a9ee9ce18df => generated 145 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1547] 10.0.0.165 () {32 vars in 737 bytes} [Thu Jul 9 10:45:09 2026] GET /v2.0/security-groups/9bd5ce0f-c888-429e-89de-8c57c2bdb0b4 => generated 1664 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:45:09.759 8 INFO neutron.db.l3_hamode_db [None req-63e818ff-742e-461e-bfde-d07c0536bf3e c04e722871d84a928cdf6111198edda0 0e418e2a7cf942a68732c9eadaf9a2ec - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 730/1548] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:45:09 2026] DELETE /v2.0/security-groups/9bd5ce0f-c888-429e-89de-8c57c2bdb0b4 => 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: 731/1549] 10.0.0.165 () {32 vars in 663 bytes} [Thu Jul 9 10:45:09 2026] GET /v2.0/security-groups => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:45:09.847 7 INFO neutron.api.v2.resource [None req-80e47e8f-d6a4-41c1-b88b-cb135be24e7e 519eaab4e54a4b52b542e96e8c2ea897 bb3497b9cb534179af350b392d4c31f9 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 732/1550] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:45:09 2026] DELETE /v2.0/security-groups/9bd5ce0f-c888-429e-89de-8c57c2bdb0b4 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1551] 10.0.0.165 () {34 vars in 684 bytes} [Thu Jul 9 10:45:09 2026] POST /v2.0/security-groups => generated 1624 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1552] 10.0.0.165 () {34 vars in 695 bytes} [Thu Jul 9 10:45:09 2026] POST /v2.0/security-group-rules => generated 601 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1553] 10.0.0.165 () {32 vars in 747 bytes} [Thu Jul 9 10:45:10 2026] GET /v2.0/security-group-rules/d213ced8-ec12-41d9-afe2-7b7912a5d468 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1554] 10.0.0.165 () {32 vars in 673 bytes} [Thu Jul 9 10:45:10 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1555] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:45:10 2026] GET /v2.0/security-groups?tenant_id=cf4537580d004689a9e4dab4f63aeca5&name=default => generated 2925 bytes in 360 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1556] 10.0.0.165 () {32 vars in 750 bytes} [Thu Jul 9 10:45:10 2026] DELETE /v2.0/security-group-rules/d213ced8-ec12-41d9-afe2-7b7912a5d468 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:45:10.700 8 INFO neutron.db.l3_hamode_db [None req-63e818ff-742e-461e-bfde-d07c0536bf3e c04e722871d84a928cdf6111198edda0 0e418e2a7cf942a68732c9eadaf9a2ec - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 739/1557] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:45:10 2026] DELETE /v2.0/security-groups/290fba63-4d41-4893-bea4-482abb25e1ec => 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: 740/1558] 10.0.0.165 () {32 vars in 673 bytes} [Thu Jul 9 10:45:10 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1559] 10.0.0.165 () {34 vars in 695 bytes} [Thu Jul 9 10:45:10 2026] POST /v2.0/security-group-rules => generated 601 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1560] 10.0.0.165 () {32 vars in 747 bytes} [Thu Jul 9 10:45:10 2026] GET /v2.0/security-group-rules/bd138eab-3ed0-418a-844a-7505305fefa7 => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1561] 10.0.0.165 () {32 vars in 673 bytes} [Thu Jul 9 10:45:11 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1562] 10.0.0.165 () {32 vars in 750 bytes} [Thu Jul 9 10:45:11 2026] DELETE /v2.0/security-group-rules/bd138eab-3ed0-418a-844a-7505305fefa7 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1563] 10.0.0.165 () {32 vars in 673 bytes} [Thu Jul 9 10:45:11 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: 746/1564] 10.0.0.165 () {34 vars in 695 bytes} [Thu Jul 9 10:45:11 2026] POST /v2.0/security-group-rules => generated 602 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1565] 10.0.0.165 () {32 vars in 747 bytes} [Thu Jul 9 10:45:11 2026] GET /v2.0/security-group-rules/4ec37183-e866-4f3b-ae66-25dc3aa3950b => generated 602 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1566] 10.0.0.165 () {32 vars in 673 bytes} [Thu Jul 9 10:45:11 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1567] 10.0.0.165 () {32 vars in 750 bytes} [Thu Jul 9 10:45:11 2026] DELETE /v2.0/security-group-rules/4ec37183-e866-4f3b-ae66-25dc3aa3950b => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1568] 10.0.0.165 () {32 vars in 673 bytes} [Thu Jul 9 10:45:11 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1569] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:45:11 2026] DELETE /v2.0/security-groups/a233a480-ad51-4df5-98cf-03558bbd8d25 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1570] 10.0.0.165 () {32 vars in 663 bytes} [Thu Jul 9 10:45:11 2026] GET /v2.0/security-groups => generated 2925 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1571] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:45:09 2026] POST /v2.0/routers => generated 695 bytes in 2317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1572] 10.0.0.165 () {32 vars in 663 bytes} [Thu Jul 9 10:45:11 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: 820/1573] 10.0.0.165 () {32 vars in 776 bytes} [Thu Jul 9 10:45:11 2026] GET /v2.0/subnets?project_id=0e418e2a7cf942a68732c9eadaf9a2ec&cidr=10.100.0.0%2F28 => generated 14 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1574] 10.0.0.165 () {32 vars in 694 bytes} [Thu Jul 9 10:45:12 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1575] 10.0.0.165 () {32 vars in 784 bytes} [Thu Jul 9 10:45:12 2026] GET /v2.0/subnets?network_id=6e42a5be-a9f9-4845-baf7-07aac490b908&cidr=10.100.0.0%2F28 => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1576] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:45:12 2026] POST /v2.0/subnets => generated 657 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1577] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:45:12 2026] GET /v2.0/security-groups?tenant_id=bb3497b9cb534179af350b392d4c31f9&name=default => generated 2925 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1578] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:45:12 2026] GET /v2.0/security-groups?tenant_id=0156d2bdd4ce430db648a7bdba92f163&name=default => generated 2925 bytes in 366 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1579] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:45:12 2026] DELETE /v2.0/security-groups/9e3d36cd-3d6d-4c3c-a5d7-d16634bbf48b => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1580] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:45:12 2026] DELETE /v2.0/security-groups/106bc194-5848-4637-991d-b47f9d93ee15 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1581] 10.0.0.165 () {32 vars in 623 bytes} [Thu Jul 9 10:45:12 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: 826/1582] 10.0.0.165 () {32 vars in 633 bytes} [Thu Jul 9 10:45:12 2026] GET /v2.0/ => generated 632 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1583] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:45:13 2026] GET /v2.0/security-groups?tenant_id=c014685187f44a938002ffaa705ada61&name=default => generated 2925 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1584] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:45:13 2026] DELETE /v2.0/security-groups/e5262d4a-8e47-4ec6-b1fe-e091c534fd4b => 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: 757/1585] 10.0.0.165 () {34 vars in 783 bytes} [Thu Jul 9 10:45:12 2026] PUT /v2.0/routers/47c69099-e6a1-473f-858c-89839caaef8f/add_router_interface => generated 309 bytes in 1427 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1586] 10.0.0.165 () {32 vars in 649 bytes} [Thu Jul 9 10:45:14 2026] GET /v2.0/networks => generated 3606 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1587] 10.0.0.165 () {32 vars in 647 bytes} [Thu Jul 9 10:45:14 2026] GET /v2.0/subnets => generated 2595 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1588] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:45:13 2026] GET /v2.0/security-groups?tenant_id=6d5603fff5a347dc8451e7b4d7213389&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: 760/1589] 10.0.0.165 () {32 vars in 647 bytes} [Thu Jul 9 10:45:14 2026] GET /v2.0/routers => generated 738 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1590] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:45:14 2026] DELETE /v2.0/security-groups/e25de138-807b-4177-b754-abd98c550293 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1591] 10.0.0.165 () {34 vars in 685 bytes} [Thu Jul 9 10:45:14 2026] POST /v2.0/security-groups => generated 1675 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1592] 10.0.0.165 () {34 vars in 695 bytes} [Thu Jul 9 10:45:14 2026] POST /v2.0/security-group-rules => generated 597 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1593] 10.0.0.165 () {34 vars in 695 bytes} [Thu Jul 9 10:45:14 2026] POST /v2.0/security-group-rules => generated 596 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1594] 10.0.0.165 () {34 vars in 695 bytes} [Thu Jul 9 10:45:14 2026] POST /v2.0/security-group-rules => generated 602 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1595] 10.0.0.165 () {34 vars in 695 bytes} [Thu Jul 9 10:45:14 2026] POST /v2.0/security-group-rules => generated 601 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:45:15.194 8 INFO neutron.db.securitygroups_db [None req-f5c08566-2a3f-46fd-9ae8-972622c585bc c04e722871d84a928cdf6111198edda0 0e418e2a7cf942a68732c9eadaf9a2ec - - default default] Project 0e418e2a7cf942a68732c9eadaf9a2ec 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: 833/1596] 10.0.0.165 () {34 vars in 695 bytes} [Thu Jul 9 10:45:15 2026] POST /v2.0/security-group-rules => generated 607 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:45:15.349 7 INFO neutron.db.securitygroups_db [None req-9a429d76-8ee2-489c-ada5-03c009b61784 c04e722871d84a928cdf6111198edda0 0e418e2a7cf942a68732c9eadaf9a2ec - - default default] Project 0e418e2a7cf942a68732c9eadaf9a2ec 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: 764/1597] 10.0.0.165 () {34 vars in 695 bytes} [Thu Jul 9 10:45:15 2026] POST /v2.0/security-group-rules => generated 606 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1598] 10.0.0.165 () {32 vars in 649 bytes} [Thu Jul 9 10:45:15 2026] GET /v2.0/networks => generated 1297 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1599] 10.0.0.39 () {34 vars in 1099 bytes} [Thu Jul 9 10:45:16 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1420622391&fields=id&tenant_id=0e418e2a7cf942a68732c9eadaf9a2ec => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1600] 10.0.0.39 () {34 vars in 981 bytes} [Thu Jul 9 10:45:16 2026] GET /v2.0/networks?id=bd074741-5179-4801-a3e4-31cebefbc12f => generated 660 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1601] 10.0.0.39 () {34 vars in 964 bytes} [Thu Jul 9 10:45:16 2026] GET /v2.0/quotas/0e418e2a7cf942a68732c9eadaf9a2ec => generated 292 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1602] 10.0.0.39 () {34 vars in 1001 bytes} [Thu Jul 9 10:45:16 2026] GET /v2.0/ports?tenant_id=0e418e2a7cf942a68732c9eadaf9a2ec&fields=id => generated 103 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1603] 10.0.0.39 () {34 vars in 1007 bytes} [Thu Jul 9 10:45:16 2026] GET /v2.0/networks/bd074741-5179-4801-a3e4-31cebefbc12f?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: 837/1604] 10.0.0.39 () {34 vars in 1107 bytes} [Thu Jul 9 10:45:16 2026] GET /v2.0/networks/bd074741-5179-4801-a3e4-31cebefbc12f?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: 768/1605] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:45:16 2026] GET /v2.0/ports?device_id=9548f71f-37bc-44d8-a238-4c1ce9d8c4f4 => 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: 838/1606] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:45:17 2026] GET /v2.0/ports?device_id=9548f71f-37bc-44d8-a238-4c1ce9d8c4f4 => 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: 769/1607] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:45:18 2026] GET /v2.0/security-groups?tenant_id=2f554345ad1b4770b1864a77637d6fa8&name=default => generated 2925 bytes in 427 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1608] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:45:18 2026] DELETE /v2.0/security-groups/2a905868-edda-4089-bd32-21d0f683cb75 => 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: 839/1609] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:45:18 2026] GET /v2.0/security-groups?tenant_id=87ec85cdb58f48b99837a5690d749914&name=default => generated 2925 bytes in 591 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1610] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:45:18 2026] DELETE /v2.0/security-groups/2d24a9d0-ddcb-427d-821d-96caca06771e => 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: 841/1611] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:45:19 2026] GET /v2.0/ports?device_id=9548f71f-37bc-44d8-a238-4c1ce9d8c4f4 => 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: 771/1612] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:45:18 2026] GET /v2.0/security-groups?tenant_id=bc9173f5c3444520810733d2d2126849&name=default => generated 2925 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1613] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:45:19 2026] GET /v2.0/security-groups?tenant_id=aa380c20cbeb4075837e9a55c8e56ff1&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: 772/1614] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:45:19 2026] DELETE /v2.0/security-groups/521f0083-44d4-484a-a75d-a8759fce7a75 => 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: 843/1615] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:45:19 2026] DELETE /v2.0/security-groups/fb0b4082-d21a-46ce-b1e6-5079b0d60f73 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1616] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:45:19 2026] GET /v2.0/security-groups?tenant_id=546bfee9d4ea43bca9cb688a6aafe612&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1617] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:45:19 2026] DELETE /v2.0/security-groups/b202ab06-aafa-4ce8-b840-8cc6e386c401 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1618] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:45:20 2026] GET /v2.0/ports?device_id=9548f71f-37bc-44d8-a238-4c1ce9d8c4f4 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1619] 199.19.213.99 () {34 vars in 985 bytes} [Thu Jul 9 10:45:21 2026] GET /v2.0/networks?id=bd074741-5179-4801-a3e4-31cebefbc12f => generated 660 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1620] 199.19.213.99 () {34 vars in 1049 bytes} [Thu Jul 9 10:45:21 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0e418e2a7cf942a68732c9eadaf9a2ec => generated 181 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1621] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:45:21 2026] GET /v2.0/ports?device_id=9548f71f-37bc-44d8-a238-4c1ce9d8c4f4 => 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: 846/1622] 199.19.213.99 () {38 vars in 954 bytes} [Thu Jul 9 10:45:21 2026] POST /v2.0/ports => generated 958 bytes in 472 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-09 10:45:21.889 7 INFO neutron.db.segments_db [None req-5f7d2ced-6d88-408e-b0b0-ceb390a15ed4 598d2a23ab9042d0ba218736264194fb 4ace9a0c99dc4ff18e567ee1a0049cca - - default default] Added segment 2f940697-f427-43dd-8a23-b4514f3785c3 of type vxlan for network ae2956b7-d9df-4ec5-9506-8d5e8f55f405 2026-07-09 10:45:22.000 7 INFO neutron.db.segments_db [None req-5f7d2ced-6d88-408e-b0b0-ceb390a15ed4 598d2a23ab9042d0ba218736264194fb 4ace9a0c99dc4ff18e567ee1a0049cca - - default default] Added segment 9385a3bc-aaf8-4653-b728-7071872d86e5 of type vxlan for network 136dc07d-a415-4758-8af5-e3c1c20d6370 [pid: 7|app: 0|req: 777/1623] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:45:21 2026] POST /v2.0/networks => generated 1244 bytes in 697 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1624] 10.0.0.165 () {32 vars in 649 bytes} [Thu Jul 9 10:45:22 2026] GET /v2.0/networks => generated 1843 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1625] 199.19.213.99 () {38 vars in 1027 bytes} [Thu Jul 9 10:45:21 2026] PUT /v2.0/ports/1eeb651a-ec31-48c4-9bcf-d68f5f5e95f1 => generated 1239 bytes in 525 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:45:22.279 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-090d54e3-3ec5-4700-8f8a-948d5fe43f6b'] response: {'name': 'network-changed', 'server_uuid': '9548f71f-37bc-44d8-a238-4c1ce9d8c4f4', 'tag': '1eeb651a-ec31-48c4-9bcf-d68f5f5e95f1', 'status': 'completed', 'code': 200} 2026-07-09 10:45:22.379 7 INFO neutron.services.segments.plugin [-] Segment 2f940697-f427-43dd-8a23-b4514f3785c3 resource provider aggregate not found 2026-07-09 10:45:22.384 7 INFO neutron.services.segments.plugin [-] Segment 2f940697-f427-43dd-8a23-b4514f3785c3 resource provider aggregate not found /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 10:45:22.408 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2f940697-f427-43dd-8a23-b4514f3785c3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f940697-f427-43dd-8a23-b4514f3785c3 found for delete ", "request_id": "req-750edbc2-1143-46f8-b3cc-457d537ae25a"}]} 2026-07-09 10:45:22.413 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2f940697-f427-43dd-8a23-b4514f3785c3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f940697-f427-43dd-8a23-b4514f3785c3 found for delete ", "request_id": "req-d5bf4993-3b09-4087-8ec7-dd10d0eefc7a"}]} [pid: 7|app: 0|req: 779/1626] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:45:22 2026] DELETE /v2.0/networks/ae2956b7-d9df-4ec5-9506-8d5e8f55f405 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1627] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:45:22 2026] GET /v2.0/ports?device_id=9548f71f-37bc-44d8-a238-4c1ce9d8c4f4 => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1628] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:45:22 2026] GET /v2.0/security-groups?id=3ecb0ec3-d0d9-47f3-8462-a2930193bdb1&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: 780/1629] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:45:22 2026] DELETE /v2.0/networks/136dc07d-a415-4758-8af5-e3c1c20d6370 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1630] 10.0.0.165 () {32 vars in 649 bytes} [Thu Jul 9 10:45:22 2026] GET /v2.0/networks => generated 651 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:45:22.792 7 INFO neutron.db.segments_db [None req-4e92ea67-75e8-46de-8ced-3e0b404a2c0f 598d2a23ab9042d0ba218736264194fb 4ace9a0c99dc4ff18e567ee1a0049cca - - default default] Added segment 47869ac8-4861-4ce9-bd64-7dc7b5195bd4 of type vxlan for network 74d86c4b-9f6c-41ae-a4bb-a198698618e1 [pid: 8|app: 0|req: 851/1631] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:45:22 2026] GET /v2.0/ports?tenant_id=0e418e2a7cf942a68732c9eadaf9a2ec&device_id=9548f71f-37bc-44d8-a238-4c1ce9d8c4f4 => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1632] 199.19.213.99 () {34 vars in 1017 bytes} [Thu Jul 9 10:45:22 2026] GET /v2.0/networks?tenant_id=0e418e2a7cf942a68732c9eadaf9a2ec&shared=False => generated 756 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1633] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:45:22 2026] POST /v2.0/networks => generated 653 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1634] 199.19.213.99 () {34 vars in 929 bytes} [Thu Jul 9 10:45:22 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:45:23.011 7 INFO neutron.db.segments_db [None req-357c657c-200d-436a-b010-83373e9014b2 598d2a23ab9042d0ba218736264194fb 4ace9a0c99dc4ff18e567ee1a0049cca - - default default] Added segment c7c671fd-1bd5-4c58-9193-342156615922 of type vxlan for network 92dd3ccb-c6c4-4844-a6b5-3184e96ed0fb [pid: 7|app: 0|req: 782/1635] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:45:22 2026] POST /v2.0/networks => generated 654 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:45:23.923 7 INFO neutron.db.segments_db [None req-ceab6d3f-6977-46f5-b279-9b6187ef8147 1c9560e594664960acb835f2db4c80ef dbb6b126476048c594e934b33256cb1e - - default default] Added segment cce082b2-58aa-4617-a6d5-4341c6fa6f67 of type vxlan for network 78964e83-01d8-408a-aeb4-0085cd6c22f7 [pid: 8|app: 0|req: 854/1636] 10.0.0.165 () {34 vars in 665 bytes} [Thu Jul 9 10:45:23 2026] POST /v2.0/ports => generated 1505 bytes in 816 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: 855/1637] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:45:23 2026] GET /v2.0/ports?device_id=9548f71f-37bc-44d8-a238-4c1ce9d8c4f4 => 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: 858/1640] 10.0.0.165 () {32 vars in 643 bytes} [Thu Jul 9 10:45:23 2026] GET /v2.0/ports => generated 1505 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1641] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:45:23 2026] POST /v2.0/networks => generated 724 bytes in 534 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1642] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:45:24 2026] GET /v2.0/security-groups?id=3ecb0ec3-d0d9-47f3-8462-a2930193bdb1&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:45:24.145 7 INFO neutron_taas.services.taas.taas_plugin [None req-35b60c49-8a09-40a0-99be-137d1b027e37 598d2a23ab9042d0ba218736264194fb 4ace9a0c99dc4ff18e567ee1a0049cca - - default default] TaaS: Handle Delete Port: c922e4c0-983b-4c13-b4df-9a0053c5cc6f 2026-07-09 10:45:24.149 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35b60c49-8a09-40a0-99be-137d1b027e37 598d2a23ab9042d0ba218736264194fb 4ace9a0c99dc4ff18e567ee1a0049cca - - default default] Tap Mirror: Handle Delete Port: c922e4c0-983b-4c13-b4df-9a0053c5cc6f [pid: 7|app: 0|req: 784/1643] 10.0.0.165 () {32 vars in 720 bytes} [Thu Jul 9 10:45:24 2026] DELETE /v2.0/ports/c922e4c0-983b-4c13-b4df-9a0053c5cc6f => 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: 860/1644] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:45:24 2026] POST /v2.0/subnets => generated 644 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1645] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:45:24 2026] GET /v2.0/ports?tenant_id=0e418e2a7cf942a68732c9eadaf9a2ec&device_id=9548f71f-37bc-44d8-a238-4c1ce9d8c4f4 => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:45:24.383 7 INFO neutron_taas.services.taas.taas_plugin [None req-e902f31d-dfab-4fdf-8c83-b2c67e464e29 598d2a23ab9042d0ba218736264194fb 4ace9a0c99dc4ff18e567ee1a0049cca - - default default] TaaS: Handle Delete Port: 7821f016-d241-43d5-88d5-33471ccbb77a 2026-07-09 10:45:24.386 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e902f31d-dfab-4fdf-8c83-b2c67e464e29 598d2a23ab9042d0ba218736264194fb 4ace9a0c99dc4ff18e567ee1a0049cca - - default default] Tap Mirror: Handle Delete Port: 7821f016-d241-43d5-88d5-33471ccbb77a 2026-07-09 10:45:24.435 7 INFO neutron.services.segments.plugin [-] Segment 9385a3bc-aaf8-4653-b728-7071872d86e5 resource provider aggregate not found 2026-07-09 10:45:24.442 7 INFO neutron.services.segments.plugin [-] Segment 9385a3bc-aaf8-4653-b728-7071872d86e5 resource provider aggregate not found 2026-07-09 10:45:24.462 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9385a3bc-aaf8-4653-b728-7071872d86e5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9385a3bc-aaf8-4653-b728-7071872d86e5 found for delete ", "request_id": "req-bd486e6a-bf85-4da3-bc18-01d7ff2b6ddb"}]} 2026-07-09 10:45:24.464 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9385a3bc-aaf8-4653-b728-7071872d86e5 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9385a3bc-aaf8-4653-b728-7071872d86e5 found for delete ", "request_id": "req-b43033d6-c6db-4aed-b2fb-0550c14de5d7"}]} [pid: 8|app: 0|req: 861/1646] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:45:24 2026] GET /v2.0/security-groups?tenant_id=14f4cf38013649ce93261d2a3605b2ee&name=default => generated 2925 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:45:24.470 8 WARNING neutron.api.v2.base [None req-165690b6-61f3-4f8c-8fa1-faa2294b612a 1c9560e594664960acb835f2db4c80ef dbb6b126476048c594e934b33256cb1e - - 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-09 10:45:24.471 8 INFO neutron.api.v2.resource [None req-165690b6-61f3-4f8c-8fa1-faa2294b612a 1c9560e594664960acb835f2db4c80ef dbb6b126476048c594e934b33256cb1e - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 862/1647] 10.0.0.165 () {34 vars in 681 bytes} [Thu Jul 9 10:45:24 2026] POST /v2.0/rbac-policies => generated 143 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1648] 199.19.213.99 () {34 vars in 1059 bytes} [Thu Jul 9 10:45:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=1eeb651a-ec31-48c4-9bcf-d68f5f5e95f1 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1649] 10.0.0.165 () {32 vars in 720 bytes} [Thu Jul 9 10:45:24 2026] DELETE /v2.0/ports/7821f016-d241-43d5-88d5-33471ccbb77a => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1650] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:45:24 2026] DELETE /v2.0/security-groups/ee104c88-b834-4971-a0db-f29e2c62ab7a => 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: 865/1651] 199.19.213.99 () {34 vars in 983 bytes} [Thu Jul 9 10:45:24 2026] GET /v2.0/subnets?id=893cd0d5-09cd-460b-b8f5-3ff4dcb4bb79 => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1652] 10.0.0.165 () {32 vars in 643 bytes} [Thu Jul 9 10:45:24 2026] GET /v2.0/ports => 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: 867/1653] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:45:24 2026] GET /v2.0/ports?network_id=bd074741-5179-4801-a3e4-31cebefbc12f&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: 787/1654] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:45:24 2026] DELETE /v2.0/networks/78964e83-01d8-408a-aeb4-0085cd6c22f7 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:45:24.731 8 INFO neutron.db.segments_db [None req-4bf507e7-fc4b-4826-a13a-0ca933f41bf5 598d2a23ab9042d0ba218736264194fb 4ace9a0c99dc4ff18e567ee1a0049cca - - default default] Added segment da9f724b-6b07-4af2-b2de-f34af12f8a25 of type vxlan for network 5858b59a-32a5-4fb9-be70-d83f6ebd7ce5 [pid: 7|app: 0|req: 788/1655] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:45:24 2026] GET /v2.0/networks/bd074741-5179-4801-a3e4-31cebefbc12f?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:45:24.798 7 INFO neutron.db.segments_db [None req-f5c55167-1d5f-4c99-9f96-c181d1c432fa 1c9560e594664960acb835f2db4c80ef dbb6b126476048c594e934b33256cb1e - - default default] Added segment 74e0f29c-1249-4aeb-a674-c9930f109adf of type vxlan for network ac905fb4-557f-4518-aad6-5b842b5b379e [pid: 8|app: 0|req: 868/1656] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:45:24 2026] POST /v2.0/networks => generated 653 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1657] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:45:24 2026] GET /v2.0/networks/bd074741-5179-4801-a3e4-31cebefbc12f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1658] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:45:24 2026] POST /v2.0/networks => generated 726 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:45:24.960 8 INFO neutron.db.segments_db [None req-d570f9e6-3e2a-4ecc-9728-de9057affa11 598d2a23ab9042d0ba218736264194fb 4ace9a0c99dc4ff18e567ee1a0049cca - - default default] Added segment fc9cb020-b636-4dfe-b8d3-50ebf0440382 of type vxlan for network ef53f0f2-9f37-4e25-b83c-076e783bc31e [pid: 8|app: 0|req: 870/1659] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:45:24 2026] POST /v2.0/networks => generated 653 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1660] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:45:24 2026] POST /v2.0/subnets => generated 647 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:45:25.141 7 WARNING neutron.api.v2.base [None req-da16a3a4-49e6-4760-b125-16419ec57b14 1c9560e594664960acb835f2db4c80ef dbb6b126476048c594e934b33256cb1e - - 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-09 10:45:25.142 7 INFO neutron.api.v2.resource [None req-da16a3a4-49e6-4760-b125-16419ec57b14 1c9560e594664960acb835f2db4c80ef dbb6b126476048c594e934b33256cb1e - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 791/1661] 10.0.0.165 () {34 vars in 681 bytes} [Thu Jul 9 10:45:25 2026] POST /v2.0/rbac-policies => generated 547 bytes in 8 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1662] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:45:25 2026] GET /v2.0/ports?device_id=9548f71f-37bc-44d8-a238-4c1ce9d8c4f4 => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1663] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:45:25 2026] GET /v2.0/security-groups?id=3ecb0ec3-d0d9-47f3-8462-a2930193bdb1&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: 792/1664] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:45:25 2026] DELETE /v2.0/networks/ac905fb4-557f-4518-aad6-5b842b5b379e => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:45:25.435 8 INFO neutron.db.segments_db [None req-ccb94298-6205-4569-af67-6cf5375cb7f7 1c9560e594664960acb835f2db4c80ef dbb6b126476048c594e934b33256cb1e - - default default] Added segment fe779995-9197-493d-b011-3f1263997450 of type vxlan for network 96964124-0fb5-47b2-a4b9-d24ad2b10541 [pid: 8|app: 0|req: 873/1665] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:45:25 2026] POST /v2.0/networks => generated 727 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1666] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:45:25 2026] POST /v2.0/subnets => generated 647 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1667] 10.0.0.165 () {34 vars in 681 bytes} [Thu Jul 9 10:45:25 2026] POST /v2.0/rbac-policies => generated 324 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1668] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:45:25 2026] POST /v2.0/subnets => generated 1323 bytes in 501 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1669] 10.0.0.165 () {32 vars in 647 bytes} [Thu Jul 9 10:45:26 2026] GET /v2.0/subnets => generated 1959 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1670] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:45:26 2026] DELETE /v2.0/subnets/a90ee015-f136-434c-af47-27a430deafeb => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1671] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:45:26 2026] GET /v2.0/ports?device_id=9548f71f-37bc-44d8-a238-4c1ce9d8c4f4 => generated 973 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1672] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:45:26 2026] GET /v2.0/security-groups?id=3ecb0ec3-d0d9-47f3-8462-a2930193bdb1&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1673] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:45:26 2026] DELETE /v2.0/subnets/a4dd490b-daff-4124-ac76-87705724a24a => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:45:26.486 7 INFO neutron.services.segments.plugin [-] Segment cce082b2-58aa-4617-a6d5-4341c6fa6f67 resource provider aggregate not found 2026-07-09 10:45:26.492 7 INFO neutron.services.segments.plugin [-] Segment cce082b2-58aa-4617-a6d5-4341c6fa6f67 resource provider aggregate not found 2026-07-09 10:45:26.508 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment cce082b2-58aa-4617-a6d5-4341c6fa6f67 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cce082b2-58aa-4617-a6d5-4341c6fa6f67 found for delete ", "request_id": "req-fa07d5f7-29f5-44cd-9ea7-11cc05f59e10"}]} 2026-07-09 10:45:26.512 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment cce082b2-58aa-4617-a6d5-4341c6fa6f67 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cce082b2-58aa-4617-a6d5-4341c6fa6f67 found for delete ", "request_id": "req-bbfe4a53-fe86-4657-a287-7a618e5e5d34"}]} 2026-07-09 10:45:26.532 7 INFO neutron.services.segments.plugin [-] Segment 74e0f29c-1249-4aeb-a674-c9930f109adf resource provider aggregate not found 2026-07-09 10:45:26.540 7 INFO neutron.services.segments.plugin [-] Segment 74e0f29c-1249-4aeb-a674-c9930f109adf resource provider aggregate not found 2026-07-09 10:45:26.557 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 74e0f29c-1249-4aeb-a674-c9930f109adf resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74e0f29c-1249-4aeb-a674-c9930f109adf found for delete ", "request_id": "req-4b168afe-2461-44fb-86c7-1d68e341cfab"}]} 2026-07-09 10:45:26.562 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 74e0f29c-1249-4aeb-a674-c9930f109adf resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74e0f29c-1249-4aeb-a674-c9930f109adf found for delete ", "request_id": "req-f1bc69fe-70d4-4f4e-950f-4407de5231ab"}]} [pid: 7|app: 0|req: 798/1674] 10.0.0.165 () {32 vars in 723 bytes} [Thu Jul 9 10:45:26 2026] GET /v2.0/networks/96964124-0fb5-47b2-a4b9-d24ad2b10541 => generated 655 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1675] 10.0.0.165 () {32 vars in 647 bytes} [Thu Jul 9 10:45:26 2026] GET /v2.0/subnets => generated 649 bytes in 507 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1676] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:45:26 2026] DELETE /v2.0/networks/ef53f0f2-9f37-4e25-b83c-076e783bc31e => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:45:27.176 8 INFO neutron.pecan_wsgi.hooks.translation [None req-61882a35-c10c-4fdd-a1f7-24f2f939207f b0e2e22ca17c4daa9d847c6d39ad9ad6 c5e458f9ae96421085092785ab290d2a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 878/1677] 10.0.0.165 () {32 vars in 723 bytes} [Thu Jul 9 10:45:27 2026] GET /v2.0/networks/96964124-0fb5-47b2-a4b9-d24ad2b10541 => generated 138 bytes in 78 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:45:27.320 8 INFO neutron_taas.services.taas.taas_plugin [None req-1dcaecb9-91bf-420f-b97f-e0e8b06dce5a 1c9560e594664960acb835f2db4c80ef dbb6b126476048c594e934b33256cb1e - - default default] TaaS: Handle Delete Port: f9b61774-7906-4de3-b650-6e8ebd138ed2 2026-07-09 10:45:27.324 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1dcaecb9-91bf-420f-b97f-e0e8b06dce5a 1c9560e594664960acb835f2db4c80ef dbb6b126476048c594e934b33256cb1e - - default default] Tap Mirror: Handle Delete Port: f9b61774-7906-4de3-b650-6e8ebd138ed2 [pid: 7|app: 0|req: 800/1678] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:45:27 2026] DELETE /v2.0/networks/5858b59a-32a5-4fb9-be70-d83f6ebd7ce5 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1679] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:45:27 2026] DELETE /v2.0/networks/92dd3ccb-c6c4-4844-a6b5-3184e96ed0fb => 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: 802/1680] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:45:27 2026] DELETE /v2.0/networks/74d86c4b-9f6c-41ae-a4bb-a198698618e1 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1681] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:45:27 2026] GET /v2.0/ports?device_id=9548f71f-37bc-44d8-a238-4c1ce9d8c4f4 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:45:27.742 8 INFO neutron.services.segments.plugin [-] Segment fe779995-9197-493d-b011-3f1263997450 resource provider aggregate not found [pid: 7|app: 0|req: 804/1682] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:45:27 2026] GET /v2.0/security-groups?id=3ecb0ec3-d0d9-47f3-8462-a2930193bdb1&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:45:27.751 8 INFO neutron.services.segments.plugin [-] Segment fe779995-9197-493d-b011-3f1263997450 resource provider aggregate not found 2026-07-09 10:45:27.769 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment fe779995-9197-493d-b011-3f1263997450 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe779995-9197-493d-b011-3f1263997450 found for delete ", "request_id": "req-05189e06-83d1-4534-b1da-0a863f8de7ca"}]} 2026-07-09 10:45:27.773 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment fe779995-9197-493d-b011-3f1263997450 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fe779995-9197-493d-b011-3f1263997450 found for delete ", "request_id": "req-f66b2a44-92da-4ff3-a9dd-0b513ea9f405"}]} [pid: 8|app: 0|req: 879/1683] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:45:27 2026] DELETE /v2.0/networks/96964124-0fb5-47b2-a4b9-d24ad2b10541 => generated 0 bytes in 590 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:45:27.819 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5c8c04e6-cf9c-46dd-900b-3afaa2c598db 1c9560e594664960acb835f2db4c80ef dbb6b126476048c594e934b33256cb1e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 805/1684] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:45:27 2026] DELETE /v2.0/subnets/160eabe8-a36f-4f76-aa09-68729c8e7e79 => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:45:27.848 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c44dbdd3-20db-424b-91c9-a509b79f6627 1c9560e594664960acb835f2db4c80ef dbb6b126476048c594e934b33256cb1e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 880/1685] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:45:27 2026] DELETE /v2.0/subnets/2143312b-ff22-4730-a8bf-e2ab867acfb5 => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:45:27.880 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6bb1cc94-5f7e-472f-b956-1d5cf58b0e21 1c9560e594664960acb835f2db4c80ef dbb6b126476048c594e934b33256cb1e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 806/1686] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:45:27 2026] DELETE /v2.0/subnets/2a81061e-dd26-4050-8b98-0959bdbc8167 => generated 136 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1687] 10.0.0.72 () {32 vars in 801 bytes} [Thu Jul 9 10:45:28 2026] GET /v2.0/extensions => generated 21537 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-07-09 10:45:28.587 7 INFO neutron.services.segments.plugin [-] Segment fc9cb020-b636-4dfe-b8d3-50ebf0440382 resource provider aggregate not found [pid: 7|app: 0|req: 807/1688] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:45:28 2026] GET /v2.0/security-groups?tenant_id=4ace9a0c99dc4ff18e567ee1a0049cca&name=default => generated 2925 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:45:28.592 7 INFO neutron.services.segments.plugin [-] Segment fc9cb020-b636-4dfe-b8d3-50ebf0440382 resource provider aggregate not found 2026-07-09 10:45:28.611 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment fc9cb020-b636-4dfe-b8d3-50ebf0440382 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc9cb020-b636-4dfe-b8d3-50ebf0440382 found for delete ", "request_id": "req-270d6806-a093-476d-8c90-9972a6486a4d"}]} 2026-07-09 10:45:28.624 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment fc9cb020-b636-4dfe-b8d3-50ebf0440382 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fc9cb020-b636-4dfe-b8d3-50ebf0440382 found for delete ", "request_id": "req-9721a6e3-c645-4036-9bff-691c0db81ddf"}]} 2026-07-09 10:45:28.668 7 INFO neutron.services.segments.plugin [-] Segment da9f724b-6b07-4af2-b2de-f34af12f8a25 resource provider aggregate not found 2026-07-09 10:45:28.670 7 INFO neutron.services.segments.plugin [-] Segment da9f724b-6b07-4af2-b2de-f34af12f8a25 resource provider aggregate not found 2026-07-09 10:45:28.691 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment da9f724b-6b07-4af2-b2de-f34af12f8a25 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da9f724b-6b07-4af2-b2de-f34af12f8a25 found for delete ", "request_id": "req-faedd6f9-ca8c-49ff-8447-d2d8de64b766"}]} 2026-07-09 10:45:28.696 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment da9f724b-6b07-4af2-b2de-f34af12f8a25 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da9f724b-6b07-4af2-b2de-f34af12f8a25 found for delete ", "request_id": "req-228b41fa-78e0-40b4-906b-b1e8ac8af6b6"}]} 2026-07-09 10:45:28.722 7 INFO neutron.services.segments.plugin [-] Segment c7c671fd-1bd5-4c58-9193-342156615922 resource provider aggregate not found 2026-07-09 10:45:28.731 7 INFO neutron.services.segments.plugin [-] Segment c7c671fd-1bd5-4c58-9193-342156615922 resource provider aggregate not found [pid: 8|app: 0|req: 882/1689] 10.0.0.72 () {30 vars in 723 bytes} [Thu Jul 9 10:45:28 2026] GET /v2.0/quotas/d3ba5f7c531043c6b38fc6bbc91f1c9f/details => generated 847 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:45:28.749 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment c7c671fd-1bd5-4c58-9193-342156615922 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7c671fd-1bd5-4c58-9193-342156615922 found for delete ", "request_id": "req-d9c0a61a-2f34-4830-af76-0803bcccc834"}]} 2026-07-09 10:45:28.756 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment c7c671fd-1bd5-4c58-9193-342156615922 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7c671fd-1bd5-4c58-9193-342156615922 found for delete ", "request_id": "req-8347577b-9bd6-4190-ae59-b906c0455f75"}]} 2026-07-09 10:45:28.772 7 INFO neutron.services.segments.plugin [-] Segment 47869ac8-4861-4ce9-bd64-7dc7b5195bd4 resource provider aggregate not found 2026-07-09 10:45:28.776 7 INFO neutron.services.segments.plugin [-] Segment 47869ac8-4861-4ce9-bd64-7dc7b5195bd4 resource provider aggregate not found 2026-07-09 10:45:28.795 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 47869ac8-4861-4ce9-bd64-7dc7b5195bd4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47869ac8-4861-4ce9-bd64-7dc7b5195bd4 found for delete ", "request_id": "req-4ade8ad8-76ef-4946-b41e-518273b4cd0d"}]} 2026-07-09 10:45:28.798 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 47869ac8-4861-4ce9-bd64-7dc7b5195bd4 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47869ac8-4861-4ce9-bd64-7dc7b5195bd4 found for delete ", "request_id": "req-54bfac60-73bb-42c3-b313-288de7b1f620"}]} [pid: 7|app: 0|req: 808/1690] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:45:28 2026] DELETE /v2.0/security-groups/59f5088b-5a74-44a7-8a48-4eae41982d4a => generated 0 bytes in 224 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1691] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:45:28 2026] GET /v2.0/ports?device_id=9548f71f-37bc-44d8-a238-4c1ce9d8c4f4 => generated 975 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1692] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:45:28 2026] GET /v2.0/security-groups?id=3ecb0ec3-d0d9-47f3-8462-a2930193bdb1&fields=id&fields=name => generated 114 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1693] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:45:29 2026] GET /v2.0/security-groups?tenant_id=c5e458f9ae96421085092785ab290d2a&name=default => generated 2925 bytes in 363 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1694] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:45:29 2026] DELETE /v2.0/security-groups/1cccd2b3-b0fe-4530-b049-d60829b4b656 => 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: 885/1695] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:45:29 2026] GET /v2.0/security-groups?tenant_id=3537a402a67a422d83ba5e7576c12a7c&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1696] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:45:29 2026] DELETE /v2.0/security-groups/672f7c4c-2901-4f7f-b2ea-1a7153a673ca => 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: 886/1697] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:45:30 2026] GET /v2.0/ports?device_id=9548f71f-37bc-44d8-a238-4c1ce9d8c4f4 => 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: 812/1698] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:45:30 2026] GET /v2.0/security-groups?tenant_id=dbb6b126476048c594e934b33256cb1e&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1699] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:45:30 2026] GET /v2.0/security-groups?id=3ecb0ec3-d0d9-47f3-8462-a2930193bdb1&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: 813/1700] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:45:30 2026] DELETE /v2.0/security-groups/bc03b4a4-cd63-4a48-a716-ccf713490350 => 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: 888/1701] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:45:30 2026] GET /v2.0/ports?device_id=9548f71f-37bc-44d8-a238-4c1ce9d8c4f4 => 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: 814/1702] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:45:30 2026] GET /v2.0/security-groups?id=3ecb0ec3-d0d9-47f3-8462-a2930193bdb1&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: 889/1703] 10.0.0.165 () {32 vars in 736 bytes} [Thu Jul 9 10:45:30 2026] GET /v2.0/ports?device_id=9548f71f-37bc-44d8-a238-4c1ce9d8c4f4 => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:45:31.251 8 INFO neutron.db.segments_db [None req-afe574d4-8973-449b-a5e3-c3860610924f 2e28530e875c4cb39151a75bf0473579 527e0dc50ff44619a73bfd2be13ff4fb - - default default] Added segment 02bdd1e8-ba25-42d2-b901-1a196da0bebb of type vxlan for network ccda0937-7aac-46f3-83c1-8ebdad645cbf [pid: 8|app: 0|req: 890/1704] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:45:30 2026] POST /v2.0/networks => generated 648 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:45:32.022 7 INFO neutron.db.l3_db [None req-c10da583-0635-41c0-b051-75b2bf8ee0ad c04e722871d84a928cdf6111198edda0 0e418e2a7cf942a68732c9eadaf9a2ec - - default default] Floating IP 3f338a0b-e811-43f1-a201-ebf0fd752fe5 associated. External IP: 10.96.250.211, port: 1eeb651a-ec31-48c4-9bcf-d68f5f5e95f1. [pid: 8|app: 0|req: 891/1705] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:45:31 2026] POST /v2.0/subnets => generated 673 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:45:32.273 8 INFO neutron.db.segments_db [None req-15853c86-f3e8-46c6-8bb8-e136ce016a4f 2e28530e875c4cb39151a75bf0473579 527e0dc50ff44619a73bfd2be13ff4fb - - default default] Added segment 1ec96ce6-c7e2-47e8-9297-7ad4025b8567 of type vxlan for network 7823b433-2f0d-49c9-96f1-07433aec469a [pid: 8|app: 0|req: 892/1706] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:45:32 2026] POST /v2.0/networks => generated 647 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1707] 10.0.0.72 () {32 vars in 801 bytes} [Thu Jul 9 10:45:32 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1708] 10.0.0.165 () {34 vars in 677 bytes} [Thu Jul 9 10:45:30 2026] POST /v2.0/floatingips => generated 856 bytes in 2067 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1709] 10.0.0.165 () {32 vars in 729 bytes} [Thu Jul 9 10:45:32 2026] GET /v2.0/floatingips/3f338a0b-e811-43f1-a201-ebf0fd752fe5 => generated 856 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:45:32.501 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-44cea935-525c-4bdf-999c-ec9470660e1c'] response: {'name': 'network-changed', 'server_uuid': '9548f71f-37bc-44d8-a238-4c1ce9d8c4f4', 'tag': '1eeb651a-ec31-48c4-9bcf-d68f5f5e95f1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 894/1710] 10.0.0.165 () {34 vars in 743 bytes} [Thu Jul 9 10:45:32 2026] PUT /v2.0/networks/7823b433-2f0d-49c9-96f1-07433aec469a => generated 592 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1711] 10.0.0.72 () {30 vars in 723 bytes} [Thu Jul 9 10:45:32 2026] GET /v2.0/quotas/d3ba5f7c531043c6b38fc6bbc91f1c9f/details => generated 847 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1712] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:45:32 2026] POST /v2.0/subnets => generated 646 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1713] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:45:33 2026] GET /v2.0/ports?tenant_id=0e418e2a7cf942a68732c9eadaf9a2ec&device_id=9548f71f-37bc-44d8-a238-4c1ce9d8c4f4 => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1714] 10.0.0.165 () {34 vars in 741 bytes} [Thu Jul 9 10:45:32 2026] PUT /v2.0/subnets/395d69b6-38e6-4a57-965e-18df75baf984 => generated 656 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1715] 199.19.213.99 () {34 vars in 985 bytes} [Thu Jul 9 10:45:33 2026] GET /v2.0/networks?id=bd074741-5179-4801-a3e4-31cebefbc12f => 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: 820/1716] 199.19.213.99 () {34 vars in 1059 bytes} [Thu Jul 9 10:45:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=1eeb651a-ec31-48c4-9bcf-d68f5f5e95f1 => generated 859 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1717] 199.19.213.99 () {34 vars in 983 bytes} [Thu Jul 9 10:45:33 2026] GET /v2.0/subnets?id=893cd0d5-09cd-460b-b8f5-3ff4dcb4bb79 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1718] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:45:33 2026] GET /v2.0/ports?network_id=bd074741-5179-4801-a3e4-31cebefbc12f&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:45:33.296 8 INFO neutron.services.segments.plugin [-] Segment 1ec96ce6-c7e2-47e8-9297-7ad4025b8567 resource provider aggregate not found 2026-07-09 10:45:33.302 8 INFO neutron.services.segments.plugin [-] Segment 1ec96ce6-c7e2-47e8-9297-7ad4025b8567 resource provider aggregate not found [pid: 7|app: 0|req: 823/1719] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:45:33 2026] GET /v2.0/networks/bd074741-5179-4801-a3e4-31cebefbc12f?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:45:33.318 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1ec96ce6-c7e2-47e8-9297-7ad4025b8567 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ec96ce6-c7e2-47e8-9297-7ad4025b8567 found for delete ", "request_id": "req-a47ff331-6507-4f24-ac88-e57b835d8241"}]} 2026-07-09 10:45:33.322 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 1ec96ce6-c7e2-47e8-9297-7ad4025b8567 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ec96ce6-c7e2-47e8-9297-7ad4025b8567 found for delete ", "request_id": "req-6c84efec-1834-4da2-9240-5eb99ce40bb6"}]} [pid: 8|app: 0|req: 897/1720] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:45:33 2026] DELETE /v2.0/networks/7823b433-2f0d-49c9-96f1-07433aec469a => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:45:33.344 8 INFO neutron.pecan_wsgi.hooks.translation [None req-30410191-acdc-435c-a80b-b8885744fab7 2e28530e875c4cb39151a75bf0473579 527e0dc50ff44619a73bfd2be13ff4fb - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 898/1721] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:45:33 2026] DELETE /v2.0/networks/7823b433-2f0d-49c9-96f1-07433aec469a => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1722] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:45:33 2026] GET /v2.0/networks/bd074741-5179-4801-a3e4-31cebefbc12f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1723] 10.0.0.165 () {32 vars in 694 bytes} [Thu Jul 9 10:45:33 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1724] 10.0.0.165 () {32 vars in 742 bytes} [Thu Jul 9 10:45:33 2026] GET /v2.0/subnets?network_id=6e42a5be-a9f9-4845-baf7-07aac490b908 => generated 649 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1725] 10.0.0.165 () {32 vars in 653 bytes} [Thu Jul 9 10:45:33 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1726] 10.0.0.165 () {32 vars in 729 bytes} [Thu Jul 9 10:45:33 2026] GET /v2.0/floatingips/3f338a0b-e811-43f1-a201-ebf0fd752fe5 => generated 856 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1727] 10.0.0.165 () {32 vars in 649 bytes} [Thu Jul 9 10:45:33 2026] GET /v2.0/networks => generated 1313 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1728] 10.0.0.165 () {32 vars in 647 bytes} [Thu Jul 9 10:45:33 2026] GET /v2.0/subnets => generated 1312 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1729] 10.0.0.165 () {32 vars in 723 bytes} [Thu Jul 9 10:45:33 2026] GET /v2.0/networks/ccda0937-7aac-46f3-83c1-8ebdad645cbf => generated 673 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1730] 10.0.0.165 () {32 vars in 721 bytes} [Thu Jul 9 10:45:33 2026] GET /v2.0/subnets/a9b4de97-2108-4e64-992d-b75e49cfd39e => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:45:33.724 7 INFO neutron.pecan_wsgi.hooks.translation [None req-432936fa-7ec5-4c50-8318-7184e363e3b2 2e28530e875c4cb39151a75bf0473579 527e0dc50ff44619a73bfd2be13ff4fb - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 828/1731] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:45:33 2026] DELETE /v2.0/subnets/395d69b6-38e6-4a57-965e-18df75baf984 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:45:33.747 8 INFO neutron.pecan_wsgi.hooks.translation [None req-376f82a3-4584-40a6-9da1-337fb59d0ad9 2e28530e875c4cb39151a75bf0473579 527e0dc50ff44619a73bfd2be13ff4fb - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 904/1732] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:45:33 2026] DELETE /v2.0/networks/7823b433-2f0d-49c9-96f1-07433aec469a => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1733] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:45:33 2026] DELETE /v2.0/subnets/a9b4de97-2108-4e64-992d-b75e49cfd39e => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:45:34.023 8 INFO neutron_taas.services.taas.taas_plugin [None req-7fd72544-cb11-4e19-864a-125370d58987 2e28530e875c4cb39151a75bf0473579 527e0dc50ff44619a73bfd2be13ff4fb - - default default] TaaS: Handle Delete Port: b373d2bc-e014-42ed-b794-9cdfff7a4106 2026-07-09 10:45:34.025 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7fd72544-cb11-4e19-864a-125370d58987 2e28530e875c4cb39151a75bf0473579 527e0dc50ff44619a73bfd2be13ff4fb - - default default] Tap Mirror: Handle Delete Port: b373d2bc-e014-42ed-b794-9cdfff7a4106 [pid: 8|app: 0|req: 905/1734] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:45:33 2026] DELETE /v2.0/networks/ccda0937-7aac-46f3-83c1-8ebdad645cbf => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1735] 10.0.0.165 () {32 vars in 729 bytes} [Thu Jul 9 10:45:34 2026] GET /v2.0/floatingips/3f338a0b-e811-43f1-a201-ebf0fd752fe5 => generated 856 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1736] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:45:34 2026] GET /v2.0/security-groups?tenant_id=527e0dc50ff44619a73bfd2be13ff4fb&name=default => generated 2925 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1737] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:45:34 2026] DELETE /v2.0/security-groups/f25f6bea-642b-452b-88af-90274d4b2330 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:45:35.209 7 INFO neutron.db.segments_db [None req-b4e1ba3f-cfa3-4610-b468-1935f1923a96 cc568003ec3c44a284fc877617190042 adec39ef76454fb0a55e622a8b0232cb - - default default] Added segment a954e96c-bf86-432c-ada4-e63543b80c20 of type vxlan for network 259ad7f5-dd82-4a17-9278-a4df515b6c72 [pid: 7|app: 0|req: 831/1738] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:45:34 2026] POST /v2.0/networks => generated 632 bytes in 466 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:45:35.346 8 INFO neutron.services.segments.plugin [-] Segment 02bdd1e8-ba25-42d2-b901-1a196da0bebb resource provider aggregate not found 2026-07-09 10:45:35.370 8 INFO neutron.services.segments.plugin [-] Segment 02bdd1e8-ba25-42d2-b901-1a196da0bebb resource provider aggregate not found 2026-07-09 10:45:35.385 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 02bdd1e8-ba25-42d2-b901-1a196da0bebb resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02bdd1e8-ba25-42d2-b901-1a196da0bebb found for delete ", "request_id": "req-8c4e3339-2bbd-4b5a-a660-1cc531f44dd9"}]} 2026-07-09 10:45:35.397 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 02bdd1e8-ba25-42d2-b901-1a196da0bebb resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02bdd1e8-ba25-42d2-b901-1a196da0bebb found for delete ", "request_id": "req-78a2af2f-ed0d-4555-9894-8684204df8d6"}]} [pid: 7|app: 0|req: 832/1739] 10.0.0.165 () {32 vars in 729 bytes} [Thu Jul 9 10:45:35 2026] GET /v2.0/floatingips/3f338a0b-e811-43f1-a201-ebf0fd752fe5 => generated 858 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1740] 10.0.0.165 () {34 vars in 664 bytes} [Thu Jul 9 10:45:35 2026] POST /v2.0/ports => generated 743 bytes in 489 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:45:35.916 7 INFO neutron.db.segments_db [None req-b536613a-85a9-4eae-b9ef-a0c51bd1871f cc568003ec3c44a284fc877617190042 adec39ef76454fb0a55e622a8b0232cb - - default default] Added segment ceb9056d-b2b3-4e88-8f07-81c08427b82d of type vxlan for network a547dad8-4bea-438f-9f73-c8c2321015f6 [pid: 7|app: 0|req: 833/1741] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:45:35 2026] POST /v2.0/networks => generated 632 bytes in 197 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: 909/1742] 10.0.0.165 () {34 vars in 664 bytes} [Thu Jul 9 10:45:36 2026] POST /v2.0/ports => generated 743 bytes in 430 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-09 10:45:36.535 8 INFO neutron.db.segments_db [None req-c23ea2c1-620a-4ae0-93de-e22f48125cb9 cc568003ec3c44a284fc877617190042 adec39ef76454fb0a55e622a8b0232cb - - default default] Added segment c1175f90-f1fc-484b-a036-8b858c6bb236 of type vxlan for network a283a973-30dc-496d-9a42-72fd2ede7c53 [pid: 7|app: 0|req: 834/1743] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:45:36 2026] GET /v2.0/security-groups?tenant_id=d3ba5f7c531043c6b38fc6bbc91f1c9f&name=default => generated 2925 bytes in 381 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1744] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:45:36 2026] POST /v2.0/networks => generated 632 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1745] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:45:36 2026] DELETE /v2.0/security-groups/c352ec76-5e0e-4779-a2f4-af7d66d94c44 => 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: 911/1746] 10.0.0.165 () {34 vars in 664 bytes} [Thu Jul 9 10:45:36 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) 2026-07-09 10:45:37.115 7 INFO neutron.db.segments_db [None req-1891c24c-9625-4afc-bafd-68a97c2e3aa1 cc568003ec3c44a284fc877617190042 adec39ef76454fb0a55e622a8b0232cb - - default default] Added segment 5c159a21-e8d6-4e60-ad4f-43727fe372a3 of type vxlan for network 959512b8-254c-4c70-8b67-9214ad425691 [pid: 7|app: 0|req: 836/1747] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:45:37 2026] POST /v2.0/networks => generated 631 bytes in 197 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-09 10:45:37.592 8 INFO neutron.db.segments_db [None req-c5d056f0-68c3-4a6d-90fa-9f4adfd8fe66 f079be5df71144d8a03fff29cdd210e9 2d9e20d47bac4c84af496e8a23c8db5c - - default default] Added segment 363df834-fd41-4896-be9b-d74d828e7080 of type vxlan for network 26bce05e-30ee-43ef-a44d-8048f3b63805 [pid: 7|app: 0|req: 837/1748] 10.0.0.165 () {34 vars in 664 bytes} [Thu Jul 9 10:45:37 2026] POST /v2.0/ports => generated 743 bytes in 368 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-09 10:45:37.684 7 INFO neutron.db.segments_db [None req-e0934756-6ed9-4ece-ac9f-11f524c3a919 cc568003ec3c44a284fc877617190042 adec39ef76454fb0a55e622a8b0232cb - - default default] Added segment 34415b99-a2d8-4c3c-adbe-831b93e837fe of type vxlan for network 693d5f9b-8151-4ef5-8da9-a8baad24335e [pid: 8|app: 0|req: 912/1749] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:45:37 2026] POST /v2.0/networks => generated 643 bytes in 528 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1750] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:45:37 2026] POST /v2.0/networks => generated 631 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1751] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:45:37 2026] POST /v2.0/subnets => generated 641 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:45:38.070 8 INFO neutron.db.segments_db [None req-fef7466d-600d-4c12-9e86-af5e2ee3d812 f079be5df71144d8a03fff29cdd210e9 2d9e20d47bac4c84af496e8a23c8db5c - - default default] Added segment 8f375987-58d8-4e39-80e3-4c2dffb79fda of type vxlan for network 0f3b5bfa-ba47-4476-98f0-58128bb52804 [pid: 8|app: 0|req: 914/1752] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:45:38 2026] POST /v2.0/networks => generated 643 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1753] 10.0.0.165 () {34 vars in 664 bytes} [Thu Jul 9 10:45:37 2026] POST /v2.0/ports => generated 743 bytes in 420 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: 840/1754] 10.0.0.165 () {34 vars in 747 bytes} [Thu Jul 9 10:45:38 2026] PUT /v2.0/ports/b2a1656b-bbfa-4b1f-a655-8270cbe885d4/tags => generated 17 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 915/1755] 10.0.0.165 () {34 vars in 743 bytes} [Thu Jul 9 10:45:38 2026] PUT /v2.0/networks/0f3b5bfa-ba47-4476-98f0-58128bb52804 => 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: 841/1756] 10.0.0.165 () {34 vars in 747 bytes} [Thu Jul 9 10:45:38 2026] PUT /v2.0/ports/8329daa6-8a15-4677-a0c3-8ab3594aaac3/tags => generated 25 bytes in 95 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: 842/1757] 10.0.0.165 () {34 vars in 747 bytes} [Thu Jul 9 10:45:38 2026] PUT /v2.0/ports/6230f9bb-802d-4a13-9bed-330f319534fb/tags => generated 34 bytes in 67 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: 843/1758] 10.0.0.165 () {34 vars in 747 bytes} [Thu Jul 9 10:45:38 2026] PUT /v2.0/ports/e7af1864-500e-493f-846d-222f9eca3a49/tags => generated 19 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: 916/1759] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:45:38 2026] POST /v2.0/subnets => generated 626 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1760] 10.0.0.165 () {32 vars in 660 bytes} [Thu Jul 9 10:45:38 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1761] 10.0.0.165 () {34 vars in 741 bytes} [Thu Jul 9 10:45:38 2026] PUT /v2.0/subnets/56a471bf-e143-41b7-9d96-ad8940de6990 => generated 636 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:45:38.947 8 INFO neutron.db.segments_db [None req-7adfa943-e1c0-4cb5-88ad-432657b4fc8a 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Added segment 2c73eb82-0aaa-475a-993d-61939a7ce3a6 of type vxlan for network a283e292-922b-47e2-a733-d812b32661d0 [pid: 7|app: 0|req: 846/1762] 10.0.0.165 () {32 vars in 674 bytes} [Thu Jul 9 10:45:38 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1763] 10.0.0.165 () {34 vars in 671 bytes} [Thu Jul 9 10:45:38 2026] POST /v2.0/networks => generated 741 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1766] 10.0.0.165 () {32 vars in 670 bytes} [Thu Jul 9 10:45:39 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:45:39.182 7 INFO neutron.services.segments.plugin [-] Segment 8f375987-58d8-4e39-80e3-4c2dffb79fda resource provider aggregate not found 2026-07-09 10:45:39.189 7 INFO neutron.services.segments.plugin [-] Segment 8f375987-58d8-4e39-80e3-4c2dffb79fda resource provider aggregate not found 2026-07-09 10:45:39.206 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8f375987-58d8-4e39-80e3-4c2dffb79fda resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f375987-58d8-4e39-80e3-4c2dffb79fda found for delete ", "request_id": "req-c99886ff-4638-4948-a4ed-71a73d0448d2"}]} 2026-07-09 10:45:39.208 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8f375987-58d8-4e39-80e3-4c2dffb79fda resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f375987-58d8-4e39-80e3-4c2dffb79fda found for delete ", "request_id": "req-0aba1078-fa53-4e9e-8ffd-13550a21f6ae"}]} [pid: 7|app: 0|req: 847/1767] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:45:38 2026] DELETE /v2.0/networks/0f3b5bfa-ba47-4476-98f0-58128bb52804 => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1768] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:45:39 2026] POST /v2.0/subnets => generated 688 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:45:39.286 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ec32708c-fc7c-46d4-8f7d-e14180f881bc f079be5df71144d8a03fff29cdd210e9 2d9e20d47bac4c84af496e8a23c8db5c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 848/1769] 10.0.0.165 () {32 vars in 682 bytes} [Thu Jul 9 10:45:39 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1770] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:45:39 2026] DELETE /v2.0/networks/0f3b5bfa-ba47-4476-98f0-58128bb52804 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:45:39.328 7 INFO neutron.db.segments_db [None req-5de25472-6cbe-4845-acad-623784699b24 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Added segment 8a5bafaf-8039-4009-b1fb-1d8c24f1c656 of type vxlan for network 83dbf099-f32e-4c9c-af6f-7ff7fd47431b [pid: 8|app: 0|req: 923/1771] 10.0.0.165 () {32 vars in 694 bytes} [Thu Jul 9 10:45:39 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1772] 10.0.0.165 () {32 vars in 668 bytes} [Thu Jul 9 10:45:39 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1773] 10.0.0.165 () {32 vars in 742 bytes} [Thu Jul 9 10:45:39 2026] GET /v2.0/subnets?network_id=6e42a5be-a9f9-4845-baf7-07aac490b908 => generated 649 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1774] 10.0.0.165 () {32 vars in 682 bytes} [Thu Jul 9 10:45:39 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1775] 10.0.0.165 () {32 vars in 653 bytes} [Thu Jul 9 10:45:39 2026] GET /v2.0/extensions => generated 21537 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1776] 10.0.0.165 () {32 vars in 678 bytes} [Thu Jul 9 10:45:39 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:45:39.610 7 INFO neutron.db.l3_hamode_db [None req-5de25472-6cbe-4845-acad-623784699b24 4fe0ac4ab97c45da851fdc4edfc8676c d55bf92a94c641fdb06ea8678ecfa5c3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 929/1777] 10.0.0.165 () {32 vars in 649 bytes} [Thu Jul 9 10:45:39 2026] GET /v2.0/networks => generated 1308 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1778] 10.0.0.174 () {34 vars in 990 bytes} [Thu Jul 9 10:45:39 2026] GET /v2.0/ports?device_id=9548f71f-37bc-44d8-a238-4c1ce9d8c4f4 => 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: 931/1779] 10.0.0.165 () {32 vars in 690 bytes} [Thu Jul 9 10:45:39 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1780] 10.0.0.165 () {32 vars in 647 bytes} [Thu Jul 9 10:45:39 2026] GET /v2.0/subnets => generated 1280 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1781] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Jul 9 10:45:39 2026] GET /v2.0/security-groups?id=3ecb0ec3-d0d9-47f3-8462-a2930193bdb1&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:45:39.854 8 INFO neutron_taas.services.taas.taas_plugin [None req-3f244e36-a98c-4eeb-bfd6-26693004017e cc568003ec3c44a284fc877617190042 adec39ef76454fb0a55e622a8b0232cb - - default default] TaaS: Handle Delete Port: b2a1656b-bbfa-4b1f-a655-8270cbe885d4 2026-07-09 10:45:39.857 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f244e36-a98c-4eeb-bfd6-26693004017e cc568003ec3c44a284fc877617190042 adec39ef76454fb0a55e622a8b0232cb - - default default] Tap Mirror: Handle Delete Port: b2a1656b-bbfa-4b1f-a655-8270cbe885d4 [pid: 8|app: 0|req: 934/1782] 10.0.0.165 () {32 vars in 720 bytes} [Thu Jul 9 10:45:39 2026] DELETE /v2.0/ports/b2a1656b-bbfa-4b1f-a655-8270cbe885d4 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1783] 10.0.0.165 () {32 vars in 723 bytes} [Thu Jul 9 10:45:39 2026] GET /v2.0/networks/26bce05e-30ee-43ef-a44d-8048f3b63805 => generated 668 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:45:40.102 8 INFO neutron_taas.services.taas.taas_plugin [None req-d460de02-51d4-4aff-92ea-d50443b656a4 cc568003ec3c44a284fc877617190042 adec39ef76454fb0a55e622a8b0232cb - - default default] TaaS: Handle Delete Port: 8329daa6-8a15-4677-a0c3-8ab3594aaac3 2026-07-09 10:45:40.104 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d460de02-51d4-4aff-92ea-d50443b656a4 cc568003ec3c44a284fc877617190042 adec39ef76454fb0a55e622a8b0232cb - - default default] Tap Mirror: Handle Delete Port: 8329daa6-8a15-4677-a0c3-8ab3594aaac3 [pid: 8|app: 0|req: 936/1784] 10.0.0.165 () {32 vars in 720 bytes} [Thu Jul 9 10:45:40 2026] DELETE /v2.0/ports/8329daa6-8a15-4677-a0c3-8ab3594aaac3 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1785] 10.0.0.165 () {32 vars in 721 bytes} [Thu Jul 9 10:45:40 2026] GET /v2.0/subnets/ace83a63-3d3f-4219-bbca-1d412f830835 => generated 641 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:45:40.311 8 INFO neutron_taas.services.taas.taas_plugin [None req-9c5beb68-d27b-4c2d-aea0-082a76c58485 cc568003ec3c44a284fc877617190042 adec39ef76454fb0a55e622a8b0232cb - - default default] TaaS: Handle Delete Port: 6230f9bb-802d-4a13-9bed-330f319534fb 2026-07-09 10:45:40.315 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c5beb68-d27b-4c2d-aea0-082a76c58485 cc568003ec3c44a284fc877617190042 adec39ef76454fb0a55e622a8b0232cb - - default default] Tap Mirror: Handle Delete Port: 6230f9bb-802d-4a13-9bed-330f319534fb [pid: 8|app: 0|req: 938/1786] 10.0.0.165 () {32 vars in 720 bytes} [Thu Jul 9 10:45:40 2026] DELETE /v2.0/ports/6230f9bb-802d-4a13-9bed-330f319534fb => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:45:40.418 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3603bd26-30df-49d9-afae-544e0320af91 f079be5df71144d8a03fff29cdd210e9 2d9e20d47bac4c84af496e8a23c8db5c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 939/1787] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:45:40 2026] DELETE /v2.0/subnets/56a471bf-e143-41b7-9d96-ad8940de6990 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:45:40.474 7 INFO neutron.db.l3_hamode_db [None req-5de25472-6cbe-4845-acad-623784699b24 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 10:45:40.532 8 INFO neutron_taas.services.taas.taas_plugin [None req-35948d51-ff32-417c-bd41-3b5558aab5e3 cc568003ec3c44a284fc877617190042 adec39ef76454fb0a55e622a8b0232cb - - default default] TaaS: Handle Delete Port: e7af1864-500e-493f-846d-222f9eca3a49 2026-07-09 10:45:40.536 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35948d51-ff32-417c-bd41-3b5558aab5e3 cc568003ec3c44a284fc877617190042 adec39ef76454fb0a55e622a8b0232cb - - default default] Tap Mirror: Handle Delete Port: e7af1864-500e-493f-846d-222f9eca3a49 [pid: 8|app: 0|req: 940/1788] 10.0.0.165 () {32 vars in 720 bytes} [Thu Jul 9 10:45:40 2026] DELETE /v2.0/ports/e7af1864-500e-493f-846d-222f9eca3a49 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:45:40.634 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2477f7e2-a867-4552-aa37-37ce2e4dda1d f079be5df71144d8a03fff29cdd210e9 2d9e20d47bac4c84af496e8a23c8db5c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 941/1789] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:45:40 2026] DELETE /v2.0/networks/0f3b5bfa-ba47-4476-98f0-58128bb52804 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:45:40.730 8 INFO neutron_taas.services.taas.taas_plugin [None req-5902fd91-bfa9-478f-bf88-447aef881f0c cc568003ec3c44a284fc877617190042 adec39ef76454fb0a55e622a8b0232cb - - default default] TaaS: Handle Delete Port: 882b37c9-88e8-4f5b-9fe1-60d037652da0 2026-07-09 10:45:40.734 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5902fd91-bfa9-478f-bf88-447aef881f0c cc568003ec3c44a284fc877617190042 adec39ef76454fb0a55e622a8b0232cb - - default default] Tap Mirror: Handle Delete Port: 882b37c9-88e8-4f5b-9fe1-60d037652da0 [pid: 8|app: 0|req: 942/1790] 10.0.0.165 () {32 vars in 720 bytes} [Thu Jul 9 10:45:40 2026] DELETE /v2.0/ports/882b37c9-88e8-4f5b-9fe1-60d037652da0 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1791] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:45:40 2026] DELETE /v2.0/subnets/ace83a63-3d3f-4219-bbca-1d412f830835 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:45:41.098 8 INFO neutron.services.segments.plugin [-] Segment a954e96c-bf86-432c-ada4-e63543b80c20 resource provider aggregate not found 2026-07-09 10:45:41.104 8 INFO neutron.services.segments.plugin [-] Segment a954e96c-bf86-432c-ada4-e63543b80c20 resource provider aggregate not found [pid: 8|app: 0|req: 944/1792] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:45:40 2026] DELETE /v2.0/networks/259ad7f5-dd82-4a17-9278-a4df515b6c72 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:45:41.130 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a954e96c-bf86-432c-ada4-e63543b80c20 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a954e96c-bf86-432c-ada4-e63543b80c20 found for delete ", "request_id": "req-e54b665c-471b-42ba-bbd5-76fbdfa34b63"}]} 2026-07-09 10:45:41.134 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a954e96c-bf86-432c-ada4-e63543b80c20 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a954e96c-bf86-432c-ada4-e63543b80c20 found for delete ", "request_id": "req-d48a6ef9-2b88-4c5f-aa31-e38091576586"}]} [pid: 8|app: 0|req: 945/1793] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:45:41 2026] DELETE /v2.0/networks/26bce05e-30ee-43ef-a44d-8048f3b63805 => 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: 946/1794] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:45:41 2026] DELETE /v2.0/networks/a547dad8-4bea-438f-9f73-c8c2321015f6 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1795] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:45:39 2026] POST /v2.0/routers => generated 728 bytes in 2140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1796] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:45:41 2026] DELETE /v2.0/networks/a283a973-30dc-496d-9a42-72fd2ede7c53 => 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: 948/1797] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:45:41 2026] DELETE /v2.0/networks/959512b8-254c-4c70-8b67-9214ad425691 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1798] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:45:41 2026] DELETE /v2.0/networks/693d5f9b-8151-4ef5-8da9-a8baad24335e => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1799] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:45:41 2026] GET /v2.0/security-groups?tenant_id=2d9e20d47bac4c84af496e8a23c8db5c&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1800] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:45:42 2026] DELETE /v2.0/security-groups/b70ced53-4024-4446-9443-a0a8e61a36aa => 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: 850/1801] 10.0.0.165 () {34 vars in 783 bytes} [Thu Jul 9 10:45:41 2026] PUT /v2.0/routers/57f272b6-e085-4050-b926-9f9b03b92496/add_router_interface => generated 309 bytes in 1230 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1802] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:45:42 2026] GET /v2.0/security-groups?tenant_id=25cad26327c84acd8c3d9d0f2a0c3afd&name=default => generated 2925 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1803] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:45:43 2026] DELETE /v2.0/security-groups/32f449fa-2a52-435f-a982-d0b022a99a53 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:45:43.155 8 INFO neutron.services.segments.plugin [-] Segment 363df834-fd41-4896-be9b-d74d828e7080 resource provider aggregate not found 2026-07-09 10:45:43.160 8 INFO neutron.services.segments.plugin [-] Segment 363df834-fd41-4896-be9b-d74d828e7080 resource provider aggregate not found 2026-07-09 10:45:43.179 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 363df834-fd41-4896-be9b-d74d828e7080 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 363df834-fd41-4896-be9b-d74d828e7080 found for delete ", "request_id": "req-4569ccba-7bd5-45e7-8ce9-1661ac0acd9a"}]} 2026-07-09 10:45:43.185 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 363df834-fd41-4896-be9b-d74d828e7080 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 363df834-fd41-4896-be9b-d74d828e7080 found for delete ", "request_id": "req-c0abb1f3-07ae-4b39-9913-a44dc9977d53"}]} 2026-07-09 10:45:43.198 8 INFO neutron.services.segments.plugin [-] Segment ceb9056d-b2b3-4e88-8f07-81c08427b82d resource provider aggregate not found 2026-07-09 10:45:43.212 8 INFO neutron.services.segments.plugin [-] Segment ceb9056d-b2b3-4e88-8f07-81c08427b82d resource provider aggregate not found 2026-07-09 10:45:43.218 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ceb9056d-b2b3-4e88-8f07-81c08427b82d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ceb9056d-b2b3-4e88-8f07-81c08427b82d found for delete ", "request_id": "req-918a22d6-0e78-4221-b481-7ba7111e7c43"}]} 2026-07-09 10:45:43.234 8 INFO neutron.services.segments.plugin [-] Segment c1175f90-f1fc-484b-a036-8b858c6bb236 resource provider aggregate not found 2026-07-09 10:45:43.240 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ceb9056d-b2b3-4e88-8f07-81c08427b82d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ceb9056d-b2b3-4e88-8f07-81c08427b82d found for delete ", "request_id": "req-d52fe2f3-daf7-4df2-8053-7dbd83277ac0"}]} 2026-07-09 10:45:43.259 8 INFO neutron.services.segments.plugin [-] Segment c1175f90-f1fc-484b-a036-8b858c6bb236 resource provider aggregate not found 2026-07-09 10:45:43.263 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c1175f90-f1fc-484b-a036-8b858c6bb236 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1175f90-f1fc-484b-a036-8b858c6bb236 found for delete ", "request_id": "req-0faf7f05-ff23-45b2-b358-4701eeb502b4"}]} 2026-07-09 10:45:43.296 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c1175f90-f1fc-484b-a036-8b858c6bb236 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c1175f90-f1fc-484b-a036-8b858c6bb236 found for delete ", "request_id": "req-38cb65c0-df48-4e60-a071-4cc5bf1d6864"}]} 2026-07-09 10:45:43.300 8 INFO neutron.services.segments.plugin [-] Segment 5c159a21-e8d6-4e60-ad4f-43727fe372a3 resource provider aggregate not found 2026-07-09 10:45:43.322 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5c159a21-e8d6-4e60-ad4f-43727fe372a3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c159a21-e8d6-4e60-ad4f-43727fe372a3 found for delete ", "request_id": "req-e5767dcc-d8f9-43aa-9dd2-461e7e14f838"}]} 2026-07-09 10:45:43.324 8 INFO neutron.services.segments.plugin [-] Segment 5c159a21-e8d6-4e60-ad4f-43727fe372a3 resource provider aggregate not found 2026-07-09 10:45:43.340 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5c159a21-e8d6-4e60-ad4f-43727fe372a3 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c159a21-e8d6-4e60-ad4f-43727fe372a3 found for delete ", "request_id": "req-5d7d071d-74cc-406e-ade5-350a71db22d1"}]} 2026-07-09 10:45:43.348 8 INFO neutron.services.segments.plugin [-] Segment 34415b99-a2d8-4c3c-adbe-831b93e837fe resource provider aggregate not found 2026-07-09 10:45:43.355 8 INFO neutron.services.segments.plugin [-] Segment 34415b99-a2d8-4c3c-adbe-831b93e837fe resource provider aggregate not found 2026-07-09 10:45:43.372 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 34415b99-a2d8-4c3c-adbe-831b93e837fe resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34415b99-a2d8-4c3c-adbe-831b93e837fe found for delete ", "request_id": "req-23e2536d-ce3a-49c6-abe8-df12009557d4"}]} 2026-07-09 10:45:43.379 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 34415b99-a2d8-4c3c-adbe-831b93e837fe resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34415b99-a2d8-4c3c-adbe-831b93e837fe found for delete ", "request_id": "req-2f890037-ab95-4ff8-ae65-6e723dfaa9aa"}]} [pid: 8|app: 0|req: 953/1804] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:45:43 2026] GET /v2.0/security-groups?tenant_id=adec39ef76454fb0a55e622a8b0232cb&name=default => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1805] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:45:43 2026] DELETE /v2.0/security-groups/f59d2b7f-d77d-4173-b081-8b1f7d5fe7b4 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1806] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:45:43 2026] GET /v2.0/security-groups?tenant_id=d5d006a93d394f8c9f40cbdf30bd3a6b&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1807] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:45:43 2026] DELETE /v2.0/security-groups/bd7f8e37-fcae-46c5-8e03-fba23afe9728 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:45:44.216 8 INFO neutron.db.segments_db [None req-fe360733-021d-41fa-afc1-cfe9c4b49d20 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Added segment e7e3a01c-f017-4b05-b32c-09ed3e998b17 of type vxlan for network 1c2571e6-dcca-4291-a56b-7cb36c572843 [pid: 8|app: 0|req: 955/1808] 10.0.0.165 () {34 vars in 671 bytes} [Thu Jul 9 10:45:44 2026] POST /v2.0/networks => generated 741 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1809] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:45:44 2026] POST /v2.0/subnets => generated 688 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:45:44.570 8 INFO neutron.db.segments_db [None req-2c0949de-8f3d-4d85-95a9-dfed8c87dd62 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Added segment c941be04-bca4-4e28-9700-6c1c7b0eeb7e of type vxlan for network 779bb71f-c9ad-43e5-9c71-e022dbdb8eeb 2026-07-09 10:45:44.868 8 INFO neutron.db.l3_hamode_db [None req-2c0949de-8f3d-4d85-95a9-dfed8c87dd62 4fe0ac4ab97c45da851fdc4edfc8676c 40b707f4f73744688b0a45e0e3aea238 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 10:45:45.889 8 INFO neutron.db.l3_hamode_db [None req-2c0949de-8f3d-4d85-95a9-dfed8c87dd62 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 855/1810] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:45:45 2026] GET /v2.0/security-groups?tenant_id=62d50c7852394d6b90a328b1889cfd15&name=default => generated 2925 bytes in 360 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1811] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:45:46 2026] DELETE /v2.0/security-groups/3d96f4ce-8ea3-42e6-bcaf-adee161727d5 => 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: 956/1812] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:45:44 2026] POST /v2.0/routers => generated 728 bytes in 2432 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1813] 10.0.0.165 () {34 vars in 783 bytes} [Thu Jul 9 10:45:46 2026] PUT /v2.0/routers/44409cd4-e1ab-4483-a676-8bce9dd43b9e/add_router_interface => generated 309 bytes in 1499 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:45:49.318 8 INFO neutron.db.segments_db [None req-7ad99a1e-c517-4da0-9a4e-39d474a31ef3 279e8f6dcbe24d64b6e902c300784ad5 6c2f2586ec7140f6930b06a1c57d67a9 - - default default] Added segment 8ae9f22d-12fd-47c6-8b59-f9291b68db9f of type vxlan for network 625761a3-e8a1-4dd4-8fb7-e0dedcbedc64 [pid: 8|app: 0|req: 957/1814] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:45:48 2026] POST /v2.0/networks => generated 632 bytes in 547 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1815] 10.0.0.165 () {34 vars in 685 bytes} [Thu Jul 9 10:45:49 2026] POST /v2.0/security-groups => generated 1673 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1816] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:45:49 2026] GET /v2.0/security-groups?tenant_id=4b2aaae822bd4f3c9191fff76e34008e&name=default => generated 2925 bytes in 334 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1817] 10.0.0.165 () {32 vars in 826 bytes} [Thu Jul 9 10:45:49 2026] GET /v2.0/ports?project_id=0e418e2a7cf942a68732c9eadaf9a2ec&network_id=bd074741-5179-4801-a3e4-31cebefbc12f => generated 3695 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1818] 10.0.0.165 () {34 vars in 695 bytes} [Thu Jul 9 10:45:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1819] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:45:49 2026] DELETE /v2.0/security-groups/0eafde7b-9c44-4a28-afde-b188baac4443 => 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: 962/1820] 10.0.0.165 () {34 vars in 695 bytes} [Thu Jul 9 10:45:49 2026] POST /v2.0/security-group-rules => generated 596 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1821] 10.0.0.165 () {34 vars in 664 bytes} [Thu Jul 9 10:45:49 2026] POST /v2.0/ports => generated 743 bytes in 446 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: 963/1822] 10.0.0.165 () {32 vars in 742 bytes} [Thu Jul 9 10:45:50 2026] GET /v2.0/subnets?network_id=6e42a5be-a9f9-4845-baf7-07aac490b908 => generated 667 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1823] 10.0.0.165 () {34 vars in 695 bytes} [Thu Jul 9 10:45:50 2026] POST /v2.0/security-group-rules => generated 602 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1824] 10.0.0.165 () {34 vars in 666 bytes} [Thu Jul 9 10:45:50 2026] POST /v2.0/trunks => generated 407 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1825] 10.0.0.165 () {34 vars in 695 bytes} [Thu Jul 9 10:45:50 2026] POST /v2.0/security-group-rules => generated 601 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:45:50.363 7 INFO neutron.db.segments_db [None req-c019425a-ea8f-485a-8a48-e4ab2e0bf390 279e8f6dcbe24d64b6e902c300784ad5 6c2f2586ec7140f6930b06a1c57d67a9 - - default default] Added segment d2cdd4e0-8ad4-4388-ae2c-245caf5aef44 of type vxlan for network e03d5e33-9329-4466-9c9f-8f0b83bc0874 2026-07-09 10:45:50.427 8 INFO neutron.db.l3_db [None req-3721e1fa-45d1-4e39-8c8f-f0d8d12a2ad5 c04e722871d84a928cdf6111198edda0 0e418e2a7cf942a68732c9eadaf9a2ec - - default default] Floating IP 3f338a0b-e811-43f1-a201-ebf0fd752fe5 disassociated. External IP: 10.96.250.211, port: 1eeb651a-ec31-48c4-9bcf-d68f5f5e95f1. [pid: 7|app: 0|req: 862/1826] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:45:50 2026] POST /v2.0/networks => generated 632 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:45:50.519 7 INFO neutron.db.securitygroups_db [None req-220dafbd-6f05-4398-844b-51294984fe85 1b128b3421d847a89daab6ce8f30a98f d55bf92a94c641fdb06ea8678ecfa5c3 - - default default] Project d55bf92a94c641fdb06ea8678ecfa5c3 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: 863/1827] 10.0.0.165 () {34 vars in 695 bytes} [Thu Jul 9 10:45:50 2026] POST /v2.0/security-group-rules => generated 607 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1828] 10.0.0.165 () {34 vars in 749 bytes} [Thu Jul 9 10:45:50 2026] PUT /v2.0/floatingips/3f338a0b-e811-43f1-a201-ebf0fd752fe5 => generated 554 bytes in 579 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:45:50.899 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b2980c4a-3422-4468-93ba-fa7aaecbb1d9'] response: {'name': 'network-changed', 'server_uuid': '9548f71f-37bc-44d8-a238-4c1ce9d8c4f4', 'tag': '1eeb651a-ec31-48c4-9bcf-d68f5f5e95f1', 'status': 'completed', 'code': 200} 2026-07-09 10:45:50.907 8 INFO neutron.db.securitygroups_db [None req-0d044807-2761-4fc8-af65-8b3fd4d0eb09 1b128b3421d847a89daab6ce8f30a98f d55bf92a94c641fdb06ea8678ecfa5c3 - - default default] Project d55bf92a94c641fdb06ea8678ecfa5c3 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: 864/1829] 10.0.0.165 () {34 vars in 664 bytes} [Thu Jul 9 10:45:50 2026] POST /v2.0/ports => generated 743 bytes in 383 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: 966/1830] 10.0.0.165 () {34 vars in 695 bytes} [Thu Jul 9 10:45:50 2026] POST /v2.0/security-group-rules => generated 606 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1831] 10.0.0.165 () {32 vars in 729 bytes} [Thu Jul 9 10:45:51 2026] GET /v2.0/floatingips/3f338a0b-e811-43f1-a201-ebf0fd752fe5 => generated 554 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1832] 10.0.0.165 () {34 vars in 666 bytes} [Thu Jul 9 10:45:51 2026] POST /v2.0/trunks => generated 407 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:45:51.252 7 INFO neutron.db.segments_db [None req-2517ee56-7216-4762-b8c0-8ea2b530cd0c 279e8f6dcbe24d64b6e902c300784ad5 6c2f2586ec7140f6930b06a1c57d67a9 - - default default] Added segment c07d2796-3cc4-4a6c-9c31-c4d0037114fe of type vxlan for network 07ba6fd9-f48b-4075-9b69-f12dcd355022 [pid: 7|app: 0|req: 866/1833] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:45:51 2026] POST /v2.0/networks => generated 631 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1834] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:45:51 2026] GET /v2.0/ports?tenant_id=0e418e2a7cf942a68732c9eadaf9a2ec&device_id=9548f71f-37bc-44d8-a238-4c1ce9d8c4f4 => 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: 868/1835] 199.19.213.99 () {34 vars in 985 bytes} [Thu Jul 9 10:45:51 2026] GET /v2.0/networks?id=bd074741-5179-4801-a3e4-31cebefbc12f => generated 756 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1836] 10.0.0.165 () {34 vars in 685 bytes} [Thu Jul 9 10:45:51 2026] POST /v2.0/security-groups => generated 1660 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1837] 199.19.213.99 () {34 vars in 1059 bytes} [Thu Jul 9 10:45:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=1eeb651a-ec31-48c4-9bcf-d68f5f5e95f1 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1838] 10.0.0.165 () {34 vars in 664 bytes} [Thu Jul 9 10:45:51 2026] POST /v2.0/ports => generated 743 bytes in 368 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: 969/1839] 199.19.213.99 () {34 vars in 983 bytes} [Thu Jul 9 10:45:51 2026] GET /v2.0/subnets?id=893cd0d5-09cd-460b-b8f5-3ff4dcb4bb79 => 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: 871/1840] 10.0.0.165 () {34 vars in 695 bytes} [Thu Jul 9 10:45:51 2026] POST /v2.0/security-group-rules => generated 597 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1841] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:45:51 2026] GET /v2.0/ports?network_id=bd074741-5179-4801-a3e4-31cebefbc12f&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: 970/1842] 10.0.0.165 () {34 vars in 666 bytes} [Thu Jul 9 10:45:51 2026] POST /v2.0/trunks => generated 407 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1843] 10.0.0.165 () {34 vars in 695 bytes} [Thu Jul 9 10:45:51 2026] POST /v2.0/security-group-rules => generated 602 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1844] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:45:51 2026] GET /v2.0/networks/bd074741-5179-4801-a3e4-31cebefbc12f?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:45:52.126 7 INFO neutron.db.segments_db [None req-8e5e7747-7414-4fdf-96c3-03eb9f47001f 279e8f6dcbe24d64b6e902c300784ad5 6c2f2586ec7140f6930b06a1c57d67a9 - - default default] Added segment a86dcfb2-f52a-4f3f-a809-dd0cffbc5f13 of type vxlan for network 38cea9cf-5d8a-4536-b7b8-524737aa2b62 [pid: 7|app: 0|req: 875/1845] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:45:52 2026] POST /v2.0/networks => generated 632 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:45:52.301 8 INFO neutron.db.segments_db [None req-93887e6c-4750-4e34-9dd0-0891722c6762 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Added segment 2e6e740d-b8ea-4ec3-ae69-1b6021078375 of type vxlan for network 25a28aa3-e07a-44d0-9a4e-182209c93bb1 [pid: 8|app: 0|req: 971/1846] 10.0.0.165 () {34 vars in 671 bytes} [Thu Jul 9 10:45:51 2026] POST /v2.0/networks => generated 740 bytes in 498 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1847] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:45:52 2026] GET /v2.0/networks/bd074741-5179-4801-a3e4-31cebefbc12f?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: 973/1848] 10.0.0.165 () {32 vars in 729 bytes} [Thu Jul 9 10:45:52 2026] GET /v2.0/floatingips/3f338a0b-e811-43f1-a201-ebf0fd752fe5 => generated 552 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1849] 10.0.0.165 () {34 vars in 676 bytes} [Thu Jul 9 10:45:52 2026] POST /v2.0/floatingips => generated 552 bytes in 509 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1850] 10.0.0.165 () {34 vars in 664 bytes} [Thu Jul 9 10:45:52 2026] POST /v2.0/ports => generated 743 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 877/1851] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:45:52 2026] POST /v2.0/subnets => generated 688 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1852] 10.0.0.165 () {34 vars in 666 bytes} [Thu Jul 9 10:45:52 2026] POST /v2.0/trunks => generated 407 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1853] 10.0.0.39 () {34 vars in 1097 bytes} [Thu Jul 9 10:45:52 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-185008797&fields=id&tenant_id=d55bf92a94c641fdb06ea8678ecfa5c3 => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:45:53.042 8 INFO neutron.db.segments_db [None req-593bc895-95c5-4ebc-908f-b1df483981dd 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Added segment e0464534-ab21-4bad-8d16-052c49545dd7 of type vxlan for network 5e04a845-eab8-402f-baa2-42cb00bf16f9 2026-07-09 10:45:53.095 7 INFO neutron.db.segments_db [None req-c164443f-e066-4edd-ba43-42d054ed65b1 279e8f6dcbe24d64b6e902c300784ad5 6c2f2586ec7140f6930b06a1c57d67a9 - - default default] Added segment 004bd4d7-47e2-4760-947e-bb63595c3676 of type vxlan for network 954f7f79-d22e-4058-9d06-84f462c85c48 [pid: 7|app: 0|req: 879/1854] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:45:53 2026] POST /v2.0/networks => generated 631 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1855] 10.0.0.39 () {34 vars in 1099 bytes} [Thu Jul 9 10:45:53 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1172783088&fields=id&tenant_id=d55bf92a94c641fdb06ea8678ecfa5c3 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:45:53.349 8 INFO neutron.db.l3_hamode_db [None req-593bc895-95c5-4ebc-908f-b1df483981dd 4fe0ac4ab97c45da851fdc4edfc8676c 3d5d7f6e611d443787fe1513f41022c6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 881/1856] 10.0.0.165 () {34 vars in 664 bytes} [Thu Jul 9 10:45:53 2026] POST /v2.0/ports => generated 743 bytes in 393 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: 882/1857] 10.0.0.39 () {34 vars in 981 bytes} [Thu Jul 9 10:45:53 2026] GET /v2.0/networks?id=a283e292-922b-47e2-a733-d812b32661d0 => generated 673 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1858] 10.0.0.165 () {34 vars in 685 bytes} [Thu Jul 9 10:45:53 2026] POST /v2.0/security-groups => generated 1673 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1859] 10.0.0.165 () {34 vars in 666 bytes} [Thu Jul 9 10:45:53 2026] POST /v2.0/trunks => generated 407 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1860] 10.0.0.39 () {34 vars in 964 bytes} [Thu Jul 9 10:45:54 2026] GET /v2.0/quotas/d55bf92a94c641fdb06ea8678ecfa5c3 => 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: 886/1861] 10.0.0.165 () {34 vars in 695 bytes} [Thu Jul 9 10:45:54 2026] POST /v2.0/security-group-rules => generated 597 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:45:54.185 8 INFO neutron.db.l3_hamode_db [None req-593bc895-95c5-4ebc-908f-b1df483981dd 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 889/1864] 10.0.0.165 () {34 vars in 749 bytes} [Thu Jul 9 10:45:54 2026] PUT /v2.0/trunks/04a7502a-eb66-4ef1-bad6-2cc7a75d7cd6/tags => generated 17 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1865] 10.0.0.39 () {34 vars in 1001 bytes} [Thu Jul 9 10:45:54 2026] GET /v2.0/ports?tenant_id=d55bf92a94c641fdb06ea8678ecfa5c3&fields=id => generated 103 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1866] 10.0.0.165 () {34 vars in 695 bytes} [Thu Jul 9 10:45:54 2026] POST /v2.0/security-group-rules => generated 596 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1867] 10.0.0.165 () {34 vars in 749 bytes} [Thu Jul 9 10:45:54 2026] PUT /v2.0/trunks/6f603554-33de-4e21-b41e-c2b0556b2b7f/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1868] 10.0.0.39 () {34 vars in 1007 bytes} [Thu Jul 9 10:45:54 2026] GET /v2.0/networks/a283e292-922b-47e2-a733-d812b32661d0?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: 894/1869] 10.0.0.165 () {34 vars in 695 bytes} [Thu Jul 9 10:45:54 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: 7|app: 0|req: 895/1870] 10.0.0.165 () {34 vars in 749 bytes} [Thu Jul 9 10:45:54 2026] PUT /v2.0/trunks/1c95847d-6d43-4c9a-ae89-30ef2acd849f/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1871] 10.0.0.39 () {34 vars in 1107 bytes} [Thu Jul 9 10:45:54 2026] GET /v2.0/networks/a283e292-922b-47e2-a733-d812b32661d0?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: 897/1872] 10.0.0.165 () {34 vars in 695 bytes} [Thu Jul 9 10:45:54 2026] POST /v2.0/security-group-rules => generated 601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1873] 10.0.0.165 () {34 vars in 749 bytes} [Thu Jul 9 10:45:54 2026] PUT /v2.0/trunks/d5301322-df6f-49ec-8815-3fdb92b9a9af/tags => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:45:54.871 7 INFO neutron.db.securitygroups_db [None req-b77460cc-1ab9-4050-be33-ab0007283b3e c04e722871d84a928cdf6111198edda0 0e418e2a7cf942a68732c9eadaf9a2ec - - default default] Project 0e418e2a7cf942a68732c9eadaf9a2ec 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: 899/1874] 10.0.0.165 () {34 vars in 695 bytes} [Thu Jul 9 10:45:54 2026] POST /v2.0/security-group-rules => generated 607 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1875] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:45:54 2026] GET /v2.0/ports?device_id=dc749a44-77b8-432d-9eb9-b195b239d94e => 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: 901/1876] 10.0.0.165 () {32 vars in 662 bytes} [Thu Jul 9 10:45:55 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:45:55.058 7 INFO neutron.db.securitygroups_db [None req-337b11c1-ef85-4e2a-9b78-1b9c12fad5aa c04e722871d84a928cdf6111198edda0 0e418e2a7cf942a68732c9eadaf9a2ec - - default default] Project 0e418e2a7cf942a68732c9eadaf9a2ec 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: 902/1877] 10.0.0.165 () {34 vars in 695 bytes} [Thu Jul 9 10:45:55 2026] POST /v2.0/security-group-rules => generated 606 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1878] 10.0.0.165 () {32 vars in 676 bytes} [Thu Jul 9 10:45:55 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1879] 10.0.0.165 () {32 vars in 672 bytes} [Thu Jul 9 10:45:55 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1880] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:45:52 2026] POST /v2.0/routers => generated 728 bytes in 2181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1881] 10.0.0.165 () {32 vars in 684 bytes} [Thu Jul 9 10:45:55 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1882] 10.0.0.165 () {32 vars in 670 bytes} [Thu Jul 9 10:45:55 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1883] 10.0.0.165 () {32 vars in 684 bytes} [Thu Jul 9 10:45:55 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1884] 10.0.0.165 () {32 vars in 680 bytes} [Thu Jul 9 10:45:55 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1885] 10.0.0.165 () {32 vars in 692 bytes} [Thu Jul 9 10:45:55 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1886] 10.0.0.165 () {32 vars in 719 bytes} [Thu Jul 9 10:45:55 2026] GET /v2.0/trunks/04a7502a-eb66-4ef1-bad6-2cc7a75d7cd6 => generated 412 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1887] 10.0.0.165 () {32 vars in 717 bytes} [Thu Jul 9 10:45:55 2026] GET /v2.0/ports/640d0fcb-c4fc-4df3-a074-4be0e0459bb4 => generated 826 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1888] 10.0.0.165 () {32 vars in 722 bytes} [Thu Jul 9 10:45:55 2026] DELETE /v2.0/trunks/04a7502a-eb66-4ef1-bad6-2cc7a75d7cd6 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1889] 10.0.0.165 () {32 vars in 719 bytes} [Thu Jul 9 10:45:55 2026] GET /v2.0/trunks/6f603554-33de-4e21-b41e-c2b0556b2b7f => generated 420 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1890] 10.0.0.165 () {32 vars in 649 bytes} [Thu Jul 9 10:45:55 2026] GET /v2.0/networks => generated 1297 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1891] 10.0.0.165 () {32 vars in 717 bytes} [Thu Jul 9 10:45:55 2026] GET /v2.0/ports/f3ea407a-8570-42cb-a717-935794f1fb85 => generated 826 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1892] 10.0.0.165 () {32 vars in 722 bytes} [Thu Jul 9 10:45:55 2026] DELETE /v2.0/trunks/6f603554-33de-4e21-b41e-c2b0556b2b7f => 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: 917/1893] 10.0.0.39 () {34 vars in 1097 bytes} [Thu Jul 9 10:45:55 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-847675988&fields=id&tenant_id=0e418e2a7cf942a68732c9eadaf9a2ec => generated 69 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1894] 10.0.0.165 () {32 vars in 719 bytes} [Thu Jul 9 10:45:55 2026] GET /v2.0/trunks/1c95847d-6d43-4c9a-ae89-30ef2acd849f => generated 429 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1895] 10.0.0.39 () {34 vars in 981 bytes} [Thu Jul 9 10:45:55 2026] GET /v2.0/networks?id=bd074741-5179-4801-a3e4-31cebefbc12f => generated 660 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1896] 10.0.0.165 () {32 vars in 717 bytes} [Thu Jul 9 10:45:55 2026] GET /v2.0/ports/191d78bf-74ac-4d7b-b7ea-4a1ebd1f0e50 => generated 826 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1897] 10.0.0.39 () {34 vars in 964 bytes} [Thu Jul 9 10:45:55 2026] GET /v2.0/quotas/0e418e2a7cf942a68732c9eadaf9a2ec => 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: 922/1898] 10.0.0.165 () {32 vars in 722 bytes} [Thu Jul 9 10:45:55 2026] DELETE /v2.0/trunks/1c95847d-6d43-4c9a-ae89-30ef2acd849f => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1899] 10.0.0.39 () {34 vars in 1001 bytes} [Thu Jul 9 10:45:56 2026] GET /v2.0/ports?tenant_id=0e418e2a7cf942a68732c9eadaf9a2ec&fields=id => generated 149 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1900] 10.0.0.165 () {32 vars in 719 bytes} [Thu Jul 9 10:45:56 2026] GET /v2.0/trunks/d5301322-df6f-49ec-8815-3fdb92b9a9af => generated 414 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1901] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:45:56 2026] GET /v2.0/ports?device_id=dc749a44-77b8-432d-9eb9-b195b239d94e => 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: 926/1902] 10.0.0.39 () {34 vars in 1007 bytes} [Thu Jul 9 10:45:56 2026] GET /v2.0/networks/bd074741-5179-4801-a3e4-31cebefbc12f?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1903] 10.0.0.165 () {32 vars in 717 bytes} [Thu Jul 9 10:45:56 2026] GET /v2.0/ports/e11db910-c87d-4e55-bf92-1679563d29f8 => generated 826 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1904] 10.0.0.39 () {34 vars in 1107 bytes} [Thu Jul 9 10:45:56 2026] GET /v2.0/networks/bd074741-5179-4801-a3e4-31cebefbc12f?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: 929/1905] 10.0.0.165 () {32 vars in 722 bytes} [Thu Jul 9 10:45:56 2026] DELETE /v2.0/trunks/d5301322-df6f-49ec-8815-3fdb92b9a9af => 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: 930/1906] 10.0.0.165 () {32 vars in 719 bytes} [Thu Jul 9 10:45:56 2026] GET /v2.0/trunks/91a30833-6ce9-4168-9cd8-207ace3ec2b5 => generated 407 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1907] 10.0.0.165 () {32 vars in 717 bytes} [Thu Jul 9 10:45:56 2026] GET /v2.0/ports/7c3bfdb8-46bf-4bd1-aa2f-62eb37a468be => generated 826 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1908] 10.0.0.165 () {34 vars in 783 bytes} [Thu Jul 9 10:45:55 2026] PUT /v2.0/routers/e6f3ed64-f5b6-4e49-bac5-0ed277ab7c9b/add_router_interface => generated 309 bytes in 1386 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1909] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:45:56 2026] GET /v2.0/ports?device_id=0b37432b-54ae-4b6e-956e-28ef67bfec1b => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1910] 10.0.0.165 () {32 vars in 722 bytes} [Thu Jul 9 10:45:56 2026] DELETE /v2.0/trunks/91a30833-6ce9-4168-9cd8-207ace3ec2b5 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:45:56.800 7 INFO neutron_taas.services.taas.taas_plugin [None req-8466bc06-c597-4a21-9fcf-fe8ed2e811fd 279e8f6dcbe24d64b6e902c300784ad5 6c2f2586ec7140f6930b06a1c57d67a9 - - default default] TaaS: Handle Delete Port: 640d0fcb-c4fc-4df3-a074-4be0e0459bb4 2026-07-09 10:45:56.803 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8466bc06-c597-4a21-9fcf-fe8ed2e811fd 279e8f6dcbe24d64b6e902c300784ad5 6c2f2586ec7140f6930b06a1c57d67a9 - - default default] Tap Mirror: Handle Delete Port: 640d0fcb-c4fc-4df3-a074-4be0e0459bb4 [pid: 7|app: 0|req: 933/1911] 10.0.0.165 () {32 vars in 720 bytes} [Thu Jul 9 10:45:56 2026] DELETE /v2.0/ports/640d0fcb-c4fc-4df3-a074-4be0e0459bb4 => generated 0 bytes in 226 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:45:57.082 8 INFO neutron_taas.services.taas.taas_plugin [None req-ba910f73-7dbc-41e0-8825-0f9c9ba194d1 279e8f6dcbe24d64b6e902c300784ad5 6c2f2586ec7140f6930b06a1c57d67a9 - - default default] TaaS: Handle Delete Port: f3ea407a-8570-42cb-a717-935794f1fb85 2026-07-09 10:45:57.085 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ba910f73-7dbc-41e0-8825-0f9c9ba194d1 279e8f6dcbe24d64b6e902c300784ad5 6c2f2586ec7140f6930b06a1c57d67a9 - - default default] Tap Mirror: Handle Delete Port: f3ea407a-8570-42cb-a717-935794f1fb85 [pid: 8|app: 0|req: 979/1912] 10.0.0.165 () {32 vars in 720 bytes} [Thu Jul 9 10:45:56 2026] DELETE /v2.0/ports/f3ea407a-8570-42cb-a717-935794f1fb85 => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1913] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:45:57 2026] GET /v2.0/ports?device_id=dc749a44-77b8-432d-9eb9-b195b239d94e => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:45:57.283 7 INFO neutron_taas.services.taas.taas_plugin [None req-acb1bef6-0eb4-42e2-9083-0e1d692a2524 279e8f6dcbe24d64b6e902c300784ad5 6c2f2586ec7140f6930b06a1c57d67a9 - - default default] TaaS: Handle Delete Port: 191d78bf-74ac-4d7b-b7ea-4a1ebd1f0e50 2026-07-09 10:45:57.285 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-acb1bef6-0eb4-42e2-9083-0e1d692a2524 279e8f6dcbe24d64b6e902c300784ad5 6c2f2586ec7140f6930b06a1c57d67a9 - - default default] Tap Mirror: Handle Delete Port: 191d78bf-74ac-4d7b-b7ea-4a1ebd1f0e50 [pid: 7|app: 0|req: 934/1914] 10.0.0.165 () {32 vars in 720 bytes} [Thu Jul 9 10:45:57 2026] DELETE /v2.0/ports/191d78bf-74ac-4d7b-b7ea-4a1ebd1f0e50 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:45:57.501 8 INFO neutron_taas.services.taas.taas_plugin [None req-46180274-214f-4af2-b54e-f45b5258ef58 279e8f6dcbe24d64b6e902c300784ad5 6c2f2586ec7140f6930b06a1c57d67a9 - - default default] TaaS: Handle Delete Port: e11db910-c87d-4e55-bf92-1679563d29f8 2026-07-09 10:45:57.514 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-46180274-214f-4af2-b54e-f45b5258ef58 279e8f6dcbe24d64b6e902c300784ad5 6c2f2586ec7140f6930b06a1c57d67a9 - - default default] Tap Mirror: Handle Delete Port: e11db910-c87d-4e55-bf92-1679563d29f8 [pid: 8|app: 0|req: 981/1915] 10.0.0.165 () {32 vars in 720 bytes} [Thu Jul 9 10:45:57 2026] DELETE /v2.0/ports/e11db910-c87d-4e55-bf92-1679563d29f8 => generated 0 bytes in 259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1916] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:45:57 2026] GET /v2.0/ports?device_id=0b37432b-54ae-4b6e-956e-28ef67bfec1b => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:45:57.813 8 INFO neutron_taas.services.taas.taas_plugin [None req-ab7aa21a-c65c-4d56-8220-6c32b7464b76 279e8f6dcbe24d64b6e902c300784ad5 6c2f2586ec7140f6930b06a1c57d67a9 - - default default] TaaS: Handle Delete Port: 7c3bfdb8-46bf-4bd1-aa2f-62eb37a468be 2026-07-09 10:45:57.815 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab7aa21a-c65c-4d56-8220-6c32b7464b76 279e8f6dcbe24d64b6e902c300784ad5 6c2f2586ec7140f6930b06a1c57d67a9 - - default default] Tap Mirror: Handle Delete Port: 7c3bfdb8-46bf-4bd1-aa2f-62eb37a468be [pid: 8|app: 0|req: 982/1917] 10.0.0.165 () {32 vars in 720 bytes} [Thu Jul 9 10:45:57 2026] DELETE /v2.0/ports/7c3bfdb8-46bf-4bd1-aa2f-62eb37a468be => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:45:58.091 7 INFO neutron.services.segments.plugin [-] Segment 8ae9f22d-12fd-47c6-8b59-f9291b68db9f resource provider aggregate not found 2026-07-09 10:45:58.098 7 INFO neutron.services.segments.plugin [-] Segment 8ae9f22d-12fd-47c6-8b59-f9291b68db9f resource provider aggregate not found 2026-07-09 10:45:58.118 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8ae9f22d-12fd-47c6-8b59-f9291b68db9f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ae9f22d-12fd-47c6-8b59-f9291b68db9f found for delete ", "request_id": "req-8def065f-e9e7-4228-b01c-2058483384e8"}]} 2026-07-09 10:45:58.121 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8ae9f22d-12fd-47c6-8b59-f9291b68db9f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ae9f22d-12fd-47c6-8b59-f9291b68db9f found for delete ", "request_id": "req-d88062d5-db5a-4342-accc-325e599a587f"}]} [pid: 7|app: 0|req: 936/1918] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:45:57 2026] DELETE /v2.0/networks/625761a3-e8a1-4dd4-8fb7-e0dedcbedc64 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:45:58.302 8 INFO neutron.services.segments.plugin [-] Segment d2cdd4e0-8ad4-4388-ae2c-245caf5aef44 resource provider aggregate not found 2026-07-09 10:45:58.306 8 INFO neutron.services.segments.plugin [-] Segment d2cdd4e0-8ad4-4388-ae2c-245caf5aef44 resource provider aggregate not found 2026-07-09 10:45:58.323 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d2cdd4e0-8ad4-4388-ae2c-245caf5aef44 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2cdd4e0-8ad4-4388-ae2c-245caf5aef44 found for delete ", "request_id": "req-040c5a4a-f6b8-4e2c-b302-94f770df416a"}]} 2026-07-09 10:45:58.327 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment d2cdd4e0-8ad4-4388-ae2c-245caf5aef44 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2cdd4e0-8ad4-4388-ae2c-245caf5aef44 found for delete ", "request_id": "req-b8414130-d880-4dc8-9273-8022d56296c1"}]} [pid: 8|app: 0|req: 983/1919] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:45:58 2026] DELETE /v2.0/networks/e03d5e33-9329-4466-9c9f-8f0b83bc0874 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1920] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:45:58 2026] GET /v2.0/ports?device_id=dc749a44-77b8-432d-9eb9-b195b239d94e => 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: 984/1921] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:45:58 2026] DELETE /v2.0/networks/07ba6fd9-f48b-4075-9b69-f12dcd355022 => 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: 938/1922] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:45:58 2026] DELETE /v2.0/networks/38cea9cf-5d8a-4536-b7b8-524737aa2b62 => 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: 939/1923] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:45:58 2026] GET /v2.0/ports?device_id=0b37432b-54ae-4b6e-956e-28ef67bfec1b => 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: 985/1924] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:45:58 2026] DELETE /v2.0/networks/954f7f79-d22e-4058-9d06-84f462c85c48 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1925] 10.0.0.39 () {34 vars in 981 bytes} [Thu Jul 9 10:45:58 2026] GET /v2.0/networks?id=25a28aa3-e07a-44d0-9a4e-182209c93bb1 => generated 673 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1926] 10.0.0.39 () {34 vars in 964 bytes} [Thu Jul 9 10:45:58 2026] GET /v2.0/quotas/3d5d7f6e611d443787fe1513f41022c6 => 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: 941/1927] 10.0.0.39 () {34 vars in 1001 bytes} [Thu Jul 9 10:45:58 2026] GET /v2.0/ports?tenant_id=3d5d7f6e611d443787fe1513f41022c6&fields=id => generated 57 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1928] 10.0.0.39 () {34 vars in 1007 bytes} [Thu Jul 9 10:45:59 2026] GET /v2.0/networks/25a28aa3-e07a-44d0-9a4e-182209c93bb1?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1929] 10.0.0.39 () {34 vars in 1107 bytes} [Thu Jul 9 10:45:59 2026] GET /v2.0/networks/25a28aa3-e07a-44d0-9a4e-182209c93bb1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1930] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:45:59 2026] GET /v2.0/ports?device_id=d4ea9a96-ed54-4a80-90b7-786f62a8046e => 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: 943/1931] 199.19.213.99 () {34 vars in 985 bytes} [Thu Jul 9 10:45:59 2026] GET /v2.0/networks?id=a283e292-922b-47e2-a733-d812b32661d0 => generated 673 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1932] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:45:59 2026] GET /v2.0/ports?device_id=dc749a44-77b8-432d-9eb9-b195b239d94e => 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: 944/1933] 199.19.213.99 () {34 vars in 1049 bytes} [Thu Jul 9 10:45:59 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d55bf92a94c641fdb06ea8678ecfa5c3 => generated 273 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1934] 199.19.213.99 () {38 vars in 954 bytes} [Thu Jul 9 10:45:59 2026] POST /v2.0/ports => generated 993 bytes in 484 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: 991/1935] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:00 2026] GET /v2.0/ports?device_id=0b37432b-54ae-4b6e-956e-28ef67bfec1b => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:46:00.153 7 INFO neutron.services.segments.plugin [-] Segment a86dcfb2-f52a-4f3f-a809-dd0cffbc5f13 resource provider aggregate not found 2026-07-09 10:46:00.158 7 INFO neutron.services.segments.plugin [-] Segment a86dcfb2-f52a-4f3f-a809-dd0cffbc5f13 resource provider aggregate not found [pid: 7|app: 0|req: 945/1936] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:45:59 2026] GET /v2.0/security-groups?tenant_id=778e0f3883be453fab351aeeecd4fa1f&name=default => generated 2925 bytes in 348 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:46:00.175 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a86dcfb2-f52a-4f3f-a809-dd0cffbc5f13 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a86dcfb2-f52a-4f3f-a809-dd0cffbc5f13 found for delete ", "request_id": "req-3d7bfafc-4717-4cdb-a8ac-8c6e43275004"}]} 2026-07-09 10:46:00.182 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment a86dcfb2-f52a-4f3f-a809-dd0cffbc5f13 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a86dcfb2-f52a-4f3f-a809-dd0cffbc5f13 found for delete ", "request_id": "req-a59c0898-c856-4dc1-9cc9-3be13b183af2"}]} [pid: 7|app: 0|req: 946/1937] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:46:00 2026] DELETE /v2.0/security-groups/bb7352e6-43fd-470e-86d2-09a08909bb97 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:46:00.355 8 INFO neutron.services.segments.plugin [-] Segment c07d2796-3cc4-4a6c-9c31-c4d0037114fe resource provider aggregate not found 2026-07-09 10:46:00.361 8 INFO neutron.services.segments.plugin [-] Segment c07d2796-3cc4-4a6c-9c31-c4d0037114fe resource provider aggregate not found 2026-07-09 10:46:00.382 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c07d2796-3cc4-4a6c-9c31-c4d0037114fe resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c07d2796-3cc4-4a6c-9c31-c4d0037114fe found for delete ", "request_id": "req-20939b53-573c-4426-94a2-06e0aa08656a"}]} 2026-07-09 10:46:00.398 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c07d2796-3cc4-4a6c-9c31-c4d0037114fe resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c07d2796-3cc4-4a6c-9c31-c4d0037114fe found for delete ", "request_id": "req-0ea7901f-392a-4294-8e18-7cf4bfb0c587"}]} 2026-07-09 10:46:00.408 8 INFO neutron.services.segments.plugin [-] Segment 004bd4d7-47e2-4760-947e-bb63595c3676 resource provider aggregate not found 2026-07-09 10:46:00.422 8 INFO neutron.services.segments.plugin [-] Segment 004bd4d7-47e2-4760-947e-bb63595c3676 resource provider aggregate not found 2026-07-09 10:46:00.434 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 004bd4d7-47e2-4760-947e-bb63595c3676 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 004bd4d7-47e2-4760-947e-bb63595c3676 found for delete ", "request_id": "req-88d4359d-3c56-44bd-a765-cea7bf4058d1"}]} 2026-07-09 10:46:00.447 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 004bd4d7-47e2-4760-947e-bb63595c3676 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 004bd4d7-47e2-4760-947e-bb63595c3676 found for delete ", "request_id": "req-37e30f1b-84c9-4982-871e-ac579a74874d"}]} [pid: 7|app: 0|req: 947/1938] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:46:00 2026] GET /v2.0/security-groups?tenant_id=be7c067ce7e340d5a97c90e80407f78f&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1939] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:00 2026] GET /v2.0/ports?device_id=d4ea9a96-ed54-4a80-90b7-786f62a8046e => 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: 992/1940] 199.19.213.99 () {38 vars in 1027 bytes} [Thu Jul 9 10:46:00 2026] PUT /v2.0/ports/85ffe646-6e14-4f3a-8ca6-2d88b2197955 => generated 1274 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: 8|app: 0|req: 993/1941] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:00 2026] GET /v2.0/ports?device_id=dc749a44-77b8-432d-9eb9-b195b239d94e => generated 1008 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:46:00.658 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fb9baa4c-bfa9-4171-9082-aa58de782c8b'] response: {'name': 'network-changed', 'server_uuid': 'dc749a44-77b8-432d-9eb9-b195b239d94e', 'tag': '85ffe646-6e14-4f3a-8ca6-2d88b2197955', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 949/1942] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:46:00 2026] DELETE /v2.0/security-groups/ccde1484-a304-4d06-a981-98ea596144a6 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1943] 10.0.0.39 () {34 vars in 1119 bytes} [Thu Jul 9 10:46:00 2026] GET /v2.0/security-groups?id=74c117e5-7562-4a4d-b5e6-babdaa5929ca&id=5bd727be-44a5-4f99-8083-ce863648a3ff&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1944] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:46:00 2026] GET /v2.0/security-groups?tenant_id=6c2f2586ec7140f6930b06a1c57d67a9&name=default => generated 2925 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1945] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:46:00 2026] DELETE /v2.0/security-groups/3bf0af18-1f33-4761-adaa-7363ffefd189 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1946] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:01 2026] GET /v2.0/ports?device_id=0b37432b-54ae-4b6e-956e-28ef67bfec1b => 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: 996/1947] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:46:01 2026] GET /v2.0/ports?tenant_id=d55bf92a94c641fdb06ea8678ecfa5c3&device_id=dc749a44-77b8-432d-9eb9-b195b239d94e => generated 1277 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1948] 199.19.213.99 () {34 vars in 1017 bytes} [Thu Jul 9 10:46:01 2026] GET /v2.0/networks?tenant_id=d55bf92a94c641fdb06ea8678ecfa5c3&shared=False => generated 769 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/1949] 199.19.213.99 () {34 vars in 929 bytes} [Thu Jul 9 10:46:01 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: 953/1950] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:01 2026] GET /v2.0/ports?device_id=d4ea9a96-ed54-4a80-90b7-786f62a8046e => 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: 998/1951] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:01 2026] GET /v2.0/ports?device_id=dc749a44-77b8-432d-9eb9-b195b239d94e => generated 1008 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1952] 10.0.0.39 () {34 vars in 1119 bytes} [Thu Jul 9 10:46:01 2026] GET /v2.0/security-groups?id=74c117e5-7562-4a4d-b5e6-babdaa5929ca&id=5bd727be-44a5-4f99-8083-ce863648a3ff&fields=id&fields=name => generated 206 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1953] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:02 2026] GET /v2.0/ports?device_id=0b37432b-54ae-4b6e-956e-28ef67bfec1b => 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: 955/1954] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:46:02 2026] GET /v2.0/ports?tenant_id=d55bf92a94c641fdb06ea8678ecfa5c3&device_id=dc749a44-77b8-432d-9eb9-b195b239d94e => generated 1277 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1955] 199.19.213.99 () {34 vars in 1057 bytes} [Thu Jul 9 10:46:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=85ffe646-6e14-4f3a-8ca6-2d88b2197955 => 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: 956/1956] 199.19.213.99 () {34 vars in 983 bytes} [Thu Jul 9 10:46:02 2026] GET /v2.0/subnets?id=6cc9895c-1195-41b6-8d74-99eb89d19a98 => generated 691 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1957] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:46:02 2026] GET /v2.0/ports?network_id=a283e292-922b-47e2-a733-d812b32661d0&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1958] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:46:02 2026] GET /v2.0/networks/a283e292-922b-47e2-a733-d812b32661d0?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1959] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:46:02 2026] GET /v2.0/networks/a283e292-922b-47e2-a733-d812b32661d0?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: 958/1960] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:02 2026] GET /v2.0/ports?device_id=d4ea9a96-ed54-4a80-90b7-786f62a8046e => 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: 1003/1961] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:02 2026] GET /v2.0/ports?device_id=dc749a44-77b8-432d-9eb9-b195b239d94e => generated 1008 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1962] 10.0.0.39 () {34 vars in 1119 bytes} [Thu Jul 9 10:46:02 2026] GET /v2.0/security-groups?id=74c117e5-7562-4a4d-b5e6-babdaa5929ca&id=5bd727be-44a5-4f99-8083-ce863648a3ff&fields=id&fields=name => generated 206 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/1963] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:03 2026] GET /v2.0/ports?device_id=0b37432b-54ae-4b6e-956e-28ef67bfec1b => 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: 960/1964] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:03 2026] GET /v2.0/ports?device_id=d4ea9a96-ed54-4a80-90b7-786f62a8046e => 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: 1005/1965] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:04 2026] GET /v2.0/ports?device_id=dc749a44-77b8-432d-9eb9-b195b239d94e => generated 1008 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1966] 10.0.0.39 () {34 vars in 1119 bytes} [Thu Jul 9 10:46:04 2026] GET /v2.0/security-groups?id=74c117e5-7562-4a4d-b5e6-babdaa5929ca&id=5bd727be-44a5-4f99-8083-ce863648a3ff&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/1967] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:04 2026] GET /v2.0/ports?device_id=0b37432b-54ae-4b6e-956e-28ef67bfec1b => 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: 1007/1968] 199.19.213.99 () {34 vars in 985 bytes} [Thu Jul 9 10:46:04 2026] GET /v2.0/networks?id=bd074741-5179-4801-a3e4-31cebefbc12f => generated 660 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/1969] 199.19.213.99 () {34 vars in 1049 bytes} [Thu Jul 9 10:46:04 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0e418e2a7cf942a68732c9eadaf9a2ec => generated 273 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1970] 10.0.0.165 () {34 vars in 676 bytes} [Thu Jul 9 10:46:04 2026] POST /v2.0/floatingips => generated 552 bytes in 701 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1971] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:05 2026] GET /v2.0/ports?device_id=d4ea9a96-ed54-4a80-90b7-786f62a8046e => 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: 1009/1972] 199.19.213.99 () {38 vars in 954 bytes} [Thu Jul 9 10:46:04 2026] POST /v2.0/ports => generated 954 bytes in 442 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: 964/1973] 10.0.0.165 () {34 vars in 759 bytes} [Thu Jul 9 10:46:05 2026] PUT /v2.0/floatingips/daa6cb88-f6f5-4c7e-9615-873ae819e9a7/tags => generated 25 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/1974] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:05 2026] GET /v2.0/ports?device_id=dc749a44-77b8-432d-9eb9-b195b239d94e => generated 1008 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/1975] 10.0.0.165 () {32 vars in 739 bytes} [Thu Jul 9 10:46:05 2026] GET /v2.0/floatingips/daa6cb88-f6f5-4c7e-9615-873ae819e9a7/tags => generated 25 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/1976] 10.0.0.39 () {34 vars in 1119 bytes} [Thu Jul 9 10:46:05 2026] GET /v2.0/security-groups?id=74c117e5-7562-4a4d-b5e6-babdaa5929ca&id=5bd727be-44a5-4f99-8083-ce863648a3ff&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/1977] 10.0.0.165 () {34 vars in 770 bytes} [Thu Jul 9 10:46:05 2026] PUT /v2.0/floatingips/daa6cb88-f6f5-4c7e-9615-873ae819e9a7/tags/green => generated 4 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/1978] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:05 2026] GET /v2.0/ports?device_id=0b37432b-54ae-4b6e-956e-28ef67bfec1b => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/1979] 10.0.0.165 () {32 vars in 739 bytes} [Thu Jul 9 10:46:05 2026] GET /v2.0/floatingips/daa6cb88-f6f5-4c7e-9615-873ae819e9a7/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/1980] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:46:05 2026] GET /v2.0/security-groups?id=a1ad4ba8-fb01-44de-8076-2dc8e8d44f18&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: 1017/1981] 10.0.0.165 () {34 vars in 766 bytes} [Thu Jul 9 10:46:05 2026] PUT /v2.0/floatingips/daa6cb88-f6f5-4c7e-9615-873ae819e9a7/tags/red => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/1982] 10.0.0.165 () {32 vars in 739 bytes} [Thu Jul 9 10:46:05 2026] GET /v2.0/floatingips/daa6cb88-f6f5-4c7e-9615-873ae819e9a7/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: 965/1983] 199.19.213.99 () {38 vars in 1027 bytes} [Thu Jul 9 10:46:05 2026] PUT /v2.0/ports/640a9194-2cd6-4209-94cb-629e3223f861 => generated 1235 bytes in 486 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-09 10:46:05.928 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0b9a9e64-9819-40e8-94e5-bc5aa26f9117'] response: {'name': 'network-changed', 'server_uuid': '0b37432b-54ae-4b6e-956e-28ef67bfec1b', 'tag': '640a9194-2cd6-4209-94cb-629e3223f861', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 966/1984] 199.19.213.99 () {34 vars in 993 bytes} [Thu Jul 9 10:46:05 2026] GET /v2.0/ports?device_id=dc749a44-77b8-432d-9eb9-b195b239d94e => generated 1277 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/1985] 10.0.0.165 () {34 vars in 788 bytes} [Thu Jul 9 10:46:05 2026] PUT /v2.0/floatingips/daa6cb88-f6f5-4c7e-9615-873ae819e9a7/tags/black.or.white => generated 4 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1986] 199.19.213.99 () {34 vars in 1123 bytes} [Thu Jul 9 10:46:05 2026] GET /v2.0/security-groups?id=74c117e5-7562-4a4d-b5e6-babdaa5929ca&id=5bd727be-44a5-4f99-8083-ce863648a3ff&fields=id&fields=name => generated 206 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/1987] 10.0.0.165 () {32 vars in 739 bytes} [Thu Jul 9 10:46:05 2026] GET /v2.0/floatingips/daa6cb88-f6f5-4c7e-9615-873ae819e9a7/tags => generated 52 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1988] 10.0.0.165 () {34 vars in 759 bytes} [Thu Jul 9 10:46:06 2026] PUT /v2.0/floatingips/daa6cb88-f6f5-4c7e-9615-873ae819e9a7/tags => generated 37 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/1989] 10.0.0.165 () {32 vars in 739 bytes} [Thu Jul 9 10:46:06 2026] GET /v2.0/floatingips/daa6cb88-f6f5-4c7e-9615-873ae819e9a7/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1990] 10.0.0.165 () {32 vars in 747 bytes} [Thu Jul 9 10:46:06 2026] GET /v2.0/floatingips/daa6cb88-f6f5-4c7e-9615-873ae819e9a7/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:46:06.234 8 INFO neutron.api.v2.resource [None req-d942e45f-0787-441d-a608-ca21347b74b0 0b1b6590afa143888c32e0185bd5e263 46b112de535e41aaac6ffc7c5ce4a0ac - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1022/1991] 10.0.0.165 () {32 vars in 751 bytes} [Thu Jul 9 10:46:06 2026] GET /v2.0/floatingips/daa6cb88-f6f5-4c7e-9615-873ae819e9a7/tags/green => generated 99 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1992] 10.0.0.165 () {32 vars in 750 bytes} [Thu Jul 9 10:46:06 2026] DELETE /v2.0/floatingips/daa6cb88-f6f5-4c7e-9615-873ae819e9a7/tags/red => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/1993] 10.0.0.165 () {32 vars in 739 bytes} [Thu Jul 9 10:46:06 2026] GET /v2.0/floatingips/daa6cb88-f6f5-4c7e-9615-873ae819e9a7/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1994] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:06 2026] GET /v2.0/ports?device_id=d4ea9a96-ed54-4a80-90b7-786f62a8046e => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:46:06.401 8 INFO neutron.api.v2.resource [None req-44a6f0d3-cf3f-4f09-90f4-6e99431bba7d 0b1b6590afa143888c32e0185bd5e263 46b112de535e41aaac6ffc7c5ce4a0ac - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1024/1995] 10.0.0.165 () {32 vars in 754 bytes} [Thu Jul 9 10:46:06 2026] DELETE /v2.0/floatingips/daa6cb88-f6f5-4c7e-9615-873ae819e9a7/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/1996] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:46:06 2026] GET /v2.0/ports?tenant_id=0e418e2a7cf942a68732c9eadaf9a2ec&device_id=0b37432b-54ae-4b6e-956e-28ef67bfec1b => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1997] 10.0.0.165 () {32 vars in 742 bytes} [Thu Jul 9 10:46:06 2026] DELETE /v2.0/floatingips/daa6cb88-f6f5-4c7e-9615-873ae819e9a7/tags => 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: 1026/1998] 10.0.0.165 () {32 vars in 739 bytes} [Thu Jul 9 10:46:06 2026] GET /v2.0/floatingips/daa6cb88-f6f5-4c7e-9615-873ae819e9a7/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1999] 199.19.213.99 () {34 vars in 1017 bytes} [Thu Jul 9 10:46:06 2026] GET /v2.0/networks?tenant_id=0e418e2a7cf942a68732c9eadaf9a2ec&shared=False => generated 756 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/2000] 199.19.213.99 () {34 vars in 929 bytes} [Thu Jul 9 10:46:06 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:46:06.660 8 INFO neutron_taas.services.taas.taas_plugin [None req-81d9e194-b34f-4157-a136-aabaa15a5b9e 0b1b6590afa143888c32e0185bd5e263 46b112de535e41aaac6ffc7c5ce4a0ac - - default default] TaaS: Handle Delete Port: 2c3ab0e3-52d2-4d04-87eb-19411fa1d548 2026-07-09 10:46:06.667 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81d9e194-b34f-4157-a136-aabaa15a5b9e 0b1b6590afa143888c32e0185bd5e263 46b112de535e41aaac6ffc7c5ce4a0ac - - default default] Tap Mirror: Handle Delete Port: 2c3ab0e3-52d2-4d04-87eb-19411fa1d548 [pid: 7|app: 0|req: 975/2001] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:06 2026] GET /v2.0/ports?device_id=dc749a44-77b8-432d-9eb9-b195b239d94e => generated 1008 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/2002] 10.0.0.39 () {34 vars in 1119 bytes} [Thu Jul 9 10:46:06 2026] GET /v2.0/security-groups?id=74c117e5-7562-4a4d-b5e6-babdaa5929ca&id=5bd727be-44a5-4f99-8083-ce863648a3ff&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/2003] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:06 2026] GET /v2.0/ports?device_id=0b37432b-54ae-4b6e-956e-28ef67bfec1b => generated 969 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2004] 10.0.0.165 () {32 vars in 732 bytes} [Thu Jul 9 10:46:06 2026] DELETE /v2.0/floatingips/daa6cb88-f6f5-4c7e-9615-873ae819e9a7 => generated 0 bytes in 374 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/2005] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:46:06 2026] GET /v2.0/security-groups?id=a1ad4ba8-fb01-44de-8076-2dc8e8d44f18&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: 8|app: 0|req: 1028/2006] 199.19.213.99 () {34 vars in 985 bytes} [Thu Jul 9 10:46:06 2026] GET /v2.0/networks?id=25a28aa3-e07a-44d0-9a4e-182209c93bb1 => generated 673 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/2007] 199.19.213.99 () {38 vars in 954 bytes} [Thu Jul 9 10:46:07 2026] POST /v2.0/ports => generated 954 bytes in 393 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: 980/2008] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:07 2026] GET /v2.0/ports?device_id=d4ea9a96-ed54-4a80-90b7-786f62a8046e => generated 957 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/2009] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:46:07 2026] GET /v2.0/security-groups?id=d9b8c8dd-ffe3-484a-b767-728b2b08f370&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/2010] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:46:07 2026] GET /v2.0/ports?tenant_id=0e418e2a7cf942a68732c9eadaf9a2ec&device_id=0b37432b-54ae-4b6e-956e-28ef67bfec1b => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/2011] 199.19.213.99 () {34 vars in 1057 bytes} [Thu Jul 9 10:46:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=640a9194-2cd6-4209-94cb-629e3223f861 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2012] 199.19.213.99 () {38 vars in 1027 bytes} [Thu Jul 9 10:46:07 2026] PUT /v2.0/ports/060c5b42-3639-4b37-abcd-3a8a0db2db10 => generated 1235 bytes in 556 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: 984/2013] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:46:07 2026] GET /v2.0/security-groups?tenant_id=b6f2704f85ca4d75874eb5665b6bf4cd&name=default => generated 2925 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2014] 199.19.213.99 () {34 vars in 983 bytes} [Thu Jul 9 10:46:07 2026] GET /v2.0/subnets?id=893cd0d5-09cd-460b-b8f5-3ff4dcb4bb79 => generated 678 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/2015] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:07 2026] GET /v2.0/ports?device_id=dc749a44-77b8-432d-9eb9-b195b239d94e => generated 1010 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/2016] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:46:08 2026] GET /v2.0/ports?network_id=bd074741-5179-4801-a3e4-31cebefbc12f&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: 1031/2017] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:46:08 2026] DELETE /v2.0/security-groups/80be4a10-14b3-452f-9d79-39141bae6a5f => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/2018] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:08 2026] GET /v2.0/ports?device_id=0b37432b-54ae-4b6e-956e-28ef67bfec1b => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2019] 10.0.0.39 () {34 vars in 1119 bytes} [Thu Jul 9 10:46:08 2026] GET /v2.0/security-groups?id=74c117e5-7562-4a4d-b5e6-babdaa5929ca&id=5bd727be-44a5-4f99-8083-ce863648a3ff&fields=id&fields=name => generated 206 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/2020] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:46:08 2026] GET /v2.0/networks/bd074741-5179-4801-a3e4-31cebefbc12f?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: 1033/2021] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:46:08 2026] GET /v2.0/security-groups?id=a1ad4ba8-fb01-44de-8076-2dc8e8d44f18&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:46:08.235 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a6cc8a53-6412-461d-9725-ecba3e33192a'] response: {'name': 'network-changed', 'server_uuid': 'd4ea9a96-ed54-4a80-90b7-786f62a8046e', 'tag': '060c5b42-3639-4b37-abcd-3a8a0db2db10', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 989/2022] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:46:08 2026] GET /v2.0/networks/bd074741-5179-4801-a3e4-31cebefbc12f?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: 1034/2023] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:46:08 2026] GET /v2.0/security-groups?tenant_id=46b112de535e41aaac6ffc7c5ce4a0ac&name=default => generated 2925 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/2024] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:46:08 2026] DELETE /v2.0/security-groups/82bc5fe9-5b38-4361-a4b0-fd9004b6740e => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2025] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:08 2026] GET /v2.0/ports?device_id=d4ea9a96-ed54-4a80-90b7-786f62a8046e => generated 969 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/2026] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:46:08 2026] GET /v2.0/security-groups?id=d9b8c8dd-ffe3-484a-b767-728b2b08f370&fields=id&fields=name => generated 88 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2027] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:46:08 2026] GET /v2.0/ports?tenant_id=3d5d7f6e611d443787fe1513f41022c6&device_id=d4ea9a96-ed54-4a80-90b7-786f62a8046e => generated 1238 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2028] 199.19.213.99 () {34 vars in 1017 bytes} [Thu Jul 9 10:46:08 2026] GET /v2.0/networks?tenant_id=3d5d7f6e611d443787fe1513f41022c6&shared=False => generated 768 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2031] 199.19.213.99 () {34 vars in 929 bytes} [Thu Jul 9 10:46:08 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: 7|app: 0|req: 995/2032] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:09 2026] GET /v2.0/ports?device_id=dc749a44-77b8-432d-9eb9-b195b239d94e => generated 1010 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/2033] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:09 2026] GET /v2.0/ports?device_id=0b37432b-54ae-4b6e-956e-28ef67bfec1b => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2034] 10.0.0.39 () {34 vars in 1119 bytes} [Thu Jul 9 10:46:09 2026] GET /v2.0/security-groups?id=74c117e5-7562-4a4d-b5e6-babdaa5929ca&id=5bd727be-44a5-4f99-8083-ce863648a3ff&fields=id&fields=name => generated 206 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/2035] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:46:09 2026] GET /v2.0/security-groups?id=a1ad4ba8-fb01-44de-8076-2dc8e8d44f18&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: 1039/2036] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:09 2026] GET /v2.0/ports?device_id=dc749a44-77b8-432d-9eb9-b195b239d94e => generated 1010 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:46:09.841 7 INFO neutron.db.l3_db [None req-2f3ff36d-e918-4734-acbe-6635d7560c19 1b128b3421d847a89daab6ce8f30a98f d55bf92a94c641fdb06ea8678ecfa5c3 - - default default] Floating IP c4ec3206-42b4-49af-bb76-26768bd98b3e associated. External IP: 10.96.250.213, port: 85ffe646-6e14-4f3a-8ca6-2d88b2197955. [pid: 8|app: 0|req: 1040/2037] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:09 2026] GET /v2.0/ports?device_id=d4ea9a96-ed54-4a80-90b7-786f62a8046e => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2038] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:46:09 2026] GET /v2.0/security-groups?id=d9b8c8dd-ffe3-484a-b767-728b2b08f370&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2039] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:46:09 2026] GET /v2.0/ports?tenant_id=3d5d7f6e611d443787fe1513f41022c6&device_id=d4ea9a96-ed54-4a80-90b7-786f62a8046e => 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: 1043/2040] 199.19.213.99 () {34 vars in 1057 bytes} [Thu Jul 9 10:46:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=060c5b42-3639-4b37-abcd-3a8a0db2db10 => 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: 1044/2041] 199.19.213.99 () {34 vars in 983 bytes} [Thu Jul 9 10:46:10 2026] GET /v2.0/subnets?id=b57df4cf-1af0-4df5-a4a4-500fa00672da => generated 691 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2042] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:46:10 2026] GET /v2.0/ports?network_id=25a28aa3-e07a-44d0-9a4e-182209c93bb1&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: 1046/2043] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:46:10 2026] GET /v2.0/networks/25a28aa3-e07a-44d0-9a4e-182209c93bb1?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: 1047/2044] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:46:10 2026] GET /v2.0/networks/25a28aa3-e07a-44d0-9a4e-182209c93bb1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2045] 10.0.0.165 () {34 vars in 749 bytes} [Thu Jul 9 10:46:09 2026] PUT /v2.0/floatingips/c4ec3206-42b4-49af-bb76-26768bd98b3e => generated 855 bytes in 753 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:46:10.285 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-710fe22c-35ae-415b-8e50-ee67c5c07218'] response: {'name': 'network-changed', 'server_uuid': 'dc749a44-77b8-432d-9eb9-b195b239d94e', 'tag': '85ffe646-6e14-4f3a-8ca6-2d88b2197955', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1048/2046] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:10 2026] GET /v2.0/ports?device_id=0b37432b-54ae-4b6e-956e-28ef67bfec1b => generated 969 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2047] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:46:10 2026] GET /v2.0/security-groups?id=a1ad4ba8-fb01-44de-8076-2dc8e8d44f18&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: 1049/2048] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:46:10 2026] GET /v2.0/ports?tenant_id=d55bf92a94c641fdb06ea8678ecfa5c3&device_id=dc749a44-77b8-432d-9eb9-b195b239d94e => generated 1279 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2049] 199.19.213.99 () {34 vars in 985 bytes} [Thu Jul 9 10:46:10 2026] GET /v2.0/networks?id=a283e292-922b-47e2-a733-d812b32661d0 => generated 769 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2050] 199.19.213.99 () {34 vars in 1057 bytes} [Thu Jul 9 10:46:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=85ffe646-6e14-4f3a-8ca6-2d88b2197955 => generated 858 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2051] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:10 2026] GET /v2.0/ports?device_id=d4ea9a96-ed54-4a80-90b7-786f62a8046e => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2052] 199.19.213.99 () {34 vars in 983 bytes} [Thu Jul 9 10:46:10 2026] GET /v2.0/subnets?id=6cc9895c-1195-41b6-8d74-99eb89d19a98 => generated 691 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2053] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:46:11 2026] GET /v2.0/security-groups?id=d9b8c8dd-ffe3-484a-b767-728b2b08f370&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2054] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:46:11 2026] GET /v2.0/ports?network_id=a283e292-922b-47e2-a733-d812b32661d0&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: 1003/2055] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:46:11 2026] GET /v2.0/networks/a283e292-922b-47e2-a733-d812b32661d0?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2056] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:46:11 2026] GET /v2.0/networks/a283e292-922b-47e2-a733-d812b32661d0?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: 1004/2057] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:11 2026] GET /v2.0/ports?device_id=0b37432b-54ae-4b6e-956e-28ef67bfec1b => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2058] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:46:11 2026] GET /v2.0/security-groups?id=a1ad4ba8-fb01-44de-8076-2dc8e8d44f18&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: 1005/2059] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:12 2026] GET /v2.0/ports?device_id=d4ea9a96-ed54-4a80-90b7-786f62a8046e => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2060] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:46:12 2026] GET /v2.0/security-groups?id=d9b8c8dd-ffe3-484a-b767-728b2b08f370&fields=id&fields=name => generated 88 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:46:12.560 7 INFO neutron.db.segments_db [None req-c1d7f4b8-6ad3-43f3-9295-5c7925a06c59 1ff7a7a03f8d4e798cc97fead6cdd38b 3555fae71cd044c19f0d32e270d33fdf - - default default] Added segment ce1096a0-7e94-4284-853d-02bc0a04282a of type vxlan for network 52c660a8-b71a-4c69-a61a-60653635ddec [pid: 7|app: 0|req: 1006/2061] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:46:12 2026] POST /v2.0/networks => generated 631 bytes in 430 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2062] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:12 2026] GET /v2.0/ports?device_id=0b37432b-54ae-4b6e-956e-28ef67bfec1b => generated 971 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2063] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:46:13 2026] GET /v2.0/security-groups?id=a1ad4ba8-fb01-44de-8076-2dc8e8d44f18&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2064] 10.0.0.165 () {34 vars in 664 bytes} [Thu Jul 9 10:46:12 2026] POST /v2.0/ports => generated 743 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2065] 10.0.0.165 () {34 vars in 747 bytes} [Thu Jul 9 10:46:13 2026] PUT /v2.0/ports/512894d0-f456-4efd-b464-d124b590b8f1/tags => generated 25 bytes in 85 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: 1057/2066] 10.0.0.165 () {32 vars in 727 bytes} [Thu Jul 9 10:46:13 2026] GET /v2.0/ports/512894d0-f456-4efd-b464-d124b590b8f1/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1010/2067] 10.0.0.165 () {34 vars in 758 bytes} [Thu Jul 9 10:46:13 2026] PUT /v2.0/ports/512894d0-f456-4efd-b464-d124b590b8f1/tags/green => generated 4 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1058/2068] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:13 2026] GET /v2.0/ports?device_id=d4ea9a96-ed54-4a80-90b7-786f62a8046e => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2069] 10.0.0.165 () {32 vars in 727 bytes} [Thu Jul 9 10:46:13 2026] GET /v2.0/ports/512894d0-f456-4efd-b464-d124b590b8f1/tags => generated 34 bytes in 80 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: 1012/2070] 10.0.0.165 () {34 vars in 754 bytes} [Thu Jul 9 10:46:13 2026] PUT /v2.0/ports/512894d0-f456-4efd-b464-d124b590b8f1/tags/red => generated 4 bytes in 95 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: 1013/2071] 10.0.0.165 () {32 vars in 727 bytes} [Thu Jul 9 10:46:13 2026] GET /v2.0/ports/512894d0-f456-4efd-b464-d124b590b8f1/tags => generated 34 bytes in 75 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: 1014/2072] 10.0.0.165 () {34 vars in 776 bytes} [Thu Jul 9 10:46:13 2026] PUT /v2.0/ports/512894d0-f456-4efd-b464-d124b590b8f1/tags/black.or.white => generated 4 bytes in 118 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: 1015/2073] 10.0.0.165 () {32 vars in 727 bytes} [Thu Jul 9 10:46:13 2026] GET /v2.0/ports/512894d0-f456-4efd-b464-d124b590b8f1/tags => generated 52 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1016/2074] 10.0.0.165 () {34 vars in 747 bytes} [Thu Jul 9 10:46:13 2026] PUT /v2.0/ports/512894d0-f456-4efd-b464-d124b590b8f1/tags => generated 37 bytes in 117 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: 1059/2075] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:46:13 2026] GET /v2.0/security-groups?id=d9b8c8dd-ffe3-484a-b767-728b2b08f370&fields=id&fields=name => generated 88 bytes in 579 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2076] 10.0.0.165 () {32 vars in 727 bytes} [Thu Jul 9 10:46:13 2026] GET /v2.0/ports/512894d0-f456-4efd-b464-d124b590b8f1/tags => generated 37 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2077] 10.0.0.165 () {32 vars in 735 bytes} [Thu Jul 9 10:46:14 2026] GET /v2.0/ports/512894d0-f456-4efd-b464-d124b590b8f1/tags/red => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1018/2078] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:14 2026] GET /v2.0/ports?device_id=0b37432b-54ae-4b6e-956e-28ef67bfec1b => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:46:14.173 8 INFO neutron.api.v2.resource [None req-17a8ee09-ecf5-42de-9288-62bcb55e9a10 1ff7a7a03f8d4e798cc97fead6cdd38b 3555fae71cd044c19f0d32e270d33fdf - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1061/2079] 10.0.0.165 () {32 vars in 739 bytes} [Thu Jul 9 10:46:14 2026] GET /v2.0/ports/512894d0-f456-4efd-b464-d124b590b8f1/tags/green => generated 99 bytes in 65 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1019/2080] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:46:14 2026] GET /v2.0/security-groups?id=a1ad4ba8-fb01-44de-8076-2dc8e8d44f18&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2081] 10.0.0.165 () {32 vars in 738 bytes} [Thu Jul 9 10:46:14 2026] DELETE /v2.0/ports/512894d0-f456-4efd-b464-d124b590b8f1/tags/red => generated 0 bytes in 94 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: 1020/2082] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:14 2026] GET /v2.0/ports?device_id=0b37432b-54ae-4b6e-956e-28ef67bfec1b => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2083] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:46:14 2026] GET /v2.0/security-groups?id=a1ad4ba8-fb01-44de-8076-2dc8e8d44f18&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2084] 10.0.0.165 () {32 vars in 727 bytes} [Thu Jul 9 10:46:14 2026] GET /v2.0/ports/512894d0-f456-4efd-b464-d124b590b8f1/tags => generated 30 bytes in 81 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: 1022/2085] 10.0.0.165 () {32 vars in 736 bytes} [Thu Jul 9 10:46:14 2026] GET /v2.0/ports?device_id=0b37432b-54ae-4b6e-956e-28ef67bfec1b => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:46:14.431 8 INFO neutron.api.v2.resource [None req-f459f14d-1f07-49c5-b0b6-6ec00b33f578 1ff7a7a03f8d4e798cc97fead6cdd38b 3555fae71cd044c19f0d32e270d33fdf - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1064/2086] 10.0.0.165 () {32 vars in 742 bytes} [Thu Jul 9 10:46:14 2026] DELETE /v2.0/ports/512894d0-f456-4efd-b464-d124b590b8f1/tags/green => generated 99 bytes in 65 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1065/2087] 10.0.0.165 () {32 vars in 730 bytes} [Thu Jul 9 10:46:14 2026] DELETE /v2.0/ports/512894d0-f456-4efd-b464-d124b590b8f1/tags => generated 0 bytes in 75 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: 1066/2088] 10.0.0.165 () {32 vars in 727 bytes} [Thu Jul 9 10:46:14 2026] GET /v2.0/ports/512894d0-f456-4efd-b464-d124b590b8f1/tags => generated 12 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 10:46:14.696 8 INFO neutron_taas.services.taas.taas_plugin [None req-f78a58b5-60a0-4f7f-aedb-4adf68770fb9 1ff7a7a03f8d4e798cc97fead6cdd38b 3555fae71cd044c19f0d32e270d33fdf - - default default] TaaS: Handle Delete Port: 512894d0-f456-4efd-b464-d124b590b8f1 2026-07-09 10:46:14.699 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f78a58b5-60a0-4f7f-aedb-4adf68770fb9 1ff7a7a03f8d4e798cc97fead6cdd38b 3555fae71cd044c19f0d32e270d33fdf - - default default] Tap Mirror: Handle Delete Port: 512894d0-f456-4efd-b464-d124b590b8f1 [pid: 8|app: 0|req: 1067/2089] 10.0.0.165 () {32 vars in 720 bytes} [Thu Jul 9 10:46:14 2026] DELETE /v2.0/ports/512894d0-f456-4efd-b464-d124b590b8f1 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:46:14.799 7 INFO neutron.db.l3_db [None req-8cf3bde3-122d-4a02-8d97-db7916bdeed1 c04e722871d84a928cdf6111198edda0 0e418e2a7cf942a68732c9eadaf9a2ec - - default default] Floating IP 3f338a0b-e811-43f1-a201-ebf0fd752fe5 associated. External IP: 10.96.250.211, port: 640a9194-2cd6-4209-94cb-629e3223f861. 2026-07-09 10:46:14.950 8 INFO neutron.services.segments.plugin [-] Segment ce1096a0-7e94-4284-853d-02bc0a04282a resource provider aggregate not found 2026-07-09 10:46:14.962 8 INFO neutron.services.segments.plugin [-] Segment ce1096a0-7e94-4284-853d-02bc0a04282a resource provider aggregate not found 2026-07-09 10:46:14.979 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ce1096a0-7e94-4284-853d-02bc0a04282a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce1096a0-7e94-4284-853d-02bc0a04282a found for delete ", "request_id": "req-6f27a970-08db-4b16-b923-023134728cdf"}]} 2026-07-09 10:46:14.986 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment ce1096a0-7e94-4284-853d-02bc0a04282a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce1096a0-7e94-4284-853d-02bc0a04282a found for delete ", "request_id": "req-5176dfa8-fae0-4f23-b27e-88a798336544"}]} [pid: 8|app: 0|req: 1068/2090] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:46:14 2026] DELETE /v2.0/networks/52c660a8-b71a-4c69-a61a-60653635ddec => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2091] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:15 2026] GET /v2.0/ports?device_id=d4ea9a96-ed54-4a80-90b7-786f62a8046e => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2092] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:46:15 2026] GET /v2.0/security-groups?id=d9b8c8dd-ffe3-484a-b767-728b2b08f370&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2093] 10.0.0.165 () {34 vars in 749 bytes} [Thu Jul 9 10:46:14 2026] PUT /v2.0/floatingips/3f338a0b-e811-43f1-a201-ebf0fd752fe5 => generated 855 bytes in 801 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:46:15.258 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-74a29e88-781d-49fd-bb06-54862638f6aa'] response: {'name': 'network-changed', 'server_uuid': '0b37432b-54ae-4b6e-956e-28ef67bfec1b', 'tag': '640a9194-2cd6-4209-94cb-629e3223f861', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1071/2094] 10.0.0.165 () {32 vars in 729 bytes} [Thu Jul 9 10:46:15 2026] GET /v2.0/floatingips/3f338a0b-e811-43f1-a201-ebf0fd752fe5 => generated 855 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2095] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:46:15 2026] GET /v2.0/ports?tenant_id=0e418e2a7cf942a68732c9eadaf9a2ec&device_id=0b37432b-54ae-4b6e-956e-28ef67bfec1b => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2096] 199.19.213.99 () {34 vars in 985 bytes} [Thu Jul 9 10:46:15 2026] GET /v2.0/networks?id=bd074741-5179-4801-a3e4-31cebefbc12f => generated 756 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2097] 199.19.213.99 () {34 vars in 1057 bytes} [Thu Jul 9 10:46:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=640a9194-2cd6-4209-94cb-629e3223f861 => generated 858 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2098] 199.19.213.99 () {34 vars in 983 bytes} [Thu Jul 9 10:46:15 2026] GET /v2.0/subnets?id=893cd0d5-09cd-460b-b8f5-3ff4dcb4bb79 => generated 678 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2099] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:46:15 2026] GET /v2.0/security-groups?tenant_id=3555fae71cd044c19f0d32e270d33fdf&name=default => generated 2925 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2100] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:46:15 2026] GET /v2.0/ports?network_id=bd074741-5179-4801-a3e4-31cebefbc12f&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2101] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:46:16 2026] GET /v2.0/networks/bd074741-5179-4801-a3e4-31cebefbc12f?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2102] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:46:16 2026] GET /v2.0/networks/bd074741-5179-4801-a3e4-31cebefbc12f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2103] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:46:15 2026] DELETE /v2.0/security-groups/3253e544-51be-4525-80e3-eb2242cc8525 => 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: 1031/2104] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:16 2026] GET /v2.0/ports?device_id=d4ea9a96-ed54-4a80-90b7-786f62a8046e => generated 971 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2105] 10.0.0.165 () {32 vars in 729 bytes} [Thu Jul 9 10:46:16 2026] GET /v2.0/floatingips/3f338a0b-e811-43f1-a201-ebf0fd752fe5 => generated 855 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2106] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:46:16 2026] GET /v2.0/security-groups?tenant_id=9ce5ec56a7a440cda4a554a78cf175ce&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: 1033/2107] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:46:16 2026] GET /v2.0/security-groups?id=d9b8c8dd-ffe3-484a-b767-728b2b08f370&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2108] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:46:16 2026] DELETE /v2.0/security-groups/70099ac0-d664-498e-bdf3-6848a0ee77f7 => 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: 1034/2109] 10.0.0.165 () {32 vars in 729 bytes} [Thu Jul 9 10:46:17 2026] GET /v2.0/floatingips/3f338a0b-e811-43f1-a201-ebf0fd752fe5 => generated 857 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2110] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:17 2026] GET /v2.0/ports?device_id=d4ea9a96-ed54-4a80-90b7-786f62a8046e => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2111] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:46:17 2026] GET /v2.0/security-groups?id=d9b8c8dd-ffe3-484a-b767-728b2b08f370&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2112] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:18 2026] GET /v2.0/ports?device_id=d4ea9a96-ed54-4a80-90b7-786f62a8046e => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2113] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:18 2026] GET /v2.0/ports?device_id=dc749a44-77b8-432d-9eb9-b195b239d94e => generated 1010 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2114] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:46:19 2026] GET /v2.0/security-groups?id=d9b8c8dd-ffe3-484a-b767-728b2b08f370&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2115] 10.0.0.39 () {34 vars in 1119 bytes} [Thu Jul 9 10:46:19 2026] GET /v2.0/security-groups?id=74c117e5-7562-4a4d-b5e6-babdaa5929ca&id=5bd727be-44a5-4f99-8083-ce863648a3ff&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2116] 10.0.0.165 () {32 vars in 736 bytes} [Thu Jul 9 10:46:19 2026] GET /v2.0/ports?device_id=dc749a44-77b8-432d-9eb9-b195b239d94e => generated 1279 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2117] 10.0.0.165 () {32 vars in 858 bytes} [Thu Jul 9 10:46:19 2026] GET /v2.0/floatingips?floating_network_id=6e42a5be-a9f9-4845-baf7-07aac490b908&port_id=85ffe646-6e14-4f3a-8ca6-2d88b2197955 => generated 860 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2118] 10.0.0.165 () {34 vars in 676 bytes} [Thu Jul 9 10:46:19 2026] POST /v2.0/subnetpools => generated 516 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2119] 10.0.0.165 () {34 vars in 759 bytes} [Thu Jul 9 10:46:20 2026] PUT /v2.0/subnetpools/afc3f489-f5d4-4373-ad87-a1633a303c36/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: 1040/2120] 10.0.0.165 () {32 vars in 739 bytes} [Thu Jul 9 10:46:20 2026] GET /v2.0/subnetpools/afc3f489-f5d4-4373-ad87-a1633a303c36/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2121] 10.0.0.165 () {34 vars in 770 bytes} [Thu Jul 9 10:46:20 2026] PUT /v2.0/subnetpools/afc3f489-f5d4-4373-ad87-a1633a303c36/tags/green => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2122] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:20 2026] GET /v2.0/ports?device_id=d4ea9a96-ed54-4a80-90b7-786f62a8046e => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2123] 10.0.0.174 () {34 vars in 990 bytes} [Thu Jul 9 10:46:20 2026] GET /v2.0/ports?device_id=dc749a44-77b8-432d-9eb9-b195b239d94e => generated 1279 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2124] 10.0.0.165 () {32 vars in 739 bytes} [Thu Jul 9 10:46:20 2026] GET /v2.0/subnetpools/afc3f489-f5d4-4373-ad87-a1633a303c36/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2125] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:46:20 2026] GET /v2.0/security-groups?id=d9b8c8dd-ffe3-484a-b767-728b2b08f370&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2126] 10.0.0.174 () {34 vars in 1120 bytes} [Thu Jul 9 10:46:20 2026] GET /v2.0/security-groups?id=5bd727be-44a5-4f99-8083-ce863648a3ff&id=74c117e5-7562-4a4d-b5e6-babdaa5929ca&fields=id&fields=name => generated 206 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2127] 199.19.213.99 () {34 vars in 993 bytes} [Thu Jul 9 10:46:20 2026] GET /v2.0/ports?device_id=d4ea9a96-ed54-4a80-90b7-786f62a8046e => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2128] 10.0.0.165 () {34 vars in 766 bytes} [Thu Jul 9 10:46:20 2026] PUT /v2.0/subnetpools/afc3f489-f5d4-4373-ad87-a1633a303c36/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: 1085/2129] 10.0.0.165 () {32 vars in 739 bytes} [Thu Jul 9 10:46:20 2026] GET /v2.0/subnetpools/afc3f489-f5d4-4373-ad87-a1633a303c36/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2130] 10.0.0.165 () {34 vars in 788 bytes} [Thu Jul 9 10:46:20 2026] PUT /v2.0/subnetpools/afc3f489-f5d4-4373-ad87-a1633a303c36/tags/black.or.white => generated 4 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2131] 10.0.0.165 () {32 vars in 739 bytes} [Thu Jul 9 10:46:20 2026] GET /v2.0/subnetpools/afc3f489-f5d4-4373-ad87-a1633a303c36/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2132] 10.0.0.165 () {34 vars in 759 bytes} [Thu Jul 9 10:46:20 2026] PUT /v2.0/subnetpools/afc3f489-f5d4-4373-ad87-a1633a303c36/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2133] 10.0.0.165 () {32 vars in 739 bytes} [Thu Jul 9 10:46:20 2026] GET /v2.0/subnetpools/afc3f489-f5d4-4373-ad87-a1633a303c36/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2134] 10.0.0.165 () {32 vars in 747 bytes} [Thu Jul 9 10:46:20 2026] GET /v2.0/subnetpools/afc3f489-f5d4-4373-ad87-a1633a303c36/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:46:20.610 8 INFO neutron.api.v2.resource [None req-ed0b2a84-163f-46db-94da-5458024239c8 43ed2c937385468d8d6453e72fc32190 c3356495cf2343319f31361120cfae0a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1091/2135] 10.0.0.165 () {32 vars in 751 bytes} [Thu Jul 9 10:46:20 2026] GET /v2.0/subnetpools/afc3f489-f5d4-4373-ad87-a1633a303c36/tags/green => generated 99 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2136] 10.0.0.165 () {32 vars in 750 bytes} [Thu Jul 9 10:46:20 2026] DELETE /v2.0/subnetpools/afc3f489-f5d4-4373-ad87-a1633a303c36/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2137] 10.0.0.165 () {32 vars in 739 bytes} [Thu Jul 9 10:46:20 2026] GET /v2.0/subnetpools/afc3f489-f5d4-4373-ad87-a1633a303c36/tags => generated 30 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:46:20.726 8 INFO neutron.api.v2.resource [None req-548041ea-3e11-4b35-ab72-47577ed97c04 43ed2c937385468d8d6453e72fc32190 c3356495cf2343319f31361120cfae0a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1094/2138] 10.0.0.165 () {32 vars in 754 bytes} [Thu Jul 9 10:46:20 2026] DELETE /v2.0/subnetpools/afc3f489-f5d4-4373-ad87-a1633a303c36/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2139] 10.0.0.165 () {32 vars in 742 bytes} [Thu Jul 9 10:46:20 2026] DELETE /v2.0/subnetpools/afc3f489-f5d4-4373-ad87-a1633a303c36/tags => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2140] 10.0.0.165 () {32 vars in 739 bytes} [Thu Jul 9 10:46:20 2026] GET /v2.0/subnetpools/afc3f489-f5d4-4373-ad87-a1633a303c36/tags => 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: 1097/2141] 10.0.0.165 () {32 vars in 732 bytes} [Thu Jul 9 10:46:20 2026] DELETE /v2.0/subnetpools/afc3f489-f5d4-4373-ad87-a1633a303c36 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:46:20.944 7 INFO neutron_taas.services.taas.taas_plugin [req-ff923bcc-00ee-4826-b1d1-bb35c0d09212 req-f050ce10-ec64-433d-9777-6cf49abb6924 e0ca24a8eefe4028a18ff31b32202f49 3d5d7f6e611d443787fe1513f41022c6 - - default default] TaaS: Handle Delete Port: 060c5b42-3639-4b37-abcd-3a8a0db2db10 2026-07-09 10:46:20.948 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ff923bcc-00ee-4826-b1d1-bb35c0d09212 req-f050ce10-ec64-433d-9777-6cf49abb6924 e0ca24a8eefe4028a18ff31b32202f49 3d5d7f6e611d443787fe1513f41022c6 - - default default] Tap Mirror: Handle Delete Port: 060c5b42-3639-4b37-abcd-3a8a0db2db10 [pid: 7|app: 0|req: 1045/2142] 199.19.213.99 () {36 vars in 996 bytes} [Thu Jul 9 10:46:20 2026] DELETE /v2.0/ports/060c5b42-3639-4b37-abcd-3a8a0db2db10 => generated 0 bytes in 832 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:46:21.172 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fc51f0df-1eb6-4cd8-9fea-271e29894006'] response: {'server_uuid': 'd4ea9a96-ed54-4a80-90b7-786f62a8046e', 'name': 'network-vif-deleted', 'tag': '060c5b42-3639-4b37-abcd-3a8a0db2db10', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1098/2143] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:21 2026] GET /v2.0/ports?device_id=d4ea9a96-ed54-4a80-90b7-786f62a8046e => 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: 1046/2144] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:46:21 2026] GET /v2.0/security-groups?tenant_id=c3356495cf2343319f31361120cfae0a&name=default => generated 2925 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2145] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:46:21 2026] DELETE /v2.0/security-groups/b68eec80-5eea-4bb3-ace9-f229bc5768a1 => 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: 1047/2146] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:46:22 2026] GET /v2.0/security-groups?tenant_id=5e28c9c278454fa3ac1cdac36f0ba685&name=default => generated 2925 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2147] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:46:22 2026] DELETE /v2.0/security-groups/be4647f0-00e8-4e7b-bbb1-af3dd23ed816 => 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: 1048/2148] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:22 2026] GET /v2.0/ports?device_id=d4ea9a96-ed54-4a80-90b7-786f62a8046e => 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: 1101/2149] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:22 2026] GET /v2.0/ports?device_id=dc749a44-77b8-432d-9eb9-b195b239d94e => generated 1010 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2150] 10.0.0.39 () {34 vars in 1119 bytes} [Thu Jul 9 10:46:23 2026] GET /v2.0/security-groups?id=74c117e5-7562-4a4d-b5e6-babdaa5929ca&id=5bd727be-44a5-4f99-8083-ce863648a3ff&fields=id&fields=name => generated 206 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2151] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:23 2026] GET /v2.0/ports?device_id=d4ea9a96-ed54-4a80-90b7-786f62a8046e => 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: 1104/2154] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:24 2026] GET /v2.0/ports?device_id=dc749a44-77b8-432d-9eb9-b195b239d94e => generated 1010 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2155] 10.0.0.39 () {34 vars in 1119 bytes} [Thu Jul 9 10:46:24 2026] GET /v2.0/security-groups?id=74c117e5-7562-4a4d-b5e6-babdaa5929ca&id=5bd727be-44a5-4f99-8083-ce863648a3ff&fields=id&fields=name => generated 206 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2156] 10.0.0.174 () {34 vars in 990 bytes} [Thu Jul 9 10:46:25 2026] GET /v2.0/ports?device_id=0b37432b-54ae-4b6e-956e-28ef67bfec1b => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2157] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Jul 9 10:46:25 2026] GET /v2.0/security-groups?id=a1ad4ba8-fb01-44de-8076-2dc8e8d44f18&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2158] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:25 2026] GET /v2.0/ports?device_id=dc749a44-77b8-432d-9eb9-b195b239d94e => generated 1008 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2159] 10.0.0.39 () {34 vars in 1119 bytes} [Thu Jul 9 10:46:25 2026] GET /v2.0/security-groups?id=74c117e5-7562-4a4d-b5e6-babdaa5929ca&id=5bd727be-44a5-4f99-8083-ce863648a3ff&fields=id&fields=name => generated 206 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2160] 199.19.213.99 () {34 vars in 993 bytes} [Thu Jul 9 10:46:25 2026] GET /v2.0/ports?device_id=dc749a44-77b8-432d-9eb9-b195b239d94e => generated 1008 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:46:25.639 8 INFO neutron_taas.services.taas.taas_plugin [req-c4f05ce3-9bca-4245-a0cb-c71a494220b2 req-38683e28-a205-4182-81f3-b4638b4ff950 1b128b3421d847a89daab6ce8f30a98f d55bf92a94c641fdb06ea8678ecfa5c3 - - default default] TaaS: Handle Delete Port: 85ffe646-6e14-4f3a-8ca6-2d88b2197955 2026-07-09 10:46:25.643 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c4f05ce3-9bca-4245-a0cb-c71a494220b2 req-38683e28-a205-4182-81f3-b4638b4ff950 1b128b3421d847a89daab6ce8f30a98f d55bf92a94c641fdb06ea8678ecfa5c3 - - default default] Tap Mirror: Handle Delete Port: 85ffe646-6e14-4f3a-8ca6-2d88b2197955 2026-07-09 10:46:25.788 8 INFO neutron.db.l3_db [req-c4f05ce3-9bca-4245-a0cb-c71a494220b2 req-38683e28-a205-4182-81f3-b4638b4ff950 1b128b3421d847a89daab6ce8f30a98f d55bf92a94c641fdb06ea8678ecfa5c3 - - default default] Floating IP c4ec3206-42b4-49af-bb76-26768bd98b3e disassociated. External IP: 10.96.250.213, port: 85ffe646-6e14-4f3a-8ca6-2d88b2197955. [pid: 8|app: 0|req: 1108/2161] 199.19.213.99 () {36 vars in 996 bytes} [Thu Jul 9 10:46:25 2026] DELETE /v2.0/ports/85ffe646-6e14-4f3a-8ca6-2d88b2197955 => generated 0 bytes in 687 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:46:26.217 7 INFO neutron_taas.services.taas.taas_plugin [None req-6c3c053f-4ccd-464a-a63b-8c46b6a3b446 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] TaaS: Handle Delete Port: 74e3f832-feb1-4a3a-84aa-ce52033f6773 2026-07-09 10:46:26.222 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c3c053f-4ccd-464a-a63b-8c46b6a3b446 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Tap Mirror: Handle Delete Port: 74e3f832-feb1-4a3a-84aa-ce52033f6773 2026-07-09 10:46:26.252 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f2071bba-3551-4bf1-aa67-7c5ac2375f97'] response: {'server_uuid': 'dc749a44-77b8-432d-9eb9-b195b239d94e', 'name': 'network-vif-deleted', 'tag': '85ffe646-6e14-4f3a-8ca6-2d88b2197955', 'status': 'completed', 'code': 200} 2026-07-09 10:46:26.473 8 INFO neutron.db.segments_db [None req-06a42e82-752c-4b62-89f7-8ffd5183bd45 c646c13677b6477ab489cff17624f757 7c03ad924980497d866cbae6875700ac - - default default] Added segment e11bf104-bf5b-4936-aab9-0296300aa7f1 of type vxlan for network bb776832-51bc-44d3-87d0-eaa8b113239e [pid: 8|app: 0|req: 1109/2162] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:46:26 2026] POST /v2.0/networks => generated 631 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2163] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:26 2026] GET /v2.0/ports?device_id=dc749a44-77b8-432d-9eb9-b195b239d94e => 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: 1054/2164] 10.0.0.165 () {34 vars in 789 bytes} [Thu Jul 9 10:46:25 2026] PUT /v2.0/routers/e6f3ed64-f5b6-4e49-bac5-0ed277ab7c9b/remove_router_interface => generated 309 bytes in 1144 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2165] 10.0.0.165 () {34 vars in 664 bytes} [Thu Jul 9 10:46:26 2026] POST /v2.0/ports => generated 743 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 10:46:27.197 7 INFO neutron_taas.services.taas.taas_plugin [None req-03a6e82b-96d6-4506-9a29-5642a10a0a93 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] TaaS: Handle Delete Port: b30045f6-9478-4641-8798-7b804793c772 2026-07-09 10:46:27.201 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03a6e82b-96d6-4506-9a29-5642a10a0a93 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Tap Mirror: Handle Delete Port: b30045f6-9478-4641-8798-7b804793c772 [pid: 8|app: 0|req: 1112/2166] 10.0.0.165 () {34 vars in 666 bytes} [Thu Jul 9 10:46:27 2026] POST /v2.0/trunks => generated 407 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2167] 10.0.0.165 () {34 vars in 749 bytes} [Thu Jul 9 10:46:27 2026] PUT /v2.0/trunks/ce65f4dc-9959-4615-8f2a-9e749791f5c6/tags => generated 25 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2168] 10.0.0.165 () {32 vars in 729 bytes} [Thu Jul 9 10:46:27 2026] GET /v2.0/trunks/ce65f4dc-9959-4615-8f2a-9e749791f5c6/tags => generated 25 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2169] 10.0.0.165 () {34 vars in 760 bytes} [Thu Jul 9 10:46:27 2026] PUT /v2.0/trunks/ce65f4dc-9959-4615-8f2a-9e749791f5c6/tags/green => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2170] 10.0.0.165 () {32 vars in 729 bytes} [Thu Jul 9 10:46:27 2026] GET /v2.0/trunks/ce65f4dc-9959-4615-8f2a-9e749791f5c6/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2171] 10.0.0.165 () {34 vars in 756 bytes} [Thu Jul 9 10:46:27 2026] PUT /v2.0/trunks/ce65f4dc-9959-4615-8f2a-9e749791f5c6/tags/red => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2172] 10.0.0.165 () {32 vars in 729 bytes} [Thu Jul 9 10:46:27 2026] GET /v2.0/trunks/ce65f4dc-9959-4615-8f2a-9e749791f5c6/tags => generated 34 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:46:27.514 7 INFO neutron_taas.services.taas.taas_plugin [None req-03a6e82b-96d6-4506-9a29-5642a10a0a93 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] TaaS: Handle Delete Port: 63f8a4c9-5b42-4a3d-a72e-136c833c6ccc 2026-07-09 10:46:27.517 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03a6e82b-96d6-4506-9a29-5642a10a0a93 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Tap Mirror: Handle Delete Port: 63f8a4c9-5b42-4a3d-a72e-136c833c6ccc [pid: 8|app: 0|req: 1119/2173] 10.0.0.165 () {34 vars in 778 bytes} [Thu Jul 9 10:46:27 2026] PUT /v2.0/trunks/ce65f4dc-9959-4615-8f2a-9e749791f5c6/tags/black.or.white => generated 4 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2174] 10.0.0.165 () {32 vars in 729 bytes} [Thu Jul 9 10:46:27 2026] GET /v2.0/trunks/ce65f4dc-9959-4615-8f2a-9e749791f5c6/tags => generated 52 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2175] 10.0.0.165 () {34 vars in 749 bytes} [Thu Jul 9 10:46:27 2026] PUT /v2.0/trunks/ce65f4dc-9959-4615-8f2a-9e749791f5c6/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2176] 10.0.0.165 () {32 vars in 729 bytes} [Thu Jul 9 10:46:27 2026] GET /v2.0/trunks/ce65f4dc-9959-4615-8f2a-9e749791f5c6/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2177] 10.0.0.165 () {32 vars in 737 bytes} [Thu Jul 9 10:46:27 2026] GET /v2.0/trunks/ce65f4dc-9959-4615-8f2a-9e749791f5c6/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: 1124/2178] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:27 2026] GET /v2.0/ports?device_id=dc749a44-77b8-432d-9eb9-b195b239d94e => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:46:27.721 8 INFO neutron.api.v2.resource [None req-500290e6-f75d-498c-a03e-4c134167bb65 c646c13677b6477ab489cff17624f757 7c03ad924980497d866cbae6875700ac - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1125/2179] 10.0.0.165 () {32 vars in 741 bytes} [Thu Jul 9 10:46:27 2026] GET /v2.0/trunks/ce65f4dc-9959-4615-8f2a-9e749791f5c6/tags/green => generated 99 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2180] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:46:27 2026] DELETE /v2.0/trunks/ce65f4dc-9959-4615-8f2a-9e749791f5c6/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: 1127/2181] 10.0.0.165 () {32 vars in 729 bytes} [Thu Jul 9 10:46:27 2026] GET /v2.0/trunks/ce65f4dc-9959-4615-8f2a-9e749791f5c6/tags => generated 30 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:46:27.833 8 INFO neutron.api.v2.resource [None req-a0dca877-e5fd-4555-9424-095c87c98144 c646c13677b6477ab489cff17624f757 7c03ad924980497d866cbae6875700ac - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1128/2182] 10.0.0.165 () {32 vars in 744 bytes} [Thu Jul 9 10:46:27 2026] DELETE /v2.0/trunks/ce65f4dc-9959-4615-8f2a-9e749791f5c6/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2183] 10.0.0.165 () {32 vars in 732 bytes} [Thu Jul 9 10:46:27 2026] DELETE /v2.0/trunks/ce65f4dc-9959-4615-8f2a-9e749791f5c6/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: 1130/2184] 10.0.0.165 () {32 vars in 729 bytes} [Thu Jul 9 10:46:27 2026] GET /v2.0/trunks/ce65f4dc-9959-4615-8f2a-9e749791f5c6/tags => 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: 1131/2185] 10.0.0.165 () {32 vars in 719 bytes} [Thu Jul 9 10:46:27 2026] GET /v2.0/trunks/ce65f4dc-9959-4615-8f2a-9e749791f5c6 => generated 407 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:46:27.999 7 INFO neutron.services.segments.plugin [-] Segment e0464534-ab21-4bad-8d16-052c49545dd7 resource provider aggregate not found 2026-07-09 10:46:28.011 7 INFO neutron.services.segments.plugin [-] Segment e0464534-ab21-4bad-8d16-052c49545dd7 resource provider aggregate not found 2026-07-09 10:46:28.028 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e0464534-ab21-4bad-8d16-052c49545dd7 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0464534-ab21-4bad-8d16-052c49545dd7 found for delete ", "request_id": "req-81a2fa73-da7d-4d24-85a2-72d42910f451"}]} 2026-07-09 10:46:28.033 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e0464534-ab21-4bad-8d16-052c49545dd7 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0464534-ab21-4bad-8d16-052c49545dd7 found for delete ", "request_id": "req-6434285e-bb8f-4c0f-8f59-948ca8d1fb62"}]} 2026-07-09 10:46:28.046 7 INFO neutron.db.l3_hamode_db [None req-03a6e82b-96d6-4506-9a29-5642a10a0a93 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] HA network 5e04a845-eab8-402f-baa2-42cb00bf16f9 was deleted as no HA routers are present in tenant 3d5d7f6e611d443787fe1513f41022c6. [pid: 7|app: 0|req: 1055/2186] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:46:26 2026] DELETE /v2.0/routers/e6f3ed64-f5b6-4e49-bac5-0ed277ab7c9b => generated 0 bytes in 1136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2187] 10.0.0.165 () {32 vars in 717 bytes} [Thu Jul 9 10:46:27 2026] GET /v2.0/ports/1531635c-0526-4e91-9daa-80efab7e8fbe => generated 826 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2188] 10.0.0.165 () {32 vars in 722 bytes} [Thu Jul 9 10:46:28 2026] DELETE /v2.0/trunks/ce65f4dc-9959-4615-8f2a-9e749791f5c6 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2189] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:46:28 2026] DELETE /v2.0/subnets/b57df4cf-1af0-4df5-a4a4-500fa00672da => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:46:28.273 7 INFO neutron_taas.services.taas.taas_plugin [None req-12c0bb9b-723a-42cc-9ed2-94de6e8c3d7d c646c13677b6477ab489cff17624f757 7c03ad924980497d866cbae6875700ac - - default default] TaaS: Handle Delete Port: 1531635c-0526-4e91-9daa-80efab7e8fbe 2026-07-09 10:46:28.278 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-12c0bb9b-723a-42cc-9ed2-94de6e8c3d7d c646c13677b6477ab489cff17624f757 7c03ad924980497d866cbae6875700ac - - default default] Tap Mirror: Handle Delete Port: 1531635c-0526-4e91-9daa-80efab7e8fbe 2026-07-09 10:46:28.338 8 INFO neutron_taas.services.taas.taas_plugin [None req-572967e9-2c57-4b35-9096-5d8a19ad3052 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] TaaS: Handle Delete Port: f1848b0f-e09e-4960-997a-7f5c434d153b 2026-07-09 10:46:28.342 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-572967e9-2c57-4b35-9096-5d8a19ad3052 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Tap Mirror: Handle Delete Port: f1848b0f-e09e-4960-997a-7f5c434d153b [pid: 7|app: 0|req: 1057/2190] 10.0.0.165 () {32 vars in 720 bytes} [Thu Jul 9 10:46:28 2026] DELETE /v2.0/ports/1531635c-0526-4e91-9daa-80efab7e8fbe => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2191] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:46:28 2026] DELETE /v2.0/networks/bb776832-51bc-44d3-87d0-eaa8b113239e => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:46:28.546 8 INFO neutron.services.segments.plugin [-] Segment 2e6e740d-b8ea-4ec3-ae69-1b6021078375 resource provider aggregate not found 2026-07-09 10:46:28.549 8 INFO neutron.services.segments.plugin [-] Segment 2e6e740d-b8ea-4ec3-ae69-1b6021078375 resource provider aggregate not found 2026-07-09 10:46:28.567 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2e6e740d-b8ea-4ec3-ae69-1b6021078375 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e6e740d-b8ea-4ec3-ae69-1b6021078375 found for delete ", "request_id": "req-ceefc77e-73b0-4e1d-987b-411e26414131"}]} 2026-07-09 10:46:28.573 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2e6e740d-b8ea-4ec3-ae69-1b6021078375 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e6e740d-b8ea-4ec3-ae69-1b6021078375 found for delete ", "request_id": "req-7f2c48eb-ab51-4104-bdfd-063d53978be0"}]} [pid: 8|app: 0|req: 1134/2192] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:46:28 2026] DELETE /v2.0/networks/25a28aa3-e07a-44d0-9a4e-182209c93bb1 => generated 0 bytes in 371 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2193] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:28 2026] GET /v2.0/ports?device_id=dc749a44-77b8-432d-9eb9-b195b239d94e => 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: 1059/2194] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:46:28 2026] GET /v2.0/security-groups?tenant_id=3d5d7f6e611d443787fe1513f41022c6&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2195] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:46:28 2026] DELETE /v2.0/security-groups/d9b8c8dd-ffe3-484a-b767-728b2b08f370 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2196] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:46:29 2026] GET /v2.0/security-groups?tenant_id=7c03ad924980497d866cbae6875700ac&name=default => generated 2925 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2197] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:46:29 2026] DELETE /v2.0/security-groups/6e27b58b-38b1-43ac-8725-3a85b441a698 => 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: 1061/2198] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:46:29 2026] GET /v2.0/security-groups?tenant_id=9e077624bcee457aa08e30f653866941&name=default => generated 2925 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:46:30.053 7 INFO neutron.services.segments.plugin [-] Segment e11bf104-bf5b-4936-aab9-0296300aa7f1 resource provider aggregate not found 2026-07-09 10:46:30.061 7 INFO neutron.services.segments.plugin [-] Segment e11bf104-bf5b-4936-aab9-0296300aa7f1 resource provider aggregate not found 2026-07-09 10:46:30.071 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e11bf104-bf5b-4936-aab9-0296300aa7f1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e11bf104-bf5b-4936-aab9-0296300aa7f1 found for delete ", "request_id": "req-4e45caa5-594e-4efa-8d46-c3cbeb596a1d"}]} [pid: 8|app: 0|req: 1138/2199] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:46:29 2026] DELETE /v2.0/security-groups/97e43d0b-1dc1-4733-ba91-6330ceaef631 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:46:30.084 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e11bf104-bf5b-4936-aab9-0296300aa7f1 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e11bf104-bf5b-4936-aab9-0296300aa7f1 found for delete ", "request_id": "req-5f992f96-a4ae-456c-a939-a119ef89771c"}]} [pid: 7|app: 0|req: 1062/2200] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:46:29 2026] DELETE /v2.0/security-groups/5bd727be-44a5-4f99-8083-ce863648a3ff => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:46:30.157 8 INFO neutron.api.v2.resource [None req-0add35c2-a4eb-4831-b75d-54b877b34838 1b128b3421d847a89daab6ce8f30a98f d55bf92a94c641fdb06ea8678ecfa5c3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1139/2201] 10.0.0.165 () {32 vars in 737 bytes} [Thu Jul 9 10:46:30 2026] GET /v2.0/security-groups/5bd727be-44a5-4f99-8083-ce863648a3ff => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:46:30.269 7 INFO neutron_taas.services.taas.taas_plugin [None req-8d5fd120-695f-427a-b7c4-020413db8928 1b128b3421d847a89daab6ce8f30a98f d55bf92a94c641fdb06ea8678ecfa5c3 - - default default] TaaS: Handle Delete Port: 74624c44-a819-41f4-9976-ce1972a05e96 2026-07-09 10:46:30.272 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d5fd120-695f-427a-b7c4-020413db8928 1b128b3421d847a89daab6ce8f30a98f d55bf92a94c641fdb06ea8678ecfa5c3 - - default default] Tap Mirror: Handle Delete Port: 74624c44-a819-41f4-9976-ce1972a05e96 [pid: 7|app: 0|req: 1063/2202] 10.0.0.165 () {32 vars in 732 bytes} [Thu Jul 9 10:46:30 2026] DELETE /v2.0/floatingips/c4ec3206-42b4-49af-bb76-26768bd98b3e => generated 0 bytes in 297 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2203] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:46:30 2026] DELETE /v2.0/security-groups/74c117e5-7562-4a4d-b5e6-babdaa5929ca => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:46:31.035 7 INFO neutron_taas.services.taas.taas_plugin [None req-36c60107-3710-441d-8083-f97271388d23 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] TaaS: Handle Delete Port: 5fed30e4-e9a7-455e-af08-807cd6ee19a3 2026-07-09 10:46:31.038 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36c60107-3710-441d-8083-f97271388d23 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Tap Mirror: Handle Delete Port: 5fed30e4-e9a7-455e-af08-807cd6ee19a3 [pid: 7|app: 0|req: 1064/2204] 10.0.0.165 () {34 vars in 789 bytes} [Thu Jul 9 10:46:30 2026] PUT /v2.0/routers/57f272b6-e085-4050-b926-9f9b03b92496/remove_router_interface => generated 309 bytes in 926 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:46:31.764 8 INFO neutron_taas.services.taas.taas_plugin [None req-d61ceec4-90dc-42cc-beae-4ad314e4010a 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] TaaS: Handle Delete Port: 96eafe46-6c78-43a6-bace-9a6fb2240a46 2026-07-09 10:46:31.766 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d61ceec4-90dc-42cc-beae-4ad314e4010a 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Tap Mirror: Handle Delete Port: 96eafe46-6c78-43a6-bace-9a6fb2240a46 2026-07-09 10:46:31.991 8 INFO neutron_taas.services.taas.taas_plugin [None req-d61ceec4-90dc-42cc-beae-4ad314e4010a 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] TaaS: Handle Delete Port: 603b078e-fd5d-4528-b426-e24e968f035d 2026-07-09 10:46:31.993 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d61ceec4-90dc-42cc-beae-4ad314e4010a 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Tap Mirror: Handle Delete Port: 603b078e-fd5d-4528-b426-e24e968f035d 2026-07-09 10:46:32.372 8 INFO neutron.services.segments.plugin [-] Segment 8a5bafaf-8039-4009-b1fb-1d8c24f1c656 resource provider aggregate not found 2026-07-09 10:46:32.373 8 INFO neutron.services.segments.plugin [-] Segment 8a5bafaf-8039-4009-b1fb-1d8c24f1c656 resource provider aggregate not found 2026-07-09 10:46:32.402 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8a5bafaf-8039-4009-b1fb-1d8c24f1c656 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a5bafaf-8039-4009-b1fb-1d8c24f1c656 found for delete ", "request_id": "req-290d0bb7-5b2e-49f4-a827-4b77f2d1a8bb"}]} 2026-07-09 10:46:32.403 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 8a5bafaf-8039-4009-b1fb-1d8c24f1c656 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a5bafaf-8039-4009-b1fb-1d8c24f1c656 found for delete ", "request_id": "req-3d1de24f-1157-4e66-aadc-d49fe83f3bb1"}]} 2026-07-09 10:46:32.416 8 INFO neutron.db.l3_hamode_db [None req-d61ceec4-90dc-42cc-beae-4ad314e4010a 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] HA network 83dbf099-f32e-4c9c-af6f-7ff7fd47431b was deleted as no HA routers are present in tenant d55bf92a94c641fdb06ea8678ecfa5c3. [pid: 8|app: 0|req: 1141/2205] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:46:31 2026] DELETE /v2.0/routers/57f272b6-e085-4050-b926-9f9b03b92496 => generated 0 bytes in 869 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2206] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:46:32 2026] DELETE /v2.0/subnets/6cc9895c-1195-41b6-8d74-99eb89d19a98 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:46:32.729 8 INFO neutron_taas.services.taas.taas_plugin [None req-346d2d5d-6979-46de-9052-bbb4f8f63d77 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] TaaS: Handle Delete Port: ecdc4f57-f74b-4831-a09a-1f93dbd55b19 2026-07-09 10:46:32.733 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-346d2d5d-6979-46de-9052-bbb4f8f63d77 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Tap Mirror: Handle Delete Port: ecdc4f57-f74b-4831-a09a-1f93dbd55b19 [pid: 8|app: 0|req: 1142/2207] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:46:32 2026] DELETE /v2.0/networks/a283e292-922b-47e2-a733-d812b32661d0 => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:46:33.388 7 INFO neutron_taas.services.taas.taas_plugin [None req-8fa4ea88-ebd2-4a51-98b4-38d7432c3cbe 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] TaaS: Handle Delete Port: 94b4ab17-08a8-40f4-91c3-0725c339be68 2026-07-09 10:46:33.391 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8fa4ea88-ebd2-4a51-98b4-38d7432c3cbe 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Tap Mirror: Handle Delete Port: 94b4ab17-08a8-40f4-91c3-0725c339be68 [pid: 7|app: 0|req: 1066/2208] 10.0.0.165 () {34 vars in 789 bytes} [Thu Jul 9 10:46:32 2026] PUT /v2.0/routers/44409cd4-e1ab-4483-a676-8bce9dd43b9e/remove_router_interface => generated 309 bytes in 1079 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:46:34.269 8 INFO neutron_taas.services.taas.taas_plugin [None req-b5bd009e-1b7c-47f1-9665-6852578de4de 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] TaaS: Handle Delete Port: f20d6a1d-7cec-4675-af45-d5d087fee57d 2026-07-09 10:46:34.272 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5bd009e-1b7c-47f1-9665-6852578de4de 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Tap Mirror: Handle Delete Port: f20d6a1d-7cec-4675-af45-d5d087fee57d 2026-07-09 10:46:34.436 8 INFO neutron.services.segments.plugin [-] Segment 2c73eb82-0aaa-475a-993d-61939a7ce3a6 resource provider aggregate not found 2026-07-09 10:46:34.441 8 INFO neutron.services.segments.plugin [-] Segment 2c73eb82-0aaa-475a-993d-61939a7ce3a6 resource provider aggregate not found 2026-07-09 10:46:34.470 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2c73eb82-0aaa-475a-993d-61939a7ce3a6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c73eb82-0aaa-475a-993d-61939a7ce3a6 found for delete ", "request_id": "req-3e4edf26-0b3a-4068-bb09-7e751355fd75"}]} 2026-07-09 10:46:34.472 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2c73eb82-0aaa-475a-993d-61939a7ce3a6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c73eb82-0aaa-475a-993d-61939a7ce3a6 found for delete ", "request_id": "req-04bbeaea-1067-4cab-846c-d60dca73b16b"}]} 2026-07-09 10:46:34.612 8 INFO neutron_taas.services.taas.taas_plugin [None req-b5bd009e-1b7c-47f1-9665-6852578de4de 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] TaaS: Handle Delete Port: c68e4eb4-a2bd-4faf-b2c3-0d2980c3ab83 2026-07-09 10:46:34.615 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5bd009e-1b7c-47f1-9665-6852578de4de 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Tap Mirror: Handle Delete Port: c68e4eb4-a2bd-4faf-b2c3-0d2980c3ab83 2026-07-09 10:46:35.011 8 INFO neutron.db.l3_hamode_db [None req-b5bd009e-1b7c-47f1-9665-6852578de4de 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] HA network 779bb71f-c9ad-43e5-9c71-e022dbdb8eeb was deleted as no HA routers are present in tenant 40b707f4f73744688b0a45e0e3aea238. [pid: 8|app: 0|req: 1143/2209] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:46:34 2026] DELETE /v2.0/routers/44409cd4-e1ab-4483-a676-8bce9dd43b9e => generated 0 bytes in 975 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2210] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:46:35 2026] DELETE /v2.0/subnets/175cd8fc-3120-43bb-b086-0647d685e069 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:46:35.290 8 INFO neutron_taas.services.taas.taas_plugin [None req-478a1a65-71d4-4cac-9709-d58e6a98402a 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] TaaS: Handle Delete Port: a488fdf3-f6b8-42b6-bb79-9518c5a55f9b 2026-07-09 10:46:35.293 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-478a1a65-71d4-4cac-9709-d58e6a98402a 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Tap Mirror: Handle Delete Port: a488fdf3-f6b8-42b6-bb79-9518c5a55f9b [pid: 7|app: 0|req: 1068/2211] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:35 2026] GET /v2.0/ports?device_id=0b37432b-54ae-4b6e-956e-28ef67bfec1b => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2212] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:46:35 2026] GET /v2.0/security-groups?id=a1ad4ba8-fb01-44de-8076-2dc8e8d44f18&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2213] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:46:35 2026] DELETE /v2.0/networks/1c2571e6-dcca-4291-a56b-7cb36c572843 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2214] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:46:35 2026] GET /v2.0/security-groups?tenant_id=d55bf92a94c641fdb06ea8678ecfa5c3&name=default => generated 2925 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2215] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:46:36 2026] DELETE /v2.0/security-groups/d0e79b53-1220-4894-af85-cda87e12bd6b => 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: 1071/2216] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:46:36 2026] GET /v2.0/security-groups?tenant_id=40b707f4f73744688b0a45e0e3aea238&name=default => 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: 1146/2217] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:46:36 2026] DELETE /v2.0/security-groups/f391102e-59dd-44af-8504-c85453ec9fee => 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: 1072/2218] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:36 2026] GET /v2.0/ports?device_id=0b37432b-54ae-4b6e-956e-28ef67bfec1b => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:46:36.494 8 INFO neutron.services.segments.plugin [-] Segment c941be04-bca4-4e28-9700-6c1c7b0eeb7e resource provider aggregate not found 2026-07-09 10:46:36.496 8 INFO neutron.services.segments.plugin [-] Segment c941be04-bca4-4e28-9700-6c1c7b0eeb7e resource provider aggregate not found 2026-07-09 10:46:36.516 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c941be04-bca4-4e28-9700-6c1c7b0eeb7e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c941be04-bca4-4e28-9700-6c1c7b0eeb7e found for delete ", "request_id": "req-5a0ba7f9-ef1c-4c48-a250-1f057c3613ae"}]} 2026-07-09 10:46:36.524 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment c941be04-bca4-4e28-9700-6c1c7b0eeb7e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c941be04-bca4-4e28-9700-6c1c7b0eeb7e found for delete ", "request_id": "req-e739990b-37a0-4bfd-8077-8ab2b5ddc64d"}]} 2026-07-09 10:46:36.543 8 INFO neutron.services.segments.plugin [-] Segment e7e3a01c-f017-4b05-b32c-09ed3e998b17 resource provider aggregate not found 2026-07-09 10:46:36.548 8 INFO neutron.services.segments.plugin [-] Segment e7e3a01c-f017-4b05-b32c-09ed3e998b17 resource provider aggregate not found [pid: 8|app: 0|req: 1147/2219] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:46:36 2026] GET /v2.0/security-groups?id=a1ad4ba8-fb01-44de-8076-2dc8e8d44f18&fields=id&fields=name => generated 113 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:46:36.565 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e7e3a01c-f017-4b05-b32c-09ed3e998b17 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7e3a01c-f017-4b05-b32c-09ed3e998b17 found for delete ", "request_id": "req-4b4e63f6-8b86-42dc-9a43-2946d9d8d73d"}]} 2026-07-09 10:46:36.567 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment e7e3a01c-f017-4b05-b32c-09ed3e998b17 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7e3a01c-f017-4b05-b32c-09ed3e998b17 found for delete ", "request_id": "req-9de91bd6-b7a5-4551-8ab1-baadc4038cc1"}]} [pid: 7|app: 0|req: 1073/2220] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:37 2026] GET /v2.0/ports?device_id=0b37432b-54ae-4b6e-956e-28ef67bfec1b => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2221] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:46:37 2026] GET /v2.0/security-groups?id=a1ad4ba8-fb01-44de-8076-2dc8e8d44f18&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: 1074/2222] 199.19.213.99 () {34 vars in 993 bytes} [Thu Jul 9 10:46:37 2026] GET /v2.0/ports?device_id=0b37432b-54ae-4b6e-956e-28ef67bfec1b => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:46:38.004 8 INFO neutron_taas.services.taas.taas_plugin [req-4ae03c23-31a2-4677-a7d1-d7554ab27e9a req-cf1a287b-ac46-4017-8312-4eda414ab1d8 c04e722871d84a928cdf6111198edda0 0e418e2a7cf942a68732c9eadaf9a2ec - - default default] TaaS: Handle Delete Port: 640a9194-2cd6-4209-94cb-629e3223f861 2026-07-09 10:46:38.010 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4ae03c23-31a2-4677-a7d1-d7554ab27e9a req-cf1a287b-ac46-4017-8312-4eda414ab1d8 c04e722871d84a928cdf6111198edda0 0e418e2a7cf942a68732c9eadaf9a2ec - - default default] Tap Mirror: Handle Delete Port: 640a9194-2cd6-4209-94cb-629e3223f861 2026-07-09 10:46:38.157 8 INFO neutron.db.l3_db [req-4ae03c23-31a2-4677-a7d1-d7554ab27e9a req-cf1a287b-ac46-4017-8312-4eda414ab1d8 c04e722871d84a928cdf6111198edda0 0e418e2a7cf942a68732c9eadaf9a2ec - - default default] Floating IP 3f338a0b-e811-43f1-a201-ebf0fd752fe5 disassociated. External IP: 10.96.250.211, port: 640a9194-2cd6-4209-94cb-629e3223f861. [pid: 8|app: 0|req: 1149/2223] 199.19.213.99 () {36 vars in 996 bytes} [Thu Jul 9 10:46:37 2026] DELETE /v2.0/ports/640a9194-2cd6-4209-94cb-629e3223f861 => generated 0 bytes in 768 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:46:38.585 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-91d0397e-14bb-42fc-bb67-70a95e89b762'] response: {'server_uuid': '0b37432b-54ae-4b6e-956e-28ef67bfec1b', 'name': 'network-vif-deleted', 'tag': '640a9194-2cd6-4209-94cb-629e3223f861', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1075/2224] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:38 2026] GET /v2.0/ports?device_id=0b37432b-54ae-4b6e-956e-28ef67bfec1b => 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: 1151/2227] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:39 2026] GET /v2.0/ports?device_id=0b37432b-54ae-4b6e-956e-28ef67bfec1b => 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: 1152/2228] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:41 2026] GET /v2.0/ports?device_id=0b37432b-54ae-4b6e-956e-28ef67bfec1b => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:46:41.354 7 INFO neutron.db.segments_db [None req-61f9b49b-5d8f-4e66-a1db-d0210a7b7f6a 6ed49e1a502c43a8b944d178cf456b69 d8871ccad12e48b5963bbcf577796f08 - - default default] Added segment 3c71b03c-d5fd-4bdb-91ec-3943e5518d1f of type vxlan for network b46db03f-0030-452c-a7e8-0c6070f7d90e [pid: 7|app: 0|req: 1077/2229] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:46:41 2026] POST /v2.0/networks => generated 631 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:46:41.510 8 INFO neutron.db.segments_db [None req-b338ad31-0178-4091-87ca-18b128bd5fd7 6ed49e1a502c43a8b944d178cf456b69 d8871ccad12e48b5963bbcf577796f08 - - default default] Added segment 5c748315-9ffd-462a-bae8-50b5290bb950 of type vxlan for network bbd20054-dd68-48f9-835e-c82112ca9a8a [pid: 8|app: 0|req: 1153/2230] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:46:41 2026] POST /v2.0/networks => generated 631 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:46:41.669 7 INFO neutron.db.segments_db [None req-bc2402cc-8f6f-47c0-8a3c-960ed09684c2 6ed49e1a502c43a8b944d178cf456b69 d8871ccad12e48b5963bbcf577796f08 - - default default] Added segment a142509a-b7ce-43e3-99e8-95ec2760ab62 of type vxlan for network 6f027b68-82f3-452b-9835-e53d3eaf74f5 [pid: 7|app: 0|req: 1078/2231] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:46:41 2026] POST /v2.0/networks => generated 631 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:46:41.835 8 INFO neutron.db.segments_db [None req-bc9cf120-c430-40b6-99e2-d71db1db076d 6ed49e1a502c43a8b944d178cf456b69 d8871ccad12e48b5963bbcf577796f08 - - default default] Added segment ce1326da-1607-4971-942d-759f1e6ff3e2 of type vxlan for network 1158fa63-9bf6-43f3-82f9-44c7900f02e3 [pid: 8|app: 0|req: 1154/2232] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:46:41 2026] POST /v2.0/networks => generated 632 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:46:42.022 7 INFO neutron.db.segments_db [None req-c5e09a35-9c98-403a-bec9-85fad705b0b9 6ed49e1a502c43a8b944d178cf456b69 d8871ccad12e48b5963bbcf577796f08 - - default default] Added segment 016e2a62-81cf-4817-8dc2-173f7cf20a61 of type vxlan for network ddd95316-eb02-4380-bfde-8139385f114c [pid: 7|app: 0|req: 1079/2233] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:46:41 2026] POST /v2.0/networks => generated 631 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2234] 10.0.0.165 () {34 vars in 753 bytes} [Thu Jul 9 10:46:42 2026] PUT /v2.0/networks/b46db03f-0030-452c-a7e8-0c6070f7d90e/tags => generated 17 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2235] 10.0.0.165 () {34 vars in 753 bytes} [Thu Jul 9 10:46:42 2026] PUT /v2.0/networks/bbd20054-dd68-48f9-835e-c82112ca9a8a/tags => generated 25 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2236] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:46:42 2026] DELETE /v2.0/security-groups/a1ad4ba8-fb01-44de-8076-2dc8e8d44f18 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2237] 10.0.0.165 () {34 vars in 753 bytes} [Thu Jul 9 10:46:42 2026] PUT /v2.0/networks/6f027b68-82f3-452b-9835-e53d3eaf74f5/tags => generated 34 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2238] 10.0.0.165 () {34 vars in 753 bytes} [Thu Jul 9 10:46:42 2026] PUT /v2.0/networks/1158fa63-9bf6-43f3-82f9-44c7900f02e3/tags => generated 19 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:46:42.458 7 INFO neutron_taas.services.taas.taas_plugin [None req-3926d167-ada6-420a-9f6c-d72e0fc6906c c04e722871d84a928cdf6111198edda0 0e418e2a7cf942a68732c9eadaf9a2ec - - default default] TaaS: Handle Delete Port: 8e6d37af-804f-417c-b819-334bcf9b9f34 2026-07-09 10:46:42.461 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3926d167-ada6-420a-9f6c-d72e0fc6906c c04e722871d84a928cdf6111198edda0 0e418e2a7cf942a68732c9eadaf9a2ec - - default default] Tap Mirror: Handle Delete Port: 8e6d37af-804f-417c-b819-334bcf9b9f34 [pid: 8|app: 0|req: 1159/2239] 10.0.0.165 () {32 vars in 666 bytes} [Thu Jul 9 10:46:42 2026] GET /v2.0/networks?tags=red => generated 1854 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2240] 10.0.0.165 () {32 vars in 680 bytes} [Thu Jul 9 10:46:42 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1248 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2241] 10.0.0.165 () {32 vars in 676 bytes} [Thu Jul 9 10:46:42 2026] GET /v2.0/networks?tags-any=blue => generated 1248 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2242] 10.0.0.165 () {32 vars in 732 bytes} [Thu Jul 9 10:46:42 2026] DELETE /v2.0/floatingips/3f338a0b-e811-43f1-a201-ebf0fd752fe5 => generated 0 bytes in 330 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2243] 10.0.0.165 () {32 vars in 688 bytes} [Thu Jul 9 10:46:42 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1854 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2244] 10.0.0.165 () {32 vars in 674 bytes} [Thu Jul 9 10:46:42 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2245] 10.0.0.165 () {32 vars in 688 bytes} [Thu Jul 9 10:46:42 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2467 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2246] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:42 2026] GET /v2.0/ports?device_id=9548f71f-37bc-44d8-a238-4c1ce9d8c4f4 => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2247] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:46:42 2026] GET /v2.0/security-groups?id=3ecb0ec3-d0d9-47f3-8462-a2930193bdb1&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: 1164/2248] 10.0.0.165 () {32 vars in 684 bytes} [Thu Jul 9 10:46:42 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2249] 10.0.0.165 () {32 vars in 696 bytes} [Thu Jul 9 10:46:42 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:46:43.158 8 INFO neutron.services.segments.plugin [-] Segment 3c71b03c-d5fd-4bdb-91ec-3943e5518d1f resource provider aggregate not found 2026-07-09 10:46:43.165 8 INFO neutron.services.segments.plugin [-] Segment 3c71b03c-d5fd-4bdb-91ec-3943e5518d1f resource provider aggregate not found 2026-07-09 10:46:43.178 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3c71b03c-d5fd-4bdb-91ec-3943e5518d1f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c71b03c-d5fd-4bdb-91ec-3943e5518d1f found for delete ", "request_id": "req-83598258-e6f7-414b-9b4f-9761bbc53dd2"}]} 2026-07-09 10:46:43.187 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 3c71b03c-d5fd-4bdb-91ec-3943e5518d1f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c71b03c-d5fd-4bdb-91ec-3943e5518d1f found for delete ", "request_id": "req-47e2c538-97d6-464a-8586-4cf70070640b"}]} [pid: 8|app: 0|req: 1165/2250] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:46:43 2026] DELETE /v2.0/networks/b46db03f-0030-452c-a7e8-0c6070f7d90e => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2251] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:46:43 2026] DELETE /v2.0/networks/bbd20054-dd68-48f9-835e-c82112ca9a8a => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2252] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:46:43 2026] GET /v2.0/security-groups?tenant_id=ca1a8eb079e842e183e94dd5a3f7119d&name=default => generated 2925 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2253] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:46:43 2026] DELETE /v2.0/security-groups/2bfcba59-bffc-4974-bf52-8d407dae1e2a => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2254] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:46:43 2026] DELETE /v2.0/networks/6f027b68-82f3-452b-9835-e53d3eaf74f5 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:46:43.597 7 INFO neutron.services.segments.plugin [-] Segment ce1326da-1607-4971-942d-759f1e6ff3e2 resource provider aggregate not found 2026-07-09 10:46:43.600 7 INFO neutron.services.segments.plugin [-] Segment ce1326da-1607-4971-942d-759f1e6ff3e2 resource provider aggregate not found 2026-07-09 10:46:43.616 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ce1326da-1607-4971-942d-759f1e6ff3e2 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce1326da-1607-4971-942d-759f1e6ff3e2 found for delete ", "request_id": "req-888510fd-f84f-4ffe-976d-8a9268e0b4e9"}]} 2026-07-09 10:46:43.618 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment ce1326da-1607-4971-942d-759f1e6ff3e2 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce1326da-1607-4971-942d-759f1e6ff3e2 found for delete ", "request_id": "req-c98cf52d-bdbf-48d0-bd51-35628a6c5f59"}]} [pid: 7|app: 0|req: 1088/2255] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:46:43 2026] DELETE /v2.0/networks/1158fa63-9bf6-43f3-82f9-44c7900f02e3 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2256] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:46:43 2026] DELETE /v2.0/networks/ddd95316-eb02-4380-bfde-8139385f114c => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2257] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:43 2026] GET /v2.0/ports?device_id=9548f71f-37bc-44d8-a238-4c1ce9d8c4f4 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2258] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:46:44 2026] GET /v2.0/security-groups?id=3ecb0ec3-d0d9-47f3-8462-a2930193bdb1&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: 1090/2259] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:46:44 2026] GET /v2.0/security-groups?tenant_id=54b369ec6ebe4f469b356467a68363e6&name=default => generated 2925 bytes in 328 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2260] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:46:44 2026] DELETE /v2.0/security-groups/f3df942b-528c-4acd-a63f-c4396deb1618 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:46:45.209 8 INFO neutron.services.segments.plugin [-] Segment 5c748315-9ffd-462a-bae8-50b5290bb950 resource provider aggregate not found 2026-07-09 10:46:45.210 8 INFO neutron.services.segments.plugin [-] Segment 5c748315-9ffd-462a-bae8-50b5290bb950 resource provider aggregate not found 2026-07-09 10:46:45.236 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5c748315-9ffd-462a-bae8-50b5290bb950 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c748315-9ffd-462a-bae8-50b5290bb950 found for delete ", "request_id": "req-8aa84056-2999-4e18-8615-8e9079b21745"}]} 2026-07-09 10:46:45.238 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5c748315-9ffd-462a-bae8-50b5290bb950 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c748315-9ffd-462a-bae8-50b5290bb950 found for delete ", "request_id": "req-f56fe1db-d3fd-4127-9e57-e1cc215d7eff"}]} 2026-07-09 10:46:45.256 8 INFO neutron.services.segments.plugin [-] Segment a142509a-b7ce-43e3-99e8-95ec2760ab62 resource provider aggregate not found 2026-07-09 10:46:45.265 8 INFO neutron.services.segments.plugin [-] Segment a142509a-b7ce-43e3-99e8-95ec2760ab62 resource provider aggregate not found [pid: 7|app: 0|req: 1091/2261] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:46:45 2026] GET /v2.0/security-groups?tenant_id=2a864996d29e4f41820eb67d193de50a&name=default => generated 2925 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:46:45.285 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a142509a-b7ce-43e3-99e8-95ec2760ab62 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a142509a-b7ce-43e3-99e8-95ec2760ab62 found for delete ", "request_id": "req-1c29caf1-296b-4a93-b3a4-152c815c2b3a"}]} [pid: 8|app: 0|req: 1171/2262] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:45 2026] GET /v2.0/ports?device_id=9548f71f-37bc-44d8-a238-4c1ce9d8c4f4 => generated 975 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:46:45.304 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment a142509a-b7ce-43e3-99e8-95ec2760ab62 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a142509a-b7ce-43e3-99e8-95ec2760ab62 found for delete ", "request_id": "req-12e826b5-5d9e-4cb8-a7c7-9b073983c5a7"}]} 2026-07-09 10:46:45.311 8 INFO neutron.services.segments.plugin [-] Segment 016e2a62-81cf-4817-8dc2-173f7cf20a61 resource provider aggregate not found [pid: 7|app: 0|req: 1092/2263] 199.19.213.99 () {34 vars in 993 bytes} [Thu Jul 9 10:46:45 2026] GET /v2.0/ports?device_id=9548f71f-37bc-44d8-a238-4c1ce9d8c4f4 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:46:45.325 8 INFO neutron.services.segments.plugin [-] Segment 016e2a62-81cf-4817-8dc2-173f7cf20a61 resource provider aggregate not found 2026-07-09 10:46:45.340 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 016e2a62-81cf-4817-8dc2-173f7cf20a61 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 016e2a62-81cf-4817-8dc2-173f7cf20a61 found for delete ", "request_id": "req-4c00d8fc-7934-42c3-a90b-bd9dd288cf52"}]} 2026-07-09 10:46:45.341 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 016e2a62-81cf-4817-8dc2-173f7cf20a61 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 016e2a62-81cf-4817-8dc2-173f7cf20a61 found for delete ", "request_id": "req-40c88966-868d-48d9-986a-1ca31f585ffe"}]} [pid: 7|app: 0|req: 1093/2264] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:46:45 2026] GET /v2.0/security-groups?id=3ecb0ec3-d0d9-47f3-8462-a2930193bdb1&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: 1172/2265] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:46:45 2026] DELETE /v2.0/security-groups/7f45472a-c4f9-42ea-811f-5e0f9b0a2fa0 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:46:45.466 7 INFO neutron_taas.services.taas.taas_plugin [req-5451b68e-664a-4f6c-ad95-2804e2991efb req-010c66b2-4495-4e38-97ee-692ae2fa6d4a c04e722871d84a928cdf6111198edda0 0e418e2a7cf942a68732c9eadaf9a2ec - - default default] TaaS: Handle Delete Port: 1eeb651a-ec31-48c4-9bcf-d68f5f5e95f1 2026-07-09 10:46:45.470 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5451b68e-664a-4f6c-ad95-2804e2991efb req-010c66b2-4495-4e38-97ee-692ae2fa6d4a c04e722871d84a928cdf6111198edda0 0e418e2a7cf942a68732c9eadaf9a2ec - - default default] Tap Mirror: Handle Delete Port: 1eeb651a-ec31-48c4-9bcf-d68f5f5e95f1 [pid: 8|app: 0|req: 1173/2266] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:46:45 2026] GET /v2.0/security-groups?tenant_id=d8871ccad12e48b5963bbcf577796f08&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2267] 199.19.213.99 () {36 vars in 996 bytes} [Thu Jul 9 10:46:45 2026] DELETE /v2.0/ports/1eeb651a-ec31-48c4-9bcf-d68f5f5e95f1 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:46:45.664 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ce86177f-9258-4bfc-9e45-a83be8473f84'] response: {'server_uuid': '9548f71f-37bc-44d8-a238-4c1ce9d8c4f4', 'name': 'network-vif-deleted', 'tag': '1eeb651a-ec31-48c4-9bcf-d68f5f5e95f1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1174/2268] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:46:45 2026] DELETE /v2.0/security-groups/c79558d2-8617-4434-bf0a-27e0a2fd3da6 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2269] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:46 2026] GET /v2.0/ports?device_id=9548f71f-37bc-44d8-a238-4c1ce9d8c4f4 => 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: 1175/2270] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:47 2026] GET /v2.0/ports?device_id=9548f71f-37bc-44d8-a238-4c1ce9d8c4f4 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2271] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:46:48 2026] GET /v2.0/ports?device_id=9548f71f-37bc-44d8-a238-4c1ce9d8c4f4 => 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: 1176/2272] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:46:49 2026] DELETE /v2.0/security-groups/3ecb0ec3-d0d9-47f3-8462-a2930193bdb1 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:46:50.363 7 INFO neutron_taas.services.taas.taas_plugin [None req-3a598363-f49f-4645-8f57-dfbea07fb05f c04e722871d84a928cdf6111198edda0 0e418e2a7cf942a68732c9eadaf9a2ec - - default default] TaaS: Handle Delete Port: ccfa96e2-9cbf-42f6-bc1c-256d1d07643f 2026-07-09 10:46:50.366 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a598363-f49f-4645-8f57-dfbea07fb05f c04e722871d84a928cdf6111198edda0 0e418e2a7cf942a68732c9eadaf9a2ec - - default default] Tap Mirror: Handle Delete Port: ccfa96e2-9cbf-42f6-bc1c-256d1d07643f [pid: 8|app: 0|req: 1177/2273] 10.0.0.165 () {34 vars in 684 bytes} [Thu Jul 9 10:46:50 2026] POST /v2.0/security-groups => generated 1601 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2274] 10.0.0.165 () {34 vars in 684 bytes} [Thu Jul 9 10:46:50 2026] POST /v2.0/security-groups => generated 1601 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2275] 10.0.0.165 () {34 vars in 684 bytes} [Thu Jul 9 10:46:50 2026] POST /v2.0/security-groups => generated 1601 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2276] 10.0.0.165 () {34 vars in 684 bytes} [Thu Jul 9 10:46:50 2026] POST /v2.0/security-groups => generated 1601 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2277] 10.0.0.165 () {34 vars in 789 bytes} [Thu Jul 9 10:46:49 2026] PUT /v2.0/routers/47c69099-e6a1-473f-858c-89839caaef8f/remove_router_interface => generated 309 bytes in 1061 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2278] 10.0.0.165 () {34 vars in 684 bytes} [Thu Jul 9 10:46:50 2026] POST /v2.0/security-groups => generated 1601 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2279] 10.0.0.165 () {34 vars in 767 bytes} [Thu Jul 9 10:46:51 2026] PUT /v2.0/security-groups/56bf15dc-3ddd-44fd-b4ec-20dfb49238bb/tags => generated 17 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2280] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:46:50 2026] DELETE /v2.0/subnets/893cd0d5-09cd-460b-b8f5-3ff4dcb4bb79 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2281] 10.0.0.165 () {34 vars in 767 bytes} [Thu Jul 9 10:46:51 2026] PUT /v2.0/security-groups/4c30c22e-131e-4563-a3c9-3b09613fbb62/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: 1184/2282] 10.0.0.165 () {34 vars in 767 bytes} [Thu Jul 9 10:46:51 2026] PUT /v2.0/security-groups/261fd9f2-b15d-4544-894f-fb63ef37f6f8/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2283] 10.0.0.165 () {34 vars in 767 bytes} [Thu Jul 9 10:46:51 2026] PUT /v2.0/security-groups/b4013f13-88c4-4e64-9217-54ab0f8cde70/tags => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2284] 10.0.0.165 () {32 vars in 680 bytes} [Thu Jul 9 10:46:51 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2285] 10.0.0.165 () {32 vars in 694 bytes} [Thu Jul 9 10:46:51 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:46:51.353 7 INFO neutron_taas.services.taas.taas_plugin [None req-895654e4-d5da-470d-81cf-0c3bc068cf03 c04e722871d84a928cdf6111198edda0 0e418e2a7cf942a68732c9eadaf9a2ec - - default default] TaaS: Handle Delete Port: 6eaeccd1-d1c4-43c8-9d3c-989856e5fcb4 2026-07-09 10:46:51.356 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-895654e4-d5da-470d-81cf-0c3bc068cf03 c04e722871d84a928cdf6111198edda0 0e418e2a7cf942a68732c9eadaf9a2ec - - default default] Tap Mirror: Handle Delete Port: 6eaeccd1-d1c4-43c8-9d3c-989856e5fcb4 [pid: 8|app: 0|req: 1188/2286] 10.0.0.165 () {32 vars in 690 bytes} [Thu Jul 9 10:46:51 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2287] 10.0.0.165 () {32 vars in 702 bytes} [Thu Jul 9 10:46:51 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2288] 10.0.0.165 () {32 vars in 688 bytes} [Thu Jul 9 10:46:51 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2289] 10.0.0.165 () {32 vars in 702 bytes} [Thu Jul 9 10:46:51 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2290] 10.0.0.165 () {32 vars in 698 bytes} [Thu Jul 9 10:46:51 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:46:51.613 7 INFO neutron_taas.services.taas.taas_plugin [None req-895654e4-d5da-470d-81cf-0c3bc068cf03 c04e722871d84a928cdf6111198edda0 0e418e2a7cf942a68732c9eadaf9a2ec - - default default] TaaS: Handle Delete Port: d00128fb-206f-4afe-a059-777cee76f5bb 2026-07-09 10:46:51.616 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-895654e4-d5da-470d-81cf-0c3bc068cf03 c04e722871d84a928cdf6111198edda0 0e418e2a7cf942a68732c9eadaf9a2ec - - default default] Tap Mirror: Handle Delete Port: d00128fb-206f-4afe-a059-777cee76f5bb [pid: 8|app: 0|req: 1193/2291] 10.0.0.165 () {32 vars in 710 bytes} [Thu Jul 9 10:46:51 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2292] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:46:51 2026] DELETE /v2.0/security-groups/56bf15dc-3ddd-44fd-b4ec-20dfb49238bb => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2293] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:46:51 2026] DELETE /v2.0/security-groups/4c30c22e-131e-4563-a3c9-3b09613fbb62 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2294] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:46:51 2026] DELETE /v2.0/security-groups/261fd9f2-b15d-4544-894f-fb63ef37f6f8 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:46:52.010 7 INFO neutron.services.segments.plugin [-] Segment c120fe6b-b2d8-4001-8294-72d9930bbb0c resource provider aggregate not found [pid: 8|app: 0|req: 1197/2295] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:46:51 2026] DELETE /v2.0/security-groups/b4013f13-88c4-4e64-9217-54ab0f8cde70 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:46:52.015 7 INFO neutron.services.segments.plugin [-] Segment c120fe6b-b2d8-4001-8294-72d9930bbb0c resource provider aggregate not found 2026-07-09 10:46:52.031 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment c120fe6b-b2d8-4001-8294-72d9930bbb0c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c120fe6b-b2d8-4001-8294-72d9930bbb0c found for delete ", "request_id": "req-b85559f1-51a0-4754-9622-81bdeac12699"}]} 2026-07-09 10:46:52.031 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment c120fe6b-b2d8-4001-8294-72d9930bbb0c resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c120fe6b-b2d8-4001-8294-72d9930bbb0c found for delete ", "request_id": "req-93c7a108-9641-46df-88e6-1f72aab32881"}]} 2026-07-09 10:46:52.041 7 INFO neutron.db.l3_hamode_db [None req-895654e4-d5da-470d-81cf-0c3bc068cf03 c04e722871d84a928cdf6111198edda0 0e418e2a7cf942a68732c9eadaf9a2ec - - default default] HA network 7dd0bd23-168f-42d4-8108-ad2280233475 was deleted as no HA routers are present in tenant 0e418e2a7cf942a68732c9eadaf9a2ec. [pid: 7|app: 0|req: 1099/2296] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:46:51 2026] DELETE /v2.0/routers/47c69099-e6a1-473f-858c-89839caaef8f => generated 0 bytes in 920 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2297] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:46:52 2026] DELETE /v2.0/security-groups/c06cf387-4c99-4bbf-ad42-3ed18fed4686 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:46:52.156 7 INFO neutron_taas.services.taas.taas_plugin [None req-fd179909-61f7-47eb-9ba8-ec4f0100dc52 c04e722871d84a928cdf6111198edda0 0e418e2a7cf942a68732c9eadaf9a2ec - - default default] TaaS: Handle Delete Port: b77fd0ca-aa67-410a-aa33-61fee5930752 2026-07-09 10:46:52.169 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd179909-61f7-47eb-9ba8-ec4f0100dc52 c04e722871d84a928cdf6111198edda0 0e418e2a7cf942a68732c9eadaf9a2ec - - default default] Tap Mirror: Handle Delete Port: b77fd0ca-aa67-410a-aa33-61fee5930752 [pid: 7|app: 0|req: 1100/2298] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:46:52 2026] DELETE /v2.0/networks/bd074741-5179-4801-a3e4-31cebefbc12f => 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: 1101/2299] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:46:53 2026] GET /v2.0/security-groups?tenant_id=0e418e2a7cf942a68732c9eadaf9a2ec&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: 1199/2300] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:46:53 2026] GET /v2.0/security-groups?tenant_id=710e3b4dc474479ab94cb89701774238&name=default => generated 2925 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2301] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:46:53 2026] DELETE /v2.0/security-groups/7c9039d2-dbf0-47cd-802f-d48a266823cb => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2302] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:46:53 2026] DELETE /v2.0/security-groups/9aaff2c6-ea44-4def-b77d-882ef7b623b6 => 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: 1103/2303] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:46:53 2026] GET /v2.0/security-groups?tenant_id=09b12cd09d2b4b26a42a59d2296e8909&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2304] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:46:53 2026] GET /v2.0/security-groups?tenant_id=6b61bfd7d1544967876ca3c7f8841566&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2305] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:46:53 2026] DELETE /v2.0/security-groups/924ef86c-0584-41c5-872f-db0936259348 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2306] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:46:53 2026] DELETE /v2.0/security-groups/b4585b04-8efd-48c1-abe4-94b4e754ccca => 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: 1105/2307] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:46:53 2026] GET /v2.0/security-groups?tenant_id=99ac26b2d9f7493f991935b2d81f7b9a&name=default => generated 2925 bytes in 335 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2310] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:46:53 2026] GET /v2.0/security-groups?tenant_id=abdccdbd3ddc4154a044560336c1c42b&name=default => generated 2925 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:46:54.058 7 INFO neutron.services.segments.plugin [-] Segment 84cb9580-70d1-4d29-a642-69829b93086d resource provider aggregate not found 2026-07-09 10:46:54.066 7 INFO neutron.services.segments.plugin [-] Segment 84cb9580-70d1-4d29-a642-69829b93086d resource provider aggregate not found 2026-07-09 10:46:54.081 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 84cb9580-70d1-4d29-a642-69829b93086d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84cb9580-70d1-4d29-a642-69829b93086d found for delete ", "request_id": "req-f14e6f95-abd9-4e06-a14a-464f719fb2e3"}]} 2026-07-09 10:46:54.084 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 84cb9580-70d1-4d29-a642-69829b93086d resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84cb9580-70d1-4d29-a642-69829b93086d found for delete ", "request_id": "req-aa1c54ac-2847-4921-93e2-c973c8ebedde"}]} [pid: 8|app: 0|req: 1204/2311] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:46:53 2026] DELETE /v2.0/security-groups/56227611-e1af-4ca5-8815-369edb01b722 => 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: 1108/2312] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:46:53 2026] DELETE /v2.0/security-groups/f0c1247f-b6e7-4116-8e75-bb6b826b1196 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:46:58.448 8 INFO neutron.db.segments_db [None req-c117c098-64b5-4e97-8417-133316329d15 ff594078c2e447cd9081e3e54ea49fdf d24b101303ba4dbe8f44e428f9277583 - - default default] Added segment 5fe9a630-4b24-4e4b-84e3-689910ff6055 of type vxlan for network 6788164b-10ac-481d-a698-285efbc1950c 2026-07-09 10:46:58.699 8 INFO neutron.db.l3_hamode_db [None req-c117c098-64b5-4e97-8417-133316329d15 ff594078c2e447cd9081e3e54ea49fdf d24b101303ba4dbe8f44e428f9277583 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 10:46:58.821 8 INFO neutron.db.l3_hamode_db [None req-c117c098-64b5-4e97-8417-133316329d15 ff594078c2e447cd9081e3e54ea49fdf d24b101303ba4dbe8f44e428f9277583 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1109/2313] 10.0.0.165 () {34 vars in 676 bytes} [Thu Jul 9 10:46:58 2026] POST /v2.0/floatingips => generated 552 bytes in 580 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2314] 10.0.0.165 () {34 vars in 676 bytes} [Thu Jul 9 10:46:58 2026] POST /v2.0/subnetpools => generated 516 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2315] 10.0.0.165 () {34 vars in 668 bytes} [Thu Jul 9 10:46:58 2026] POST /v2.0/routers => generated 474 bytes in 1189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2316] 10.0.0.165 () {34 vars in 676 bytes} [Thu Jul 9 10:46:59 2026] POST /v2.0/subnetpools => generated 516 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:46:59.578 8 INFO neutron.db.l3_hamode_db [None req-6a7fcb22-a874-49ea-9fb3-d87d1b7a1d82 ff594078c2e447cd9081e3e54ea49fdf d24b101303ba4dbe8f44e428f9277583 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1111/2317] 10.0.0.165 () {34 vars in 676 bytes} [Thu Jul 9 10:46:59 2026] POST /v2.0/floatingips => generated 552 bytes in 557 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2318] 10.0.0.165 () {34 vars in 676 bytes} [Thu Jul 9 10:46:59 2026] POST /v2.0/subnetpools => generated 516 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:46:59.706 8 INFO neutron.db.l3_hamode_db [None req-6a7fcb22-a874-49ea-9fb3-d87d1b7a1d82 ff594078c2e447cd9081e3e54ea49fdf d24b101303ba4dbe8f44e428f9277583 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1113/2319] 10.0.0.165 () {34 vars in 676 bytes} [Thu Jul 9 10:46:59 2026] POST /v2.0/floatingips => generated 552 bytes in 537 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2320] 10.0.0.165 () {34 vars in 676 bytes} [Thu Jul 9 10:47:00 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: 1207/2321] 10.0.0.165 () {34 vars in 668 bytes} [Thu Jul 9 10:46:59 2026] POST /v2.0/routers => generated 474 bytes in 768 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2322] 10.0.0.165 () {34 vars in 676 bytes} [Thu Jul 9 10:47:00 2026] POST /v2.0/subnetpools => generated 516 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:47:00.390 8 INFO neutron.db.l3_hamode_db [None req-dbd3241d-98b2-4735-8611-5f2c6398b23b ff594078c2e447cd9081e3e54ea49fdf d24b101303ba4dbe8f44e428f9277583 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 10:47:00.500 8 INFO neutron.db.l3_hamode_db [None req-dbd3241d-98b2-4735-8611-5f2c6398b23b ff594078c2e447cd9081e3e54ea49fdf d24b101303ba4dbe8f44e428f9277583 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1115/2323] 10.0.0.165 () {34 vars in 676 bytes} [Thu Jul 9 10:47:00 2026] POST /v2.0/floatingips => generated 552 bytes in 517 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2324] 10.0.0.165 () {34 vars in 759 bytes} [Thu Jul 9 10:47:00 2026] PUT /v2.0/subnetpools/c64d8aba-c488-4db1-a364-74ce34002fcd/tags => generated 17 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2325] 10.0.0.165 () {34 vars in 668 bytes} [Thu Jul 9 10:47:00 2026] POST /v2.0/routers => generated 474 bytes in 766 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2326] 10.0.0.165 () {34 vars in 759 bytes} [Thu Jul 9 10:47:01 2026] PUT /v2.0/subnetpools/e29f3b7c-7696-4682-9ba6-a412cdba8f12/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:47:01.213 8 INFO neutron.db.l3_hamode_db [None req-bad0f338-4a39-4322-a9c9-650fe30e4e0c ff594078c2e447cd9081e3e54ea49fdf d24b101303ba4dbe8f44e428f9277583 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 10:47:01.335 8 INFO neutron.db.l3_hamode_db [None req-bad0f338-4a39-4322-a9c9-650fe30e4e0c ff594078c2e447cd9081e3e54ea49fdf d24b101303ba4dbe8f44e428f9277583 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1117/2327] 10.0.0.165 () {34 vars in 676 bytes} [Thu Jul 9 10:47:00 2026] POST /v2.0/floatingips => generated 552 bytes in 569 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2328] 10.0.0.165 () {34 vars in 759 bytes} [Thu Jul 9 10:47:01 2026] PUT /v2.0/subnetpools/bb81308a-375e-4201-b855-815f2d9bd0b1/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: 1119/2329] 10.0.0.165 () {34 vars in 759 bytes} [Thu Jul 9 10:47:01 2026] PUT /v2.0/floatingips/23dd6191-4b8a-4547-b717-493618a61536/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: 1120/2330] 10.0.0.165 () {34 vars in 759 bytes} [Thu Jul 9 10:47:01 2026] PUT /v2.0/subnetpools/be31eea4-6e3a-42d4-a2d1-3afd560895fe/tags => 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: 1121/2331] 10.0.0.165 () {34 vars in 759 bytes} [Thu Jul 9 10:47:01 2026] PUT /v2.0/floatingips/450d217b-3886-4345-a999-8e985e93a43c/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2332] 10.0.0.165 () {32 vars in 672 bytes} [Thu Jul 9 10:47:01 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2333] 10.0.0.165 () {34 vars in 759 bytes} [Thu Jul 9 10:47:01 2026] PUT /v2.0/floatingips/23c5c052-01fc-4acf-938e-617a06f1642a/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2334] 10.0.0.165 () {32 vars in 686 bytes} [Thu Jul 9 10:47:01 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2335] 10.0.0.165 () {34 vars in 759 bytes} [Thu Jul 9 10:47:01 2026] PUT /v2.0/floatingips/d84a6aa8-1bc7-4119-9cea-201cfbb7d080/tags => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2336] 10.0.0.165 () {32 vars in 682 bytes} [Thu Jul 9 10:47:01 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2337] 10.0.0.165 () {32 vars in 672 bytes} [Thu Jul 9 10:47:01 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2338] 10.0.0.165 () {32 vars in 694 bytes} [Thu Jul 9 10:47:01 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2339] 10.0.0.165 () {32 vars in 686 bytes} [Thu Jul 9 10:47:01 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2340] 10.0.0.165 () {32 vars in 680 bytes} [Thu Jul 9 10:47:01 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2341] 10.0.0.165 () {32 vars in 682 bytes} [Thu Jul 9 10:47:01 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2342] 10.0.0.165 () {32 vars in 694 bytes} [Thu Jul 9 10:47:01 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2343] 10.0.0.165 () {32 vars in 694 bytes} [Thu Jul 9 10:47:01 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2344] 10.0.0.165 () {32 vars in 690 bytes} [Thu Jul 9 10:47:01 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2345] 10.0.0.165 () {34 vars in 668 bytes} [Thu Jul 9 10:47:01 2026] POST /v2.0/routers => generated 474 bytes in 803 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2346] 10.0.0.165 () {32 vars in 680 bytes} [Thu Jul 9 10:47:01 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2347] 10.0.0.165 () {32 vars in 702 bytes} [Thu Jul 9 10:47:01 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:47:02.010 7 INFO neutron.db.l3_hamode_db [None req-a5c4f9b2-92c7-48a5-8c7d-aba0d93ff8ec ff594078c2e447cd9081e3e54ea49fdf d24b101303ba4dbe8f44e428f9277583 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1213/2348] 10.0.0.165 () {32 vars in 694 bytes} [Thu Jul 9 10:47:01 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2349] 10.0.0.165 () {32 vars in 732 bytes} [Thu Jul 9 10:47:02 2026] DELETE /v2.0/subnetpools/c64d8aba-c488-4db1-a364-74ce34002fcd => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2350] 10.0.0.165 () {32 vars in 690 bytes} [Thu Jul 9 10:47:02 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:47:02.162 7 INFO neutron.db.l3_hamode_db [None req-a5c4f9b2-92c7-48a5-8c7d-aba0d93ff8ec ff594078c2e447cd9081e3e54ea49fdf d24b101303ba4dbe8f44e428f9277583 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1216/2351] 10.0.0.165 () {32 vars in 732 bytes} [Thu Jul 9 10:47:02 2026] DELETE /v2.0/subnetpools/e29f3b7c-7696-4682-9ba6-a412cdba8f12 => 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: 1217/2352] 10.0.0.165 () {32 vars in 702 bytes} [Thu Jul 9 10:47:02 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2353] 10.0.0.165 () {32 vars in 732 bytes} [Thu Jul 9 10:47:02 2026] DELETE /v2.0/subnetpools/bb81308a-375e-4201-b855-815f2d9bd0b1 => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:47:02.354 8 INFO neutron_taas.services.taas.taas_plugin [None req-1a441fca-3a83-4a7c-a6a8-c3db016dfc99 e6731bb3c6874921bc763ae875ef69e5 a92dddae8c014d78b0e7cc16f66fd0ea - - default default] TaaS: Handle Delete Port: ff377d58-2860-43b3-92a4-63004a6fc861 2026-07-09 10:47:02.357 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a441fca-3a83-4a7c-a6a8-c3db016dfc99 e6731bb3c6874921bc763ae875ef69e5 a92dddae8c014d78b0e7cc16f66fd0ea - - default default] Tap Mirror: Handle Delete Port: ff377d58-2860-43b3-92a4-63004a6fc861 [pid: 8|app: 0|req: 1219/2354] 10.0.0.165 () {32 vars in 732 bytes} [Thu Jul 9 10:47:02 2026] DELETE /v2.0/floatingips/23dd6191-4b8a-4547-b717-493618a61536 => generated 0 bytes in 258 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2355] 10.0.0.165 () {32 vars in 732 bytes} [Thu Jul 9 10:47:02 2026] DELETE /v2.0/subnetpools/be31eea4-6e3a-42d4-a2d1-3afd560895fe => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:47:02.678 8 INFO neutron_taas.services.taas.taas_plugin [None req-42f78dd3-8900-48f5-95b8-01ddcffc46c3 e6731bb3c6874921bc763ae875ef69e5 a92dddae8c014d78b0e7cc16f66fd0ea - - default default] TaaS: Handle Delete Port: 5a924477-39b1-4a07-8d42-6aca07e020ee 2026-07-09 10:47:02.681 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42f78dd3-8900-48f5-95b8-01ddcffc46c3 e6731bb3c6874921bc763ae875ef69e5 a92dddae8c014d78b0e7cc16f66fd0ea - - default default] Tap Mirror: Handle Delete Port: 5a924477-39b1-4a07-8d42-6aca07e020ee [pid: 7|app: 0|req: 1136/2356] 10.0.0.165 () {34 vars in 668 bytes} [Thu Jul 9 10:47:01 2026] POST /v2.0/routers => generated 474 bytes in 818 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2357] 10.0.0.165 () {32 vars in 732 bytes} [Thu Jul 9 10:47:02 2026] DELETE /v2.0/subnetpools/4c66a901-4609-47a0-b391-f51b16a102fb => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2358] 10.0.0.165 () {32 vars in 732 bytes} [Thu Jul 9 10:47:02 2026] DELETE /v2.0/floatingips/450d217b-3886-4345-a999-8e985e93a43c => generated 0 bytes in 304 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2359] 10.0.0.165 () {34 vars in 751 bytes} [Thu Jul 9 10:47:02 2026] PUT /v2.0/routers/fcd63246-84fa-4561-810f-c101044db637/tags => generated 17 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:47:03.013 8 INFO neutron_taas.services.taas.taas_plugin [None req-b2f5a6e9-bcce-4906-b78b-7a70b0eefd42 e6731bb3c6874921bc763ae875ef69e5 a92dddae8c014d78b0e7cc16f66fd0ea - - default default] TaaS: Handle Delete Port: aea3d7f9-5ca5-4e4a-8e69-8d43a3046e49 2026-07-09 10:47:03.016 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2f5a6e9-bcce-4906-b78b-7a70b0eefd42 e6731bb3c6874921bc763ae875ef69e5 a92dddae8c014d78b0e7cc16f66fd0ea - - default default] Tap Mirror: Handle Delete Port: aea3d7f9-5ca5-4e4a-8e69-8d43a3046e49 [pid: 7|app: 0|req: 1139/2360] 10.0.0.165 () {34 vars in 751 bytes} [Thu Jul 9 10:47:03 2026] PUT /v2.0/routers/bccd09ff-3493-45c7-95cf-2883c3428191/tags => generated 25 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2361] 10.0.0.165 () {32 vars in 732 bytes} [Thu Jul 9 10:47:02 2026] DELETE /v2.0/floatingips/23c5c052-01fc-4acf-938e-617a06f1642a => generated 0 bytes in 309 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2362] 10.0.0.165 () {34 vars in 751 bytes} [Thu Jul 9 10:47:03 2026] PUT /v2.0/routers/6764bc92-f14b-4a54-945e-8070c39cdc18/tags => generated 34 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:47:03.302 8 INFO neutron_taas.services.taas.taas_plugin [None req-bdc326d8-a7f8-4be5-915d-b1cbe3c4bb7c e6731bb3c6874921bc763ae875ef69e5 a92dddae8c014d78b0e7cc16f66fd0ea - - default default] TaaS: Handle Delete Port: c2d18a89-c6e4-4fe7-b79d-a30268162228 2026-07-09 10:47:03.305 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bdc326d8-a7f8-4be5-915d-b1cbe3c4bb7c e6731bb3c6874921bc763ae875ef69e5 a92dddae8c014d78b0e7cc16f66fd0ea - - default default] Tap Mirror: Handle Delete Port: c2d18a89-c6e4-4fe7-b79d-a30268162228 [pid: 7|app: 0|req: 1141/2363] 10.0.0.165 () {34 vars in 751 bytes} [Thu Jul 9 10:47:03 2026] PUT /v2.0/routers/c127e5a0-effa-4fd7-bca9-3e364b90cd51/tags => generated 19 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2364] 10.0.0.165 () {32 vars in 664 bytes} [Thu Jul 9 10:47:03 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2365] 10.0.0.165 () {32 vars in 732 bytes} [Thu Jul 9 10:47:03 2026] DELETE /v2.0/floatingips/d84a6aa8-1bc7-4119-9cea-201cfbb7d080 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2366] 10.0.0.165 () {32 vars in 678 bytes} [Thu Jul 9 10:47:03 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:47:03.570 8 INFO neutron_taas.services.taas.taas_plugin [None req-519ffd84-470d-4e1f-9a94-2418ed534993 e6731bb3c6874921bc763ae875ef69e5 a92dddae8c014d78b0e7cc16f66fd0ea - - default default] TaaS: Handle Delete Port: 01f34b02-9fdb-4e04-857d-2e21f6e7a85e 2026-07-09 10:47:03.572 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-519ffd84-470d-4e1f-9a94-2418ed534993 e6731bb3c6874921bc763ae875ef69e5 a92dddae8c014d78b0e7cc16f66fd0ea - - default default] Tap Mirror: Handle Delete Port: 01f34b02-9fdb-4e04-857d-2e21f6e7a85e [pid: 7|app: 0|req: 1144/2367] 10.0.0.165 () {32 vars in 674 bytes} [Thu Jul 9 10:47:03 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2368] 10.0.0.165 () {32 vars in 686 bytes} [Thu Jul 9 10:47:03 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2369] 10.0.0.165 () {32 vars in 732 bytes} [Thu Jul 9 10:47:03 2026] DELETE /v2.0/floatingips/7538a231-b93a-4d11-a6b3-eeb752a96ec7 => generated 0 bytes in 254 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2370] 10.0.0.165 () {32 vars in 672 bytes} [Thu Jul 9 10:47:03 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2371] 10.0.0.165 () {32 vars in 686 bytes} [Thu Jul 9 10:47:03 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2372] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:47:03 2026] GET /v2.0/security-groups?tenant_id=36802722403a403e9284b0e12b0e4d52&name=default => generated 2929 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2373] 10.0.0.165 () {32 vars in 682 bytes} [Thu Jul 9 10:47:03 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2374] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:47:03 2026] DELETE /v2.0/security-groups/04640ff6-fc9d-4cf6-874e-1fef093c8110 => 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: 1228/2375] 10.0.0.165 () {32 vars in 694 bytes} [Thu Jul 9 10:47:04 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2376] 10.0.0.165 () {32 vars in 721 bytes} [Thu Jul 9 10:47:04 2026] GET /v2.0/routers/fcd63246-84fa-4561-810f-c101044db637 => generated 485 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2377] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:47:04 2026] GET /v2.0/security-groups?tenant_id=63450419bfe04f3e8c5870b6920c0f49&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2378] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:47:04 2026] DELETE /v2.0/security-groups/82be823e-fadd-461d-a30b-1dd835e75ef2 => 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: 1229/2379] 10.0.0.165 () {34 vars in 742 bytes} [Thu Jul 9 10:47:04 2026] PUT /v2.0/routers/fcd63246-84fa-4561-810f-c101044db637 => generated 485 bytes in 547 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2380] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:47:04 2026] GET /v2.0/security-groups?tenant_id=dd5771eed2be46dea534e2a63a588a86&name=default => generated 2929 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2381] 10.0.0.165 () {32 vars in 736 bytes} [Thu Jul 9 10:47:04 2026] GET /v2.0/ports?device_id=fcd63246-84fa-4561-810f-c101044db637 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2382] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:47:04 2026] GET /v2.0/security-groups?tenant_id=f6fba4c1c6ca479bbcea4e3d8cb0cb8b&name=default => generated 2929 bytes in 370 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2383] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:47:04 2026] DELETE /v2.0/security-groups/3e5648d0-5a76-449d-b3a5-5f50a8dea582 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:47:05.053 7 INFO neutron_taas.services.taas.taas_plugin [None req-5fc3f4cd-caa8-4a39-b9bc-8acd96d94c1c ff594078c2e447cd9081e3e54ea49fdf d24b101303ba4dbe8f44e428f9277583 - - default default] TaaS: Handle Delete Port: 2bbbccbc-8cb6-42da-bffe-3b499cdb02f3 2026-07-09 10:47:05.057 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5fc3f4cd-caa8-4a39-b9bc-8acd96d94c1c ff594078c2e447cd9081e3e54ea49fdf d24b101303ba4dbe8f44e428f9277583 - - default default] Tap Mirror: Handle Delete Port: 2bbbccbc-8cb6-42da-bffe-3b499cdb02f3 [pid: 8|app: 0|req: 1233/2384] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:47:04 2026] DELETE /v2.0/security-groups/e3cb00bb-bedd-45bf-b52b-4ca77abf011b => 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: 1152/2385] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:47:04 2026] DELETE /v2.0/routers/fcd63246-84fa-4561-810f-c101044db637 => generated 0 bytes in 484 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2386] 10.0.0.165 () {32 vars in 721 bytes} [Thu Jul 9 10:47:05 2026] GET /v2.0/routers/bccd09ff-3493-45c7-95cf-2883c3428191 => generated 493 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2387] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:47:05 2026] GET /v2.0/security-groups?tenant_id=a92dddae8c014d78b0e7cc16f66fd0ea&name=default => generated 2929 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2388] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:47:05 2026] DELETE /v2.0/security-groups/9acc44e0-750d-4b33-a4c7-bdc83d4a9b25 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2389] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:47:05 2026] GET /v2.0/security-groups?tenant_id=8421dca40bda44dd8bdfdaf6f87a7eaf&name=default => generated 2929 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2390] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:47:05 2026] DELETE /v2.0/security-groups/b0265ea4-3fe0-400a-af05-e0fbbbec9346 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2391] 10.0.0.165 () {34 vars in 742 bytes} [Thu Jul 9 10:47:05 2026] PUT /v2.0/routers/bccd09ff-3493-45c7-95cf-2883c3428191 => generated 493 bytes in 1257 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2392] 10.0.0.165 () {32 vars in 736 bytes} [Thu Jul 9 10:47:06 2026] GET /v2.0/ports?device_id=bccd09ff-3493-45c7-95cf-2883c3428191 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:47:06.926 7 INFO neutron_taas.services.taas.taas_plugin [None req-85b9587d-f4aa-4fb8-bf95-bbfa34dd17e9 ff594078c2e447cd9081e3e54ea49fdf d24b101303ba4dbe8f44e428f9277583 - - default default] TaaS: Handle Delete Port: 2937a7a4-9ea7-4d18-a308-15776e802c54 2026-07-09 10:47:06.930 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85b9587d-f4aa-4fb8-bf95-bbfa34dd17e9 ff594078c2e447cd9081e3e54ea49fdf d24b101303ba4dbe8f44e428f9277583 - - default default] Tap Mirror: Handle Delete Port: 2937a7a4-9ea7-4d18-a308-15776e802c54 [pid: 7|app: 0|req: 1155/2393] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:47:06 2026] DELETE /v2.0/routers/bccd09ff-3493-45c7-95cf-2883c3428191 => generated 0 bytes in 477 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2394] 10.0.0.165 () {32 vars in 721 bytes} [Thu Jul 9 10:47:07 2026] GET /v2.0/routers/6764bc92-f14b-4a54-945e-8070c39cdc18 => generated 502 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2395] 10.0.0.165 () {34 vars in 742 bytes} [Thu Jul 9 10:47:07 2026] PUT /v2.0/routers/6764bc92-f14b-4a54-945e-8070c39cdc18 => generated 502 bytes in 558 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2396] 10.0.0.165 () {32 vars in 736 bytes} [Thu Jul 9 10:47:07 2026] GET /v2.0/ports?device_id=6764bc92-f14b-4a54-945e-8070c39cdc18 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:47:08.072 7 INFO neutron_taas.services.taas.taas_plugin [None req-c315fbde-d748-4c1e-9e29-c49e6b247766 ff594078c2e447cd9081e3e54ea49fdf d24b101303ba4dbe8f44e428f9277583 - - default default] TaaS: Handle Delete Port: b26a46b9-d264-47a3-9ed7-9829a7e14573 2026-07-09 10:47:08.075 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c315fbde-d748-4c1e-9e29-c49e6b247766 ff594078c2e447cd9081e3e54ea49fdf d24b101303ba4dbe8f44e428f9277583 - - default default] Tap Mirror: Handle Delete Port: b26a46b9-d264-47a3-9ed7-9829a7e14573 [pid: 7|app: 0|req: 1157/2397] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:47:07 2026] DELETE /v2.0/routers/6764bc92-f14b-4a54-945e-8070c39cdc18 => generated 0 bytes in 437 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2398] 10.0.0.165 () {32 vars in 721 bytes} [Thu Jul 9 10:47:08 2026] GET /v2.0/routers/c127e5a0-effa-4fd7-bca9-3e364b90cd51 => generated 487 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2399] 10.0.0.165 () {34 vars in 678 bytes} [Thu Jul 9 10:47:08 2026] POST /v2.0/qos/policies => generated 359 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2400] 10.0.0.165 () {34 vars in 753 bytes} [Thu Jul 9 10:47:08 2026] PUT /v2.0/policies/1dfb51b6-4c30-4b95-a05f-3641394b2053/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2401] 10.0.0.165 () {34 vars in 742 bytes} [Thu Jul 9 10:47:08 2026] PUT /v2.0/routers/c127e5a0-effa-4fd7-bca9-3e364b90cd51 => generated 487 bytes in 539 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2402] 10.0.0.165 () {32 vars in 736 bytes} [Thu Jul 9 10:47:08 2026] GET /v2.0/ports?device_id=c127e5a0-effa-4fd7-bca9-3e364b90cd51 => 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: 1244/2405] 10.0.0.165 () {32 vars in 733 bytes} [Thu Jul 9 10:47:08 2026] GET /v2.0/policies/1dfb51b6-4c30-4b95-a05f-3641394b2053/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2406] 10.0.0.165 () {34 vars in 764 bytes} [Thu Jul 9 10:47:08 2026] PUT /v2.0/policies/1dfb51b6-4c30-4b95-a05f-3641394b2053/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: 1246/2407] 10.0.0.165 () {32 vars in 733 bytes} [Thu Jul 9 10:47:08 2026] GET /v2.0/policies/1dfb51b6-4c30-4b95-a05f-3641394b2053/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2408] 10.0.0.165 () {34 vars in 760 bytes} [Thu Jul 9 10:47:09 2026] PUT /v2.0/policies/1dfb51b6-4c30-4b95-a05f-3641394b2053/tags/red => generated 4 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2409] 10.0.0.165 () {32 vars in 733 bytes} [Thu Jul 9 10:47:09 2026] GET /v2.0/policies/1dfb51b6-4c30-4b95-a05f-3641394b2053/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:47:09.121 7 INFO neutron_taas.services.taas.taas_plugin [None req-3ce54170-9b19-4cb9-a064-f72c3d1d5dbd ff594078c2e447cd9081e3e54ea49fdf d24b101303ba4dbe8f44e428f9277583 - - default default] TaaS: Handle Delete Port: d92c9218-d881-4cd1-ac75-04629b67f393 2026-07-09 10:47:09.125 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ce54170-9b19-4cb9-a064-f72c3d1d5dbd ff594078c2e447cd9081e3e54ea49fdf d24b101303ba4dbe8f44e428f9277583 - - default default] Tap Mirror: Handle Delete Port: d92c9218-d881-4cd1-ac75-04629b67f393 [pid: 8|app: 0|req: 1249/2410] 10.0.0.165 () {34 vars in 782 bytes} [Thu Jul 9 10:47:09 2026] PUT /v2.0/policies/1dfb51b6-4c30-4b95-a05f-3641394b2053/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: 8|app: 0|req: 1250/2411] 10.0.0.165 () {32 vars in 733 bytes} [Thu Jul 9 10:47:09 2026] GET /v2.0/policies/1dfb51b6-4c30-4b95-a05f-3641394b2053/tags => generated 52 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2412] 10.0.0.165 () {34 vars in 753 bytes} [Thu Jul 9 10:47:09 2026] PUT /v2.0/policies/1dfb51b6-4c30-4b95-a05f-3641394b2053/tags => generated 37 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2413] 10.0.0.165 () {32 vars in 733 bytes} [Thu Jul 9 10:47:09 2026] GET /v2.0/policies/1dfb51b6-4c30-4b95-a05f-3641394b2053/tags => generated 37 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2414] 10.0.0.165 () {32 vars in 741 bytes} [Thu Jul 9 10:47:09 2026] GET /v2.0/policies/1dfb51b6-4c30-4b95-a05f-3641394b2053/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2415] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:47:08 2026] DELETE /v2.0/routers/c127e5a0-effa-4fd7-bca9-3e364b90cd51 => generated 0 bytes in 439 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:47:09.399 8 INFO neutron.api.v2.resource [None req-9edc4bb9-50b1-4edb-806d-0f12aee9483d 790cd3cc9162489cab9f3d0fa1e33929 4366d0b989a6429a82729dcd05613351 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1254/2416] 10.0.0.165 () {32 vars in 745 bytes} [Thu Jul 9 10:47:09 2026] GET /v2.0/policies/1dfb51b6-4c30-4b95-a05f-3641394b2053/tags/green => generated 99 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2417] 10.0.0.165 () {32 vars in 721 bytes} [Thu Jul 9 10:47:09 2026] GET /v2.0/routers/9ee28a1c-771f-4574-bd0d-8f1452c0bb5b => generated 480 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2418] 10.0.0.165 () {32 vars in 744 bytes} [Thu Jul 9 10:47:09 2026] DELETE /v2.0/policies/1dfb51b6-4c30-4b95-a05f-3641394b2053/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2419] 10.0.0.165 () {32 vars in 733 bytes} [Thu Jul 9 10:47:09 2026] GET /v2.0/policies/1dfb51b6-4c30-4b95-a05f-3641394b2053/tags => generated 30 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:47:09.527 8 INFO neutron.api.v2.resource [None req-e78652fe-e3c5-4883-9573-9618ba3cb7f8 790cd3cc9162489cab9f3d0fa1e33929 4366d0b989a6429a82729dcd05613351 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1257/2420] 10.0.0.165 () {32 vars in 748 bytes} [Thu Jul 9 10:47:09 2026] DELETE /v2.0/policies/1dfb51b6-4c30-4b95-a05f-3641394b2053/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2421] 10.0.0.165 () {32 vars in 736 bytes} [Thu Jul 9 10:47:09 2026] DELETE /v2.0/policies/1dfb51b6-4c30-4b95-a05f-3641394b2053/tags => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2422] 10.0.0.165 () {32 vars in 733 bytes} [Thu Jul 9 10:47:09 2026] GET /v2.0/policies/1dfb51b6-4c30-4b95-a05f-3641394b2053/tags => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2423] 10.0.0.165 () {32 vars in 734 bytes} [Thu Jul 9 10:47:09 2026] DELETE /v2.0/qos/policies/1dfb51b6-4c30-4b95-a05f-3641394b2053 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2424] 10.0.0.165 () {34 vars in 742 bytes} [Thu Jul 9 10:47:09 2026] PUT /v2.0/routers/9ee28a1c-771f-4574-bd0d-8f1452c0bb5b => generated 480 bytes in 643 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2425] 10.0.0.165 () {32 vars in 736 bytes} [Thu Jul 9 10:47:10 2026] GET /v2.0/ports?device_id=9ee28a1c-771f-4574-bd0d-8f1452c0bb5b => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:47:10.290 7 INFO neutron_taas.services.taas.taas_plugin [None req-19aeed66-3e56-4837-9c3a-ac1f486fbbf3 ff594078c2e447cd9081e3e54ea49fdf d24b101303ba4dbe8f44e428f9277583 - - default default] TaaS: Handle Delete Port: cad9ea12-2910-43c0-a11e-5d0cbe59939e 2026-07-09 10:47:10.293 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19aeed66-3e56-4837-9c3a-ac1f486fbbf3 ff594078c2e447cd9081e3e54ea49fdf d24b101303ba4dbe8f44e428f9277583 - - default default] Tap Mirror: Handle Delete Port: cad9ea12-2910-43c0-a11e-5d0cbe59939e 2026-07-09 10:47:10.624 7 INFO neutron.services.segments.plugin [-] Segment 5fe9a630-4b24-4e4b-84e3-689910ff6055 resource provider aggregate not found 2026-07-09 10:47:10.631 7 INFO neutron.services.segments.plugin [-] Segment 5fe9a630-4b24-4e4b-84e3-689910ff6055 resource provider aggregate not found 2026-07-09 10:47:10.652 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5fe9a630-4b24-4e4b-84e3-689910ff6055 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5fe9a630-4b24-4e4b-84e3-689910ff6055 found for delete ", "request_id": "req-527d6e7e-c1a6-402f-a144-28c62a586919"}]} 2026-07-09 10:47:10.656 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5fe9a630-4b24-4e4b-84e3-689910ff6055 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5fe9a630-4b24-4e4b-84e3-689910ff6055 found for delete ", "request_id": "req-05407921-b617-4fda-a631-70784dbe4eec"}]} 2026-07-09 10:47:10.670 7 INFO neutron.db.l3_hamode_db [None req-19aeed66-3e56-4837-9c3a-ac1f486fbbf3 ff594078c2e447cd9081e3e54ea49fdf d24b101303ba4dbe8f44e428f9277583 - - default default] HA network 6788164b-10ac-481d-a698-285efbc1950c was deleted as no HA routers are present in tenant d24b101303ba4dbe8f44e428f9277583. [pid: 7|app: 0|req: 1165/2426] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:47:10 2026] DELETE /v2.0/routers/9ee28a1c-771f-4574-bd0d-8f1452c0bb5b => generated 0 bytes in 567 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2427] 10.0.0.165 () {34 vars in 678 bytes} [Thu Jul 9 10:47:10 2026] POST /v2.0/qos/policies => generated 359 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2428] 10.0.0.165 () {34 vars in 678 bytes} [Thu Jul 9 10:47:10 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) [pid: 8|app: 0|req: 1264/2429] 10.0.0.165 () {34 vars in 678 bytes} [Thu Jul 9 10:47:10 2026] POST /v2.0/qos/policies => generated 359 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2430] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:47:10 2026] GET /v2.0/security-groups?tenant_id=a967bebcea4048d188c75bdeec60a153&name=default => generated 2929 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2431] 10.0.0.165 () {34 vars in 678 bytes} [Thu Jul 9 10:47:10 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: 8|app: 0|req: 1266/2432] 10.0.0.165 () {34 vars in 678 bytes} [Thu Jul 9 10:47:10 2026] POST /v2.0/qos/policies => generated 359 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2433] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:47:10 2026] DELETE /v2.0/security-groups/86e63c4b-6d2b-47a9-9736-6f15302c20cc => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2434] 10.0.0.165 () {34 vars in 753 bytes} [Thu Jul 9 10:47:10 2026] PUT /v2.0/policies/f6d18e3f-b1e1-4921-958f-947419f0880f/tags => generated 17 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2435] 10.0.0.165 () {34 vars in 753 bytes} [Thu Jul 9 10:47:11 2026] PUT /v2.0/policies/643f6121-4ca1-4ac4-8736-61f065c33efe/tags => generated 25 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2436] 10.0.0.165 () {34 vars in 753 bytes} [Thu Jul 9 10:47:11 2026] PUT /v2.0/policies/47c48b00-3283-4703-bf0a-f61b39c0ec5d/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2437] 10.0.0.165 () {34 vars in 753 bytes} [Thu Jul 9 10:47:11 2026] PUT /v2.0/policies/31a7c2b8-415a-4f18-b028-145f6adfdb10/tags => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2438] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:47:11 2026] GET /v2.0/security-groups?tenant_id=4366d0b989a6429a82729dcd05613351&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2439] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:47:11 2026] DELETE /v2.0/security-groups/aa2b3e14-86a0-415e-8ee9-ad5b9b18c1e2 => 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: 1171/2440] 10.0.0.165 () {32 vars in 674 bytes} [Thu Jul 9 10:47:11 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2441] 10.0.0.165 () {32 vars in 688 bytes} [Thu Jul 9 10:47:11 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2442] 10.0.0.165 () {32 vars in 684 bytes} [Thu Jul 9 10:47:11 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2443] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:47:11 2026] GET /v2.0/security-groups?tenant_id=d24b101303ba4dbe8f44e428f9277583&name=default => generated 2929 bytes in 424 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2444] 10.0.0.165 () {32 vars in 696 bytes} [Thu Jul 9 10:47:11 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2445] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:47:11 2026] DELETE /v2.0/security-groups/d1541183-13be-4c30-bcdc-eb46ee906174 => 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: 1175/2446] 10.0.0.165 () {32 vars in 682 bytes} [Thu Jul 9 10:47:12 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2447] 10.0.0.165 () {32 vars in 696 bytes} [Thu Jul 9 10:47:12 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2448] 10.0.0.165 () {32 vars in 692 bytes} [Thu Jul 9 10:47:12 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2449] 10.0.0.165 () {32 vars in 704 bytes} [Thu Jul 9 10:47:12 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2450] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:47:12 2026] GET /v2.0/security-groups?tenant_id=199e53327ccf47879ef85ed0e67313ea&name=default => generated 2929 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2451] 10.0.0.165 () {32 vars in 734 bytes} [Thu Jul 9 10:47:12 2026] DELETE /v2.0/qos/policies/f6d18e3f-b1e1-4921-958f-947419f0880f => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2452] 10.0.0.165 () {32 vars in 734 bytes} [Thu Jul 9 10:47:12 2026] DELETE /v2.0/qos/policies/643f6121-4ca1-4ac4-8736-61f065c33efe => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2453] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:47:12 2026] DELETE /v2.0/security-groups/43972fd1-58a4-4e84-a7f5-b73b15768857 => 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: 1277/2454] 10.0.0.165 () {32 vars in 734 bytes} [Thu Jul 9 10:47:12 2026] DELETE /v2.0/qos/policies/47c48b00-3283-4703-bf0a-f61b39c0ec5d => 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: 1178/2455] 10.0.0.165 () {32 vars in 734 bytes} [Thu Jul 9 10:47:12 2026] DELETE /v2.0/qos/policies/31a7c2b8-415a-4f18-b028-145f6adfdb10 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2456] 10.0.0.165 () {32 vars in 734 bytes} [Thu Jul 9 10:47:12 2026] DELETE /v2.0/qos/policies/4c3bf9b1-fb93-4a41-b945-7aa389bfc3b7 => 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: 1278/2457] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:47:12 2026] GET /v2.0/security-groups?tenant_id=6772dfdeb45a47c89142590942c45242&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2458] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:47:12 2026] DELETE /v2.0/security-groups/839340d8-330c-4210-b7f7-0759a6836ea6 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2459] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:47:13 2026] GET /v2.0/security-groups?tenant_id=f0bd97ecd6d44a2d804441fe8c1d1907&name=default => generated 2929 bytes in 311 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2460] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:47:13 2026] DELETE /v2.0/security-groups/e915384f-c5fe-4db6-a1ec-cbb063be6e29 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2461] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:47:14 2026] GET /v2.0/security-groups?tenant_id=80c7b1e4025d408692947ec72ea8ba05&name=default => generated 2929 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2462] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:47:14 2026] DELETE /v2.0/security-groups/2799257b-9a37-4ad2-b6dd-5b795b44eee0 => 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: 1281/2463] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:47:14 2026] GET /v2.0/security-groups?tenant_id=1bbb0522c2fa4c52a262aee869ab6d10&name=default => generated 2929 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2464] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:47:14 2026] DELETE /v2.0/security-groups/7ac219fe-db28-484d-9e2f-a97b6f4a1773 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:47:16.658 8 INFO neutron.db.segments_db [None req-d28b7576-3c5e-46ad-969f-3cc59eb4ed30 aceb58b45d424cac82986dcda8bb3814 1b5ad609044e411b80e2a6247c5c8190 - - default default] Added segment 501269fd-4b07-4696-8630-4f19b5c4918b of type vxlan for network fa21f25e-c4c7-439b-9d12-500068c38ac3 [pid: 8|app: 0|req: 1282/2465] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:47:16 2026] POST /v2.0/networks => generated 631 bytes in 431 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2466] 10.0.0.165 () {34 vars in 753 bytes} [Thu Jul 9 10:47:16 2026] PUT /v2.0/networks/fa21f25e-c4c7-439b-9d12-500068c38ac3/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2467] 10.0.0.165 () {32 vars in 733 bytes} [Thu Jul 9 10:47:16 2026] GET /v2.0/networks/fa21f25e-c4c7-439b-9d12-500068c38ac3/tags => generated 25 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2468] 10.0.0.165 () {34 vars in 764 bytes} [Thu Jul 9 10:47:16 2026] PUT /v2.0/networks/fa21f25e-c4c7-439b-9d12-500068c38ac3/tags/green => generated 4 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2469] 10.0.0.165 () {32 vars in 733 bytes} [Thu Jul 9 10:47:17 2026] GET /v2.0/networks/fa21f25e-c4c7-439b-9d12-500068c38ac3/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: 1186/2470] 10.0.0.165 () {34 vars in 760 bytes} [Thu Jul 9 10:47:17 2026] PUT /v2.0/networks/fa21f25e-c4c7-439b-9d12-500068c38ac3/tags/red => generated 4 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2471] 10.0.0.165 () {32 vars in 733 bytes} [Thu Jul 9 10:47:17 2026] GET /v2.0/networks/fa21f25e-c4c7-439b-9d12-500068c38ac3/tags => generated 34 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2472] 10.0.0.165 () {34 vars in 782 bytes} [Thu Jul 9 10:47:17 2026] PUT /v2.0/networks/fa21f25e-c4c7-439b-9d12-500068c38ac3/tags/black.or.white => generated 4 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2473] 10.0.0.165 () {32 vars in 733 bytes} [Thu Jul 9 10:47:17 2026] GET /v2.0/networks/fa21f25e-c4c7-439b-9d12-500068c38ac3/tags => generated 52 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2474] 10.0.0.165 () {34 vars in 753 bytes} [Thu Jul 9 10:47:17 2026] PUT /v2.0/networks/fa21f25e-c4c7-439b-9d12-500068c38ac3/tags => generated 37 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2475] 10.0.0.165 () {32 vars in 733 bytes} [Thu Jul 9 10:47:17 2026] GET /v2.0/networks/fa21f25e-c4c7-439b-9d12-500068c38ac3/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2476] 10.0.0.165 () {32 vars in 741 bytes} [Thu Jul 9 10:47:17 2026] GET /v2.0/networks/fa21f25e-c4c7-439b-9d12-500068c38ac3/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:47:17.633 8 INFO neutron.api.v2.resource [None req-f4735f32-e0d3-487e-9180-0decc4d4a359 aceb58b45d424cac82986dcda8bb3814 1b5ad609044e411b80e2a6247c5c8190 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1288/2477] 10.0.0.165 () {32 vars in 745 bytes} [Thu Jul 9 10:47:17 2026] GET /v2.0/networks/fa21f25e-c4c7-439b-9d12-500068c38ac3/tags/green => generated 99 bytes in 84 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2478] 10.0.0.165 () {32 vars in 744 bytes} [Thu Jul 9 10:47:17 2026] DELETE /v2.0/networks/fa21f25e-c4c7-439b-9d12-500068c38ac3/tags/red => 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: 1289/2479] 10.0.0.165 () {32 vars in 733 bytes} [Thu Jul 9 10:47:17 2026] GET /v2.0/networks/fa21f25e-c4c7-439b-9d12-500068c38ac3/tags => generated 30 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:47:17.848 7 INFO neutron.api.v2.resource [None req-0b7db9e6-be70-430c-854c-f2f66b28802d aceb58b45d424cac82986dcda8bb3814 1b5ad609044e411b80e2a6247c5c8190 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1191/2480] 10.0.0.165 () {32 vars in 748 bytes} [Thu Jul 9 10:47:17 2026] DELETE /v2.0/networks/fa21f25e-c4c7-439b-9d12-500068c38ac3/tags/green => generated 99 bytes in 80 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2481] 10.0.0.165 () {32 vars in 736 bytes} [Thu Jul 9 10:47:17 2026] DELETE /v2.0/networks/fa21f25e-c4c7-439b-9d12-500068c38ac3/tags => 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: 1192/2482] 10.0.0.165 () {32 vars in 733 bytes} [Thu Jul 9 10:47:17 2026] GET /v2.0/networks/fa21f25e-c4c7-439b-9d12-500068c38ac3/tags => generated 12 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:47:18.150 8 INFO neutron.services.segments.plugin [-] Segment 501269fd-4b07-4696-8630-4f19b5c4918b resource provider aggregate not found 2026-07-09 10:47:18.159 8 INFO neutron.services.segments.plugin [-] Segment 501269fd-4b07-4696-8630-4f19b5c4918b resource provider aggregate not found 2026-07-09 10:47:18.176 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 501269fd-4b07-4696-8630-4f19b5c4918b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 501269fd-4b07-4696-8630-4f19b5c4918b found for delete ", "request_id": "req-788a62d3-23fd-4afb-ab68-fdae58ec223a"}]} 2026-07-09 10:47:18.180 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 501269fd-4b07-4696-8630-4f19b5c4918b resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 501269fd-4b07-4696-8630-4f19b5c4918b found for delete ", "request_id": "req-d002387f-a78e-4dcc-b438-4817250b1d97"}]} [pid: 8|app: 0|req: 1291/2483] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:47:18 2026] DELETE /v2.0/networks/fa21f25e-c4c7-439b-9d12-500068c38ac3 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2484] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:47:18 2026] GET /v2.0/security-groups?tenant_id=1b5ad609044e411b80e2a6247c5c8190&name=default => generated 2929 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2485] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:47:19 2026] DELETE /v2.0/security-groups/ffb5e255-354b-4ff0-bfc4-327f313913e6 => 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: 1194/2486] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:47:19 2026] GET /v2.0/security-groups?tenant_id=e400a5d32a9b428596773db764312a64&name=default => generated 2929 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2487] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:47:19 2026] DELETE /v2.0/security-groups/572aba23-18a4-4b94-9b9b-eca1024c7679 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:47:19.746 8 INFO neutron.db.segments_db [None req-7f5fac62-512e-42ab-b61a-a0abaf5acadb 5d13756cb778496ca6b7427793cf8131 a30c5fe40765443286104f99fb25f433 - - default default] Added segment bac74b6f-f049-4329-ada7-502ddfbe87c6 of type vxlan for network cda6690c-a1b1-46fb-8c6b-1a1a0e6b62e5 [pid: 8|app: 0|req: 1293/2488] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:47:19 2026] POST /v2.0/networks => generated 632 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2489] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:47:19 2026] POST /v2.0/subnets => generated 626 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:47:20.143 8 INFO neutron.db.segments_db [None req-7fdb664e-c7d7-49c6-a327-62b511ec0e7f 5d13756cb778496ca6b7427793cf8131 a30c5fe40765443286104f99fb25f433 - - default default] Added segment 12fb8173-d6e0-4fe1-960c-618eb4b0cb0a of type vxlan for network 5f14c034-9d52-4e49-9412-d1777ab7db50 [pid: 8|app: 0|req: 1294/2490] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:47:20 2026] POST /v2.0/networks => generated 632 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2491] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:47:20 2026] POST /v2.0/subnets => generated 629 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:47:20.554 8 INFO neutron.db.segments_db [None req-99e202e1-cdf5-479d-a80e-4b1903ab730b 5d13756cb778496ca6b7427793cf8131 a30c5fe40765443286104f99fb25f433 - - default default] Added segment d0e81f95-d765-4cf7-86eb-812727ca4189 of type vxlan for network 006c3551-2237-4f13-bfc2-d82e605707d8 [pid: 8|app: 0|req: 1295/2492] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:47:20 2026] POST /v2.0/networks => generated 632 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2493] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:47:20 2026] POST /v2.0/subnets => generated 629 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:47:20.989 8 INFO neutron.db.segments_db [None req-35eab0a4-cf7a-45c9-be33-57c00d94a63e 5d13756cb778496ca6b7427793cf8131 a30c5fe40765443286104f99fb25f433 - - default default] Added segment 68a6bceb-a34a-4aaa-bb1f-3b521c5c2325 of type vxlan for network 93b8aa26-71f6-486c-8188-1ce771ff3bb6 [pid: 8|app: 0|req: 1296/2494] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:47:20 2026] POST /v2.0/networks => generated 631 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2495] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:47:21 2026] POST /v2.0/subnets => generated 629 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:47:21.433 8 INFO neutron.db.segments_db [None req-b9c20a58-4aca-4d64-8140-38d80aa1dd10 5d13756cb778496ca6b7427793cf8131 a30c5fe40765443286104f99fb25f433 - - default default] Added segment e7e3429d-3508-43c7-a45a-625dbdce5aa2 of type vxlan for network ad9e7dcf-a00d-429b-a4dc-1bf73489d176 2026-07-09 10:47:21.459 7 INFO neutron.db.segments_db [None req-d0d1b847-c0cb-40e2-a341-9157e609815a 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] Added segment 87ab2227-b348-4a3c-a9b3-cadc6f6a410e of type vxlan for network c1146cc2-0ebc-4689-b485-1aaad7f76fd2 [pid: 8|app: 0|req: 1298/2496] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:47:21 2026] POST /v2.0/networks => generated 631 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2497] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:47:21 2026] POST /v2.0/networks => generated 639 bytes in 489 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2498] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:47:21 2026] POST /v2.0/subnets => generated 629 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2499] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:47:21 2026] POST /v2.0/subnets => generated 657 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2500] 10.0.0.165 () {34 vars in 751 bytes} [Thu Jul 9 10:47:21 2026] PUT /v2.0/subnets/e23653cc-d9e3-49e1-b680-987b3f4445f8/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: 1301/2501] 10.0.0.165 () {34 vars in 751 bytes} [Thu Jul 9 10:47:21 2026] PUT /v2.0/subnets/fe185a66-5b7a-4911-bb12-ada6c2405340/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: 1302/2502] 10.0.0.165 () {34 vars in 751 bytes} [Thu Jul 9 10:47:21 2026] PUT /v2.0/subnets/ecf98cea-0848-453f-b13d-79b898ab9657/tags => generated 34 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2503] 10.0.0.165 () {32 vars in 722 bytes} [Thu Jul 9 10:47:21 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2504] 10.0.0.165 () {34 vars in 751 bytes} [Thu Jul 9 10:47:22 2026] PUT /v2.0/subnets/ee7ee061-dfa1-449b-9f25-441e7818c9b7/tags => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2505] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:47:22 2026] POST /v2.0/subnets => generated 732 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:47:22.335 7 INFO neutron.db.segments_db [None req-090016d7-d27c-4e99-a51a-9f18d632d935 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] Added segment 6b77b5ea-fffa-4fa5-aab7-a39dacf1a055 of type vxlan for network 079bbb44-24e5-4ffb-9744-20964967a244 [pid: 7|app: 0|req: 1203/2506] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:47:22 2026] POST /v2.0/networks => generated 638 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2507] 10.0.0.165 () {32 vars in 664 bytes} [Thu Jul 9 10:47:22 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 545 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2508] 10.0.0.165 () {32 vars in 678 bytes} [Thu Jul 9 10:47:22 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2509] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:47:22 2026] POST /v2.0/subnets => generated 655 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2510] 10.0.0.165 () {32 vars in 674 bytes} [Thu Jul 9 10:47:22 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2511] 10.0.0.165 () {32 vars in 686 bytes} [Thu Jul 9 10:47:22 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2512] 10.0.0.165 () {32 vars in 672 bytes} [Thu Jul 9 10:47:22 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2513] 10.0.0.165 () {32 vars in 686 bytes} [Thu Jul 9 10:47:22 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2514] 10.0.0.165 () {32 vars in 682 bytes} [Thu Jul 9 10:47:22 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2515] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:47:22 2026] POST /v2.0/subnets => generated 726 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2516] 10.0.0.165 () {32 vars in 694 bytes} [Thu Jul 9 10:47:22 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:47:23.003 7 INFO neutron.db.segments_db [None req-9ea463d7-33d6-4461-8141-70254c2af420 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] Added segment 2a40e89f-63bc-46c9-8452-277288ba3c56 of type vxlan for network ee4cf2bf-aad1-4f8e-a7d3-06fdfda03323 [pid: 7|app: 0|req: 1206/2517] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:47:22 2026] POST /v2.0/networks => generated 638 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2518] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:47:22 2026] DELETE /v2.0/subnets/e23653cc-d9e3-49e1-b680-987b3f4445f8 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:47:23.341 7 INFO neutron.db.segments_db [None req-47419162-cd91-4386-a0b0-55489ebf611e 9e5590fec8874a96a346ff7a3076f37e 2bc77c7c030840bc9fe2abe45323e9f4 - - default default] Added segment 5bd26aef-7507-4a4f-87bb-626b99e05457 of type vxlan for network e47e72f4-0dcb-4c1b-889e-47834270897e [pid: 8|app: 0|req: 1313/2519] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:47:23 2026] POST /v2.0/subnets => generated 656 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2520] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:47:23 2026] DELETE /v2.0/subnets/fe185a66-5b7a-4911-bb12-ada6c2405340 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:47:23.678 7 INFO neutron.db.l3_hamode_db [None req-47419162-cd91-4386-a0b0-55489ebf611e 9e5590fec8874a96a346ff7a3076f37e 2bc77c7c030840bc9fe2abe45323e9f4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 10:47:23.802 7 INFO neutron.db.l3_hamode_db [None req-47419162-cd91-4386-a0b0-55489ebf611e 9e5590fec8874a96a346ff7a3076f37e 2bc77c7c030840bc9fe2abe45323e9f4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1315/2521] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:47:23 2026] POST /v2.0/subnets => generated 730 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2522] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:47:23 2026] DELETE /v2.0/subnets/ecf98cea-0848-453f-b13d-79b898ab9657 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:47:24.063 8 INFO neutron.db.segments_db [None req-a2e8b250-100e-4a83-a5ee-c70330ff1e10 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] Added segment 9d07737b-0b8b-462b-8fd1-c4141bc7783f of type vxlan for network 12759de2-edfd-429e-8a78-9cd106fe2eea 2026-07-09 10:47:24.302 8 INFO neutron.db.l3_hamode_db [None req-a2e8b250-100e-4a83-a5ee-c70330ff1e10 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1207/2523] 10.0.0.165 () {34 vars in 668 bytes} [Thu Jul 9 10:47:23 2026] POST /v2.0/routers => generated 474 bytes in 1352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2526] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:47:24 2026] DELETE /v2.0/subnets/ee7ee061-dfa1-449b-9f25-441e7818c9b7 => 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: 1211/2527] 10.0.0.165 () {34 vars in 751 bytes} [Thu Jul 9 10:47:24 2026] PUT /v2.0/routers/1098bc00-0bf7-4767-bdf4-17975db59f6e/tags => generated 25 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2528] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:47:24 2026] DELETE /v2.0/subnets/7bb50b3b-fed6-496c-8c02-0f1a6d26f7ab => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2529] 10.0.0.165 () {32 vars in 731 bytes} [Thu Jul 9 10:47:24 2026] GET /v2.0/routers/1098bc00-0bf7-4767-bdf4-17975db59f6e/tags => generated 25 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:47:25.037 7 INFO neutron_taas.services.taas.taas_plugin [None req-cc74f2c1-53cf-452f-ab9b-fe622ca1b0e1 5d13756cb778496ca6b7427793cf8131 a30c5fe40765443286104f99fb25f433 - - default default] TaaS: Handle Delete Port: bf9a1db4-2707-409a-8af5-1847754eceac 2026-07-09 10:47:25.040 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc74f2c1-53cf-452f-ab9b-fe622ca1b0e1 5d13756cb778496ca6b7427793cf8131 a30c5fe40765443286104f99fb25f433 - - default default] Tap Mirror: Handle Delete Port: bf9a1db4-2707-409a-8af5-1847754eceac 2026-07-09 10:47:25.169 8 INFO neutron.db.l3_hamode_db [None req-a2e8b250-100e-4a83-a5ee-c70330ff1e10 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-09 10:47:25.283 7 INFO neutron.services.segments.plugin [-] Segment bac74b6f-f049-4329-ada7-502ddfbe87c6 resource provider aggregate not found 2026-07-09 10:47:25.287 7 INFO neutron.services.segments.plugin [-] Segment bac74b6f-f049-4329-ada7-502ddfbe87c6 resource provider aggregate not found 2026-07-09 10:47:25.306 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment bac74b6f-f049-4329-ada7-502ddfbe87c6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bac74b6f-f049-4329-ada7-502ddfbe87c6 found for delete ", "request_id": "req-a088a7ba-79ef-4dcc-9dd9-41ec27c89fa1"}]} 2026-07-09 10:47:25.308 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment bac74b6f-f049-4329-ada7-502ddfbe87c6 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bac74b6f-f049-4329-ada7-502ddfbe87c6 found for delete ", "request_id": "req-e3711a07-b05d-40fe-b86c-fa3ffd8bdfad"}]} [pid: 7|app: 0|req: 1214/2530] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:47:24 2026] DELETE /v2.0/networks/cda6690c-a1b1-46fb-8c6b-1a1a0e6b62e5 => generated 0 bytes in 403 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2531] 10.0.0.165 () {34 vars in 762 bytes} [Thu Jul 9 10:47:25 2026] PUT /v2.0/routers/1098bc00-0bf7-4767-bdf4-17975db59f6e/tags/green => generated 4 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2532] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:47:25 2026] DELETE /v2.0/networks/5f14c034-9d52-4e49-9412-d1777ab7db50 => 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: 1217/2533] 10.0.0.165 () {32 vars in 731 bytes} [Thu Jul 9 10:47:25 2026] GET /v2.0/routers/1098bc00-0bf7-4767-bdf4-17975db59f6e/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: 1218/2534] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:47:25 2026] DELETE /v2.0/networks/006c3551-2237-4f13-bfc2-d82e605707d8 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2535] 10.0.0.165 () {34 vars in 758 bytes} [Thu Jul 9 10:47:25 2026] PUT /v2.0/routers/1098bc00-0bf7-4767-bdf4-17975db59f6e/tags/red => generated 4 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2536] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:47:26 2026] DELETE /v2.0/networks/93b8aa26-71f6-486c-8188-1ce771ff3bb6 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2537] 10.0.0.165 () {32 vars in 731 bytes} [Thu Jul 9 10:47:26 2026] GET /v2.0/routers/1098bc00-0bf7-4767-bdf4-17975db59f6e/tags => generated 34 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2538] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:47:24 2026] POST /v2.0/routers => generated 684 bytes in 2219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2539] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:47:26 2026] DELETE /v2.0/networks/ad9e7dcf-a00d-429b-a4dc-1bf73489d176 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2540] 10.0.0.165 () {34 vars in 780 bytes} [Thu Jul 9 10:47:26 2026] PUT /v2.0/routers/1098bc00-0bf7-4767-bdf4-17975db59f6e/tags/black.or.white => generated 4 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2541] 10.0.0.165 () {32 vars in 731 bytes} [Thu Jul 9 10:47:26 2026] GET /v2.0/routers/1098bc00-0bf7-4767-bdf4-17975db59f6e/tags => generated 52 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2542] 10.0.0.165 () {34 vars in 751 bytes} [Thu Jul 9 10:47:26 2026] PUT /v2.0/routers/1098bc00-0bf7-4767-bdf4-17975db59f6e/tags => generated 37 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2543] 10.0.0.165 () {32 vars in 731 bytes} [Thu Jul 9 10:47:26 2026] GET /v2.0/routers/1098bc00-0bf7-4767-bdf4-17975db59f6e/tags => generated 37 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2544] 10.0.0.165 () {32 vars in 739 bytes} [Thu Jul 9 10:47:26 2026] GET /v2.0/routers/1098bc00-0bf7-4767-bdf4-17975db59f6e/tags/red => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:47:26.912 8 INFO neutron.api.v2.resource [None req-5b1ae9d8-fd17-4f5a-ac55-2e88b418a8a9 9e5590fec8874a96a346ff7a3076f37e 2bc77c7c030840bc9fe2abe45323e9f4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1323/2545] 10.0.0.165 () {32 vars in 743 bytes} [Thu Jul 9 10:47:26 2026] GET /v2.0/routers/1098bc00-0bf7-4767-bdf4-17975db59f6e/tags/green => generated 99 bytes in 118 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2546] 10.0.0.165 () {32 vars in 742 bytes} [Thu Jul 9 10:47:26 2026] DELETE /v2.0/routers/1098bc00-0bf7-4767-bdf4-17975db59f6e/tags/red => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2547] 10.0.0.165 () {32 vars in 731 bytes} [Thu Jul 9 10:47:27 2026] GET /v2.0/routers/1098bc00-0bf7-4767-bdf4-17975db59f6e/tags => generated 30 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:47:27.340 7 INFO neutron.services.segments.plugin [-] Segment 12fb8173-d6e0-4fe1-960c-618eb4b0cb0a resource provider aggregate not found 2026-07-09 10:47:27.345 7 INFO neutron.services.segments.plugin [-] Segment 12fb8173-d6e0-4fe1-960c-618eb4b0cb0a resource provider aggregate not found 2026-07-09 10:47:27.366 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 12fb8173-d6e0-4fe1-960c-618eb4b0cb0a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12fb8173-d6e0-4fe1-960c-618eb4b0cb0a found for delete ", "request_id": "req-68a82bb0-0b94-4851-b070-4290d032e412"}]} 2026-07-09 10:47:27.370 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 12fb8173-d6e0-4fe1-960c-618eb4b0cb0a resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12fb8173-d6e0-4fe1-960c-618eb4b0cb0a found for delete ", "request_id": "req-a73ad8a7-731e-4ecb-bd6f-c2227b499733"}]} 2026-07-09 10:47:27.397 7 INFO neutron.services.segments.plugin [-] Segment d0e81f95-d765-4cf7-86eb-812727ca4189 resource provider aggregate not found 2026-07-09 10:47:27.398 7 INFO neutron.services.segments.plugin [-] Segment d0e81f95-d765-4cf7-86eb-812727ca4189 resource provider aggregate not found 2026-07-09 10:47:27.436 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment d0e81f95-d765-4cf7-86eb-812727ca4189 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d0e81f95-d765-4cf7-86eb-812727ca4189 found for delete ", "request_id": "req-29602794-1f91-44b4-81af-3a416b4e51fc"}]} 2026-07-09 10:47:27.441 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment d0e81f95-d765-4cf7-86eb-812727ca4189 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d0e81f95-d765-4cf7-86eb-812727ca4189 found for delete ", "request_id": "req-d830bf14-fe29-47bf-bd83-9c559204a7a7"}]} 2026-07-09 10:47:27.474 7 INFO neutron.services.segments.plugin [-] Segment 68a6bceb-a34a-4aaa-bb1f-3b521c5c2325 resource provider aggregate not found 2026-07-09 10:47:27.483 7 INFO neutron.services.segments.plugin [-] Segment 68a6bceb-a34a-4aaa-bb1f-3b521c5c2325 resource provider aggregate not found 2026-07-09 10:47:27.512 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 68a6bceb-a34a-4aaa-bb1f-3b521c5c2325 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68a6bceb-a34a-4aaa-bb1f-3b521c5c2325 found for delete ", "request_id": "req-900a96e2-d524-4cbf-b551-6cb8da127764"}]} 2026-07-09 10:47:27.517 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 68a6bceb-a34a-4aaa-bb1f-3b521c5c2325 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68a6bceb-a34a-4aaa-bb1f-3b521c5c2325 found for delete ", "request_id": "req-d4c3510e-2e4f-45d5-b07c-b993009259d4"}]} 2026-07-09 10:47:27.549 7 INFO neutron.services.segments.plugin [-] Segment e7e3429d-3508-43c7-a45a-625dbdce5aa2 resource provider aggregate not found 2026-07-09 10:47:27.549 7 INFO neutron.services.segments.plugin [-] Segment e7e3429d-3508-43c7-a45a-625dbdce5aa2 resource provider aggregate not found 2026-07-09 10:47:27.583 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e7e3429d-3508-43c7-a45a-625dbdce5aa2 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7e3429d-3508-43c7-a45a-625dbdce5aa2 found for delete ", "request_id": "req-7ecdbbc3-3f2a-457e-9da0-5629365c211d"}]} 2026-07-09 10:47:27.583 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment e7e3429d-3508-43c7-a45a-625dbdce5aa2 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7e3429d-3508-43c7-a45a-625dbdce5aa2 found for delete ", "request_id": "req-5cf8eba4-8f95-4070-8bfc-02232391d49a"}]} [pid: 8|app: 0|req: 1326/2548] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:47:27 2026] GET /v2.0/security-groups?tenant_id=517d8e95b5ca4d87af69b6c12e7bf7b2&name=default => generated 2929 bytes in 406 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:47:27.723 8 INFO neutron.api.v2.resource [None req-83d6b8bc-1c65-4b02-82fb-38808207cdfc 9e5590fec8874a96a346ff7a3076f37e 2bc77c7c030840bc9fe2abe45323e9f4 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1327/2549] 10.0.0.165 () {32 vars in 746 bytes} [Thu Jul 9 10:47:27 2026] DELETE /v2.0/routers/1098bc00-0bf7-4767-bdf4-17975db59f6e/tags/green => generated 99 bytes in 114 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2550] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:47:27 2026] DELETE /v2.0/security-groups/46da18a2-8380-43dc-85d2-9ba82acdbf1f => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2551] 10.0.0.165 () {34 vars in 783 bytes} [Thu Jul 9 10:47:26 2026] PUT /v2.0/routers/dc0e9190-b41f-4551-a24c-4ec0aec49dcb/add_router_interface => generated 309 bytes in 1579 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2552] 10.0.0.165 () {32 vars in 734 bytes} [Thu Jul 9 10:47:27 2026] DELETE /v2.0/routers/1098bc00-0bf7-4767-bdf4-17975db59f6e/tags => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2553] 10.0.0.165 () {32 vars in 731 bytes} [Thu Jul 9 10:47:27 2026] GET /v2.0/routers/1098bc00-0bf7-4767-bdf4-17975db59f6e/tags => generated 12 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2554] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:47:28 2026] GET /v2.0/security-groups?tenant_id=a30c5fe40765443286104f99fb25f433&name=default => generated 2929 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2555] 10.0.0.165 () {32 vars in 721 bytes} [Thu Jul 9 10:47:28 2026] GET /v2.0/routers/1098bc00-0bf7-4767-bdf4-17975db59f6e => generated 480 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2556] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:47:28 2026] DELETE /v2.0/security-groups/10a264bf-0f00-48f4-afcd-ffd475b73392 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2557] 10.0.0.165 () {34 vars in 742 bytes} [Thu Jul 9 10:47:28 2026] PUT /v2.0/routers/1098bc00-0bf7-4767-bdf4-17975db59f6e => generated 480 bytes in 476 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2558] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:47:28 2026] GET /v2.0/security-groups?tenant_id=189f1615695a4b3dbc3bd0e421ffa87c&name=default => generated 2929 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2559] 10.0.0.165 () {32 vars in 736 bytes} [Thu Jul 9 10:47:28 2026] GET /v2.0/ports?device_id=1098bc00-0bf7-4767-bdf4-17975db59f6e => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2560] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:47:28 2026] DELETE /v2.0/security-groups/aa1acc86-4c25-4ff7-af2d-5bd706c4b8c7 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:47:29.166 8 INFO neutron_taas.services.taas.taas_plugin [None req-399a0d1a-d4f3-4ef1-a7ee-b6055f4a2330 9e5590fec8874a96a346ff7a3076f37e 2bc77c7c030840bc9fe2abe45323e9f4 - - default default] TaaS: Handle Delete Port: d3ff7e71-cc98-4601-b86a-9105043d9654 2026-07-09 10:47:29.171 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-399a0d1a-d4f3-4ef1-a7ee-b6055f4a2330 9e5590fec8874a96a346ff7a3076f37e 2bc77c7c030840bc9fe2abe45323e9f4 - - default default] Tap Mirror: Handle Delete Port: d3ff7e71-cc98-4601-b86a-9105043d9654 [pid: 7|app: 0|req: 1224/2561] 10.0.0.165 () {34 vars in 783 bytes} [Thu Jul 9 10:47:27 2026] PUT /v2.0/routers/dc0e9190-b41f-4551-a24c-4ec0aec49dcb/add_router_interface => generated 309 bytes in 1516 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:47:29.536 8 INFO neutron.services.segments.plugin [-] Segment 5bd26aef-7507-4a4f-87bb-626b99e05457 resource provider aggregate not found 2026-07-09 10:47:29.542 8 INFO neutron.services.segments.plugin [-] Segment 5bd26aef-7507-4a4f-87bb-626b99e05457 resource provider aggregate not found 2026-07-09 10:47:29.573 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5bd26aef-7507-4a4f-87bb-626b99e05457 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5bd26aef-7507-4a4f-87bb-626b99e05457 found for delete ", "request_id": "req-25f23ffe-0591-48fc-9f00-0119c4f6ee58"}]} 2026-07-09 10:47:29.583 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 5bd26aef-7507-4a4f-87bb-626b99e05457 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5bd26aef-7507-4a4f-87bb-626b99e05457 found for delete ", "request_id": "req-07098a69-3f50-4cfb-85c7-dd65534f938e"}]} 2026-07-09 10:47:29.586 8 INFO neutron.db.l3_hamode_db [None req-399a0d1a-d4f3-4ef1-a7ee-b6055f4a2330 9e5590fec8874a96a346ff7a3076f37e 2bc77c7c030840bc9fe2abe45323e9f4 - - default default] HA network e47e72f4-0dcb-4c1b-889e-47834270897e was deleted as no HA routers are present in tenant 2bc77c7c030840bc9fe2abe45323e9f4. [pid: 8|app: 0|req: 1338/2562] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:47:28 2026] DELETE /v2.0/routers/1098bc00-0bf7-4767-bdf4-17975db59f6e => generated 0 bytes in 635 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2563] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:47:30 2026] GET /v2.0/security-groups?tenant_id=bf2f582a08164f35a7305a119a10d4f7&name=default => generated 2929 bytes in 390 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2564] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:47:30 2026] DELETE /v2.0/security-groups/861c4012-46cb-4bf0-93c6-333e5643906e => 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: 1225/2565] 10.0.0.165 () {34 vars in 783 bytes} [Thu Jul 9 10:47:29 2026] PUT /v2.0/routers/dc0e9190-b41f-4551-a24c-4ec0aec49dcb/add_router_interface => generated 309 bytes in 1561 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2566] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:47:30 2026] GET /v2.0/security-groups?tenant_id=2bc77c7c030840bc9fe2abe45323e9f4&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: 1342/2567] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:47:31 2026] DELETE /v2.0/security-groups/984898b5-35ad-4a37-a25b-28db6bfbd198 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2568] 10.0.0.165 () {34 vars in 684 bytes} [Thu Jul 9 10:47:31 2026] POST /v2.0/security-groups => generated 1629 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2569] 10.0.0.165 () {34 vars in 695 bytes} [Thu Jul 9 10:47:31 2026] POST /v2.0/security-group-rules => generated 597 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2570] 10.0.0.165 () {34 vars in 695 bytes} [Thu Jul 9 10:47:31 2026] POST /v2.0/security-group-rules => generated 597 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2571] 10.0.0.165 () {34 vars in 695 bytes} [Thu Jul 9 10:47:31 2026] POST /v2.0/security-group-rules => generated 599 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2572] 10.0.0.165 () {34 vars in 695 bytes} [Thu Jul 9 10:47:31 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: 8|app: 0|req: 1345/2573] 10.0.0.165 () {34 vars in 695 bytes} [Thu Jul 9 10:47:31 2026] POST /v2.0/security-group-rules => generated 601 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2574] 10.0.0.165 () {34 vars in 695 bytes} [Thu Jul 9 10:47:31 2026] POST /v2.0/security-group-rules => generated 597 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2575] 10.0.0.165 () {34 vars in 695 bytes} [Thu Jul 9 10:47:32 2026] POST /v2.0/security-group-rules => generated 597 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2576] 10.0.0.165 () {34 vars in 695 bytes} [Thu Jul 9 10:47:32 2026] POST /v2.0/security-group-rules => generated 597 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2577] 10.0.0.165 () {34 vars in 695 bytes} [Thu Jul 9 10:47:32 2026] POST /v2.0/security-group-rules => generated 599 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2578] 10.0.0.165 () {34 vars in 695 bytes} [Thu Jul 9 10:47:32 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: 1349/2579] 10.0.0.165 () {34 vars in 695 bytes} [Thu Jul 9 10:47:32 2026] POST /v2.0/security-group-rules => generated 597 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2580] 10.0.0.165 () {34 vars in 684 bytes} [Thu Jul 9 10:47:32 2026] POST /v2.0/security-groups => generated 1603 bytes in 430 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2581] 10.0.0.165 () {34 vars in 767 bytes} [Thu Jul 9 10:47:33 2026] PUT /v2.0/security-groups/82c30ca8-b0a7-458f-b028-5691c1520ea1/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2582] 10.0.0.165 () {32 vars in 747 bytes} [Thu Jul 9 10:47:33 2026] GET /v2.0/security-groups/82c30ca8-b0a7-458f-b028-5691c1520ea1/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2583] 10.0.0.165 () {34 vars in 778 bytes} [Thu Jul 9 10:47:33 2026] PUT /v2.0/security-groups/82c30ca8-b0a7-458f-b028-5691c1520ea1/tags/green => generated 4 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2584] 10.0.0.165 () {32 vars in 747 bytes} [Thu Jul 9 10:47:33 2026] GET /v2.0/security-groups/82c30ca8-b0a7-458f-b028-5691c1520ea1/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2585] 10.0.0.39 () {34 vars in 1093 bytes} [Thu Jul 9 10:47:33 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-137668479&fields=id&tenant_id=7e31585fc69b4410ae269f32441d9b35 => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2586] 10.0.0.165 () {34 vars in 774 bytes} [Thu Jul 9 10:47:33 2026] PUT /v2.0/security-groups/82c30ca8-b0a7-458f-b028-5691c1520ea1/tags/red => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2587] 10.0.0.39 () {34 vars in 981 bytes} [Thu Jul 9 10:47:33 2026] GET /v2.0/networks?id=079bbb44-24e5-4ffb-9744-20964967a244 => generated 705 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2588] 10.0.0.165 () {32 vars in 747 bytes} [Thu Jul 9 10:47:33 2026] GET /v2.0/security-groups/82c30ca8-b0a7-458f-b028-5691c1520ea1/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: 1236/2589] 10.0.0.39 () {34 vars in 964 bytes} [Thu Jul 9 10:47:33 2026] GET /v2.0/quotas/7e31585fc69b4410ae269f32441d9b35 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2590] 10.0.0.165 () {34 vars in 796 bytes} [Thu Jul 9 10:47:33 2026] PUT /v2.0/security-groups/82c30ca8-b0a7-458f-b028-5691c1520ea1/tags/black.or.white => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2591] 10.0.0.165 () {32 vars in 747 bytes} [Thu Jul 9 10:47:33 2026] GET /v2.0/security-groups/82c30ca8-b0a7-458f-b028-5691c1520ea1/tags => generated 52 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2592] 10.0.0.165 () {34 vars in 767 bytes} [Thu Jul 9 10:47:33 2026] PUT /v2.0/security-groups/82c30ca8-b0a7-458f-b028-5691c1520ea1/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2593] 10.0.0.39 () {34 vars in 1001 bytes} [Thu Jul 9 10:47:33 2026] GET /v2.0/ports?tenant_id=7e31585fc69b4410ae269f32441d9b35&fields=id => generated 241 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2594] 10.0.0.165 () {32 vars in 747 bytes} [Thu Jul 9 10:47:33 2026] GET /v2.0/security-groups/82c30ca8-b0a7-458f-b028-5691c1520ea1/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2595] 10.0.0.165 () {32 vars in 755 bytes} [Thu Jul 9 10:47:33 2026] GET /v2.0/security-groups/82c30ca8-b0a7-458f-b028-5691c1520ea1/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2596] 10.0.0.39 () {34 vars in 1007 bytes} [Thu Jul 9 10:47:33 2026] GET /v2.0/networks/079bbb44-24e5-4ffb-9744-20964967a244?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:47:33.614 8 INFO neutron.api.v2.resource [None req-dc3b607b-644d-4141-a3cd-14ff75a72b29 8a06fbd91f2b435b86d3e0cb6a43242b 4a52227294dd409b9ff2cc3cd6a62571 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1359/2597] 10.0.0.165 () {32 vars in 759 bytes} [Thu Jul 9 10:47:33 2026] GET /v2.0/security-groups/82c30ca8-b0a7-458f-b028-5691c1520ea1/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2598] 10.0.0.39 () {34 vars in 1107 bytes} [Thu Jul 9 10:47:33 2026] GET /v2.0/networks/079bbb44-24e5-4ffb-9744-20964967a244?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2599] 10.0.0.165 () {32 vars in 758 bytes} [Thu Jul 9 10:47:33 2026] DELETE /v2.0/security-groups/82c30ca8-b0a7-458f-b028-5691c1520ea1/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: 1240/2600] 10.0.0.165 () {32 vars in 747 bytes} [Thu Jul 9 10:47:33 2026] GET /v2.0/security-groups/82c30ca8-b0a7-458f-b028-5691c1520ea1/tags => generated 30 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:47:33.771 8 INFO neutron.api.v2.resource [None req-a18331a1-4a44-42ce-950d-148fc343c84d 8a06fbd91f2b435b86d3e0cb6a43242b 4a52227294dd409b9ff2cc3cd6a62571 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1361/2601] 10.0.0.165 () {32 vars in 762 bytes} [Thu Jul 9 10:47:33 2026] DELETE /v2.0/security-groups/82c30ca8-b0a7-458f-b028-5691c1520ea1/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: 1241/2602] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:47:33 2026] GET /v2.0/ports?device_id=3cfa45dd-cacf-4126-9317-55a8875ac731 => 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: 1362/2603] 10.0.0.165 () {32 vars in 750 bytes} [Thu Jul 9 10:47:33 2026] DELETE /v2.0/security-groups/82c30ca8-b0a7-458f-b028-5691c1520ea1/tags => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2604] 10.0.0.165 () {32 vars in 747 bytes} [Thu Jul 9 10:47:33 2026] GET /v2.0/security-groups/82c30ca8-b0a7-458f-b028-5691c1520ea1/tags => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2605] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:47:33 2026] DELETE /v2.0/security-groups/82c30ca8-b0a7-458f-b028-5691c1520ea1 => 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: 1243/2606] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:47:34 2026] GET /v2.0/security-groups?tenant_id=8c951d7424954550bd25401d1a27051f&name=default => generated 2929 bytes in 350 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:47:35.078 8 INFO neutron.db.segments_db [None req-6f1c06f0-b876-485b-bf82-43c26ea8c740 7e6b23cfdae04f90b4784b283fdcff70 36f880e45b63453da930b7632b5a4bc1 - - default default] Added segment 6b778a91-da25-49c7-b34a-f76478c1c1b0 of type vxlan for network 5dd56723-e322-4c01-89af-fb67b3d4f12a [pid: 7|app: 0|req: 1244/2607] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:47:35 2026] DELETE /v2.0/security-groups/b6809d0a-477e-49f3-8e5f-b5fc9a64268f => 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: 1364/2608] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:47:34 2026] POST /v2.0/networks => generated 630 bytes in 491 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2609] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:47:35 2026] GET /v2.0/security-groups?tenant_id=4a52227294dd409b9ff2cc3cd6a62571&name=default => generated 2929 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2610] 10.0.0.165 () {34 vars in 669 bytes} [Thu Jul 9 10:47:35 2026] POST /v2.0/subnets => generated 626 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2611] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:47:35 2026] DELETE /v2.0/security-groups/677423cb-fc54-4ebc-8af6-167144aa1fd9 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2612] 10.0.0.165 () {34 vars in 751 bytes} [Thu Jul 9 10:47:35 2026] PUT /v2.0/subnets/94bd274f-2991-42e0-a7ca-8f15501b49ec/tags => generated 25 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2613] 10.0.0.165 () {32 vars in 731 bytes} [Thu Jul 9 10:47:35 2026] GET /v2.0/subnets/94bd274f-2991-42e0-a7ca-8f15501b49ec/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2614] 10.0.0.165 () {34 vars in 762 bytes} [Thu Jul 9 10:47:35 2026] PUT /v2.0/subnets/94bd274f-2991-42e0-a7ca-8f15501b49ec/tags/green => generated 4 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2615] 10.0.0.165 () {32 vars in 731 bytes} [Thu Jul 9 10:47:35 2026] GET /v2.0/subnets/94bd274f-2991-42e0-a7ca-8f15501b49ec/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2616] 10.0.0.165 () {34 vars in 758 bytes} [Thu Jul 9 10:47:35 2026] PUT /v2.0/subnets/94bd274f-2991-42e0-a7ca-8f15501b49ec/tags/red => generated 4 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2617] 10.0.0.165 () {32 vars in 731 bytes} [Thu Jul 9 10:47:35 2026] GET /v2.0/subnets/94bd274f-2991-42e0-a7ca-8f15501b49ec/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: 1249/2618] 10.0.0.165 () {34 vars in 780 bytes} [Thu Jul 9 10:47:35 2026] PUT /v2.0/subnets/94bd274f-2991-42e0-a7ca-8f15501b49ec/tags/black.or.white => generated 4 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2619] 10.0.0.165 () {32 vars in 731 bytes} [Thu Jul 9 10:47:36 2026] GET /v2.0/subnets/94bd274f-2991-42e0-a7ca-8f15501b49ec/tags => generated 52 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2620] 10.0.0.165 () {34 vars in 751 bytes} [Thu Jul 9 10:47:36 2026] PUT /v2.0/subnets/94bd274f-2991-42e0-a7ca-8f15501b49ec/tags => generated 37 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2621] 10.0.0.165 () {32 vars in 731 bytes} [Thu Jul 9 10:47:36 2026] GET /v2.0/subnets/94bd274f-2991-42e0-a7ca-8f15501b49ec/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2622] 10.0.0.165 () {32 vars in 739 bytes} [Thu Jul 9 10:47:36 2026] GET /v2.0/subnets/94bd274f-2991-42e0-a7ca-8f15501b49ec/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:47:36.274 8 INFO neutron.api.v2.resource [None req-4b4c452b-3635-47ff-a72d-084b8bc2501d 7e6b23cfdae04f90b4784b283fdcff70 36f880e45b63453da930b7632b5a4bc1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1372/2623] 10.0.0.165 () {32 vars in 743 bytes} [Thu Jul 9 10:47:36 2026] GET /v2.0/subnets/94bd274f-2991-42e0-a7ca-8f15501b49ec/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2624] 10.0.0.165 () {32 vars in 742 bytes} [Thu Jul 9 10:47:36 2026] DELETE /v2.0/subnets/94bd274f-2991-42e0-a7ca-8f15501b49ec/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2625] 10.0.0.165 () {32 vars in 731 bytes} [Thu Jul 9 10:47:36 2026] GET /v2.0/subnets/94bd274f-2991-42e0-a7ca-8f15501b49ec/tags => generated 30 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:47:36.428 7 INFO neutron.api.v2.resource [None req-b83890eb-fcaf-4105-9a09-be6f55a8c1cd 7e6b23cfdae04f90b4784b283fdcff70 36f880e45b63453da930b7632b5a4bc1 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1253/2626] 10.0.0.165 () {32 vars in 746 bytes} [Thu Jul 9 10:47:36 2026] DELETE /v2.0/subnets/94bd274f-2991-42e0-a7ca-8f15501b49ec/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2627] 10.0.0.165 () {32 vars in 734 bytes} [Thu Jul 9 10:47:36 2026] DELETE /v2.0/subnets/94bd274f-2991-42e0-a7ca-8f15501b49ec/tags => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2628] 10.0.0.165 () {32 vars in 731 bytes} [Thu Jul 9 10:47:36 2026] GET /v2.0/subnets/94bd274f-2991-42e0-a7ca-8f15501b49ec/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2629] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:47:36 2026] DELETE /v2.0/subnets/94bd274f-2991-42e0-a7ca-8f15501b49ec => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:47:36.888 7 INFO neutron.services.segments.plugin [-] Segment 6b778a91-da25-49c7-b34a-f76478c1c1b0 resource provider aggregate not found 2026-07-09 10:47:36.896 7 INFO neutron.services.segments.plugin [-] Segment 6b778a91-da25-49c7-b34a-f76478c1c1b0 resource provider aggregate not found 2026-07-09 10:47:36.912 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6b778a91-da25-49c7-b34a-f76478c1c1b0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b778a91-da25-49c7-b34a-f76478c1c1b0 found for delete ", "request_id": "req-787e7e8d-dda7-4747-8d47-35089f3980a7"}]} 2026-07-09 10:47:36.915 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6b778a91-da25-49c7-b34a-f76478c1c1b0 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b778a91-da25-49c7-b34a-f76478c1c1b0 found for delete ", "request_id": "req-7a1e9c5d-2e56-400a-be62-235805231a8d"}]} [pid: 7|app: 0|req: 1255/2630] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:47:36 2026] DELETE /v2.0/networks/5dd56723-e322-4c01-89af-fb67b3d4f12a => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2631] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:47:37 2026] GET /v2.0/security-groups?tenant_id=6aa7bf01e26e4761b0e1560d09236cb0&name=default => generated 2929 bytes in 311 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2632] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:47:37 2026] DELETE /v2.0/security-groups/34f653a5-0876-4610-b718-78320fd95e9c => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2633] 199.19.213.99 () {34 vars in 985 bytes} [Thu Jul 9 10:47:38 2026] GET /v2.0/networks?id=079bbb44-24e5-4ffb-9744-20964967a244 => generated 705 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2634] 199.19.213.99 () {34 vars in 1049 bytes} [Thu Jul 9 10:47:38 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7e31585fc69b4410ae269f32441d9b35 => generated 178 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2635] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:47:38 2026] GET /v2.0/security-groups?tenant_id=36f880e45b63453da930b7632b5a4bc1&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2636] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:47:38 2026] DELETE /v2.0/security-groups/d27a66a5-88c2-4671-a745-ec334baed403 => 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: 1378/2637] 199.19.213.99 () {38 vars in 954 bytes} [Thu Jul 9 10:47:38 2026] POST /v2.0/ports => generated 1183 bytes in 486 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: 1379/2638] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:47:38 2026] GET /v2.0/ports?device_id=3cfa45dd-cacf-4126-9317-55a8875ac731 => generated 1186 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2639] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:47:38 2026] GET /v2.0/security-groups?id=920841cf-9c70-41e0-b442-608d0561afa3&fields=id&fields=name => generated 111 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2642] 199.19.213.99 () {38 vars in 1027 bytes} [Thu Jul 9 10:47:38 2026] PUT /v2.0/ports/e7e2d9f0-0627-4d19-9464-1eccb1514bfe => generated 1464 bytes in 582 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:47:39.269 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-89ae0d07-5a06-42fc-aa32-9db633f7588e'] response: {'name': 'network-changed', 'server_uuid': '3cfa45dd-cacf-4126-9317-55a8875ac731', 'tag': 'e7e2d9f0-0627-4d19-9464-1eccb1514bfe', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1383/2643] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:47:39 2026] GET /v2.0/ports?tenant_id=7e31585fc69b4410ae269f32441d9b35&device_id=3cfa45dd-cacf-4126-9317-55a8875ac731 => generated 1467 bytes in 52 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: 1261/2644] 199.19.213.99 () {34 vars in 1017 bytes} [Thu Jul 9 10:47:39 2026] GET /v2.0/networks?tenant_id=7e31585fc69b4410ae269f32441d9b35&shared=False => generated 2376 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2645] 199.19.213.99 () {34 vars in 929 bytes} [Thu Jul 9 10:47:39 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: 7|app: 0|req: 1262/2646] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:47:40 2026] GET /v2.0/ports?tenant_id=7e31585fc69b4410ae269f32441d9b35&device_id=3cfa45dd-cacf-4126-9317-55a8875ac731 => generated 1467 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2647] 199.19.213.99 () {34 vars in 1057 bytes} [Thu Jul 9 10:47:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.210&port_id=e7e2d9f0-0627-4d19-9464-1eccb1514bfe => 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: 1263/2648] 199.19.213.99 () {34 vars in 1103 bytes} [Thu Jul 9 10:47:41 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3b0&port_id=e7e2d9f0-0627-4d19-9464-1eccb1514bfe => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2649] 199.19.213.99 () {34 vars in 1063 bytes} [Thu Jul 9 10:47:41 2026] GET /v2.0/subnets?id=bc444741-8b1a-47e1-9933-6dfa0c8d958f&id=e00165b6-6985-401a-b52c-a78b2303a583 => generated 1410 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2650] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:47:41 2026] GET /v2.0/ports?network_id=079bbb44-24e5-4ffb-9744-20964967a244&device_owner=network%3Adhcp => generated 1457 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2651] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:47:41 2026] GET /v2.0/ports?network_id=079bbb44-24e5-4ffb-9744-20964967a244&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: 1265/2652] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:47:41 2026] GET /v2.0/networks/079bbb44-24e5-4ffb-9744-20964967a244?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2653] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:47:41 2026] GET /v2.0/networks/079bbb44-24e5-4ffb-9744-20964967a244?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) 2026-07-09 10:47:41.955 7 INFO neutron.db.segments_db [None req-d22d3105-5464-4354-add9-4127d572b4de 664c2fad3499492b985e7734e8280661 592f1d75182c42abb1ab99e84cbbcdb0 - - default default] Added segment 826f998e-73aa-49bc-9419-21bb3946c7be of type vxlan for network a2ebccd1-106d-44b5-a333-3a9ca53de889 [pid: 7|app: 0|req: 1266/2654] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:47:41 2026] POST /v2.0/networks => generated 632 bytes in 458 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:47:42.120 8 INFO neutron.db.segments_db [None req-da4a134a-60d1-4053-9275-159eb4972e79 664c2fad3499492b985e7734e8280661 592f1d75182c42abb1ab99e84cbbcdb0 - - default default] Added segment dfee5627-8999-4513-9e03-7df2a984f645 of type vxlan for network b495622c-caa7-488a-affa-fee1e4fef785 [pid: 8|app: 0|req: 1389/2655] 10.0.0.165 () {34 vars in 670 bytes} [Thu Jul 9 10:47:42 2026] POST /v2.0/networks => generated 632 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2656] 10.0.0.165 () {34 vars in 753 bytes} [Thu Jul 9 10:47:42 2026] PUT /v2.0/networks/a2ebccd1-106d-44b5-a333-3a9ca53de889/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2657] 10.0.0.165 () {32 vars in 733 bytes} [Thu Jul 9 10:47:42 2026] GET /v2.0/networks/a2ebccd1-106d-44b5-a333-3a9ca53de889/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: 1268/2658] 10.0.0.165 () {34 vars in 753 bytes} [Thu Jul 9 10:47:42 2026] PUT /v2.0/networks/b495622c-caa7-488a-affa-fee1e4fef785/tags => generated 17 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2659] 10.0.0.165 () {32 vars in 733 bytes} [Thu Jul 9 10:47:42 2026] GET /v2.0/networks/b495622c-caa7-488a-affa-fee1e4fef785/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2660] 10.0.0.165 () {34 vars in 753 bytes} [Thu Jul 9 10:47:42 2026] PUT /v2.0/networks/b495622c-caa7-488a-affa-fee1e4fef785/tags => generated 12 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2661] 10.0.0.165 () {32 vars in 733 bytes} [Thu Jul 9 10:47:42 2026] GET /v2.0/networks/b495622c-caa7-488a-affa-fee1e4fef785/tags => generated 12 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2662] 10.0.0.165 () {32 vars in 733 bytes} [Thu Jul 9 10:47:42 2026] GET /v2.0/networks/a2ebccd1-106d-44b5-a333-3a9ca53de889/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:47:42.846 8 INFO neutron.services.segments.plugin [-] Segment 826f998e-73aa-49bc-9419-21bb3946c7be resource provider aggregate not found 2026-07-09 10:47:42.850 8 INFO neutron.services.segments.plugin [-] Segment 826f998e-73aa-49bc-9419-21bb3946c7be resource provider aggregate not found 2026-07-09 10:47:42.871 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 826f998e-73aa-49bc-9419-21bb3946c7be resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 826f998e-73aa-49bc-9419-21bb3946c7be found for delete ", "request_id": "req-ba35483b-6bc0-4569-a297-0bac52e26f5c"}]} 2026-07-09 10:47:42.887 8 INFO neutron.services.segments.plugin [-] Client error retrieving segment 826f998e-73aa-49bc-9419-21bb3946c7be resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 826f998e-73aa-49bc-9419-21bb3946c7be found for delete ", "request_id": "req-621796fb-23a5-4b91-bdca-70f79f3562db"}]} [pid: 8|app: 0|req: 1393/2663] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:47:42 2026] DELETE /v2.0/networks/a2ebccd1-106d-44b5-a333-3a9ca53de889 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:47:43.056 7 INFO neutron.services.segments.plugin [-] Segment dfee5627-8999-4513-9e03-7df2a984f645 resource provider aggregate not found 2026-07-09 10:47:43.060 7 INFO neutron.services.segments.plugin [-] Segment dfee5627-8999-4513-9e03-7df2a984f645 resource provider aggregate not found 2026-07-09 10:47:43.078 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment dfee5627-8999-4513-9e03-7df2a984f645 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfee5627-8999-4513-9e03-7df2a984f645 found for delete ", "request_id": "req-e6f638f4-9dc9-4bc3-96ed-f28acef71184"}]} [pid: 7|app: 0|req: 1271/2664] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:47:42 2026] DELETE /v2.0/networks/b495622c-caa7-488a-affa-fee1e4fef785 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:47:43.086 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment dfee5627-8999-4513-9e03-7df2a984f645 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfee5627-8999-4513-9e03-7df2a984f645 found for delete ", "request_id": "req-1940cda8-0a7e-48bc-9c2d-ddbf3127c2bf"}]} [pid: 8|app: 0|req: 1394/2665] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:47:43 2026] GET /v2.0/security-groups?tenant_id=592f1d75182c42abb1ab99e84cbbcdb0&name=default => generated 2929 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2666] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:47:44 2026] DELETE /v2.0/security-groups/3ee82cf4-efd4-48b0-a61b-95209936c7b0 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2667] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:47:44 2026] GET /v2.0/ports?device_id=3cfa45dd-cacf-4126-9317-55a8875ac731 => generated 1200 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2668] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:47:44 2026] GET /v2.0/security-groups?id=920841cf-9c70-41e0-b442-608d0561afa3&fields=id&fields=name => generated 111 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2669] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:47:44 2026] GET /v2.0/security-groups?tenant_id=f8fde478268548da8aa353db8a245f49&name=default => generated 2929 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2670] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:47:44 2026] DELETE /v2.0/security-groups/d00272c8-113d-4fa3-b455-61badf5c7eaf => 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: 1397/2671] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:47:48 2026] GET /v2.0/security-groups?tenant_id=6c57b34be1044fd5b6e8af93dd84fc3a&name=default => generated 2929 bytes in 416 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2672] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:47:48 2026] DELETE /v2.0/security-groups/efa01afa-a943-426a-8bda-30655c02e0b3 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2673] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:47:49 2026] GET /v2.0/security-groups?tenant_id=1b7e3c6004ea48528a2e052a3e552527&name=default => generated 2929 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2674] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:47:49 2026] GET /v2.0/ports?device_id=3cfa45dd-cacf-4126-9317-55a8875ac731 => generated 1200 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2675] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:47:49 2026] DELETE /v2.0/security-groups/2e39de7a-49e5-44ed-bcc6-bc8f3ca718f1 => 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: 1277/2676] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:47:49 2026] GET /v2.0/security-groups?id=920841cf-9c70-41e0-b442-608d0561afa3&fields=id&fields=name => generated 111 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2677] 10.0.0.165 () {32 vars in 818 bytes} [Thu Jul 9 10:47:49 2026] GET /v2.0/ports?network_id=079bbb44-24e5-4ffb-9744-20964967a244&mac_address=fa%3A16%3A3e%3A86%3A9f%3Af6 => generated 1200 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:47:50.641 7 INFO neutron.db.l3_db [None req-a71204e6-245d-405b-a948-0b8303e72870 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] Floating IP 86b0d864-5d41-4eed-99f5-3a5594d6aeee associated. External IP: 10.96.250.207, port: e7e2d9f0-0627-4d19-9464-1eccb1514bfe. [pid: 7|app: 0|req: 1278/2678] 10.0.0.165 () {34 vars in 677 bytes} [Thu Jul 9 10:47:49 2026] POST /v2.0/floatingips => generated 855 bytes in 1368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:47:51.089 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0f89d7ff-edb0-4ebd-9f8b-2742d5001d95'] response: {'name': 'network-changed', 'server_uuid': '3cfa45dd-cacf-4126-9317-55a8875ac731', 'tag': 'e7e2d9f0-0627-4d19-9464-1eccb1514bfe', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1401/2679] 10.0.0.39 () {34 vars in 1093 bytes} [Thu Jul 9 10:47:51 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-137668479&fields=id&tenant_id=7e31585fc69b4410ae269f32441d9b35 => generated 69 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2680] 10.0.0.39 () {34 vars in 981 bytes} [Thu Jul 9 10:47:51 2026] GET /v2.0/networks?id=ee4cf2bf-aad1-4f8e-a7d3-06fdfda03323 => generated 705 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2681] 10.0.0.39 () {34 vars in 964 bytes} [Thu Jul 9 10:47:51 2026] GET /v2.0/quotas/7e31585fc69b4410ae269f32441d9b35 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2682] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:47:51 2026] GET /v2.0/ports?tenant_id=7e31585fc69b4410ae269f32441d9b35&device_id=3cfa45dd-cacf-4126-9317-55a8875ac731 => 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: 1280/2683] 10.0.0.39 () {34 vars in 1001 bytes} [Thu Jul 9 10:47:51 2026] GET /v2.0/ports?tenant_id=7e31585fc69b4410ae269f32441d9b35&fields=id => generated 333 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2684] 199.19.213.99 () {34 vars in 985 bytes} [Thu Jul 9 10:47:51 2026] GET /v2.0/networks?id=079bbb44-24e5-4ffb-9744-20964967a244 => 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: 1281/2685] 10.0.0.39 () {34 vars in 1007 bytes} [Thu Jul 9 10:47:51 2026] GET /v2.0/networks/ee4cf2bf-aad1-4f8e-a7d3-06fdfda03323?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: 1405/2686] 199.19.213.99 () {34 vars in 1057 bytes} [Thu Jul 9 10:47:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.210&port_id=e7e2d9f0-0627-4d19-9464-1eccb1514bfe => generated 858 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2687] 10.0.0.39 () {34 vars in 1107 bytes} [Thu Jul 9 10:47:51 2026] GET /v2.0/networks/ee4cf2bf-aad1-4f8e-a7d3-06fdfda03323?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: 1406/2688] 199.19.213.99 () {34 vars in 1103 bytes} [Thu Jul 9 10:47:51 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3b0&port_id=e7e2d9f0-0627-4d19-9464-1eccb1514bfe => 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: 1283/2689] 199.19.213.99 () {34 vars in 1063 bytes} [Thu Jul 9 10:47:51 2026] GET /v2.0/subnets?id=bc444741-8b1a-47e1-9933-6dfa0c8d958f&id=e00165b6-6985-401a-b52c-a78b2303a583 => generated 1410 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2690] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:47:51 2026] GET /v2.0/ports?network_id=079bbb44-24e5-4ffb-9744-20964967a244&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: 7|app: 0|req: 1284/2691] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:47:51 2026] GET /v2.0/ports?network_id=079bbb44-24e5-4ffb-9744-20964967a244&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: 1285/2692] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:47:52 2026] GET /v2.0/networks/079bbb44-24e5-4ffb-9744-20964967a244?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: 1286/2693] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:47:52 2026] GET /v2.0/networks/079bbb44-24e5-4ffb-9744-20964967a244?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2694] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:47:51 2026] GET /v2.0/ports?device_id=bf81f113-aab5-43b9-bba4-55e56e8222ac => generated 12 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2697] 199.19.213.99 () {34 vars in 985 bytes} [Thu Jul 9 10:47:56 2026] GET /v2.0/networks?id=ee4cf2bf-aad1-4f8e-a7d3-06fdfda03323 => generated 705 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2698] 199.19.213.99 () {34 vars in 1049 bytes} [Thu Jul 9 10:47:56 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7e31585fc69b4410ae269f32441d9b35 => generated 178 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2699] 199.19.213.99 () {38 vars in 954 bytes} [Thu Jul 9 10:47:56 2026] POST /v2.0/ports => generated 1187 bytes in 530 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1290/2700] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:47:57 2026] GET /v2.0/ports?device_id=bf81f113-aab5-43b9-bba4-55e56e8222ac => generated 1202 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2701] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:47:57 2026] GET /v2.0/security-groups?id=920841cf-9c70-41e0-b442-608d0561afa3&fields=id&fields=name => generated 111 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2702] 199.19.213.99 () {38 vars in 1027 bytes} [Thu Jul 9 10:47:56 2026] PUT /v2.0/ports/cc870ce7-16d4-4751-bb0f-2c64d3579154 => generated 1468 bytes in 482 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:47:57.471 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6bf546c0-3b8f-4047-80e2-c71086dbaaad'] response: {'name': 'network-changed', 'server_uuid': 'bf81f113-aab5-43b9-bba4-55e56e8222ac', 'tag': 'cc870ce7-16d4-4751-bb0f-2c64d3579154', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1292/2703] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:47:57 2026] GET /v2.0/ports?tenant_id=7e31585fc69b4410ae269f32441d9b35&device_id=bf81f113-aab5-43b9-bba4-55e56e8222ac => generated 1471 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1412/2704] 199.19.213.99 () {34 vars in 1017 bytes} [Thu Jul 9 10:47:58 2026] GET /v2.0/networks?tenant_id=7e31585fc69b4410ae269f32441d9b35&shared=False => generated 2376 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2705] 199.19.213.99 () {34 vars in 929 bytes} [Thu Jul 9 10:47:58 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2706] 10.0.0.174 () {34 vars in 990 bytes} [Thu Jul 9 10:47:58 2026] GET /v2.0/ports?device_id=3cfa45dd-cacf-4126-9317-55a8875ac731 => 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: 1294/2707] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Jul 9 10:47:58 2026] GET /v2.0/security-groups?id=920841cf-9c70-41e0-b442-608d0561afa3&fields=id&fields=name => generated 111 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2708] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:47:59 2026] GET /v2.0/ports?tenant_id=7e31585fc69b4410ae269f32441d9b35&device_id=bf81f113-aab5-43b9-bba4-55e56e8222ac => generated 1471 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2709] 199.19.213.99 () {34 vars in 1057 bytes} [Thu Jul 9 10:47:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.155&port_id=cc870ce7-16d4-4751-bb0f-2c64d3579154 => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2710] 199.19.213.99 () {34 vars in 1105 bytes} [Thu Jul 9 10:47:59 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A120&port_id=cc870ce7-16d4-4751-bb0f-2c64d3579154 => 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: 1296/2711] 199.19.213.99 () {34 vars in 1063 bytes} [Thu Jul 9 10:47:59 2026] GET /v2.0/subnets?id=1483293e-8214-4a5c-8107-885b7119b787&id=2e955157-6499-4b8b-bcce-08694dacbf59 => generated 1415 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2712] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:47:59 2026] GET /v2.0/ports?network_id=ee4cf2bf-aad1-4f8e-a7d3-06fdfda03323&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: 1297/2713] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:47:59 2026] GET /v2.0/ports?network_id=ee4cf2bf-aad1-4f8e-a7d3-06fdfda03323&device_owner=network%3Adhcp => generated 1461 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2714] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:47:59 2026] GET /v2.0/networks/ee4cf2bf-aad1-4f8e-a7d3-06fdfda03323?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2715] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:47:59 2026] GET /v2.0/networks/ee4cf2bf-aad1-4f8e-a7d3-06fdfda03323?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: 8|app: 0|req: 1418/2716] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:48:02 2026] GET /v2.0/ports?device_id=bf81f113-aab5-43b9-bba4-55e56e8222ac => generated 1204 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2717] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:48:02 2026] GET /v2.0/security-groups?id=920841cf-9c70-41e0-b442-608d0561afa3&fields=id&fields=name => generated 111 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2718] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:48:07 2026] GET /v2.0/ports?device_id=bf81f113-aab5-43b9-bba4-55e56e8222ac => generated 1204 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2719] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:48:07 2026] GET /v2.0/security-groups?id=920841cf-9c70-41e0-b442-608d0561afa3&fields=id&fields=name => generated 111 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2720] 10.0.0.165 () {32 vars in 818 bytes} [Thu Jul 9 10:48:07 2026] GET /v2.0/ports?network_id=ee4cf2bf-aad1-4f8e-a7d3-06fdfda03323&mac_address=fa%3A16%3A3e%3A21%3A31%3A15 => generated 1204 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:48:08.699 7 INFO neutron.db.l3_db [None req-b304df04-3be5-42e9-af76-4f1573de9354 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] Floating IP d6cfc8e6-6b24-4663-99de-c148e39399cc associated. External IP: 10.96.250.220, port: cc870ce7-16d4-4751-bb0f-2c64d3579154. [pid: 7|app: 0|req: 1301/2723] 10.0.0.165 () {34 vars in 677 bytes} [Thu Jul 9 10:48:07 2026] POST /v2.0/floatingips => generated 855 bytes in 1323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-09 10:48:09.146 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-90fef98c-e8d2-45f1-bc9b-e7580c82d509'] response: {'name': 'network-changed', 'server_uuid': 'bf81f113-aab5-43b9-bba4-55e56e8222ac', 'tag': 'cc870ce7-16d4-4751-bb0f-2c64d3579154', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1423/2724] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:48:09 2026] GET /v2.0/ports?tenant_id=7e31585fc69b4410ae269f32441d9b35&device_id=bf81f113-aab5-43b9-bba4-55e56e8222ac => generated 1473 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2725] 199.19.213.99 () {34 vars in 985 bytes} [Thu Jul 9 10:48:09 2026] GET /v2.0/networks?id=ee4cf2bf-aad1-4f8e-a7d3-06fdfda03323 => generated 801 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2726] 199.19.213.99 () {34 vars in 1057 bytes} [Thu Jul 9 10:48:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.155&port_id=cc870ce7-16d4-4751-bb0f-2c64d3579154 => generated 858 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2727] 199.19.213.99 () {34 vars in 1105 bytes} [Thu Jul 9 10:48:09 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A120&port_id=cc870ce7-16d4-4751-bb0f-2c64d3579154 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2728] 199.19.213.99 () {34 vars in 1063 bytes} [Thu Jul 9 10:48:09 2026] GET /v2.0/subnets?id=1483293e-8214-4a5c-8107-885b7119b787&id=2e955157-6499-4b8b-bcce-08694dacbf59 => generated 1415 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2729] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:48:09 2026] GET /v2.0/ports?network_id=ee4cf2bf-aad1-4f8e-a7d3-06fdfda03323&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2730] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:48:10 2026] GET /v2.0/ports?network_id=ee4cf2bf-aad1-4f8e-a7d3-06fdfda03323&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2731] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:48:10 2026] GET /v2.0/networks/ee4cf2bf-aad1-4f8e-a7d3-06fdfda03323?fields=segments => generated 14 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2732] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:48:10 2026] GET /v2.0/networks/ee4cf2bf-aad1-4f8e-a7d3-06fdfda03323?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2733] 10.0.0.174 () {34 vars in 990 bytes} [Thu Jul 9 10:48:14 2026] GET /v2.0/ports?device_id=bf81f113-aab5-43b9-bba4-55e56e8222ac => generated 1473 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2734] 10.0.0.174 () {34 vars in 1040 bytes} [Thu Jul 9 10:48:14 2026] GET /v2.0/security-groups?id=920841cf-9c70-41e0-b442-608d0561afa3&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2735] 10.0.0.39 () {34 vars in 1083 bytes} [Thu Jul 9 10:48:17 2026] GET /v2.0/ports?device_id=bf81f113-aab5-43b9-bba4-55e56e8222ac&device_id=3cfa45dd-cacf-4126-9317-55a8875ac731 => generated 2931 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2736] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:48:17 2026] GET /v2.0/security-groups?id=920841cf-9c70-41e0-b442-608d0561afa3&fields=id&fields=name => generated 111 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2737] 10.0.0.39 () {34 vars in 1083 bytes} [Thu Jul 9 10:48:18 2026] GET /v2.0/ports?device_id=bf81f113-aab5-43b9-bba4-55e56e8222ac&device_id=3cfa45dd-cacf-4126-9317-55a8875ac731 => generated 2931 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2738] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:48:18 2026] GET /v2.0/security-groups?id=920841cf-9c70-41e0-b442-608d0561afa3&fields=id&fields=name => generated 111 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2741] 10.0.0.165 () {32 vars in 721 bytes} [Thu Jul 9 10:48:25 2026] GET /v2.0/subnets/a7d8c0d9-ca1d-4b9b-855d-df30a852e621 => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2742] 10.0.0.116 () {30 vars in 690 bytes} [Thu Jul 9 10:48:27 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2743] 10.0.0.116 () {30 vars in 692 bytes} [Thu Jul 9 10:48:27 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2744] 10.0.0.116 () {30 vars in 668 bytes} [Thu Jul 9 10:48:27 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2745] 10.0.0.116 () {30 vars in 704 bytes} [Thu Jul 9 10:48:27 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2746] 10.0.0.116 () {28 vars in 439 bytes} [Thu Jul 9 10:48:27 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: 1435/2747] 10.0.0.116 () {30 vars in 728 bytes} [Thu Jul 9 10:48:27 2026] GET /v2.0/subnets/a7d8c0d9-ca1d-4b9b-855d-df30a852e621 => generated 657 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2748] 10.0.0.116 () {30 vars in 690 bytes} [Thu Jul 9 10:48:27 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: 1436/2749] 10.0.0.116 () {30 vars in 692 bytes} [Thu Jul 9 10:48:27 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2750] 10.0.0.116 () {30 vars in 668 bytes} [Thu Jul 9 10:48:27 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: 1437/2751] 10.0.0.116 () {30 vars in 704 bytes} [Thu Jul 9 10:48:27 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2752] 10.0.0.116 () {30 vars in 728 bytes} [Thu Jul 9 10:48:27 2026] GET /v2.0/subnets/a7d8c0d9-ca1d-4b9b-855d-df30a852e621 => generated 675 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2753] 10.0.0.116 () {30 vars in 690 bytes} [Thu Jul 9 10:48:28 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2754] 10.0.0.116 () {30 vars in 692 bytes} [Thu Jul 9 10:48:28 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: 1439/2755] 10.0.0.116 () {30 vars in 668 bytes} [Thu Jul 9 10:48:28 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2756] 10.0.0.116 () {30 vars in 704 bytes} [Thu Jul 9 10:48:28 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2757] 10.0.0.116 () {30 vars in 730 bytes} [Thu Jul 9 10:48:28 2026] GET /v2.0/networks/c1146cc2-0ebc-4689-b485-1aaad7f76fd2 => generated 799 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2758] 10.0.0.116 () {30 vars in 682 bytes} [Thu Jul 9 10:48:28 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2759] 10.0.0.116 () {34 vars in 704 bytes} [Thu Jul 9 10:48:28 2026] POST /v2.0/ports => generated 1132 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2760] 199.19.213.99 () {30 vars in 702 bytes} [Thu Jul 9 10:48:31 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1442/2761] 199.19.213.99 () {30 vars in 704 bytes} [Thu Jul 9 10:48:31 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: 1320/2762] 199.19.213.99 () {30 vars in 680 bytes} [Thu Jul 9 10:48:31 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: 1443/2763] 199.19.213.99 () {30 vars in 716 bytes} [Thu Jul 9 10:48:31 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2764] 199.19.213.99 () {30 vars in 736 bytes} [Thu Jul 9 10:48:31 2026] GET /v2.0/ports/8b2cc983-9cdf-4d7a-8331-27243160ca88 => generated 1132 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2765] 199.19.213.99 () {30 vars in 702 bytes} [Thu Jul 9 10:48:31 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: 1322/2766] 199.19.213.99 () {30 vars in 704 bytes} [Thu Jul 9 10:48:31 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2767] 199.19.213.99 () {30 vars in 680 bytes} [Thu Jul 9 10:48:31 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: 1323/2768] 199.19.213.99 () {30 vars in 716 bytes} [Thu Jul 9 10:48:31 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-09 10:48:31.985 8 INFO neutron.api.v2.resource [None req-deed27cc-3f55-4b1d-918b-edb0374ac9d9 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1446/2769] 199.19.213.99 () {30 vars in 762 bytes} [Thu Jul 9 10:48:31 2026] GET /v2.0/security-groups/lb-e59f475c-372b-4b88-9344-f75f338aaee2 => generated 149 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2770] 199.19.213.99 () {30 vars in 784 bytes} [Thu Jul 9 10:48:31 2026] GET /v2.0/security-groups?name=lb-e59f475c-372b-4b88-9344-f75f338aaee2 => generated 23 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2771] 199.19.213.99 () {34 vars in 735 bytes} [Thu Jul 9 10:48:32 2026] POST /v2.0/security-groups => generated 1638 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2772] 199.19.213.99 () {30 vars in 814 bytes} [Thu Jul 9 10:48:32 2026] GET /v2.0/security-group-rules?security_group_id=22144bc9-e78f-47d2-a6a3-48b12d2c05d5 => 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: 1448/2773] 199.19.213.99 () {34 vars in 788 bytes} [Thu Jul 9 10:48:32 2026] PUT /v2.0/ports/8b2cc983-9cdf-4d7a-8331-27243160ca88 => generated 1132 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2774] 199.19.213.99 () {30 vars in 702 bytes} [Thu Jul 9 10:48:32 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1449/2775] 199.19.213.99 () {30 vars in 704 bytes} [Thu Jul 9 10:48:32 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: 1327/2776] 199.19.213.99 () {30 vars in 680 bytes} [Thu Jul 9 10:48:32 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2777] 199.19.213.99 () {30 vars in 716 bytes} [Thu Jul 9 10:48:32 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2778] 199.19.213.99 () {30 vars in 740 bytes} [Thu Jul 9 10:48:32 2026] GET /v2.0/subnets/a7d8c0d9-ca1d-4b9b-855d-df30a852e621 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2781] 10.0.0.39 () {34 vars in 1015 bytes} [Thu Jul 9 10:48:39 2026] GET /v2.0/security-groups?id=68e4a627-61d4-4451-89e0-9b59ccd7f00a&fields=id => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2782] 10.0.0.39 () {34 vars in 981 bytes} [Thu Jul 9 10:48:39 2026] GET /v2.0/networks?id=8c7887fa-c606-4884-b775-66a887605431 => generated 735 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2783] 10.0.0.39 () {34 vars in 964 bytes} [Thu Jul 9 10:48:39 2026] GET /v2.0/quotas/71377a8d08334d978e2e4a9722e9eb66 => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2784] 10.0.0.39 () {34 vars in 1001 bytes} [Thu Jul 9 10:48:39 2026] GET /v2.0/ports?tenant_id=71377a8d08334d978e2e4a9722e9eb66&fields=id => generated 149 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2785] 10.0.0.39 () {34 vars in 1007 bytes} [Thu Jul 9 10:48:39 2026] GET /v2.0/networks/8c7887fa-c606-4884-b775-66a887605431?fields=segments => generated 14 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2786] 10.0.0.39 () {34 vars in 1107 bytes} [Thu Jul 9 10:48:39 2026] GET /v2.0/networks/8c7887fa-c606-4884-b775-66a887605431?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: 1455/2787] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:48:40 2026] GET /v2.0/ports?device_id=d585baef-6ad1-4645-86ba-15c49119d702 => 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: 1333/2788] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:48:40 2026] GET /v2.0/ports?device_id=d585baef-6ad1-4645-86ba-15c49119d702 => 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: 1456/2789] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:48:43 2026] GET /v2.0/ports?device_id=d585baef-6ad1-4645-86ba-15c49119d702 => 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: 1334/2790] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:48:43 2026] GET /v2.0/ports?device_id=d585baef-6ad1-4645-86ba-15c49119d702 => 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: 1457/2791] 199.19.213.99 () {34 vars in 985 bytes} [Thu Jul 9 10:48:44 2026] GET /v2.0/networks?id=8c7887fa-c606-4884-b775-66a887605431 => generated 735 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2792] 199.19.213.99 () {34 vars in 1049 bytes} [Thu Jul 9 10:48:44 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=71377a8d08334d978e2e4a9722e9eb66 => generated 343 bytes in 618 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2793] 199.19.213.99 () {38 vars in 954 bytes} [Thu Jul 9 10:48:45 2026] POST /v2.0/ports => generated 1082 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2794] 199.19.213.99 () {38 vars in 1027 bytes} [Thu Jul 9 10:48:45 2026] PUT /v2.0/ports/be702071-7418-4544-9170-83458dabf910 => generated 1243 bytes in 486 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:48:46.229 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-116f4bb3-a438-4212-8bbe-af83d96ce077'] response: {'name': 'network-changed', 'server_uuid': 'd585baef-6ad1-4645-86ba-15c49119d702', 'tag': 'be702071-7418-4544-9170-83458dabf910', '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: 1459/2795] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:48:46 2026] GET /v2.0/ports?device_id=d585baef-6ad1-4645-86ba-15c49119d702 => generated 1246 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1337/2796] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:48:46 2026] GET /v2.0/security-groups?id=68e4a627-61d4-4451-89e0-9b59ccd7f00a&fields=id&fields=name => generated 96 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2797] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:48:46 2026] GET /v2.0/ports?device_id=d585baef-6ad1-4645-86ba-15c49119d702 => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2798] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:48:46 2026] GET /v2.0/ports?tenant_id=71377a8d08334d978e2e4a9722e9eb66&device_id=d585baef-6ad1-4645-86ba-15c49119d702 => 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: 1461/2799] 199.19.213.99 () {34 vars in 1017 bytes} [Thu Jul 9 10:48:46 2026] GET /v2.0/networks?tenant_id=71377a8d08334d978e2e4a9722e9eb66&shared=False => generated 735 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2800] 199.19.213.99 () {34 vars in 929 bytes} [Thu Jul 9 10:48:46 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) [pid: 8|app: 0|req: 1462/2801] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:48:47 2026] GET /v2.0/ports?tenant_id=71377a8d08334d978e2e4a9722e9eb66&device_id=d585baef-6ad1-4645-86ba-15c49119d702 => generated 1246 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2802] 199.19.213.99 () {34 vars in 1061 bytes} [Thu Jul 9 10:48:48 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.154&port_id=be702071-7418-4544-9170-83458dabf910 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2803] 199.19.213.99 () {34 vars in 983 bytes} [Thu Jul 9 10:48:48 2026] GET /v2.0/subnets?id=25bba918-7825-4e44-8563-c89713638f6f => generated 654 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2804] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:48:48 2026] GET /v2.0/ports?network_id=8c7887fa-c606-4884-b775-66a887605431&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: 1464/2805] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:48:48 2026] GET /v2.0/networks/8c7887fa-c606-4884-b775-66a887605431?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2806] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:48:48 2026] GET /v2.0/networks/8c7887fa-c606-4884-b775-66a887605431?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: 1465/2807] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:48:49 2026] GET /v2.0/ports?device_id=d585baef-6ad1-4645-86ba-15c49119d702 => generated 1246 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2808] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:48:49 2026] GET /v2.0/security-groups?id=68e4a627-61d4-4451-89e0-9b59ccd7f00a&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2809] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:48:49 2026] GET /v2.0/ports?device_id=d585baef-6ad1-4645-86ba-15c49119d702 => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2810] 199.19.213.99 () {34 vars in 993 bytes} [Thu Jul 9 10:48:51 2026] GET /v2.0/ports?device_id=d585baef-6ad1-4645-86ba-15c49119d702 => generated 1248 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2811] 199.19.213.99 () {34 vars in 1043 bytes} [Thu Jul 9 10:48:51 2026] GET /v2.0/security-groups?id=68e4a627-61d4-4451-89e0-9b59ccd7f00a&fields=id&fields=name => generated 96 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2812] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:48:52 2026] GET /v2.0/ports?device_id=d585baef-6ad1-4645-86ba-15c49119d702 => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2813] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:48:52 2026] GET /v2.0/security-groups?id=68e4a627-61d4-4451-89e0-9b59ccd7f00a&fields=id&fields=name => generated 96 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2814] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:48:52 2026] GET /v2.0/ports?device_id=d585baef-6ad1-4645-86ba-15c49119d702 => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2817] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:48:55 2026] GET /v2.0/ports?device_id=d585baef-6ad1-4645-86ba-15c49119d702 => generated 1248 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2818] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:48:55 2026] GET /v2.0/security-groups?id=68e4a627-61d4-4451-89e0-9b59ccd7f00a&fields=id&fields=name => generated 96 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2819] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:48:55 2026] GET /v2.0/ports?device_id=d585baef-6ad1-4645-86ba-15c49119d702 => generated 1248 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2824] 199.19.213.99 () {30 vars in 702 bytes} [Thu Jul 9 10:49:31 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: 1351/2825] 199.19.213.99 () {30 vars in 704 bytes} [Thu Jul 9 10:49:31 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: 1475/2826] 199.19.213.99 () {30 vars in 680 bytes} [Thu Jul 9 10:49:31 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: 1352/2827] 199.19.213.99 () {30 vars in 716 bytes} [Thu Jul 9 10:49:31 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2828] 199.19.213.99 () {30 vars in 740 bytes} [Thu Jul 9 10:49:31 2026] GET /v2.0/subnets/a7d8c0d9-ca1d-4b9b-855d-df30a852e621 => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2829] 199.19.213.99 () {30 vars in 768 bytes} [Thu Jul 9 10:49:31 2026] GET /v2.0/ports?device_id=d585baef-6ad1-4645-86ba-15c49119d702 => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2830] 199.19.213.99 () {34 vars in 716 bytes} [Thu Jul 9 10:49:31 2026] POST /v2.0/ports => generated 1055 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2831] 10.0.0.39 () {34 vars in 970 bytes} [Thu Jul 9 10:49:32 2026] GET /v2.0/ports/dba8f4b2-7502-4f55-87b1-001785bade86 => generated 1055 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2832] 10.0.0.39 () {34 vars in 906 bytes} [Thu Jul 9 10:49:32 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2833] 199.19.213.99 () {34 vars in 1261 bytes} [Thu Jul 9 10:49:33 2026] GET /v2.0/ports/dba8f4b2-7502-4f55-87b1-001785bade86?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2834] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:49:33 2026] GET /v2.0/networks/c1146cc2-0ebc-4689-b485-1aaad7f76fd2?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: 1356/2835] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:49:33 2026] GET /v2.0/networks/c1146cc2-0ebc-4689-b485-1aaad7f76fd2?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: 1480/2836] 199.19.213.99 () {34 vars in 974 bytes} [Thu Jul 9 10:49:33 2026] GET /v2.0/ports/dba8f4b2-7502-4f55-87b1-001785bade86 => generated 1055 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2837] 199.19.213.99 () {34 vars in 985 bytes} [Thu Jul 9 10:49:33 2026] GET /v2.0/networks?id=c1146cc2-0ebc-4689-b485-1aaad7f76fd2 => generated 802 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2838] 199.19.213.99 () {38 vars in 1027 bytes} [Thu Jul 9 10:49:34 2026] PUT /v2.0/ports/dba8f4b2-7502-4f55-87b1-001785bade86 => generated 1245 bytes in 432 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:49:34.594 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-df337b6c-8105-4b14-9e95-5a24b2ee55f6'] response: {'name': 'network-changed', 'server_uuid': 'd585baef-6ad1-4645-86ba-15c49119d702', 'tag': 'dba8f4b2-7502-4f55-87b1-001785bade86', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1358/2839] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:49:35 2026] GET /v2.0/ports?tenant_id=71377a8d08334d978e2e4a9722e9eb66&device_id=d585baef-6ad1-4645-86ba-15c49119d702 => generated 2485 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2840] 199.19.213.99 () {34 vars in 985 bytes} [Thu Jul 9 10:49:35 2026] GET /v2.0/networks?id=c1146cc2-0ebc-4689-b485-1aaad7f76fd2 => generated 802 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2841] 199.19.213.99 () {34 vars in 1055 bytes} [Thu Jul 9 10:49:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.35&port_id=dba8f4b2-7502-4f55-87b1-001785bade86 => 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: 1483/2842] 199.19.213.99 () {34 vars in 983 bytes} [Thu Jul 9 10:49:35 2026] GET /v2.0/subnets?id=a7d8c0d9-ca1d-4b9b-855d-df30a852e621 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2843] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:49:35 2026] GET /v2.0/ports?network_id=c1146cc2-0ebc-4689-b485-1aaad7f76fd2&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: 1484/2844] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:49:35 2026] GET /v2.0/networks/c1146cc2-0ebc-4689-b485-1aaad7f76fd2?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: 1361/2845] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:49:35 2026] GET /v2.0/networks/c1146cc2-0ebc-4689-b485-1aaad7f76fd2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2846] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:49:36 2026] GET /v2.0/ports?tenant_id=71377a8d08334d978e2e4a9722e9eb66&device_id=d585baef-6ad1-4645-86ba-15c49119d702 => generated 2485 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2847] 199.19.213.99 () {34 vars in 1061 bytes} [Thu Jul 9 10:49:36 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.154&port_id=be702071-7418-4544-9170-83458dabf910 => 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: 1486/2848] 199.19.213.99 () {34 vars in 983 bytes} [Thu Jul 9 10:49:36 2026] GET /v2.0/subnets?id=25bba918-7825-4e44-8563-c89713638f6f => 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: 1363/2849] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:49:36 2026] GET /v2.0/ports?network_id=8c7887fa-c606-4884-b775-66a887605431&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2850] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:49:36 2026] GET /v2.0/networks/8c7887fa-c606-4884-b775-66a887605431?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2851] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:49:36 2026] GET /v2.0/networks/8c7887fa-c606-4884-b775-66a887605431?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2852] 199.19.213.99 () {34 vars in 1055 bytes} [Thu Jul 9 10:49:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.35&port_id=dba8f4b2-7502-4f55-87b1-001785bade86 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2853] 199.19.213.99 () {34 vars in 983 bytes} [Thu Jul 9 10:49:36 2026] GET /v2.0/subnets?id=a7d8c0d9-ca1d-4b9b-855d-df30a852e621 => generated 678 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/2854] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:49:36 2026] GET /v2.0/ports?network_id=c1146cc2-0ebc-4689-b485-1aaad7f76fd2&device_owner=network%3Adhcp => generated 1461 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2855] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:49:36 2026] GET /v2.0/networks/c1146cc2-0ebc-4689-b485-1aaad7f76fd2?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: 1490/2856] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:49:36 2026] GET /v2.0/networks/c1146cc2-0ebc-4689-b485-1aaad7f76fd2?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: 1368/2859] 10.0.0.39 () {34 vars in 970 bytes} [Thu Jul 9 10:49:40 2026] GET /v2.0/ports/dba8f4b2-7502-4f55-87b1-001785bade86 => generated 1247 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2860] 199.19.213.99 () {34 vars in 788 bytes} [Thu Jul 9 10:49:40 2026] PUT /v2.0/ports/dba8f4b2-7502-4f55-87b1-001785bade86 => generated 1272 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:49:41.152 7 INFO neutron.api.v2.resource [None req-e98b0842-7e24-4eb3-948c-7602520715ee 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1369/2861] 199.19.213.99 () {30 vars in 762 bytes} [Thu Jul 9 10:49:41 2026] GET /v2.0/security-groups/lb-e59f475c-372b-4b88-9344-f75f338aaee2 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:49:41.168 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fd817917-26aa-4833-9a20-37eb9ab5a28b'] response: {'name': 'network-changed', 'server_uuid': 'd585baef-6ad1-4645-86ba-15c49119d702', 'tag': 'dba8f4b2-7502-4f55-87b1-001785bade86', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1493/2862] 199.19.213.99 () {30 vars in 784 bytes} [Thu Jul 9 10:49:41 2026] GET /v2.0/security-groups?name=lb-e59f475c-372b-4b88-9344-f75f338aaee2 => generated 1639 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2863] 199.19.213.99 () {34 vars in 788 bytes} [Thu Jul 9 10:49:41 2026] PUT /v2.0/ports/dba8f4b2-7502-4f55-87b1-001785bade86 => generated 1310 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:49:41.520 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9d3b0ca8-1be4-40e3-8c07-c8498d9009f5'] response: {'name': 'network-changed', 'server_uuid': 'd585baef-6ad1-4645-86ba-15c49119d702', 'tag': 'dba8f4b2-7502-4f55-87b1-001785bade86', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1494/2864] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:49:41 2026] GET /v2.0/ports?tenant_id=71377a8d08334d978e2e4a9722e9eb66&device_id=d585baef-6ad1-4645-86ba-15c49119d702 => generated 2586 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1371/2865] 199.19.213.99 () {30 vars in 702 bytes} [Thu Jul 9 10:49:41 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: 1372/2866] 199.19.213.99 () {30 vars in 704 bytes} [Thu Jul 9 10:49:41 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: 1373/2867] 199.19.213.99 () {30 vars in 680 bytes} [Thu Jul 9 10:49:41 2026] GET /v2.0/extensions/qos => generated 166 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2868] 199.19.213.99 () {30 vars in 716 bytes} [Thu Jul 9 10:49:41 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/2869] 199.19.213.99 () {34 vars in 985 bytes} [Thu Jul 9 10:49:41 2026] GET /v2.0/networks?id=c1146cc2-0ebc-4689-b485-1aaad7f76fd2 => generated 802 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2870] 199.19.213.99 () {30 vars in 740 bytes} [Thu Jul 9 10:49:41 2026] GET /v2.0/subnets/a7d8c0d9-ca1d-4b9b-855d-df30a852e621 => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/2871] 199.19.213.99 () {34 vars in 1055 bytes} [Thu Jul 9 10:49:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.35&port_id=dba8f4b2-7502-4f55-87b1-001785bade86 => 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: 1497/2872] 199.19.213.99 () {34 vars in 983 bytes} [Thu Jul 9 10:49:41 2026] GET /v2.0/subnets?id=a7d8c0d9-ca1d-4b9b-855d-df30a852e621 => generated 678 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2873] 199.19.213.99 () {30 vars in 736 bytes} [Thu Jul 9 10:49:41 2026] GET /v2.0/ports/8b2cc983-9cdf-4d7a-8331-27243160ca88 => generated 1132 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/2874] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:49:41 2026] GET /v2.0/ports?network_id=c1146cc2-0ebc-4689-b485-1aaad7f76fd2&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2875] 199.19.213.99 () {30 vars in 736 bytes} [Thu Jul 9 10:49:41 2026] GET /v2.0/ports/dba8f4b2-7502-4f55-87b1-001785bade86 => generated 1346 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/2876] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:49:41 2026] GET /v2.0/networks/c1146cc2-0ebc-4689-b485-1aaad7f76fd2?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: 1378/2877] 199.19.213.99 () {30 vars in 740 bytes} [Thu Jul 9 10:49:41 2026] GET /v2.0/subnets/a7d8c0d9-ca1d-4b9b-855d-df30a852e621 => 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: 1500/2878] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:49:41 2026] GET /v2.0/networks/c1146cc2-0ebc-4689-b485-1aaad7f76fd2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2879] 199.19.213.99 () {30 vars in 742 bytes} [Thu Jul 9 10:49:41 2026] GET /v2.0/networks/c1146cc2-0ebc-4689-b485-1aaad7f76fd2 => generated 799 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/2880] 199.19.213.99 () {30 vars in 736 bytes} [Thu Jul 9 10:49:42 2026] GET /v2.0/ports/8b2cc983-9cdf-4d7a-8331-27243160ca88 => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2881] 199.19.213.99 () {30 vars in 740 bytes} [Thu Jul 9 10:49:42 2026] GET /v2.0/subnets/a7d8c0d9-ca1d-4b9b-855d-df30a852e621 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/2882] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:49:43 2026] GET /v2.0/ports?tenant_id=71377a8d08334d978e2e4a9722e9eb66&device_id=d585baef-6ad1-4645-86ba-15c49119d702 => generated 2586 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2883] 199.19.213.99 () {34 vars in 985 bytes} [Thu Jul 9 10:49:43 2026] GET /v2.0/networks?id=c1146cc2-0ebc-4689-b485-1aaad7f76fd2 => generated 802 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/2884] 199.19.213.99 () {34 vars in 1055 bytes} [Thu Jul 9 10:49:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.35&port_id=dba8f4b2-7502-4f55-87b1-001785bade86 => 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: 1382/2885] 199.19.213.99 () {34 vars in 983 bytes} [Thu Jul 9 10:49:43 2026] GET /v2.0/subnets?id=a7d8c0d9-ca1d-4b9b-855d-df30a852e621 => 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: 1504/2886] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:49:43 2026] GET /v2.0/ports?network_id=c1146cc2-0ebc-4689-b485-1aaad7f76fd2&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2887] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:49:43 2026] GET /v2.0/networks/c1146cc2-0ebc-4689-b485-1aaad7f76fd2?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: 1505/2888] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:49:43 2026] GET /v2.0/networks/c1146cc2-0ebc-4689-b485-1aaad7f76fd2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:49:50.066 7 INFO neutron.db.l3_db [None req-c96e6285-d86c-4029-af45-6fe6aa31aae9 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] Floating IP 9f19bbf7-a545-42c6-bf71-f09c38f884fc associated. External IP: 10.96.250.214, port: 8b2cc983-9cdf-4d7a-8331-27243160ca88. [pid: 7|app: 0|req: 1384/2889] 10.0.0.165 () {34 vars in 677 bytes} [Thu Jul 9 10:49:49 2026] POST /v2.0/floatingips => generated 899 bytes in 1169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/2890] 199.19.213.99 () {30 vars in 702 bytes} [Thu Jul 9 10:49:53 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2891] 199.19.213.99 () {30 vars in 704 bytes} [Thu Jul 9 10:49:53 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/2892] 199.19.213.99 () {30 vars in 680 bytes} [Thu Jul 9 10:49:53 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: 1386/2893] 199.19.213.99 () {30 vars in 716 bytes} [Thu Jul 9 10:49:53 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:49:53.348 8 INFO neutron.api.v2.resource [None req-f88a669f-8898-4e2d-b7ae-d40227a85742 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1508/2894] 199.19.213.99 () {30 vars in 762 bytes} [Thu Jul 9 10:49:53 2026] GET /v2.0/security-groups/lb-e59f475c-372b-4b88-9344-f75f338aaee2 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2895] 199.19.213.99 () {30 vars in 784 bytes} [Thu Jul 9 10:49:53 2026] GET /v2.0/security-groups?name=lb-e59f475c-372b-4b88-9344-f75f338aaee2 => generated 1639 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/2896] 199.19.213.99 () {30 vars in 814 bytes} [Thu Jul 9 10:49:53 2026] GET /v2.0/security-group-rules?security_group_id=22144bc9-e78f-47d2-a6a3-48b12d2c05d5 => 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: 1388/2897] 199.19.213.99 () {34 vars in 746 bytes} [Thu Jul 9 10:49:53 2026] POST /v2.0/security-group-rules => generated 601 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/2898] 199.19.213.99 () {34 vars in 746 bytes} [Thu Jul 9 10:49:53 2026] POST /v2.0/security-group-rules => generated 597 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2901] 10.0.0.116 () {30 vars in 690 bytes} [Thu Jul 9 10:50:02 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/2902] 10.0.0.116 () {30 vars in 692 bytes} [Thu Jul 9 10:50:02 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: 1391/2903] 10.0.0.116 () {30 vars in 668 bytes} [Thu Jul 9 10:50:02 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: 1513/2904] 10.0.0.116 () {30 vars in 704 bytes} [Thu Jul 9 10:50:02 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2905] 10.0.0.116 () {28 vars in 439 bytes} [Thu Jul 9 10:50:02 2026] GET / => generated 151 bytes in 5 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/2906] 10.0.0.116 () {30 vars in 728 bytes} [Thu Jul 9 10:50:02 2026] GET /v2.0/subnets/bc444741-8b1a-47e1-9933-6dfa0c8d958f => generated 655 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2907] 199.19.213.99 () {30 vars in 702 bytes} [Thu Jul 9 10:50:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/2908] 199.19.213.99 () {30 vars in 704 bytes} [Thu Jul 9 10:50:05 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: 1394/2909] 199.19.213.99 () {30 vars in 680 bytes} [Thu Jul 9 10:50:05 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: 1516/2910] 199.19.213.99 () {30 vars in 716 bytes} [Thu Jul 9 10:50:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2911] 199.19.213.99 () {30 vars in 740 bytes} [Thu Jul 9 10:50:05 2026] GET /v2.0/subnets/bc444741-8b1a-47e1-9933-6dfa0c8d958f => generated 673 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/2912] 199.19.213.99 () {30 vars in 768 bytes} [Thu Jul 9 10:50:05 2026] GET /v2.0/ports?device_id=d585baef-6ad1-4645-86ba-15c49119d702 => generated 2586 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2913] 199.19.213.99 () {30 vars in 702 bytes} [Thu Jul 9 10:50:06 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: 1518/2914] 199.19.213.99 () {30 vars in 704 bytes} [Thu Jul 9 10:50:06 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: 1397/2915] 199.19.213.99 () {30 vars in 680 bytes} [Thu Jul 9 10:50: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: 1519/2916] 199.19.213.99 () {30 vars in 716 bytes} [Thu Jul 9 10:50:06 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: 1398/2917] 199.19.213.99 () {34 vars in 716 bytes} [Thu Jul 9 10:50:06 2026] POST /v2.0/ports => generated 1328 bytes in 430 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/2918] 10.0.0.39 () {34 vars in 970 bytes} [Thu Jul 9 10:50:07 2026] GET /v2.0/ports/82e16662-dd75-4368-a27e-e8038a496b18 => generated 1328 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1399/2919] 199.19.213.99 () {34 vars in 1261 bytes} [Thu Jul 9 10:50:08 2026] GET /v2.0/ports/82e16662-dd75-4368-a27e-e8038a496b18?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/2920] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:50:08 2026] GET /v2.0/networks/079bbb44-24e5-4ffb-9744-20964967a244?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: 1400/2921] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:50:08 2026] GET /v2.0/networks/079bbb44-24e5-4ffb-9744-20964967a244?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/2924] 199.19.213.99 () {34 vars in 974 bytes} [Thu Jul 9 10:50:08 2026] GET /v2.0/ports/82e16662-dd75-4368-a27e-e8038a496b18 => generated 1328 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2925] 199.19.213.99 () {34 vars in 985 bytes} [Thu Jul 9 10:50:08 2026] GET /v2.0/networks?id=079bbb44-24e5-4ffb-9744-20964967a244 => generated 801 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/2926] 199.19.213.99 () {38 vars in 1027 bytes} [Thu Jul 9 10:50:09 2026] PUT /v2.0/ports/82e16662-dd75-4368-a27e-e8038a496b18 => generated 1518 bytes in 532 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:50:09.608 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-52749c8d-2471-45d3-94f0-eec977c7102e'] response: {'name': 'network-changed', 'server_uuid': 'd585baef-6ad1-4645-86ba-15c49119d702', 'tag': '82e16662-dd75-4368-a27e-e8038a496b18', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1404/2927] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:50:10 2026] GET /v2.0/ports?tenant_id=71377a8d08334d978e2e4a9722e9eb66&device_id=d585baef-6ad1-4645-86ba-15c49119d702 => generated 4096 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1524/2928] 199.19.213.99 () {34 vars in 985 bytes} [Thu Jul 9 10:50:10 2026] GET /v2.0/networks?id=079bbb44-24e5-4ffb-9744-20964967a244 => generated 801 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2929] 199.19.213.99 () {34 vars in 1057 bytes} [Thu Jul 9 10:50:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.181&port_id=82e16662-dd75-4368-a27e-e8038a496b18 => 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: 1525/2930] 199.19.213.99 () {34 vars in 1103 bytes} [Thu Jul 9 10:50:10 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3a8&port_id=82e16662-dd75-4368-a27e-e8038a496b18 => 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: 1406/2931] 199.19.213.99 () {34 vars in 1063 bytes} [Thu Jul 9 10:50:10 2026] GET /v2.0/subnets?id=bc444741-8b1a-47e1-9933-6dfa0c8d958f&id=e00165b6-6985-401a-b52c-a78b2303a583 => generated 1410 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/2932] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:50:10 2026] GET /v2.0/ports?network_id=079bbb44-24e5-4ffb-9744-20964967a244&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: 1407/2933] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:50:10 2026] GET /v2.0/ports?network_id=079bbb44-24e5-4ffb-9744-20964967a244&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: 8|app: 0|req: 1527/2934] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:50:10 2026] GET /v2.0/networks/079bbb44-24e5-4ffb-9744-20964967a244?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: 1408/2935] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:50:10 2026] GET /v2.0/networks/079bbb44-24e5-4ffb-9744-20964967a244?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: 1528/2936] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:50:11 2026] GET /v2.0/ports?tenant_id=71377a8d08334d978e2e4a9722e9eb66&device_id=d585baef-6ad1-4645-86ba-15c49119d702 => generated 4096 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2937] 199.19.213.99 () {34 vars in 1061 bytes} [Thu Jul 9 10:50:11 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.154&port_id=be702071-7418-4544-9170-83458dabf910 => 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: 1529/2938] 199.19.213.99 () {34 vars in 983 bytes} [Thu Jul 9 10:50:11 2026] GET /v2.0/subnets?id=25bba918-7825-4e44-8563-c89713638f6f => generated 654 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2939] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:50:11 2026] GET /v2.0/ports?network_id=8c7887fa-c606-4884-b775-66a887605431&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/2940] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:50:11 2026] GET /v2.0/networks/8c7887fa-c606-4884-b775-66a887605431?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: 1411/2941] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:50:11 2026] GET /v2.0/networks/8c7887fa-c606-4884-b775-66a887605431?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: 8|app: 0|req: 1531/2942] 199.19.213.99 () {34 vars in 1055 bytes} [Thu Jul 9 10:50:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.35&port_id=dba8f4b2-7502-4f55-87b1-001785bade86 => 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: 1412/2943] 199.19.213.99 () {34 vars in 983 bytes} [Thu Jul 9 10:50:11 2026] GET /v2.0/subnets?id=a7d8c0d9-ca1d-4b9b-855d-df30a852e621 => generated 678 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/2944] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:50:11 2026] GET /v2.0/ports?network_id=c1146cc2-0ebc-4689-b485-1aaad7f76fd2&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: 1413/2945] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:50:12 2026] GET /v2.0/networks/c1146cc2-0ebc-4689-b485-1aaad7f76fd2?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: 1533/2946] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:50:12 2026] GET /v2.0/networks/c1146cc2-0ebc-4689-b485-1aaad7f76fd2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2947] 199.19.213.99 () {34 vars in 1057 bytes} [Thu Jul 9 10:50:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.181&port_id=82e16662-dd75-4368-a27e-e8038a496b18 => 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: 1534/2948] 199.19.213.99 () {34 vars in 1103 bytes} [Thu Jul 9 10:50:12 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3a8&port_id=82e16662-dd75-4368-a27e-e8038a496b18 => 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: 1415/2949] 199.19.213.99 () {34 vars in 1063 bytes} [Thu Jul 9 10:50:12 2026] GET /v2.0/subnets?id=bc444741-8b1a-47e1-9933-6dfa0c8d958f&id=e00165b6-6985-401a-b52c-a78b2303a583 => generated 1410 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/2950] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:50:12 2026] GET /v2.0/ports?network_id=079bbb44-24e5-4ffb-9744-20964967a244&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: 1416/2951] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:50:12 2026] GET /v2.0/ports?network_id=079bbb44-24e5-4ffb-9744-20964967a244&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/2952] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:50:12 2026] GET /v2.0/networks/079bbb44-24e5-4ffb-9744-20964967a244?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: 1417/2953] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:50:12 2026] GET /v2.0/networks/079bbb44-24e5-4ffb-9744-20964967a244?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/2954] 10.0.0.39 () {34 vars in 970 bytes} [Thu Jul 9 10:50:16 2026] GET /v2.0/ports/82e16662-dd75-4368-a27e-e8038a496b18 => generated 1520 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2955] 199.19.213.99 () {30 vars in 742 bytes} [Thu Jul 9 10:50:16 2026] GET /v2.0/networks/079bbb44-24e5-4ffb-9744-20964967a244 => generated 798 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/2956] 199.19.213.99 () {30 vars in 740 bytes} [Thu Jul 9 10:50:16 2026] GET /v2.0/subnets/bc444741-8b1a-47e1-9933-6dfa0c8d958f => generated 673 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2957] 199.19.213.99 () {30 vars in 740 bytes} [Thu Jul 9 10:50:16 2026] GET /v2.0/subnets/e00165b6-6985-401a-b52c-a78b2303a583 => generated 744 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/2958] 199.19.213.99 () {30 vars in 702 bytes} [Thu Jul 9 10:50:16 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2959] 199.19.213.99 () {30 vars in 704 bytes} [Thu Jul 9 10:50:16 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: 1540/2960] 199.19.213.99 () {30 vars in 680 bytes} [Thu Jul 9 10:50:16 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: 1421/2961] 199.19.213.99 () {30 vars in 716 bytes} [Thu Jul 9 10:50:16 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: 1541/2962] 199.19.213.99 () {30 vars in 740 bytes} [Thu Jul 9 10:50:16 2026] GET /v2.0/subnets/a7d8c0d9-ca1d-4b9b-855d-df30a852e621 => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2963] 199.19.213.99 () {30 vars in 736 bytes} [Thu Jul 9 10:50:16 2026] GET /v2.0/ports/8b2cc983-9cdf-4d7a-8331-27243160ca88 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/2964] 199.19.213.99 () {30 vars in 736 bytes} [Thu Jul 9 10:50:16 2026] GET /v2.0/ports/dba8f4b2-7502-4f55-87b1-001785bade86 => generated 1346 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2965] 199.19.213.99 () {30 vars in 740 bytes} [Thu Jul 9 10:50:16 2026] GET /v2.0/subnets/a7d8c0d9-ca1d-4b9b-855d-df30a852e621 => generated 675 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/2966] 199.19.213.99 () {30 vars in 742 bytes} [Thu Jul 9 10:50:16 2026] GET /v2.0/networks/c1146cc2-0ebc-4689-b485-1aaad7f76fd2 => generated 799 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2967] 199.19.213.99 () {30 vars in 736 bytes} [Thu Jul 9 10:50:16 2026] GET /v2.0/ports/8b2cc983-9cdf-4d7a-8331-27243160ca88 => generated 1132 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/2968] 199.19.213.99 () {30 vars in 740 bytes} [Thu Jul 9 10:50:16 2026] GET /v2.0/subnets/a7d8c0d9-ca1d-4b9b-855d-df30a852e621 => 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: 1425/2969] 10.0.0.116 () {30 vars in 690 bytes} [Thu Jul 9 10:50:23 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: 1545/2970] 10.0.0.116 () {30 vars in 692 bytes} [Thu Jul 9 10:50:23 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2971] 10.0.0.116 () {30 vars in 668 bytes} [Thu Jul 9 10:50:23 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: 1546/2972] 10.0.0.116 () {30 vars in 704 bytes} [Thu Jul 9 10:50:23 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/2975] 10.0.0.116 () {28 vars in 439 bytes} [Thu Jul 9 10:50:24 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: 1428/2976] 10.0.0.116 () {30 vars in 728 bytes} [Thu Jul 9 10:50:24 2026] GET /v2.0/subnets/2e955157-6499-4b8b-bcce-08694dacbf59 => generated 656 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/2977] 199.19.213.99 () {30 vars in 702 bytes} [Thu Jul 9 10:50:25 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: 1429/2978] 199.19.213.99 () {30 vars in 704 bytes} [Thu Jul 9 10:50:25 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/2979] 199.19.213.99 () {30 vars in 680 bytes} [Thu Jul 9 10:50:25 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: 1430/2980] 199.19.213.99 () {30 vars in 716 bytes} [Thu Jul 9 10:50:25 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/2981] 199.19.213.99 () {30 vars in 740 bytes} [Thu Jul 9 10:50:25 2026] GET /v2.0/subnets/bc444741-8b1a-47e1-9933-6dfa0c8d958f => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2982] 199.19.213.99 () {30 vars in 740 bytes} [Thu Jul 9 10:50:25 2026] GET /v2.0/subnets/2e955157-6499-4b8b-bcce-08694dacbf59 => 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: 1552/2983] 199.19.213.99 () {30 vars in 768 bytes} [Thu Jul 9 10:50:25 2026] GET /v2.0/ports?device_id=d585baef-6ad1-4645-86ba-15c49119d702 => generated 4098 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2984] 199.19.213.99 () {30 vars in 702 bytes} [Thu Jul 9 10:50:25 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: 1553/2985] 199.19.213.99 () {30 vars in 704 bytes} [Thu Jul 9 10:50:25 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2986] 199.19.213.99 () {30 vars in 680 bytes} [Thu Jul 9 10:50:25 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/2987] 199.19.213.99 () {30 vars in 716 bytes} [Thu Jul 9 10:50:25 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2988] 199.19.213.99 () {34 vars in 716 bytes} [Thu Jul 9 10:50:25 2026] POST /v2.0/ports => generated 1332 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/2989] 10.0.0.39 () {34 vars in 970 bytes} [Thu Jul 9 10:50:25 2026] GET /v2.0/ports/8120ea49-4470-42e4-a6bb-41a848b57e5a => generated 1332 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, ' [pid: 7|app: 0|req: 1435/2990] 199.19.213.99 () {34 vars in 1261 bytes} [Thu Jul 9 10:50:26 2026] GET /v2.0/ports/8120ea49-4470-42e4-a6bb-41a848b57e5a?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: 1556/2991] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:50:26 2026] GET /v2.0/networks/ee4cf2bf-aad1-4f8e-a7d3-06fdfda03323?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2992] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:50:27 2026] GET /v2.0/networks/ee4cf2bf-aad1-4f8e-a7d3-06fdfda03323?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/2993] 199.19.213.99 () {34 vars in 974 bytes} [Thu Jul 9 10:50:27 2026] GET /v2.0/ports/8120ea49-4470-42e4-a6bb-41a848b57e5a => generated 1332 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2994] 199.19.213.99 () {34 vars in 985 bytes} [Thu Jul 9 10:50:27 2026] GET /v2.0/networks?id=ee4cf2bf-aad1-4f8e-a7d3-06fdfda03323 => generated 801 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/2995] 199.19.213.99 () {38 vars in 1027 bytes} [Thu Jul 9 10:50:27 2026] PUT /v2.0/ports/8120ea49-4470-42e4-a6bb-41a848b57e5a => generated 1522 bytes in 492 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:50:28.232 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0761a5f2-1335-4d2b-a5a9-978a6c302d04'] response: {'name': 'network-changed', 'server_uuid': 'd585baef-6ad1-4645-86ba-15c49119d702', 'tag': '8120ea49-4470-42e4-a6bb-41a848b57e5a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1438/2996] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:50:28 2026] GET /v2.0/ports?tenant_id=71377a8d08334d978e2e4a9722e9eb66&device_id=d585baef-6ad1-4645-86ba-15c49119d702 => generated 5612 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, ' [pid: 8|app: 0|req: 1559/2997] 199.19.213.99 () {34 vars in 985 bytes} [Thu Jul 9 10:50:28 2026] GET /v2.0/networks?id=ee4cf2bf-aad1-4f8e-a7d3-06fdfda03323 => generated 801 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2998] 199.19.213.99 () {34 vars in 1057 bytes} [Thu Jul 9 10:50:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.145&port_id=8120ea49-4470-42e4-a6bb-41a848b57e5a => 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: 1560/2999] 199.19.213.99 () {34 vars in 1105 bytes} [Thu Jul 9 10:50:28 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A37d&port_id=8120ea49-4470-42e4-a6bb-41a848b57e5a => 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: 1440/3000] 199.19.213.99 () {34 vars in 1063 bytes} [Thu Jul 9 10:50:28 2026] GET /v2.0/subnets?id=1483293e-8214-4a5c-8107-885b7119b787&id=2e955157-6499-4b8b-bcce-08694dacbf59 => generated 1415 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3001] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:50:28 2026] GET /v2.0/ports?network_id=ee4cf2bf-aad1-4f8e-a7d3-06fdfda03323&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/3002] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:50:29 2026] GET /v2.0/ports?network_id=ee4cf2bf-aad1-4f8e-a7d3-06fdfda03323&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: 1562/3003] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:50:29 2026] GET /v2.0/networks/ee4cf2bf-aad1-4f8e-a7d3-06fdfda03323?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/3004] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:50:29 2026] GET /v2.0/networks/ee4cf2bf-aad1-4f8e-a7d3-06fdfda03323?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3005] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:50:30 2026] GET /v2.0/ports?tenant_id=71377a8d08334d978e2e4a9722e9eb66&device_id=d585baef-6ad1-4645-86ba-15c49119d702 => generated 5612 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/3006] 199.19.213.99 () {34 vars in 1061 bytes} [Thu Jul 9 10:50:30 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.154&port_id=be702071-7418-4544-9170-83458dabf910 => 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: 1564/3007] 199.19.213.99 () {34 vars in 983 bytes} [Thu Jul 9 10:50:30 2026] GET /v2.0/subnets?id=25bba918-7825-4e44-8563-c89713638f6f => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/3008] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:50:30 2026] GET /v2.0/ports?network_id=8c7887fa-c606-4884-b775-66a887605431&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: 1565/3009] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:50:30 2026] GET /v2.0/networks/8c7887fa-c606-4884-b775-66a887605431?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: 1445/3010] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:50:30 2026] GET /v2.0/networks/8c7887fa-c606-4884-b775-66a887605431?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3011] 199.19.213.99 () {34 vars in 1055 bytes} [Thu Jul 9 10:50:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.35&port_id=dba8f4b2-7502-4f55-87b1-001785bade86 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/3012] 199.19.213.99 () {34 vars in 983 bytes} [Thu Jul 9 10:50:30 2026] GET /v2.0/subnets?id=a7d8c0d9-ca1d-4b9b-855d-df30a852e621 => generated 678 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3013] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:50:30 2026] GET /v2.0/ports?network_id=c1146cc2-0ebc-4689-b485-1aaad7f76fd2&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/3014] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:50:30 2026] GET /v2.0/networks/c1146cc2-0ebc-4689-b485-1aaad7f76fd2?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: 1568/3015] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:50:30 2026] GET /v2.0/networks/c1146cc2-0ebc-4689-b485-1aaad7f76fd2?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: 1448/3016] 199.19.213.99 () {34 vars in 1057 bytes} [Thu Jul 9 10:50:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.181&port_id=82e16662-dd75-4368-a27e-e8038a496b18 => 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: 1569/3017] 199.19.213.99 () {34 vars in 1103 bytes} [Thu Jul 9 10:50:30 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3a8&port_id=82e16662-dd75-4368-a27e-e8038a496b18 => 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: 1449/3018] 199.19.213.99 () {34 vars in 1063 bytes} [Thu Jul 9 10:50:30 2026] GET /v2.0/subnets?id=bc444741-8b1a-47e1-9933-6dfa0c8d958f&id=e00165b6-6985-401a-b52c-a78b2303a583 => generated 1410 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3019] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:50:30 2026] GET /v2.0/ports?network_id=079bbb44-24e5-4ffb-9744-20964967a244&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/3020] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:50:30 2026] GET /v2.0/ports?network_id=079bbb44-24e5-4ffb-9744-20964967a244&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: 1571/3021] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:50:30 2026] GET /v2.0/networks/079bbb44-24e5-4ffb-9744-20964967a244?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: 1451/3022] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:50:30 2026] GET /v2.0/networks/079bbb44-24e5-4ffb-9744-20964967a244?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: 1572/3023] 199.19.213.99 () {34 vars in 1057 bytes} [Thu Jul 9 10:50:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.145&port_id=8120ea49-4470-42e4-a6bb-41a848b57e5a => 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: 1452/3024] 199.19.213.99 () {34 vars in 1105 bytes} [Thu Jul 9 10:50:31 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A37d&port_id=8120ea49-4470-42e4-a6bb-41a848b57e5a => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3025] 199.19.213.99 () {34 vars in 1063 bytes} [Thu Jul 9 10:50:31 2026] GET /v2.0/subnets?id=1483293e-8214-4a5c-8107-885b7119b787&id=2e955157-6499-4b8b-bcce-08694dacbf59 => generated 1415 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/3026] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:50:31 2026] GET /v2.0/ports?network_id=ee4cf2bf-aad1-4f8e-a7d3-06fdfda03323&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: 1574/3027] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:50:31 2026] GET /v2.0/ports?network_id=ee4cf2bf-aad1-4f8e-a7d3-06fdfda03323&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: 1454/3028] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:50:31 2026] GET /v2.0/networks/ee4cf2bf-aad1-4f8e-a7d3-06fdfda03323?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: 1575/3029] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:50:31 2026] GET /v2.0/networks/ee4cf2bf-aad1-4f8e-a7d3-06fdfda03323?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/3030] 10.0.0.39 () {34 vars in 970 bytes} [Thu Jul 9 10:50:35 2026] GET /v2.0/ports/8120ea49-4470-42e4-a6bb-41a848b57e5a => generated 1524 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3031] 199.19.213.99 () {30 vars in 742 bytes} [Thu Jul 9 10:50:35 2026] GET /v2.0/networks/ee4cf2bf-aad1-4f8e-a7d3-06fdfda03323 => generated 798 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/3032] 199.19.213.99 () {30 vars in 740 bytes} [Thu Jul 9 10:50:35 2026] GET /v2.0/subnets/2e955157-6499-4b8b-bcce-08694dacbf59 => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3033] 199.19.213.99 () {30 vars in 740 bytes} [Thu Jul 9 10:50:35 2026] GET /v2.0/subnets/1483293e-8214-4a5c-8107-885b7119b787 => generated 748 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/3034] 199.19.213.99 () {30 vars in 736 bytes} [Thu Jul 9 10:50:35 2026] GET /v2.0/ports/82e16662-dd75-4368-a27e-e8038a496b18 => generated 1520 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3035] 199.19.213.99 () {34 vars in 789 bytes} [Thu Jul 9 10:50:35 2026] PUT /v2.0/ports/82e16662-dd75-4368-a27e-e8038a496b18 => generated 1255 bytes in 338 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:50:35.628 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-58f9005b-7023-4629-bd8b-027f760cfe09'] response: {'name': 'network-changed', 'server_uuid': 'd585baef-6ad1-4645-86ba-15c49119d702', 'tag': '82e16662-dd75-4368-a27e-e8038a496b18', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1458/3036] 199.19.213.99 () {30 vars in 742 bytes} [Thu Jul 9 10:50:35 2026] GET /v2.0/networks/079bbb44-24e5-4ffb-9744-20964967a244 => generated 798 bytes in 54 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: 1579/3037] 199.19.213.99 () {30 vars in 740 bytes} [Thu Jul 9 10:50:35 2026] GET /v2.0/subnets/bc444741-8b1a-47e1-9933-6dfa0c8d958f => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/3038] 199.19.213.99 () {30 vars in 702 bytes} [Thu Jul 9 10:50:35 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3039] 199.19.213.99 () {30 vars in 704 bytes} [Thu Jul 9 10:50:35 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/3040] 199.19.213.99 () {30 vars in 680 bytes} [Thu Jul 9 10:50:35 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3041] 199.19.213.99 () {30 vars in 716 bytes} [Thu Jul 9 10:50:35 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/3042] 199.19.213.99 () {30 vars in 740 bytes} [Thu Jul 9 10:50:35 2026] GET /v2.0/subnets/a7d8c0d9-ca1d-4b9b-855d-df30a852e621 => generated 675 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3043] 199.19.213.99 () {30 vars in 736 bytes} [Thu Jul 9 10:50:35 2026] GET /v2.0/ports/8b2cc983-9cdf-4d7a-8331-27243160ca88 => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/3044] 199.19.213.99 () {30 vars in 736 bytes} [Thu Jul 9 10:50:35 2026] GET /v2.0/ports/dba8f4b2-7502-4f55-87b1-001785bade86 => generated 1346 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3045] 199.19.213.99 () {30 vars in 740 bytes} [Thu Jul 9 10:50:36 2026] GET /v2.0/subnets/a7d8c0d9-ca1d-4b9b-855d-df30a852e621 => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/3046] 199.19.213.99 () {30 vars in 742 bytes} [Thu Jul 9 10:50:36 2026] GET /v2.0/networks/c1146cc2-0ebc-4689-b485-1aaad7f76fd2 => 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: 1464/3047] 199.19.213.99 () {30 vars in 736 bytes} [Thu Jul 9 10:50:36 2026] GET /v2.0/ports/8b2cc983-9cdf-4d7a-8331-27243160ca88 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3048] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:50:36 2026] GET /v2.0/ports?tenant_id=71377a8d08334d978e2e4a9722e9eb66&device_id=d585baef-6ad1-4645-86ba-15c49119d702 => 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: 1465/3049] 199.19.213.99 () {30 vars in 740 bytes} [Thu Jul 9 10:50:36 2026] GET /v2.0/subnets/a7d8c0d9-ca1d-4b9b-855d-df30a852e621 => 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: 1585/3050] 199.19.213.99 () {34 vars in 985 bytes} [Thu Jul 9 10:50:36 2026] GET /v2.0/networks?id=079bbb44-24e5-4ffb-9744-20964967a244 => 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: 1466/3051] 199.19.213.99 () {34 vars in 1057 bytes} [Thu Jul 9 10:50:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.181&port_id=82e16662-dd75-4368-a27e-e8038a496b18 => 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: 1586/3052] 199.19.213.99 () {34 vars in 983 bytes} [Thu Jul 9 10:50:36 2026] GET /v2.0/subnets?id=bc444741-8b1a-47e1-9933-6dfa0c8d958f => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/3053] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:50:36 2026] GET /v2.0/ports?network_id=079bbb44-24e5-4ffb-9744-20964967a244&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: 1587/3054] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:50:36 2026] GET /v2.0/networks/079bbb44-24e5-4ffb-9744-20964967a244?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: 1468/3055] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:50:36 2026] GET /v2.0/networks/079bbb44-24e5-4ffb-9744-20964967a244?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: 1470/3058] 199.19.213.99 () {30 vars in 702 bytes} [Thu Jul 9 10:50: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: 1589/3059] 199.19.213.99 () {30 vars in 704 bytes} [Thu Jul 9 10:50:49 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: 1471/3060] 199.19.213.99 () {30 vars in 680 bytes} [Thu Jul 9 10:50: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: 1590/3061] 199.19.213.99 () {30 vars in 716 bytes} [Thu Jul 9 10:50:49 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/3062] 199.19.213.99 () {30 vars in 740 bytes} [Thu Jul 9 10:50:49 2026] GET /v2.0/subnets/bc444741-8b1a-47e1-9933-6dfa0c8d958f => generated 673 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3063] 199.19.213.99 () {30 vars in 768 bytes} [Thu Jul 9 10:50:49 2026] GET /v2.0/ports?device_id=d585baef-6ad1-4645-86ba-15c49119d702 => generated 5385 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/3064] 199.19.213.99 () {30 vars in 702 bytes} [Thu Jul 9 10:50:49 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: 1592/3065] 199.19.213.99 () {30 vars in 704 bytes} [Thu Jul 9 10:50:49 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: 1474/3066] 199.19.213.99 () {30 vars in 680 bytes} [Thu Jul 9 10:50:49 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: 1593/3067] 199.19.213.99 () {30 vars in 716 bytes} [Thu Jul 9 10:50: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: 1475/3068] 199.19.213.99 () {30 vars in 736 bytes} [Thu Jul 9 10:50:49 2026] GET /v2.0/ports/8120ea49-4470-42e4-a6bb-41a848b57e5a => generated 1524 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3069] 199.19.213.99 () {34 vars in 789 bytes} [Thu Jul 9 10:50:49 2026] PUT /v2.0/ports/8120ea49-4470-42e4-a6bb-41a848b57e5a => generated 1255 bytes in 604 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:50:50.227 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cb437431-3eac-444a-ad24-6cda197d20f2'] response: {'name': 'network-changed', 'server_uuid': 'd585baef-6ad1-4645-86ba-15c49119d702', 'tag': '8120ea49-4470-42e4-a6bb-41a848b57e5a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1476/3070] 199.19.213.99 () {30 vars in 742 bytes} [Thu Jul 9 10:50:50 2026] GET /v2.0/networks/ee4cf2bf-aad1-4f8e-a7d3-06fdfda03323 => generated 798 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1595/3071] 199.19.213.99 () {30 vars in 740 bytes} [Thu Jul 9 10:50:50 2026] GET /v2.0/subnets/2e955157-6499-4b8b-bcce-08694dacbf59 => generated 674 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/3072] 199.19.213.99 () {30 vars in 736 bytes} [Thu Jul 9 10:50:50 2026] GET /v2.0/ports/8120ea49-4470-42e4-a6bb-41a848b57e5a => generated 1291 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3073] 199.19.213.99 () {34 vars in 788 bytes} [Thu Jul 9 10:50:50 2026] PUT /v2.0/ports/8120ea49-4470-42e4-a6bb-41a848b57e5a => generated 1080 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/3074] 199.19.213.99 () {30 vars in 742 bytes} [Thu Jul 9 10:50:50 2026] GET /v2.0/networks/ee4cf2bf-aad1-4f8e-a7d3-06fdfda03323 => generated 798 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1597/3075] 199.19.213.99 () {30 vars in 768 bytes} [Thu Jul 9 10:50:50 2026] GET /v2.0/ports?device_id=d585baef-6ad1-4645-86ba-15c49119d702 => generated 4977 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/3076] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:50:50 2026] GET /v2.0/ports?tenant_id=71377a8d08334d978e2e4a9722e9eb66&device_id=d585baef-6ad1-4645-86ba-15c49119d702 => generated 4977 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3077] 199.19.213.99 () {34 vars in 985 bytes} [Thu Jul 9 10:50:50 2026] GET /v2.0/networks?id=ee4cf2bf-aad1-4f8e-a7d3-06fdfda03323 => generated 801 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/3078] 199.19.213.99 () {30 vars in 768 bytes} [Thu Jul 9 10:50:50 2026] GET /v2.0/ports?device_id=d585baef-6ad1-4645-86ba-15c49119d702 => generated 4977 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3079] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:50:50 2026] GET /v2.0/networks/ee4cf2bf-aad1-4f8e-a7d3-06fdfda03323?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: 1481/3080] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:50:50 2026] GET /v2.0/networks/ee4cf2bf-aad1-4f8e-a7d3-06fdfda03323?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3081] 199.19.213.99 () {30 vars in 768 bytes} [Thu Jul 9 10:50:51 2026] GET /v2.0/ports?device_id=d585baef-6ad1-4645-86ba-15c49119d702 => generated 4977 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:50:52.272 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b6f1e1f8-1719-4c80-bf97-d99c6592b378'] response: {'name': 'network-changed', 'server_uuid': 'd585baef-6ad1-4645-86ba-15c49119d702', 'tag': '8120ea49-4470-42e4-a6bb-41a848b57e5a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1482/3082] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:50:52 2026] GET /v2.0/ports?tenant_id=71377a8d08334d978e2e4a9722e9eb66&device_id=d585baef-6ad1-4645-86ba-15c49119d702 => generated 4977 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3083] 199.19.213.99 () {34 vars in 985 bytes} [Thu Jul 9 10:50:52 2026] GET /v2.0/networks?id=ee4cf2bf-aad1-4f8e-a7d3-06fdfda03323 => 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: 1483/3084] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:50:52 2026] GET /v2.0/networks/ee4cf2bf-aad1-4f8e-a7d3-06fdfda03323?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: 1602/3085] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:50:52 2026] GET /v2.0/networks/ee4cf2bf-aad1-4f8e-a7d3-06fdfda03323?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: 1484/3086] 199.19.213.99 () {30 vars in 768 bytes} [Thu Jul 9 10:50:53 2026] GET /v2.0/ports?device_id=d585baef-6ad1-4645-86ba-15c49119d702 => generated 4977 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3087] 199.19.213.99 () {34 vars in 974 bytes} [Thu Jul 9 10:50:53 2026] GET /v2.0/ports/8120ea49-4470-42e4-a6bb-41a848b57e5a => generated 1116 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/3088] 199.19.213.99 () {34 vars in 1059 bytes} [Thu Jul 9 10:50:53 2026] GET /v2.0/ports/8120ea49-4470-42e4-a6bb-41a848b57e5a?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3089] 199.19.213.99 () {34 vars in 1015 bytes} [Thu Jul 9 10:50:53 2026] GET /v2.0/networks/ee4cf2bf-aad1-4f8e-a7d3-06fdfda03323?fields=dns_domain => generated 29 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/3090] 199.19.213.99 () {38 vars in 1027 bytes} [Thu Jul 9 10:50:53 2026] PUT /v2.0/ports/8120ea49-4470-42e4-a6bb-41a848b57e5a => generated 917 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3093] 199.19.213.99 () {30 vars in 768 bytes} [Thu Jul 9 10:50:54 2026] GET /v2.0/ports?device_id=d585baef-6ad1-4645-86ba-15c49119d702 => generated 3869 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 10:50:54.251 7 INFO neutron_taas.services.taas.taas_plugin [None req-de9e9425-ec1d-4eaa-9f14-9015cca82060 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] TaaS: Handle Delete Port: 8120ea49-4470-42e4-a6bb-41a848b57e5a 2026-07-09 10:50:54.254 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de9e9425-ec1d-4eaa-9f14-9015cca82060 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Tap Mirror: Handle Delete Port: 8120ea49-4470-42e4-a6bb-41a848b57e5a [pid: 7|app: 0|req: 1488/3094] 199.19.213.99 () {32 vars in 758 bytes} [Thu Jul 9 10:50:54 2026] DELETE /v2.0/ports/8120ea49-4470-42e4-a6bb-41a848b57e5a => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3095] 199.19.213.99 () {30 vars in 702 bytes} [Thu Jul 9 10:50:54 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/3096] 199.19.213.99 () {30 vars in 704 bytes} [Thu Jul 9 10:50:54 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: 1608/3097] 199.19.213.99 () {30 vars in 680 bytes} [Thu Jul 9 10:50:54 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/3098] 199.19.213.99 () {30 vars in 716 bytes} [Thu Jul 9 10:50:54 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: 1609/3099] 199.19.213.99 () {30 vars in 740 bytes} [Thu Jul 9 10:50:54 2026] GET /v2.0/subnets/a7d8c0d9-ca1d-4b9b-855d-df30a852e621 => generated 675 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/3100] 199.19.213.99 () {30 vars in 736 bytes} [Thu Jul 9 10:50:54 2026] GET /v2.0/ports/8b2cc983-9cdf-4d7a-8331-27243160ca88 => generated 1132 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3101] 199.19.213.99 () {30 vars in 736 bytes} [Thu Jul 9 10:50:54 2026] GET /v2.0/ports/dba8f4b2-7502-4f55-87b1-001785bade86 => generated 1346 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/3102] 199.19.213.99 () {30 vars in 740 bytes} [Thu Jul 9 10:50:54 2026] GET /v2.0/subnets/a7d8c0d9-ca1d-4b9b-855d-df30a852e621 => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3103] 199.19.213.99 () {30 vars in 742 bytes} [Thu Jul 9 10:50:54 2026] GET /v2.0/networks/c1146cc2-0ebc-4689-b485-1aaad7f76fd2 => generated 799 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/3104] 199.19.213.99 () {30 vars in 736 bytes} [Thu Jul 9 10:50:54 2026] GET /v2.0/ports/8b2cc983-9cdf-4d7a-8331-27243160ca88 => generated 1132 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3105] 199.19.213.99 () {30 vars in 740 bytes} [Thu Jul 9 10:50:54 2026] GET /v2.0/subnets/a7d8c0d9-ca1d-4b9b-855d-df30a852e621 => 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: 1494/3106] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:50:55 2026] GET /v2.0/ports?tenant_id=71377a8d08334d978e2e4a9722e9eb66&device_id=d585baef-6ad1-4645-86ba-15c49119d702 => generated 3869 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3107] 199.19.213.99 () {34 vars in 1225 bytes} [Thu Jul 9 10:50:55 2026] GET /v2.0/networks?id=8c7887fa-c606-4884-b775-66a887605431&id=c1146cc2-0ebc-4689-b485-1aaad7f76fd2&id=079bbb44-24e5-4ffb-9744-20964967a244&id=ee4cf2bf-aad1-4f8e-a7d3-06fdfda03323 => generated 3097 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/3108] 199.19.213.99 () {34 vars in 1061 bytes} [Thu Jul 9 10:50:55 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.154&port_id=be702071-7418-4544-9170-83458dabf910 => 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: 1614/3109] 199.19.213.99 () {34 vars in 983 bytes} [Thu Jul 9 10:50:55 2026] GET /v2.0/subnets?id=25bba918-7825-4e44-8563-c89713638f6f => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/3110] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:50:55 2026] GET /v2.0/ports?network_id=8c7887fa-c606-4884-b775-66a887605431&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3111] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:50:55 2026] GET /v2.0/networks/8c7887fa-c606-4884-b775-66a887605431?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: 1497/3112] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:50:55 2026] GET /v2.0/networks/8c7887fa-c606-4884-b775-66a887605431?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3113] 199.19.213.99 () {34 vars in 1055 bytes} [Thu Jul 9 10:50:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.35&port_id=dba8f4b2-7502-4f55-87b1-001785bade86 => 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: 1498/3114] 199.19.213.99 () {34 vars in 983 bytes} [Thu Jul 9 10:50:55 2026] GET /v2.0/subnets?id=a7d8c0d9-ca1d-4b9b-855d-df30a852e621 => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1617/3115] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:50:55 2026] GET /v2.0/ports?network_id=c1146cc2-0ebc-4689-b485-1aaad7f76fd2&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/3116] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:50:55 2026] GET /v2.0/networks/c1146cc2-0ebc-4689-b485-1aaad7f76fd2?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3117] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:50:55 2026] GET /v2.0/networks/c1146cc2-0ebc-4689-b485-1aaad7f76fd2?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: 1500/3118] 199.19.213.99 () {34 vars in 1057 bytes} [Thu Jul 9 10:50:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.181&port_id=82e16662-dd75-4368-a27e-e8038a496b18 => 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: 1619/3119] 199.19.213.99 () {34 vars in 983 bytes} [Thu Jul 9 10:50:55 2026] GET /v2.0/subnets?id=bc444741-8b1a-47e1-9933-6dfa0c8d958f => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/3120] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:50:55 2026] GET /v2.0/ports?network_id=079bbb44-24e5-4ffb-9744-20964967a244&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: 1620/3121] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:50:55 2026] GET /v2.0/networks/079bbb44-24e5-4ffb-9744-20964967a244?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: 1502/3122] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:50:55 2026] GET /v2.0/networks/079bbb44-24e5-4ffb-9744-20964967a244?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: 1621/3123] 199.19.213.99 () {30 vars in 702 bytes} [Thu Jul 9 10:50:59 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/3124] 199.19.213.99 () {30 vars in 704 bytes} [Thu Jul 9 10:50:59 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: 1622/3125] 199.19.213.99 () {30 vars in 680 bytes} [Thu Jul 9 10:50:59 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: 1504/3126] 199.19.213.99 () {30 vars in 716 bytes} [Thu Jul 9 10:50:59 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: 8|app: 0|req: 1623/3127] 199.19.213.99 () {30 vars in 768 bytes} [Thu Jul 9 10:50:59 2026] GET /v2.0/ports?device_id=d585baef-6ad1-4645-86ba-15c49119d702 => generated 3869 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/3128] 199.19.213.99 () {30 vars in 702 bytes} [Thu Jul 9 10:50:59 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: 1624/3129] 199.19.213.99 () {30 vars in 704 bytes} [Thu Jul 9 10:50:59 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: 1506/3130] 199.19.213.99 () {30 vars in 680 bytes} [Thu Jul 9 10:50:59 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: 1625/3131] 199.19.213.99 () {30 vars in 716 bytes} [Thu Jul 9 10:50:59 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: 1507/3132] 199.19.213.99 () {30 vars in 736 bytes} [Thu Jul 9 10:50:59 2026] GET /v2.0/ports/82e16662-dd75-4368-a27e-e8038a496b18 => generated 1291 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1626/3133] 199.19.213.99 () {34 vars in 788 bytes} [Thu Jul 9 10:50:59 2026] PUT /v2.0/ports/82e16662-dd75-4368-a27e-e8038a496b18 => generated 1080 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:51:00.092 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f032669e-6709-4ef5-b70c-b8dbd38fc306'] response: {'name': 'network-changed', 'server_uuid': 'd585baef-6ad1-4645-86ba-15c49119d702', 'tag': '82e16662-dd75-4368-a27e-e8038a496b18', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1508/3134] 199.19.213.99 () {30 vars in 742 bytes} [Thu Jul 9 10:51:00 2026] GET /v2.0/networks/079bbb44-24e5-4ffb-9744-20964967a244 => generated 798 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1627/3135] 199.19.213.99 () {30 vars in 768 bytes} [Thu Jul 9 10:51:00 2026] GET /v2.0/ports?device_id=d585baef-6ad1-4645-86ba-15c49119d702 => generated 3694 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/3136] 199.19.213.99 () {30 vars in 768 bytes} [Thu Jul 9 10:51:00 2026] GET /v2.0/ports?device_id=d585baef-6ad1-4645-86ba-15c49119d702 => generated 3694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1628/3137] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:51:00 2026] GET /v2.0/ports?tenant_id=71377a8d08334d978e2e4a9722e9eb66&device_id=d585baef-6ad1-4645-86ba-15c49119d702 => generated 3694 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/3138] 199.19.213.99 () {34 vars in 985 bytes} [Thu Jul 9 10:51:00 2026] GET /v2.0/networks?id=079bbb44-24e5-4ffb-9744-20964967a244 => generated 801 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/3139] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:51:00 2026] GET /v2.0/networks/079bbb44-24e5-4ffb-9744-20964967a244?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: 1511/3140] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:51:00 2026] GET /v2.0/networks/079bbb44-24e5-4ffb-9744-20964967a244?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: 1630/3141] 199.19.213.99 () {30 vars in 768 bytes} [Thu Jul 9 10:51:01 2026] GET /v2.0/ports?device_id=d585baef-6ad1-4645-86ba-15c49119d702 => generated 3694 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3142] 199.19.213.99 () {34 vars in 974 bytes} [Thu Jul 9 10:51:02 2026] GET /v2.0/ports/82e16662-dd75-4368-a27e-e8038a496b18 => generated 1116 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3143] 199.19.213.99 () {34 vars in 1059 bytes} [Thu Jul 9 10:51:02 2026] GET /v2.0/ports/82e16662-dd75-4368-a27e-e8038a496b18?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/3144] 199.19.213.99 () {30 vars in 768 bytes} [Thu Jul 9 10:51:02 2026] GET /v2.0/ports?device_id=d585baef-6ad1-4645-86ba-15c49119d702 => generated 3694 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/3145] 199.19.213.99 () {34 vars in 1015 bytes} [Thu Jul 9 10:51:02 2026] GET /v2.0/networks/079bbb44-24e5-4ffb-9744-20964967a244?fields=dns_domain => generated 29 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3146] 199.19.213.99 () {38 vars in 1027 bytes} [Thu Jul 9 10:51:02 2026] PUT /v2.0/ports/82e16662-dd75-4368-a27e-e8038a496b18 => generated 917 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1633/3147] 199.19.213.99 () {30 vars in 768 bytes} [Thu Jul 9 10:51:03 2026] GET /v2.0/ports?device_id=d585baef-6ad1-4645-86ba-15c49119d702 => generated 2586 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 10:51:03.614 7 INFO neutron_taas.services.taas.taas_plugin [None req-62f90505-4ff3-483d-893f-f6f7b360fd59 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] TaaS: Handle Delete Port: 82e16662-dd75-4368-a27e-e8038a496b18 2026-07-09 10:51:03.617 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62f90505-4ff3-483d-893f-f6f7b360fd59 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Tap Mirror: Handle Delete Port: 82e16662-dd75-4368-a27e-e8038a496b18 [pid: 7|app: 0|req: 1515/3148] 199.19.213.99 () {32 vars in 758 bytes} [Thu Jul 9 10:51:03 2026] DELETE /v2.0/ports/82e16662-dd75-4368-a27e-e8038a496b18 => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1634/3149] 199.19.213.99 () {30 vars in 702 bytes} [Thu Jul 9 10:51:03 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: 1516/3150] 199.19.213.99 () {30 vars in 704 bytes} [Thu Jul 9 10:51: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: 8|app: 0|req: 1635/3151] 199.19.213.99 () {30 vars in 680 bytes} [Thu Jul 9 10:51:03 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: 1517/3152] 199.19.213.99 () {30 vars in 716 bytes} [Thu Jul 9 10:51:03 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: 1636/3153] 199.19.213.99 () {30 vars in 740 bytes} [Thu Jul 9 10:51:03 2026] GET /v2.0/subnets/a7d8c0d9-ca1d-4b9b-855d-df30a852e621 => 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: 1518/3154] 199.19.213.99 () {30 vars in 736 bytes} [Thu Jul 9 10:51:03 2026] GET /v2.0/ports/8b2cc983-9cdf-4d7a-8331-27243160ca88 => generated 1132 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1637/3155] 199.19.213.99 () {30 vars in 736 bytes} [Thu Jul 9 10:51:04 2026] GET /v2.0/ports/dba8f4b2-7502-4f55-87b1-001785bade86 => generated 1346 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3156] 199.19.213.99 () {30 vars in 740 bytes} [Thu Jul 9 10:51:04 2026] GET /v2.0/subnets/a7d8c0d9-ca1d-4b9b-855d-df30a852e621 => 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: 1638/3157] 199.19.213.99 () {30 vars in 742 bytes} [Thu Jul 9 10:51:04 2026] GET /v2.0/networks/c1146cc2-0ebc-4689-b485-1aaad7f76fd2 => generated 799 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3158] 199.19.213.99 () {30 vars in 736 bytes} [Thu Jul 9 10:51:04 2026] GET /v2.0/ports/8b2cc983-9cdf-4d7a-8331-27243160ca88 => generated 1132 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1639/3159] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:51:04 2026] GET /v2.0/ports?tenant_id=71377a8d08334d978e2e4a9722e9eb66&device_id=d585baef-6ad1-4645-86ba-15c49119d702 => generated 2586 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/3160] 199.19.213.99 () {30 vars in 740 bytes} [Thu Jul 9 10:51:04 2026] GET /v2.0/subnets/a7d8c0d9-ca1d-4b9b-855d-df30a852e621 => generated 675 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1640/3161] 199.19.213.99 () {34 vars in 1145 bytes} [Thu Jul 9 10:51:04 2026] GET /v2.0/networks?id=8c7887fa-c606-4884-b775-66a887605431&id=c1146cc2-0ebc-4689-b485-1aaad7f76fd2&id=079bbb44-24e5-4ffb-9744-20964967a244 => generated 2310 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3162] 199.19.213.99 () {34 vars in 1061 bytes} [Thu Jul 9 10:51:04 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.154&port_id=be702071-7418-4544-9170-83458dabf910 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1641/3163] 199.19.213.99 () {34 vars in 983 bytes} [Thu Jul 9 10:51:04 2026] GET /v2.0/subnets?id=25bba918-7825-4e44-8563-c89713638f6f => generated 654 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3164] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:51:04 2026] GET /v2.0/ports?network_id=8c7887fa-c606-4884-b775-66a887605431&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: 1642/3165] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:51:04 2026] GET /v2.0/networks/8c7887fa-c606-4884-b775-66a887605431?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: 1524/3166] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:51:04 2026] GET /v2.0/networks/8c7887fa-c606-4884-b775-66a887605431?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3167] 199.19.213.99 () {34 vars in 1055 bytes} [Thu Jul 9 10:51:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.35&port_id=dba8f4b2-7502-4f55-87b1-001785bade86 => 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: 1525/3168] 199.19.213.99 () {34 vars in 983 bytes} [Thu Jul 9 10:51:04 2026] GET /v2.0/subnets?id=a7d8c0d9-ca1d-4b9b-855d-df30a852e621 => generated 678 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1644/3169] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:51:04 2026] GET /v2.0/ports?network_id=c1146cc2-0ebc-4689-b485-1aaad7f76fd2&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3170] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:51:04 2026] GET /v2.0/networks/c1146cc2-0ebc-4689-b485-1aaad7f76fd2?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: 1645/3171] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:51:04 2026] GET /v2.0/networks/c1146cc2-0ebc-4689-b485-1aaad7f76fd2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3174] 199.19.213.99 () {30 vars in 702 bytes} [Thu Jul 9 10:51:15 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: 1647/3175] 199.19.213.99 () {30 vars in 704 bytes} [Thu Jul 9 10:51:15 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: 1529/3176] 199.19.213.99 () {30 vars in 680 bytes} [Thu Jul 9 10:51: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: 8|app: 0|req: 1648/3177] 199.19.213.99 () {30 vars in 716 bytes} [Thu Jul 9 10:51:15 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:51:15.427 7 INFO neutron.api.v2.resource [None req-39b7031d-c442-451a-98c0-dd56c1d5c073 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1530/3178] 199.19.213.99 () {30 vars in 762 bytes} [Thu Jul 9 10:51:15 2026] GET /v2.0/security-groups/lb-e59f475c-372b-4b88-9344-f75f338aaee2 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1649/3179] 199.19.213.99 () {30 vars in 784 bytes} [Thu Jul 9 10:51:15 2026] GET /v2.0/security-groups?name=lb-e59f475c-372b-4b88-9344-f75f338aaee2 => generated 2865 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3180] 199.19.213.99 () {30 vars in 814 bytes} [Thu Jul 9 10:51:15 2026] GET /v2.0/security-group-rules?security_group_id=22144bc9-e78f-47d2-a6a3-48b12d2c05d5 => generated 2334 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1650/3181] 199.19.213.99 () {32 vars in 788 bytes} [Thu Jul 9 10:51:15 2026] DELETE /v2.0/security-group-rules/77b8c9c0-984a-4693-af23-86cb245c7abf => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3182] 199.19.213.99 () {32 vars in 788 bytes} [Thu Jul 9 10:51:15 2026] DELETE /v2.0/security-group-rules/9a31b736-477b-467f-8fdf-e834aeb02a53 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:51:19.434 8 INFO neutron_taas.services.taas.taas_plugin [None req-5297162a-6678-41de-a3a2-93180f73eefb 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] TaaS: Handle Delete Port: 48a96cab-b70a-4d0d-8da3-5b6d2e08921e 2026-07-09 10:51:19.437 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5297162a-6678-41de-a3a2-93180f73eefb 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] Tap Mirror: Handle Delete Port: 48a96cab-b70a-4d0d-8da3-5b6d2e08921e 2026-07-09 10:51:19.657 8 INFO neutron.db.l3_db [None req-5297162a-6678-41de-a3a2-93180f73eefb 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] Floating IP 9f19bbf7-a545-42c6-bf71-f09c38f884fc disassociated (deleted). External IP: 10.96.250.214, port: 8b2cc983-9cdf-4d7a-8331-27243160ca88. [pid: 8|app: 0|req: 1651/3183] 10.0.0.165 () {32 vars in 732 bytes} [Thu Jul 9 10:51:19 2026] DELETE /v2.0/floatingips/9f19bbf7-a545-42c6-bf71-f09c38f884fc => generated 0 bytes in 769 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:51:20.099 7 INFO neutron.api.v2.resource [None req-ae8fb063-20f0-49df-ac9e-307f712a18aa 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1533/3184] 10.0.0.165 () {32 vars in 729 bytes} [Thu Jul 9 10:51:20 2026] GET /v2.0/floatingips/9f19bbf7-a545-42c6-bf71-f09c38f884fc => generated 144 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1652/3185] 199.19.213.99 () {30 vars in 702 bytes} [Thu Jul 9 10:51:20 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: 1534/3186] 199.19.213.99 () {30 vars in 704 bytes} [Thu Jul 9 10:51:20 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: 1653/3187] 199.19.213.99 () {30 vars in 680 bytes} [Thu Jul 9 10:51:20 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: 1535/3188] 199.19.213.99 () {30 vars in 716 bytes} [Thu Jul 9 10:51:20 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-09 10:51:20.971 8 INFO neutron.api.v2.resource [None req-e5d59a04-fe37-4f5b-8541-615af2a5ede2 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1654/3189] 199.19.213.99 () {30 vars in 762 bytes} [Thu Jul 9 10:51:20 2026] GET /v2.0/security-groups/lb-e59f475c-372b-4b88-9344-f75f338aaee2 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3190] 199.19.213.99 () {30 vars in 784 bytes} [Thu Jul 9 10:51:20 2026] GET /v2.0/security-groups?name=lb-e59f475c-372b-4b88-9344-f75f338aaee2 => generated 1639 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1655/3191] 199.19.213.99 () {30 vars in 814 bytes} [Thu Jul 9 10:51:21 2026] GET /v2.0/security-group-rules?security_group_id=22144bc9-e78f-47d2-a6a3-48b12d2c05d5 => generated 1182 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3192] 199.19.213.99 () {30 vars in 702 bytes} [Thu Jul 9 10:51:21 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: 1656/3193] 199.19.213.99 () {30 vars in 704 bytes} [Thu Jul 9 10:51: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: 7|app: 0|req: 1538/3194] 199.19.213.99 () {30 vars in 680 bytes} [Thu Jul 9 10:51:21 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: 1657/3195] 199.19.213.99 () {30 vars in 716 bytes} [Thu Jul 9 10:51:21 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: 1539/3196] 199.19.213.99 () {30 vars in 740 bytes} [Thu Jul 9 10:51:21 2026] GET /v2.0/subnets/a7d8c0d9-ca1d-4b9b-855d-df30a852e621 => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1658/3197] 199.19.213.99 () {30 vars in 768 bytes} [Thu Jul 9 10:51:21 2026] GET /v2.0/ports?device_id=d585baef-6ad1-4645-86ba-15c49119d702 => generated 2586 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3198] 199.19.213.99 () {30 vars in 768 bytes} [Thu Jul 9 10:51:21 2026] GET /v2.0/ports?device_id=d585baef-6ad1-4645-86ba-15c49119d702 => generated 2586 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1659/3199] 199.19.213.99 () {30 vars in 768 bytes} [Thu Jul 9 10:51:21 2026] GET /v2.0/ports?device_id=d585baef-6ad1-4645-86ba-15c49119d702 => generated 2586 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3200] 199.19.213.99 () {30 vars in 768 bytes} [Thu Jul 9 10:51:22 2026] GET /v2.0/ports?device_id=d585baef-6ad1-4645-86ba-15c49119d702 => generated 2586 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1660/3201] 199.19.213.99 () {34 vars in 974 bytes} [Thu Jul 9 10:51:23 2026] GET /v2.0/ports/dba8f4b2-7502-4f55-87b1-001785bade86 => generated 1346 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3202] 199.19.213.99 () {34 vars in 1059 bytes} [Thu Jul 9 10:51:23 2026] GET /v2.0/ports/dba8f4b2-7502-4f55-87b1-001785bade86?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1661/3203] 199.19.213.99 () {30 vars in 768 bytes} [Thu Jul 9 10:51:23 2026] GET /v2.0/ports?device_id=d585baef-6ad1-4645-86ba-15c49119d702 => generated 2586 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3204] 199.19.213.99 () {34 vars in 1015 bytes} [Thu Jul 9 10:51:23 2026] GET /v2.0/networks/c1146cc2-0ebc-4689-b485-1aaad7f76fd2?fields=dns_domain => generated 29 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1662/3207] 199.19.213.99 () {38 vars in 1027 bytes} [Thu Jul 9 10:51:23 2026] PUT /v2.0/ports/dba8f4b2-7502-4f55-87b1-001785bade86 => generated 1147 bytes in 375 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3208] 199.19.213.99 () {30 vars in 768 bytes} [Thu Jul 9 10:51:24 2026] GET /v2.0/ports?device_id=d585baef-6ad1-4645-86ba-15c49119d702 => generated 1248 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1663/3209] 199.19.213.99 () {34 vars in 788 bytes} [Thu Jul 9 10:51:24 2026] PUT /v2.0/ports/dba8f4b2-7502-4f55-87b1-001785bade86 => generated 1086 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3210] 199.19.213.99 () {30 vars in 736 bytes} [Thu Jul 9 10:51:24 2026] GET /v2.0/ports/dba8f4b2-7502-4f55-87b1-001785bade86 => generated 1086 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-09 10:51:25.115 8 INFO neutron_taas.services.taas.taas_plugin [None req-898a26d8-13c9-4925-900e-55f91ca5c254 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] TaaS: Handle Delete Port: dba8f4b2-7502-4f55-87b1-001785bade86 2026-07-09 10:51:25.118 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-898a26d8-13c9-4925-900e-55f91ca5c254 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Tap Mirror: Handle Delete Port: dba8f4b2-7502-4f55-87b1-001785bade86 [pid: 8|app: 0|req: 1664/3211] 199.19.213.99 () {32 vars in 758 bytes} [Thu Jul 9 10:51:24 2026] DELETE /v2.0/ports/dba8f4b2-7502-4f55-87b1-001785bade86 => generated 0 bytes in 318 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3212] 199.19.213.99 () {30 vars in 702 bytes} [Thu Jul 9 10:51:25 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: 1665/3213] 199.19.213.99 () {30 vars in 704 bytes} [Thu Jul 9 10:51:25 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: 1549/3214] 199.19.213.99 () {30 vars in 680 bytes} [Thu Jul 9 10:51:25 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: 1666/3215] 199.19.213.99 () {30 vars in 716 bytes} [Thu Jul 9 10:51:25 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:51:25.497 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7bb71a6a-1443-4590-bd16-7f112ea738ef 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1550/3216] 199.19.213.99 () {32 vars in 758 bytes} [Thu Jul 9 10:51:25 2026] DELETE /v2.0/ports/dba8f4b2-7502-4f55-87b1-001785bade86 => 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: 1667/3217] 199.19.213.99 () {30 vars in 736 bytes} [Thu Jul 9 10:51:25 2026] GET /v2.0/ports/8b2cc983-9cdf-4d7a-8331-27243160ca88 => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:51:25.571 7 INFO neutron.api.v2.resource [None req-5f93a960-9cf4-43ca-9740-c30954936ef3 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1551/3218] 199.19.213.99 () {30 vars in 762 bytes} [Thu Jul 9 10:51:25 2026] GET /v2.0/security-groups/lb-e59f475c-372b-4b88-9344-f75f338aaee2 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1668/3219] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:51:25 2026] GET /v2.0/ports?tenant_id=71377a8d08334d978e2e4a9722e9eb66&device_id=d585baef-6ad1-4645-86ba-15c49119d702 => 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: 1552/3220] 199.19.213.99 () {30 vars in 784 bytes} [Thu Jul 9 10:51:25 2026] GET /v2.0/security-groups?name=lb-e59f475c-372b-4b88-9344-f75f338aaee2 => generated 1639 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1669/3221] 199.19.213.99 () {34 vars in 1065 bytes} [Thu Jul 9 10:51:25 2026] GET /v2.0/networks?id=8c7887fa-c606-4884-b775-66a887605431&id=c1146cc2-0ebc-4689-b485-1aaad7f76fd2 => generated 1523 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3222] 199.19.213.99 () {30 vars in 736 bytes} [Thu Jul 9 10:51:25 2026] GET /v2.0/ports/8b2cc983-9cdf-4d7a-8331-27243160ca88 => 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: 1670/3223] 199.19.213.99 () {34 vars in 1061 bytes} [Thu Jul 9 10:51:25 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.154&port_id=be702071-7418-4544-9170-83458dabf910 => 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: 1671/3224] 199.19.213.99 () {34 vars in 983 bytes} [Thu Jul 9 10:51:25 2026] GET /v2.0/subnets?id=25bba918-7825-4e44-8563-c89713638f6f => 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: 1672/3225] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:51:25 2026] GET /v2.0/ports?network_id=8c7887fa-c606-4884-b775-66a887605431&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1673/3226] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:51:25 2026] GET /v2.0/networks/8c7887fa-c606-4884-b775-66a887605431?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1674/3227] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:51:25 2026] GET /v2.0/networks/8c7887fa-c606-4884-b775-66a887605431?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: 1554/3228] 199.19.213.99 () {34 vars in 788 bytes} [Thu Jul 9 10:51:25 2026] PUT /v2.0/ports/8b2cc983-9cdf-4d7a-8331-27243160ca88 => generated 1094 bytes in 329 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1675/3229] 199.19.213.99 () {32 vars in 778 bytes} [Thu Jul 9 10:51:26 2026] DELETE /v2.0/security-groups/22144bc9-e78f-47d2-a6a3-48b12d2c05d5 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:51:26.253 7 INFO neutron_taas.services.taas.taas_plugin [None req-1f80e6d8-3b2c-4cc7-84b2-66fe3052de0e 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] TaaS: Handle Delete Port: 8b2cc983-9cdf-4d7a-8331-27243160ca88 2026-07-09 10:51:26.256 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f80e6d8-3b2c-4cc7-84b2-66fe3052de0e 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Tap Mirror: Handle Delete Port: 8b2cc983-9cdf-4d7a-8331-27243160ca88 [pid: 7|app: 0|req: 1555/3230] 199.19.213.99 () {32 vars in 758 bytes} [Thu Jul 9 10:51:26 2026] DELETE /v2.0/ports/8b2cc983-9cdf-4d7a-8331-27243160ca88 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1676/3231] 199.19.213.99 () {34 vars in 993 bytes} [Thu Jul 9 10:51:29 2026] GET /v2.0/ports?device_id=d585baef-6ad1-4645-86ba-15c49119d702 => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:51:29.231 7 INFO neutron_taas.services.taas.taas_plugin [req-ea1b1ba5-43ea-49f9-b495-eecdaa5f8687 req-f0650428-e5a3-46e6-9f38-b2ea7be98231 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] TaaS: Handle Delete Port: be702071-7418-4544-9170-83458dabf910 2026-07-09 10:51:29.234 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ea1b1ba5-43ea-49f9-b495-eecdaa5f8687 req-f0650428-e5a3-46e6-9f38-b2ea7be98231 4fe0ac4ab97c45da851fdc4edfc8676c 71377a8d08334d978e2e4a9722e9eb66 - - default default] Tap Mirror: Handle Delete Port: be702071-7418-4544-9170-83458dabf910 [pid: 7|app: 0|req: 1556/3232] 199.19.213.99 () {36 vars in 996 bytes} [Thu Jul 9 10:51:29 2026] DELETE /v2.0/ports/be702071-7418-4544-9170-83458dabf910 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:51:29.452 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ae9ac95d-faeb-4127-b489-314ae8b28904'] response: {'server_uuid': 'd585baef-6ad1-4645-86ba-15c49119d702', 'name': 'network-vif-deleted', 'tag': 'be702071-7418-4544-9170-83458dabf910', 'status': 'completed', 'code': 200} 2026-07-09 10:51:30.493 8 INFO neutron_taas.services.taas.taas_plugin [None req-aee366a5-915a-4ceb-9b67-4a312990985a 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] TaaS: Handle Delete Port: 994638ea-f74a-466e-bfa6-4cd27887b927 2026-07-09 10:51:30.497 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aee366a5-915a-4ceb-9b67-4a312990985a 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] Tap Mirror: Handle Delete Port: 994638ea-f74a-466e-bfa6-4cd27887b927 2026-07-09 10:51:30.672 8 INFO neutron.db.l3_db [None req-aee366a5-915a-4ceb-9b67-4a312990985a 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] Floating IP d6cfc8e6-6b24-4663-99de-c148e39399cc disassociated (deleted). External IP: 10.96.250.220, port: cc870ce7-16d4-4751-bb0f-2c64d3579154. [pid: 8|app: 0|req: 1677/3233] 10.0.0.165 () {32 vars in 732 bytes} [Thu Jul 9 10:51:30 2026] DELETE /v2.0/floatingips/d6cfc8e6-6b24-4663-99de-c148e39399cc => generated 0 bytes in 682 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:51:31.063 7 INFO neutron.api.v2.resource [None req-51802089-4901-441e-8042-40293141a84e 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1557/3234] 10.0.0.165 () {32 vars in 729 bytes} [Thu Jul 9 10:51:31 2026] GET /v2.0/floatingips/d6cfc8e6-6b24-4663-99de-c148e39399cc => generated 144 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:51:31.080 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5fbe7f46-3815-45ee-921b-7ac49b63a17f'] response: {'name': 'network-changed', 'server_uuid': 'bf81f113-aab5-43b9-bba4-55e56e8222ac', 'tag': 'cc870ce7-16d4-4751-bb0f-2c64d3579154', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1678/3235] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:51:31 2026] GET /v2.0/ports?device_id=bf81f113-aab5-43b9-bba4-55e56e8222ac => generated 1204 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3236] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:51:31 2026] GET /v2.0/security-groups?id=920841cf-9c70-41e0-b442-608d0561afa3&fields=id&fields=name => generated 111 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1679/3237] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:51:31 2026] GET /v2.0/ports?tenant_id=7e31585fc69b4410ae269f32441d9b35&device_id=bf81f113-aab5-43b9-bba4-55e56e8222ac => generated 1473 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3238] 199.19.213.99 () {34 vars in 985 bytes} [Thu Jul 9 10:51:31 2026] GET /v2.0/networks?id=ee4cf2bf-aad1-4f8e-a7d3-06fdfda03323 => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1680/3239] 199.19.213.99 () {34 vars in 1057 bytes} [Thu Jul 9 10:51:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.155&port_id=cc870ce7-16d4-4751-bb0f-2c64d3579154 => 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: 1560/3240] 199.19.213.99 () {34 vars in 1105 bytes} [Thu Jul 9 10:51:31 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A120&port_id=cc870ce7-16d4-4751-bb0f-2c64d3579154 => 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: 1681/3241] 199.19.213.99 () {34 vars in 1063 bytes} [Thu Jul 9 10:51:31 2026] GET /v2.0/subnets?id=1483293e-8214-4a5c-8107-885b7119b787&id=2e955157-6499-4b8b-bcce-08694dacbf59 => generated 1415 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3242] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:51:31 2026] GET /v2.0/ports?network_id=ee4cf2bf-aad1-4f8e-a7d3-06fdfda03323&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: 1682/3243] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:51:31 2026] GET /v2.0/ports?network_id=ee4cf2bf-aad1-4f8e-a7d3-06fdfda03323&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3244] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:51:31 2026] GET /v2.0/networks/ee4cf2bf-aad1-4f8e-a7d3-06fdfda03323?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1683/3245] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:51:31 2026] GET /v2.0/networks/ee4cf2bf-aad1-4f8e-a7d3-06fdfda03323?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: 1563/3246] 199.19.213.99 () {34 vars in 993 bytes} [Thu Jul 9 10:51:33 2026] GET /v2.0/ports?device_id=bf81f113-aab5-43b9-bba4-55e56e8222ac => generated 1204 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:51:33.793 8 INFO neutron_taas.services.taas.taas_plugin [req-4f988882-7e46-4e55-8dc8-fc95f57e02e0 req-a3945c69-300c-4f0f-bf97-d5cbb2e9607f 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] TaaS: Handle Delete Port: cc870ce7-16d4-4751-bb0f-2c64d3579154 2026-07-09 10:51:33.797 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4f988882-7e46-4e55-8dc8-fc95f57e02e0 req-a3945c69-300c-4f0f-bf97-d5cbb2e9607f 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] Tap Mirror: Handle Delete Port: cc870ce7-16d4-4751-bb0f-2c64d3579154 [pid: 8|app: 0|req: 1684/3247] 199.19.213.99 () {36 vars in 996 bytes} [Thu Jul 9 10:51:33 2026] DELETE /v2.0/ports/cc870ce7-16d4-4751-bb0f-2c64d3579154 => generated 0 bytes in 317 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:51:34.025 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b66148e5-019b-4bb6-aff6-2b65d5144c28'] response: {'server_uuid': 'bf81f113-aab5-43b9-bba4-55e56e8222ac', 'name': 'network-vif-deleted', 'tag': 'cc870ce7-16d4-4751-bb0f-2c64d3579154', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1564/3248] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:51:36 2026] GET /v2.0/ports?device_id=bf81f113-aab5-43b9-bba4-55e56e8222ac => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-09 10:51:41.645 7 INFO neutron_taas.services.taas.taas_plugin [None req-cda3f261-729a-483d-8330-71d052b087cc 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] TaaS: Handle Delete Port: e43eb0b4-fd12-4204-a436-bc5a6c43a00e 2026-07-09 10:51:41.648 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cda3f261-729a-483d-8330-71d052b087cc 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] Tap Mirror: Handle Delete Port: e43eb0b4-fd12-4204-a436-bc5a6c43a00e 2026-07-09 10:51:41.806 7 INFO neutron.db.l3_db [None req-cda3f261-729a-483d-8330-71d052b087cc 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] Floating IP 86b0d864-5d41-4eed-99f5-3a5594d6aeee disassociated (deleted). External IP: 10.96.250.207, port: e7e2d9f0-0627-4d19-9464-1eccb1514bfe. [pid: 7|app: 0|req: 1566/3251] 10.0.0.165 () {32 vars in 732 bytes} [Thu Jul 9 10:51:41 2026] DELETE /v2.0/floatingips/86b0d864-5d41-4eed-99f5-3a5594d6aeee => generated 0 bytes in 626 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:51:42.179 8 INFO neutron.api.v2.resource [None req-89ec76ac-1a00-4aa9-90d7-c1ded6e9edc7 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1686/3252] 10.0.0.165 () {32 vars in 729 bytes} [Thu Jul 9 10:51:42 2026] GET /v2.0/floatingips/86b0d864-5d41-4eed-99f5-3a5594d6aeee => generated 144 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:51:42.194 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-00a64f92-d5dc-45c0-90d8-c366804c6738'] response: {'name': 'network-changed', 'server_uuid': '3cfa45dd-cacf-4126-9317-55a8875ac731', 'tag': 'e7e2d9f0-0627-4d19-9464-1eccb1514bfe', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1567/3253] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:51:42 2026] GET /v2.0/ports?device_id=3cfa45dd-cacf-4126-9317-55a8875ac731 => generated 1200 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1687/3254] 10.0.0.39 () {34 vars in 1039 bytes} [Thu Jul 9 10:51:42 2026] GET /v2.0/security-groups?id=920841cf-9c70-41e0-b442-608d0561afa3&fields=id&fields=name => generated 111 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3255] 199.19.213.99 () {34 vars in 1079 bytes} [Thu Jul 9 10:51:42 2026] GET /v2.0/ports?tenant_id=7e31585fc69b4410ae269f32441d9b35&device_id=3cfa45dd-cacf-4126-9317-55a8875ac731 => generated 1469 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1688/3256] 199.19.213.99 () {34 vars in 985 bytes} [Thu Jul 9 10:51:42 2026] GET /v2.0/networks?id=079bbb44-24e5-4ffb-9744-20964967a244 => generated 801 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3257] 199.19.213.99 () {34 vars in 1057 bytes} [Thu Jul 9 10:51:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.210&port_id=e7e2d9f0-0627-4d19-9464-1eccb1514bfe => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1689/3258] 199.19.213.99 () {34 vars in 1103 bytes} [Thu Jul 9 10:51:42 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3b0&port_id=e7e2d9f0-0627-4d19-9464-1eccb1514bfe => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3259] 199.19.213.99 () {34 vars in 1063 bytes} [Thu Jul 9 10:51:42 2026] GET /v2.0/subnets?id=bc444741-8b1a-47e1-9933-6dfa0c8d958f&id=e00165b6-6985-401a-b52c-a78b2303a583 => generated 1410 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1690/3260] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:51:42 2026] GET /v2.0/ports?network_id=079bbb44-24e5-4ffb-9744-20964967a244&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: 7|app: 0|req: 1571/3261] 199.19.213.99 () {34 vars in 1051 bytes} [Thu Jul 9 10:51:42 2026] GET /v2.0/ports?network_id=079bbb44-24e5-4ffb-9744-20964967a244&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1691/3262] 199.19.213.99 () {34 vars in 1011 bytes} [Thu Jul 9 10:51:43 2026] GET /v2.0/networks/079bbb44-24e5-4ffb-9744-20964967a244?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: 1572/3263] 199.19.213.99 () {34 vars in 1111 bytes} [Thu Jul 9 10:51:43 2026] GET /v2.0/networks/079bbb44-24e5-4ffb-9744-20964967a244?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: 1692/3264] 199.19.213.99 () {34 vars in 993 bytes} [Thu Jul 9 10:51:44 2026] GET /v2.0/ports?device_id=3cfa45dd-cacf-4126-9317-55a8875ac731 => generated 1200 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-09 10:51:44.991 7 INFO neutron_taas.services.taas.taas_plugin [req-430a413d-cbb0-45f3-b13e-d0790e9c58f5 req-2bea3ffd-4b97-49ba-ac16-40cb9f283576 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] TaaS: Handle Delete Port: e7e2d9f0-0627-4d19-9464-1eccb1514bfe 2026-07-09 10:51:44.995 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-430a413d-cbb0-45f3-b13e-d0790e9c58f5 req-2bea3ffd-4b97-49ba-ac16-40cb9f283576 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] Tap Mirror: Handle Delete Port: e7e2d9f0-0627-4d19-9464-1eccb1514bfe [pid: 7|app: 0|req: 1573/3265] 199.19.213.99 () {36 vars in 996 bytes} [Thu Jul 9 10:51:44 2026] DELETE /v2.0/ports/e7e2d9f0-0627-4d19-9464-1eccb1514bfe => generated 0 bytes in 341 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:51:45.228 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5ec46543-aae1-4744-b3da-20733950d0cf'] response: {'server_uuid': '3cfa45dd-cacf-4126-9317-55a8875ac731', 'name': 'network-vif-deleted', 'tag': 'e7e2d9f0-0627-4d19-9464-1eccb1514bfe', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1693/3266] 10.0.0.39 () {34 vars in 989 bytes} [Thu Jul 9 10:51:47 2026] GET /v2.0/ports?device_id=3cfa45dd-cacf-4126-9317-55a8875ac731 => 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: 1574/3267] 10.0.0.165 () {32 vars in 750 bytes} [Thu Jul 9 10:51:52 2026] DELETE /v2.0/security-group-rules/d0745348-137e-43fe-bb4d-eea7877e6164 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:51:52.762 8 INFO neutron.api.v2.resource [None req-d5030093-1d38-450d-85a2-3bd5c4e08a5b 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1694/3268] 10.0.0.165 () {32 vars in 747 bytes} [Thu Jul 9 10:51:52 2026] GET /v2.0/security-group-rules/d0745348-137e-43fe-bb4d-eea7877e6164 => 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: 1575/3269] 10.0.0.165 () {32 vars in 750 bytes} [Thu Jul 9 10:51:52 2026] DELETE /v2.0/security-group-rules/d9cbb70b-ec87-4612-b8e1-55a3afba0c96 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:51:52.856 8 INFO neutron.api.v2.resource [None req-85892894-acf3-44d9-bb66-6e83d4473e1a 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1695/3270] 10.0.0.165 () {32 vars in 747 bytes} [Thu Jul 9 10:51:52 2026] GET /v2.0/security-group-rules/d9cbb70b-ec87-4612-b8e1-55a3afba0c96 => 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: 1576/3271] 10.0.0.165 () {32 vars in 750 bytes} [Thu Jul 9 10:51:52 2026] DELETE /v2.0/security-group-rules/84249ed4-041e-4f0c-84be-e158347bbd68 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:51:52.972 8 INFO neutron.api.v2.resource [None req-907e1399-d39f-4c10-beed-6ecba7f39731 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1696/3272] 10.0.0.165 () {32 vars in 747 bytes} [Thu Jul 9 10:51:52 2026] GET /v2.0/security-group-rules/84249ed4-041e-4f0c-84be-e158347bbd68 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3273] 10.0.0.165 () {32 vars in 750 bytes} [Thu Jul 9 10:51:52 2026] DELETE /v2.0/security-group-rules/1e83bc77-3d77-40fa-9feb-719f1b19cc8d => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:51:53.055 8 INFO neutron.api.v2.resource [None req-c0ab060a-5bd0-4b74-9419-775032b91ec6 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1697/3274] 10.0.0.165 () {32 vars in 747 bytes} [Thu Jul 9 10:51:53 2026] GET /v2.0/security-group-rules/1e83bc77-3d77-40fa-9feb-719f1b19cc8d => 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: 1578/3275] 10.0.0.165 () {32 vars in 750 bytes} [Thu Jul 9 10:51:53 2026] DELETE /v2.0/security-group-rules/a4089e37-73ae-411f-84f6-8c0e8ea83cf9 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:51:53.145 8 INFO neutron.api.v2.resource [None req-d642e7ca-5c9b-4bcc-ba43-57c5be20db54 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1698/3276] 10.0.0.165 () {32 vars in 747 bytes} [Thu Jul 9 10:51:53 2026] GET /v2.0/security-group-rules/a4089e37-73ae-411f-84f6-8c0e8ea83cf9 => 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: 1579/3277] 10.0.0.165 () {32 vars in 750 bytes} [Thu Jul 9 10:51:53 2026] DELETE /v2.0/security-group-rules/1a420143-ae41-4849-9882-8c69630d28d5 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:51:53.239 8 INFO neutron.api.v2.resource [None req-84c6877a-734e-4d83-97e9-ca5f395298cd 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1699/3278] 10.0.0.165 () {32 vars in 747 bytes} [Thu Jul 9 10:51:53 2026] GET /v2.0/security-group-rules/1a420143-ae41-4849-9882-8c69630d28d5 => 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: 1580/3279] 10.0.0.165 () {32 vars in 750 bytes} [Thu Jul 9 10:51:53 2026] DELETE /v2.0/security-group-rules/656f193d-5547-4c39-b2b9-7b839a91e0e7 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:51:53.319 8 INFO neutron.api.v2.resource [None req-cb113b43-1d11-48ab-a57d-7bc841702e9b 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1700/3280] 10.0.0.165 () {32 vars in 747 bytes} [Thu Jul 9 10:51:53 2026] GET /v2.0/security-group-rules/656f193d-5547-4c39-b2b9-7b839a91e0e7 => 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: 1581/3281] 10.0.0.165 () {32 vars in 750 bytes} [Thu Jul 9 10:51:53 2026] DELETE /v2.0/security-group-rules/62afabe5-2cc4-443d-868f-323e3db79e95 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:51:53.404 8 INFO neutron.api.v2.resource [None req-3d851c6d-fce5-4140-aafb-48be57fbf150 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1701/3282] 10.0.0.165 () {32 vars in 747 bytes} [Thu Jul 9 10:51:53 2026] GET /v2.0/security-group-rules/62afabe5-2cc4-443d-868f-323e3db79e95 => 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: 1582/3283] 10.0.0.165 () {32 vars in 750 bytes} [Thu Jul 9 10:51:53 2026] DELETE /v2.0/security-group-rules/8b89c896-8b73-420b-85a9-0a7c305f7c8f => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:51:53.490 8 INFO neutron.api.v2.resource [None req-6cb6239c-64c8-4c65-8d37-12806d1ee1ed 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1702/3284] 10.0.0.165 () {32 vars in 747 bytes} [Thu Jul 9 10:51:53 2026] GET /v2.0/security-group-rules/8b89c896-8b73-420b-85a9-0a7c305f7c8f => 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: 1583/3285] 10.0.0.165 () {32 vars in 750 bytes} [Thu Jul 9 10:51:53 2026] DELETE /v2.0/security-group-rules/450dc0a3-2166-4a5b-ba96-84460bfe7957 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:51:53.586 8 INFO neutron.api.v2.resource [None req-10f4fd22-07db-4593-91a8-dd21de9db18d 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1703/3286] 10.0.0.165 () {32 vars in 747 bytes} [Thu Jul 9 10:51:53 2026] GET /v2.0/security-group-rules/450dc0a3-2166-4a5b-ba96-84460bfe7957 => 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: 1584/3287] 10.0.0.165 () {32 vars in 750 bytes} [Thu Jul 9 10:51:53 2026] DELETE /v2.0/security-group-rules/d2e65b45-40b3-461b-a9bc-2cfdaa20bc60 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:51:53.673 8 INFO neutron.api.v2.resource [None req-e616080d-4bba-4e31-be86-9c63702f21c3 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1704/3288] 10.0.0.165 () {32 vars in 747 bytes} [Thu Jul 9 10:51:53 2026] GET /v2.0/security-group-rules/d2e65b45-40b3-461b-a9bc-2cfdaa20bc60 => 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: 1585/3289] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:51:53 2026] DELETE /v2.0/security-groups/920841cf-9c70-41e0-b442-608d0561afa3 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:51:53.772 8 INFO neutron.api.v2.resource [None req-e5ca2e15-4015-4e59-bea9-f78cd21f091b 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1705/3290] 10.0.0.165 () {32 vars in 737 bytes} [Thu Jul 9 10:51:53 2026] GET /v2.0/security-groups/920841cf-9c70-41e0-b442-608d0561afa3 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:51:54.261 7 INFO neutron_taas.services.taas.taas_plugin [None req-86e91283-c140-45e8-9e9f-81305502d393 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] TaaS: Handle Delete Port: 3597cbad-6ef3-4289-b6b7-2f1e619c4dc3 2026-07-09 10:51:54.264 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-86e91283-c140-45e8-9e9f-81305502d393 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] Tap Mirror: Handle Delete Port: 3597cbad-6ef3-4289-b6b7-2f1e619c4dc3 [pid: 7|app: 0|req: 1586/3293] 10.0.0.165 () {34 vars in 789 bytes} [Thu Jul 9 10:51:53 2026] PUT /v2.0/routers/dc0e9190-b41f-4551-a24c-4ec0aec49dcb/remove_router_interface => generated 309 bytes in 999 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:51:55.022 8 INFO neutron.api.v2.resource [None req-64002aca-87ef-4e9d-ae7c-6cf37844c4ab 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1708/3294] 10.0.0.165 () {34 vars in 789 bytes} [Thu Jul 9 10:51:54 2026] PUT /v2.0/routers/dc0e9190-b41f-4551-a24c-4ec0aec49dcb/remove_router_interface => generated 198 bytes in 185 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:51:55.441 7 INFO neutron_taas.services.taas.taas_plugin [None req-e9e88ee3-0772-4e5d-bf26-739b59bc3bc2 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] TaaS: Handle Delete Port: e80aacd9-e7bf-41a7-a37f-fac02eba2521 2026-07-09 10:51:55.443 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e9e88ee3-0772-4e5d-bf26-739b59bc3bc2 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] Tap Mirror: Handle Delete Port: e80aacd9-e7bf-41a7-a37f-fac02eba2521 [pid: 7|app: 0|req: 1587/3295] 10.0.0.165 () {34 vars in 789 bytes} [Thu Jul 9 10:51:55 2026] PUT /v2.0/routers/dc0e9190-b41f-4551-a24c-4ec0aec49dcb/remove_router_interface => generated 309 bytes in 998 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-09 10:51:56.217 8 INFO neutron.api.v2.resource [None req-0bd429ff-a256-4a18-8721-1d5d12f0f04d 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1709/3296] 10.0.0.165 () {34 vars in 789 bytes} [Thu Jul 9 10:51:56 2026] PUT /v2.0/routers/dc0e9190-b41f-4551-a24c-4ec0aec49dcb/remove_router_interface => generated 198 bytes in 185 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:51:56.679 7 INFO neutron_taas.services.taas.taas_plugin [None req-01079238-bf3b-460c-9695-18a7bc7e339c 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] TaaS: Handle Delete Port: 508d4779-9aaf-4ab9-80b7-f51343a940c3 2026-07-09 10:51:56.684 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01079238-bf3b-460c-9695-18a7bc7e339c 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] Tap Mirror: Handle Delete Port: 508d4779-9aaf-4ab9-80b7-f51343a940c3 [pid: 7|app: 0|req: 1588/3297] 10.0.0.165 () {34 vars in 789 bytes} [Thu Jul 9 10:51:56 2026] PUT /v2.0/routers/dc0e9190-b41f-4551-a24c-4ec0aec49dcb/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-09 10:51:57.525 8 INFO neutron.api.v2.resource [None req-55d01e70-8bac-4e6d-a709-14a1e7a8d397 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1710/3298] 10.0.0.165 () {34 vars in 789 bytes} [Thu Jul 9 10:51:57 2026] PUT /v2.0/routers/dc0e9190-b41f-4551-a24c-4ec0aec49dcb/remove_router_interface => generated 198 bytes in 171 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:51:57.798 7 INFO neutron_taas.services.taas.taas_plugin [None req-2a4f116f-fa58-404d-b65e-0a91b0cde931 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] TaaS: Handle Delete Port: ec156b6b-74e3-4e0e-9989-fd3db47588b7 2026-07-09 10:51:57.802 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a4f116f-fa58-404d-b65e-0a91b0cde931 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] Tap Mirror: Handle Delete Port: ec156b6b-74e3-4e0e-9989-fd3db47588b7 2026-07-09 10:51:58.096 7 INFO neutron_taas.services.taas.taas_plugin [None req-2a4f116f-fa58-404d-b65e-0a91b0cde931 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] TaaS: Handle Delete Port: 9c29ec09-78b5-4b38-8df7-38ccd0234fd8 2026-07-09 10:51:58.099 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a4f116f-fa58-404d-b65e-0a91b0cde931 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] Tap Mirror: Handle Delete Port: 9c29ec09-78b5-4b38-8df7-38ccd0234fd8 2026-07-09 10:51:58.443 7 INFO neutron.db.l3_hamode_db [None req-2a4f116f-fa58-404d-b65e-0a91b0cde931 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] HA network 12759de2-edfd-429e-8a78-9cd106fe2eea was deleted as no HA routers are present in tenant 7e31585fc69b4410ae269f32441d9b35. [pid: 7|app: 0|req: 1589/3299] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:51:57 2026] DELETE /v2.0/routers/dc0e9190-b41f-4551-a24c-4ec0aec49dcb => generated 0 bytes in 911 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-09 10:51:58.454 7 INFO neutron.services.segments.plugin [-] Segment 9d07737b-0b8b-462b-8fd1-c4141bc7783f resource provider aggregate not found 2026-07-09 10:51:58.465 7 INFO neutron.services.segments.plugin [-] Segment 9d07737b-0b8b-462b-8fd1-c4141bc7783f resource provider aggregate not found 2026-07-09 10:51:58.475 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9d07737b-0b8b-462b-8fd1-c4141bc7783f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d07737b-0b8b-462b-8fd1-c4141bc7783f found for delete ", "request_id": "req-36c238e1-9ca2-40bc-a8cf-1c8d23aa19d8"}]} 2026-07-09 10:51:58.477 8 INFO neutron.api.v2.resource [None req-b0b0c498-0be5-4453-b3d2-35198f72cc25 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1711/3300] 10.0.0.165 () {32 vars in 721 bytes} [Thu Jul 9 10:51:58 2026] GET /v2.0/routers/dc0e9190-b41f-4551-a24c-4ec0aec49dcb => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:51:58.482 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 9d07737b-0b8b-462b-8fd1-c4141bc7783f resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d07737b-0b8b-462b-8fd1-c4141bc7783f found for delete ", "request_id": "req-65b3ab33-72d1-4edc-9df6-72f6cca80c89"}]} [pid: 7|app: 0|req: 1590/3301] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:51:58 2026] DELETE /v2.0/subnets/1483293e-8214-4a5c-8107-885b7119b787 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:51:58.663 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7a8b86b3-a226-47a8-ad8f-c1dfc8854f13 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1712/3302] 10.0.0.165 () {32 vars in 721 bytes} [Thu Jul 9 10:51:58 2026] GET /v2.0/subnets/1483293e-8214-4a5c-8107-885b7119b787 => 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: 1591/3303] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:51:58 2026] DELETE /v2.0/subnets/2e955157-6499-4b8b-bcce-08694dacbf59 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:51:58.861 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2327bf73-6559-4e5b-b127-8ce6c5140900 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1713/3304] 10.0.0.165 () {32 vars in 721 bytes} [Thu Jul 9 10:51:58 2026] GET /v2.0/subnets/2e955157-6499-4b8b-bcce-08694dacbf59 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:51:58.980 7 INFO neutron_taas.services.taas.taas_plugin [None req-4d1a396b-c725-43ee-92b1-f4bbf4d04e5a 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] TaaS: Handle Delete Port: b7517c9a-360c-4589-96d1-cd29fa80dac5 2026-07-09 10:51:58.984 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d1a396b-c725-43ee-92b1-f4bbf4d04e5a 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] Tap Mirror: Handle Delete Port: b7517c9a-360c-4589-96d1-cd29fa80dac5 [pid: 7|app: 0|req: 1592/3305] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:51:58 2026] DELETE /v2.0/networks/ee4cf2bf-aad1-4f8e-a7d3-06fdfda03323 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:51:59.200 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7aa5439f-eccf-45f3-850f-eb680e84ba66 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1714/3306] 10.0.0.165 () {32 vars in 723 bytes} [Thu Jul 9 10:51:59 2026] GET /v2.0/networks/ee4cf2bf-aad1-4f8e-a7d3-06fdfda03323 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3307] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:51:59 2026] DELETE /v2.0/subnets/e00165b6-6985-401a-b52c-a78b2303a583 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:51:59.398 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fb7916f6-bc5f-4a89-b358-b5133c061208 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1715/3308] 10.0.0.165 () {32 vars in 721 bytes} [Thu Jul 9 10:51:59 2026] GET /v2.0/subnets/e00165b6-6985-401a-b52c-a78b2303a583 => 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: 1594/3309] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:51:59 2026] DELETE /v2.0/subnets/bc444741-8b1a-47e1-9933-6dfa0c8d958f => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:51:59.589 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f8abbc1c-3ca0-4ee7-a8ee-13dc111a78d8 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1716/3310] 10.0.0.165 () {32 vars in 721 bytes} [Thu Jul 9 10:51:59 2026] GET /v2.0/subnets/bc444741-8b1a-47e1-9933-6dfa0c8d958f => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:51:59.679 7 INFO neutron_taas.services.taas.taas_plugin [None req-b60b93d7-dbeb-4660-bee9-2dd0d3ea9285 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] TaaS: Handle Delete Port: 8bcd4f56-853b-4033-a0bd-057a338b8d4d 2026-07-09 10:51:59.681 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b60b93d7-dbeb-4660-bee9-2dd0d3ea9285 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] Tap Mirror: Handle Delete Port: 8bcd4f56-853b-4033-a0bd-057a338b8d4d [pid: 7|app: 0|req: 1595/3311] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:51:59 2026] DELETE /v2.0/networks/079bbb44-24e5-4ffb-9744-20964967a244 => generated 0 bytes in 337 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:51:59.951 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1c6f6264-ca5d-4b94-b623-d90baceed9a5 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1717/3312] 10.0.0.165 () {32 vars in 723 bytes} [Thu Jul 9 10:51:59 2026] GET /v2.0/networks/079bbb44-24e5-4ffb-9744-20964967a244 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3313] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:51:59 2026] DELETE /v2.0/subnets/0fd5565c-4d61-4cdb-9b23-c718355ff074 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:52:00.135 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6737508e-5f9d-4fd5-a107-1d6af23f4fb0 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1718/3314] 10.0.0.165 () {32 vars in 721 bytes} [Thu Jul 9 10:52:00 2026] GET /v2.0/subnets/0fd5565c-4d61-4cdb-9b23-c718355ff074 => 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: 1597/3315] 10.0.0.165 () {32 vars in 724 bytes} [Thu Jul 9 10:52:00 2026] DELETE /v2.0/subnets/a7d8c0d9-ca1d-4b9b-855d-df30a852e621 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:52:00.325 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cecfa2f2-7ff1-4db7-b0f8-bc13c487e548 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1719/3316] 10.0.0.165 () {32 vars in 721 bytes} [Thu Jul 9 10:52:00 2026] GET /v2.0/subnets/a7d8c0d9-ca1d-4b9b-855d-df30a852e621 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:52:00.446 7 INFO neutron_taas.services.taas.taas_plugin [None req-6f804adf-4c82-49b4-90b0-405c893202e7 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] TaaS: Handle Delete Port: 307edbf0-ad3c-4765-9c27-cf9605b27e5e 2026-07-09 10:52:00.450 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f804adf-4c82-49b4-90b0-405c893202e7 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] Tap Mirror: Handle Delete Port: 307edbf0-ad3c-4765-9c27-cf9605b27e5e 2026-07-09 10:52:00.507 7 INFO neutron.services.segments.plugin [-] Segment 2a40e89f-63bc-46c9-8452-277288ba3c56 resource provider aggregate not found 2026-07-09 10:52:00.513 7 INFO neutron.services.segments.plugin [-] Segment 2a40e89f-63bc-46c9-8452-277288ba3c56 resource provider aggregate not found 2026-07-09 10:52:00.531 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2a40e89f-63bc-46c9-8452-277288ba3c56 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a40e89f-63bc-46c9-8452-277288ba3c56 found for delete ", "request_id": "req-f9149e3c-a5bd-49fb-a2d1-e185f6a5ec4e"}]} 2026-07-09 10:52:00.537 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 2a40e89f-63bc-46c9-8452-277288ba3c56 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a40e89f-63bc-46c9-8452-277288ba3c56 found for delete ", "request_id": "req-7fd779d2-0412-4f15-a882-0f29b5fb0e90"}]} 2026-07-09 10:52:00.554 7 INFO neutron.services.segments.plugin [-] Segment 6b77b5ea-fffa-4fa5-aab7-a39dacf1a055 resource provider aggregate not found 2026-07-09 10:52:00.560 7 INFO neutron.services.segments.plugin [-] Segment 6b77b5ea-fffa-4fa5-aab7-a39dacf1a055 resource provider aggregate not found 2026-07-09 10:52:00.581 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6b77b5ea-fffa-4fa5-aab7-a39dacf1a055 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b77b5ea-fffa-4fa5-aab7-a39dacf1a055 found for delete ", "request_id": "req-5708244f-0276-4886-a321-56c8746341be"}]} 2026-07-09 10:52:00.586 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 6b77b5ea-fffa-4fa5-aab7-a39dacf1a055 resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b77b5ea-fffa-4fa5-aab7-a39dacf1a055 found for delete ", "request_id": "req-6389eeac-ee1e-4c63-bc07-f7c4ed37dad5"}]} [pid: 7|app: 0|req: 1598/3317] 10.0.0.165 () {32 vars in 726 bytes} [Thu Jul 9 10:52:00 2026] DELETE /v2.0/networks/c1146cc2-0ebc-4689-b485-1aaad7f76fd2 => generated 0 bytes in 354 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-09 10:52:00.709 8 INFO neutron.pecan_wsgi.hooks.translation [None req-93afa488-1b3b-436b-996c-47e73db6a284 0f48be73c7d24f9b8e256554a2357953 7e31585fc69b4410ae269f32441d9b35 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1720/3318] 10.0.0.165 () {32 vars in 723 bytes} [Thu Jul 9 10:52:00 2026] GET /v2.0/networks/c1146cc2-0ebc-4689-b485-1aaad7f76fd2 => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-09 10:52:02.603 7 INFO neutron.services.segments.plugin [-] Segment 87ab2227-b348-4a3c-a9b3-cadc6f6a410e resource provider aggregate not found 2026-07-09 10:52:02.610 7 INFO neutron.services.segments.plugin [-] Segment 87ab2227-b348-4a3c-a9b3-cadc6f6a410e resource provider aggregate not found 2026-07-09 10:52:02.625 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 87ab2227-b348-4a3c-a9b3-cadc6f6a410e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87ab2227-b348-4a3c-a9b3-cadc6f6a410e found for delete ", "request_id": "req-f078e8d0-2eeb-41c1-ade2-d3ac7bc7bc05"}]} 2026-07-09 10:52:02.633 7 INFO neutron.services.segments.plugin [-] Client error retrieving segment 87ab2227-b348-4a3c-a9b3-cadc6f6a410e resource provider; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87ab2227-b348-4a3c-a9b3-cadc6f6a410e found for delete ", "request_id": "req-3e650e2e-b790-41f6-96cd-11301d6c2b02"}]} [pid: 7|app: 0|req: 1599/3319] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:52:02 2026] GET /v2.0/security-groups?tenant_id=7e31585fc69b4410ae269f32441d9b35&name=default => generated 2929 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1721/3320] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:52:03 2026] DELETE /v2.0/security-groups/1deaeab0-87fc-48c7-bde1-f08eee952565 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3321] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:52:03 2026] GET /v2.0/security-groups?tenant_id=25f72ba2a0ab4720b83060918b6b3f5c&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1722/3322] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:52:03 2026] DELETE /v2.0/security-groups/8a091228-fd8f-4376-8281-f71d982c5321 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3323] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:52:03 2026] GET /v2.0/security-groups?tenant_id=ad3d49b5eb574b4a8f4b57ba310058eb&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1723/3324] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:52:03 2026] DELETE /v2.0/security-groups/39e8252f-b706-4fde-bae3-8a2f9c3ee2d8 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3325] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:52:04 2026] GET /v2.0/security-groups?tenant_id=f4bab8f8a09140d4ad21954f21c41be6&name=default => generated 2929 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1724/3326] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:52:04 2026] DELETE /v2.0/security-groups/8f6ed4c4-02e9-41de-b4c7-a7668db583ca => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3327] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:52:04 2026] GET /v2.0/security-groups?tenant_id=f7bdf936af23405f8572b79f1195736f&name=default => generated 2929 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1725/3328] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:52:04 2026] DELETE /v2.0/security-groups/a7b05874-554f-4f51-91a6-7b0ed69e83e0 => 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: 1604/3329] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:52:04 2026] GET /v2.0/security-groups?tenant_id=d5320b7f227f40c2a8bfeab8db89e808&name=default => generated 2929 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1726/3330] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:52:05 2026] DELETE /v2.0/security-groups/f1a3ea2b-2ca2-495d-8710-430f47e0589e => 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: 1605/3331] 10.0.0.165 () {32 vars in 774 bytes} [Thu Jul 9 10:52:05 2026] GET /v2.0/security-groups?tenant_id=278cb8200bf34171a6267d422b839cc3&name=default => generated 2929 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1727/3332] 10.0.0.165 () {32 vars in 740 bytes} [Thu Jul 9 10:52:05 2026] DELETE /v2.0/security-groups/8445e943-0967-4827-87e7-7f90c07fed0e => 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: 1606/3333] 10.0.0.165 () {32 vars in 649 bytes} [Thu Jul 9 10:52:08 2026] GET /v2.0/networks => generated 2168 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1729/3336] 10.0.0.165 () {32 vars in 655 bytes} [Thu Jul 9 10:52:09 2026] GET /v2.0/floatingips => generated 19 bytes in 601 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3337] 10.0.0.165 () {32 vars in 647 bytes} [Thu Jul 9 10:52:10 2026] GET /v2.0/routers => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1730/3338] 10.0.0.165 () {32 vars in 643 bytes} [Thu Jul 9 10:52:10 2026] GET /v2.0/ports => generated 4721 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3339] 10.0.0.165 () {32 vars in 647 bytes} [Thu Jul 9 10:52:10 2026] GET /v2.0/subnets => generated 1308 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1731/3340] 10.0.0.165 () {32 vars in 649 bytes} [Thu Jul 9 10:52:10 2026] GET /v2.0/networks => generated 2168 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3341] 10.0.0.165 () {32 vars in 663 bytes} [Thu Jul 9 10:52:10 2026] GET /v2.0/security-groups => generated 17397 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1732/3342] 10.0.0.165 () {32 vars in 655 bytes} [Thu Jul 9 10:52:10 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)